-- phpMyAdmin SQL Dump
-- version 2.11.10
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Mar 10, 2011 at 01:47 AM
-- Server version: 5.1.50
-- PHP Version: 5.2.14

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";


/*!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 */;

--
-- Database: `information_schema`
--
CREATE DATABASE `information_schema` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
USE `information_schema`;

-- --------------------------------------------------------

--
-- Table structure for table `CHARACTER_SETS`
--

CREATE TEMPORARY TABLE `CHARACTER_SETS` (
  `CHARACTER_SET_NAME` varchar(32) NOT NULL DEFAULT '',
  `DEFAULT_COLLATE_NAME` varchar(32) NOT NULL DEFAULT '',
  `DESCRIPTION` varchar(60) NOT NULL DEFAULT '',
  `MAXLEN` bigint(3) NOT NULL DEFAULT '0'
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

--
-- Dumping data for table `CHARACTER_SETS`
--

INSERT INTO `CHARACTER_SETS` (`CHARACTER_SET_NAME`, `DEFAULT_COLLATE_NAME`, `DESCRIPTION`, `MAXLEN`) VALUES
('big5', 'big5_chinese_ci', 'Big5 Traditional Chinese', 2),
('dec8', 'dec8_swedish_ci', 'DEC West European', 1),
('cp850', 'cp850_general_ci', 'DOS West European', 1),
('hp8', 'hp8_english_ci', 'HP West European', 1),
('koi8r', 'koi8r_general_ci', 'KOI8-R Relcom Russian', 1),
('latin1', 'latin1_swedish_ci', 'cp1252 West European', 1),
('latin2', 'latin2_general_ci', 'ISO 8859-2 Central European', 1),
('swe7', 'swe7_swedish_ci', '7bit Swedish', 1),
('ascii', 'ascii_general_ci', 'US ASCII', 1),
('ujis', 'ujis_japanese_ci', 'EUC-JP Japanese', 3),
('sjis', 'sjis_japanese_ci', 'Shift-JIS Japanese', 2),
('hebrew', 'hebrew_general_ci', 'ISO 8859-8 Hebrew', 1),
('tis620', 'tis620_thai_ci', 'TIS620 Thai', 1),
('euckr', 'euckr_korean_ci', 'EUC-KR Korean', 2),
('koi8u', 'koi8u_general_ci', 'KOI8-U Ukrainian', 1),
('gb2312', 'gb2312_chinese_ci', 'GB2312 Simplified Chinese', 2),
('greek', 'greek_general_ci', 'ISO 8859-7 Greek', 1),
('cp1250', 'cp1250_general_ci', 'Windows Central European', 1),
('gbk', 'gbk_chinese_ci', 'GBK Simplified Chinese', 2),
('latin5', 'latin5_turkish_ci', 'ISO 8859-9 Turkish', 1),
('armscii8', 'armscii8_general_ci', 'ARMSCII-8 Armenian', 1),
('utf8', 'utf8_general_ci', 'UTF-8 Unicode', 3),
('ucs2', 'ucs2_general_ci', 'UCS-2 Unicode', 2),
('cp866', 'cp866_general_ci', 'DOS Russian', 1),
('keybcs2', 'keybcs2_general_ci', 'DOS Kamenicky Czech-Slovak', 1),
('macce', 'macce_general_ci', 'Mac Central European', 1),
('macroman', 'macroman_general_ci', 'Mac West European', 1),
('cp852', 'cp852_general_ci', 'DOS Central European', 1),
('latin7', 'latin7_general_ci', 'ISO 8859-13 Baltic', 1),
('cp1251', 'cp1251_general_ci', 'Windows Cyrillic', 1),
('cp1256', 'cp1256_general_ci', 'Windows Arabic', 1),
('cp1257', 'cp1257_general_ci', 'Windows Baltic', 1),
('binary', 'binary', 'Binary pseudo charset', 1),
('geostd8', 'geostd8_general_ci', 'GEOSTD8 Georgian', 1),
('cp932', 'cp932_japanese_ci', 'SJIS for Windows Japanese', 2),
('eucjpms', 'eucjpms_japanese_ci', 'UJIS for Windows Japanese', 3);

-- --------------------------------------------------------

--
-- Table structure for table `COLLATIONS`
--

CREATE TEMPORARY TABLE `COLLATIONS` (
  `COLLATION_NAME` varchar(32) NOT NULL DEFAULT '',
  `CHARACTER_SET_NAME` varchar(32) NOT NULL DEFAULT '',
  `ID` bigint(11) NOT NULL DEFAULT '0',
  `IS_DEFAULT` varchar(3) NOT NULL DEFAULT '',
  `IS_COMPILED` varchar(3) NOT NULL DEFAULT '',
  `SORTLEN` bigint(3) NOT NULL DEFAULT '0'
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

--
-- Dumping data for table `COLLATIONS`
--

INSERT INTO `COLLATIONS` (`COLLATION_NAME`, `CHARACTER_SET_NAME`, `ID`, `IS_DEFAULT`, `IS_COMPILED`, `SORTLEN`) VALUES
('big5_chinese_ci', 'big5', 1, 'Yes', 'Yes', 1),
('big5_bin', 'big5', 84, '', 'Yes', 1),
('dec8_swedish_ci', 'dec8', 3, 'Yes', 'Yes', 1),
('dec8_bin', 'dec8', 69, '', 'Yes', 1),
('cp850_general_ci', 'cp850', 4, 'Yes', 'Yes', 1),
('cp850_bin', 'cp850', 80, '', 'Yes', 1),
('hp8_english_ci', 'hp8', 6, 'Yes', 'Yes', 1),
('hp8_bin', 'hp8', 72, '', 'Yes', 1),
('koi8r_general_ci', 'koi8r', 7, 'Yes', 'Yes', 1),
('koi8r_bin', 'koi8r', 74, '', 'Yes', 1),
('latin1_german1_ci', 'latin1', 5, '', 'Yes', 1),
('latin1_swedish_ci', 'latin1', 8, 'Yes', 'Yes', 1),
('latin1_danish_ci', 'latin1', 15, '', 'Yes', 1),
('latin1_german2_ci', 'latin1', 31, '', 'Yes', 2),
('latin1_bin', 'latin1', 47, '', 'Yes', 1),
('latin1_general_ci', 'latin1', 48, '', 'Yes', 1),
('latin1_general_cs', 'latin1', 49, '', 'Yes', 1),
('latin1_spanish_ci', 'latin1', 94, '', 'Yes', 1),
('latin2_czech_cs', 'latin2', 2, '', 'Yes', 4),
('latin2_general_ci', 'latin2', 9, 'Yes', 'Yes', 1),
('latin2_hungarian_ci', 'latin2', 21, '', 'Yes', 1),
('latin2_croatian_ci', 'latin2', 27, '', 'Yes', 1),
('latin2_bin', 'latin2', 77, '', 'Yes', 1),
('swe7_swedish_ci', 'swe7', 10, 'Yes', 'Yes', 1),
('swe7_bin', 'swe7', 82, '', 'Yes', 1),
('ascii_general_ci', 'ascii', 11, 'Yes', 'Yes', 1),
('ascii_bin', 'ascii', 65, '', 'Yes', 1),
('ujis_japanese_ci', 'ujis', 12, 'Yes', 'Yes', 1),
('ujis_bin', 'ujis', 91, '', 'Yes', 1),
('sjis_japanese_ci', 'sjis', 13, 'Yes', 'Yes', 1),
('sjis_bin', 'sjis', 88, '', 'Yes', 1),
('hebrew_general_ci', 'hebrew', 16, 'Yes', 'Yes', 1),
('hebrew_bin', 'hebrew', 71, '', 'Yes', 1),
('tis620_thai_ci', 'tis620', 18, 'Yes', 'Yes', 4),
('tis620_bin', 'tis620', 89, '', 'Yes', 1),
('euckr_korean_ci', 'euckr', 19, 'Yes', 'Yes', 1),
('euckr_bin', 'euckr', 85, '', 'Yes', 1),
('koi8u_general_ci', 'koi8u', 22, 'Yes', 'Yes', 1),
('koi8u_bin', 'koi8u', 75, '', 'Yes', 1),
('gb2312_chinese_ci', 'gb2312', 24, 'Yes', 'Yes', 1),
('gb2312_bin', 'gb2312', 86, '', 'Yes', 1),
('greek_general_ci', 'greek', 25, 'Yes', 'Yes', 1),
('greek_bin', 'greek', 70, '', 'Yes', 1),
('cp1250_general_ci', 'cp1250', 26, 'Yes', 'Yes', 1),
('cp1250_czech_cs', 'cp1250', 34, '', 'Yes', 2),
('cp1250_croatian_ci', 'cp1250', 44, '', 'Yes', 1),
('cp1250_bin', 'cp1250', 66, '', 'Yes', 1),
('cp1250_polish_ci', 'cp1250', 99, '', 'Yes', 1),
('gbk_chinese_ci', 'gbk', 28, 'Yes', 'Yes', 1),
('gbk_bin', 'gbk', 87, '', 'Yes', 1),
('latin5_turkish_ci', 'latin5', 30, 'Yes', 'Yes', 1),
('latin5_bin', 'latin5', 78, '', 'Yes', 1),
('armscii8_general_ci', 'armscii8', 32, 'Yes', 'Yes', 1),
('armscii8_bin', 'armscii8', 64, '', 'Yes', 1),
('utf8_general_ci', 'utf8', 33, 'Yes', 'Yes', 1),
('utf8_bin', 'utf8', 83, '', 'Yes', 1),
('utf8_unicode_ci', 'utf8', 192, '', 'Yes', 8),
('utf8_icelandic_ci', 'utf8', 193, '', 'Yes', 8),
('utf8_latvian_ci', 'utf8', 194, '', 'Yes', 8),
('utf8_romanian_ci', 'utf8', 195, '', 'Yes', 8),
('utf8_slovenian_ci', 'utf8', 196, '', 'Yes', 8),
('utf8_polish_ci', 'utf8', 197, '', 'Yes', 8),
('utf8_estonian_ci', 'utf8', 198, '', 'Yes', 8),
('utf8_spanish_ci', 'utf8', 199, '', 'Yes', 8),
('utf8_swedish_ci', 'utf8', 200, '', 'Yes', 8),
('utf8_turkish_ci', 'utf8', 201, '', 'Yes', 8),
('utf8_czech_ci', 'utf8', 202, '', 'Yes', 8),
('utf8_danish_ci', 'utf8', 203, '', 'Yes', 8),
('utf8_lithuanian_ci', 'utf8', 204, '', 'Yes', 8),
('utf8_slovak_ci', 'utf8', 205, '', 'Yes', 8),
('utf8_spanish2_ci', 'utf8', 206, '', 'Yes', 8),
('utf8_roman_ci', 'utf8', 207, '', 'Yes', 8),
('utf8_persian_ci', 'utf8', 208, '', 'Yes', 8),
('utf8_esperanto_ci', 'utf8', 209, '', 'Yes', 8),
('utf8_hungarian_ci', 'utf8', 210, '', 'Yes', 8),
('ucs2_general_ci', 'ucs2', 35, 'Yes', 'Yes', 1),
('ucs2_bin', 'ucs2', 90, '', 'Yes', 1),
('ucs2_unicode_ci', 'ucs2', 128, '', 'Yes', 8),
('ucs2_icelandic_ci', 'ucs2', 129, '', 'Yes', 8),
('ucs2_latvian_ci', 'ucs2', 130, '', 'Yes', 8),
('ucs2_romanian_ci', 'ucs2', 131, '', 'Yes', 8),
('ucs2_slovenian_ci', 'ucs2', 132, '', 'Yes', 8),
('ucs2_polish_ci', 'ucs2', 133, '', 'Yes', 8),
('ucs2_estonian_ci', 'ucs2', 134, '', 'Yes', 8),
('ucs2_spanish_ci', 'ucs2', 135, '', 'Yes', 8),
('ucs2_swedish_ci', 'ucs2', 136, '', 'Yes', 8),
('ucs2_turkish_ci', 'ucs2', 137, '', 'Yes', 8),
('ucs2_czech_ci', 'ucs2', 138, '', 'Yes', 8),
('ucs2_danish_ci', 'ucs2', 139, '', 'Yes', 8),
('ucs2_lithuanian_ci', 'ucs2', 140, '', 'Yes', 8),
('ucs2_slovak_ci', 'ucs2', 141, '', 'Yes', 8),
('ucs2_spanish2_ci', 'ucs2', 142, '', 'Yes', 8),
('ucs2_roman_ci', 'ucs2', 143, '', 'Yes', 8),
('ucs2_persian_ci', 'ucs2', 144, '', 'Yes', 8),
('ucs2_esperanto_ci', 'ucs2', 145, '', 'Yes', 8),
('ucs2_hungarian_ci', 'ucs2', 146, '', 'Yes', 8),
('cp866_general_ci', 'cp866', 36, 'Yes', 'Yes', 1),
('cp866_bin', 'cp866', 68, '', 'Yes', 1),
('keybcs2_general_ci', 'keybcs2', 37, 'Yes', 'Yes', 1),
('keybcs2_bin', 'keybcs2', 73, '', 'Yes', 1),
('macce_general_ci', 'macce', 38, 'Yes', 'Yes', 1),
('macce_bin', 'macce', 43, '', 'Yes', 1),
('macroman_general_ci', 'macroman', 39, 'Yes', 'Yes', 1),
('macroman_bin', 'macroman', 53, '', 'Yes', 1),
('cp852_general_ci', 'cp852', 40, 'Yes', 'Yes', 1),
('cp852_bin', 'cp852', 81, '', 'Yes', 1),
('latin7_estonian_cs', 'latin7', 20, '', 'Yes', 1),
('latin7_general_ci', 'latin7', 41, 'Yes', 'Yes', 1),
('latin7_general_cs', 'latin7', 42, '', 'Yes', 1),
('latin7_bin', 'latin7', 79, '', 'Yes', 1),
('cp1251_bulgarian_ci', 'cp1251', 14, '', 'Yes', 1),
('cp1251_ukrainian_ci', 'cp1251', 23, '', 'Yes', 1),
('cp1251_bin', 'cp1251', 50, '', 'Yes', 1),
('cp1251_general_ci', 'cp1251', 51, 'Yes', 'Yes', 1),
('cp1251_general_cs', 'cp1251', 52, '', 'Yes', 1),
('cp1256_general_ci', 'cp1256', 57, 'Yes', 'Yes', 1),
('cp1256_bin', 'cp1256', 67, '', 'Yes', 1),
('cp1257_lithuanian_ci', 'cp1257', 29, '', 'Yes', 1),
('cp1257_bin', 'cp1257', 58, '', 'Yes', 1),
('cp1257_general_ci', 'cp1257', 59, 'Yes', 'Yes', 1),
('binary', 'binary', 63, 'Yes', 'Yes', 1),
('geostd8_general_ci', 'geostd8', 92, 'Yes', 'Yes', 1),
('geostd8_bin', 'geostd8', 93, '', 'Yes', 1),
('cp932_japanese_ci', 'cp932', 95, 'Yes', 'Yes', 1),
('cp932_bin', 'cp932', 96, '', 'Yes', 1),
('eucjpms_japanese_ci', 'eucjpms', 97, 'Yes', 'Yes', 1),
('eucjpms_bin', 'eucjpms', 98, '', 'Yes', 1);

-- --------------------------------------------------------

--
-- Table structure for table `COLLATION_CHARACTER_SET_APPLICABILITY`
--

CREATE TEMPORARY TABLE `COLLATION_CHARACTER_SET_APPLICABILITY` (
  `COLLATION_NAME` varchar(32) NOT NULL DEFAULT '',
  `CHARACTER_SET_NAME` varchar(32) NOT NULL DEFAULT ''
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

--
-- Dumping data for table `COLLATION_CHARACTER_SET_APPLICABILITY`
--

INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` (`COLLATION_NAME`, `CHARACTER_SET_NAME`) VALUES
('big5_chinese_ci', 'big5'),
('big5_bin', 'big5'),
('dec8_swedish_ci', 'dec8'),
('dec8_bin', 'dec8'),
('cp850_general_ci', 'cp850'),
('cp850_bin', 'cp850'),
('hp8_english_ci', 'hp8'),
('hp8_bin', 'hp8'),
('koi8r_general_ci', 'koi8r'),
('koi8r_bin', 'koi8r'),
('latin1_german1_ci', 'latin1'),
('latin1_swedish_ci', 'latin1'),
('latin1_danish_ci', 'latin1'),
('latin1_german2_ci', 'latin1'),
('latin1_bin', 'latin1'),
('latin1_general_ci', 'latin1'),
('latin1_general_cs', 'latin1'),
('latin1_spanish_ci', 'latin1'),
('latin2_czech_cs', 'latin2'),
('latin2_general_ci', 'latin2'),
('latin2_hungarian_ci', 'latin2'),
('latin2_croatian_ci', 'latin2'),
('latin2_bin', 'latin2'),
('swe7_swedish_ci', 'swe7'),
('swe7_bin', 'swe7'),
('ascii_general_ci', 'ascii'),
('ascii_bin', 'ascii'),
('ujis_japanese_ci', 'ujis'),
('ujis_bin', 'ujis'),
('sjis_japanese_ci', 'sjis'),
('sjis_bin', 'sjis'),
('hebrew_general_ci', 'hebrew'),
('hebrew_bin', 'hebrew'),
('filename', 'filename'),
('tis620_thai_ci', 'tis620'),
('tis620_bin', 'tis620'),
('euckr_korean_ci', 'euckr'),
('euckr_bin', 'euckr'),
('koi8u_general_ci', 'koi8u'),
('koi8u_bin', 'koi8u'),
('gb2312_chinese_ci', 'gb2312'),
('gb2312_bin', 'gb2312'),
('greek_general_ci', 'greek'),
('greek_bin', 'greek'),
('cp1250_general_ci', 'cp1250'),
('cp1250_czech_cs', 'cp1250'),
('cp1250_croatian_ci', 'cp1250'),
('cp1250_bin', 'cp1250'),
('cp1250_polish_ci', 'cp1250'),
('gbk_chinese_ci', 'gbk'),
('gbk_bin', 'gbk'),
('latin5_turkish_ci', 'latin5'),
('latin5_bin', 'latin5'),
('armscii8_general_ci', 'armscii8'),
('armscii8_bin', 'armscii8'),
('utf8_general_ci', 'utf8'),
('utf8_bin', 'utf8'),
('utf8_unicode_ci', 'utf8'),
('utf8_icelandic_ci', 'utf8'),
('utf8_latvian_ci', 'utf8'),
('utf8_romanian_ci', 'utf8'),
('utf8_slovenian_ci', 'utf8'),
('utf8_polish_ci', 'utf8'),
('utf8_estonian_ci', 'utf8'),
('utf8_spanish_ci', 'utf8'),
('utf8_swedish_ci', 'utf8'),
('utf8_turkish_ci', 'utf8'),
('utf8_czech_ci', 'utf8'),
('utf8_danish_ci', 'utf8'),
('utf8_lithuanian_ci', 'utf8'),
('utf8_slovak_ci', 'utf8'),
('utf8_spanish2_ci', 'utf8'),
('utf8_roman_ci', 'utf8'),
('utf8_persian_ci', 'utf8'),
('utf8_esperanto_ci', 'utf8'),
('utf8_hungarian_ci', 'utf8'),
('ucs2_general_ci', 'ucs2'),
('ucs2_bin', 'ucs2'),
('ucs2_unicode_ci', 'ucs2'),
('ucs2_icelandic_ci', 'ucs2'),
('ucs2_latvian_ci', 'ucs2'),
('ucs2_romanian_ci', 'ucs2'),
('ucs2_slovenian_ci', 'ucs2'),
('ucs2_polish_ci', 'ucs2'),
('ucs2_estonian_ci', 'ucs2'),
('ucs2_spanish_ci', 'ucs2'),
('ucs2_swedish_ci', 'ucs2'),
('ucs2_turkish_ci', 'ucs2'),
('ucs2_czech_ci', 'ucs2'),
('ucs2_danish_ci', 'ucs2'),
('ucs2_lithuanian_ci', 'ucs2'),
('ucs2_slovak_ci', 'ucs2'),
('ucs2_spanish2_ci', 'ucs2'),
('ucs2_roman_ci', 'ucs2'),
('ucs2_persian_ci', 'ucs2'),
('ucs2_esperanto_ci', 'ucs2'),
('ucs2_hungarian_ci', 'ucs2'),
('cp866_general_ci', 'cp866'),
('cp866_bin', 'cp866'),
('keybcs2_general_ci', 'keybcs2'),
('keybcs2_bin', 'keybcs2'),
('macce_general_ci', 'macce'),
('macce_bin', 'macce'),
('macroman_general_ci', 'macroman'),
('macroman_bin', 'macroman'),
('cp852_general_ci', 'cp852'),
('cp852_bin', 'cp852'),
('latin7_estonian_cs', 'latin7'),
('latin7_general_ci', 'latin7'),
('latin7_general_cs', 'latin7'),
('latin7_bin', 'latin7'),
('cp1251_bulgarian_ci', 'cp1251'),
('cp1251_ukrainian_ci', 'cp1251'),
('cp1251_bin', 'cp1251'),
('cp1251_general_ci', 'cp1251'),
('cp1251_general_cs', 'cp1251'),
('cp1256_general_ci', 'cp1256'),
('cp1256_bin', 'cp1256'),
('cp1257_lithuanian_ci', 'cp1257'),
('cp1257_bin', 'cp1257'),
('cp1257_general_ci', 'cp1257'),
('binary', 'binary'),
('geostd8_general_ci', 'geostd8'),
('geostd8_bin', 'geostd8'),
('cp932_japanese_ci', 'cp932'),
('cp932_bin', 'cp932'),
('eucjpms_japanese_ci', 'eucjpms'),
('eucjpms_bin', 'eucjpms');

-- --------------------------------------------------------

--
-- Table structure for table `COLUMNS`
--

CREATE TEMPORARY TABLE `COLUMNS` (
  `TABLE_CATALOG` varchar(512) DEFAULT NULL,
  `TABLE_SCHEMA` varchar(64) NOT NULL DEFAULT '',
  `TABLE_NAME` varchar(64) NOT NULL DEFAULT '',
  `COLUMN_NAME` varchar(64) NOT NULL DEFAULT '',
  `ORDINAL_POSITION` bigint(21) unsigned NOT NULL DEFAULT '0',
  `COLUMN_DEFAULT` longtext,
  `IS_NULLABLE` varchar(3) NOT NULL DEFAULT '',
  `DATA_TYPE` varchar(64) NOT NULL DEFAULT '',
  `CHARACTER_MAXIMUM_LENGTH` bigint(21) unsigned DEFAULT NULL,
  `CHARACTER_OCTET_LENGTH` bigint(21) unsigned DEFAULT NULL,
  `NUMERIC_PRECISION` bigint(21) unsigned DEFAULT NULL,
  `NUMERIC_SCALE` bigint(21) unsigned DEFAULT NULL,
  `CHARACTER_SET_NAME` varchar(32) DEFAULT NULL,
  `COLLATION_NAME` varchar(32) DEFAULT NULL,
  `COLUMN_TYPE` longtext NOT NULL,
  `COLUMN_KEY` varchar(3) NOT NULL DEFAULT '',
  `EXTRA` varchar(27) NOT NULL DEFAULT '',
  `PRIVILEGES` varchar(80) NOT NULL DEFAULT '',
  `COLUMN_COMMENT` varchar(255) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `COLUMNS`
--

INSERT INTO `COLUMNS` (`TABLE_CATALOG`, `TABLE_SCHEMA`, `TABLE_NAME`, `COLUMN_NAME`, `ORDINAL_POSITION`, `COLUMN_DEFAULT`, `IS_NULLABLE`, `DATA_TYPE`, `CHARACTER_MAXIMUM_LENGTH`, `CHARACTER_OCTET_LENGTH`, `NUMERIC_PRECISION`, `NUMERIC_SCALE`, `CHARACTER_SET_NAME`, `COLLATION_NAME`, `COLUMN_TYPE`, `COLUMN_KEY`, `EXTRA`, `PRIVILEGES`, `COLUMN_COMMENT`) VALUES
(NULL, 'information_schema', 'CHARACTER_SETS', 'CHARACTER_SET_NAME', 1, '', 'NO', 'varchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select', ''),
(NULL, 'information_schema', 'CHARACTER_SETS', 'DEFAULT_COLLATE_NAME', 2, '', 'NO', 'varchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select', ''),
(NULL, 'information_schema', 'CHARACTER_SETS', 'DESCRIPTION', 3, '', 'NO', 'varchar', 60, 180, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(60)', '', '', 'select', ''),
(NULL, 'information_schema', 'CHARACTER_SETS', 'MAXLEN', 4, '0', 'NO', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLLATIONS', 'COLLATION_NAME', 1, '', 'NO', 'varchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLLATIONS', 'CHARACTER_SET_NAME', 2, '', 'NO', 'varchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLLATIONS', 'ID', 3, '0', 'NO', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(11)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLLATIONS', 'IS_DEFAULT', 4, '', 'NO', 'varchar', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLLATIONS', 'IS_COMPILED', 5, '', 'NO', 'varchar', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLLATIONS', 'SORTLEN', 6, '0', 'NO', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLLATION_CHARACTER_SET_APPLICABILITY', 'COLLATION_NAME', 1, '', 'NO', 'varchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLLATION_CHARACTER_SET_APPLICABILITY', 'CHARACTER_SET_NAME', 2, '', 'NO', 'varchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'TABLE_CATALOG', 1, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'TABLE_SCHEMA', 2, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'TABLE_NAME', 3, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'COLUMN_NAME', 4, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'ORDINAL_POSITION', 5, '0', 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'COLUMN_DEFAULT', 6, NULL, 'YES', 'longtext', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'IS_NULLABLE', 7, '', 'NO', 'varchar', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'DATA_TYPE', 8, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'CHARACTER_MAXIMUM_LENGTH', 9, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'CHARACTER_OCTET_LENGTH', 10, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'NUMERIC_PRECISION', 11, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'NUMERIC_SCALE', 12, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'CHARACTER_SET_NAME', 13, NULL, 'YES', 'varchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'COLLATION_NAME', 14, NULL, 'YES', 'varchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'COLUMN_TYPE', 15, NULL, 'NO', 'longtext', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'COLUMN_KEY', 16, '', 'NO', 'varchar', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'EXTRA', 17, '', 'NO', 'varchar', 27, 81, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(27)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'PRIVILEGES', 18, '', 'NO', 'varchar', 80, 240, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(80)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'COLUMN_COMMENT', 19, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMN_PRIVILEGES', 'GRANTEE', 1, '', 'NO', 'varchar', 81, 243, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(81)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMN_PRIVILEGES', 'TABLE_CATALOG', 2, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMN_PRIVILEGES', 'TABLE_SCHEMA', 3, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMN_PRIVILEGES', 'TABLE_NAME', 4, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMN_PRIVILEGES', 'COLUMN_NAME', 5, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMN_PRIVILEGES', 'PRIVILEGE_TYPE', 6, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMN_PRIVILEGES', 'IS_GRANTABLE', 7, '', 'NO', 'varchar', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'ENGINES', 'ENGINE', 1, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'ENGINES', 'SUPPORT', 2, '', 'NO', 'varchar', 8, 24, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(8)', '', '', 'select', ''),
(NULL, 'information_schema', 'ENGINES', 'COMMENT', 3, '', 'NO', 'varchar', 80, 240, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(80)', '', '', 'select', ''),
(NULL, 'information_schema', 'ENGINES', 'TRANSACTIONS', 4, NULL, 'YES', 'varchar', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'ENGINES', 'XA', 5, NULL, 'YES', 'varchar', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'ENGINES', 'SAVEPOINTS', 6, NULL, 'YES', 'varchar', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'EVENT_CATALOG', 1, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'EVENT_SCHEMA', 2, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'EVENT_NAME', 3, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'DEFINER', 4, '', 'NO', 'varchar', 77, 231, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(77)', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'TIME_ZONE', 5, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'EVENT_BODY', 6, '', 'NO', 'varchar', 8, 24, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(8)', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'EVENT_DEFINITION', 7, NULL, 'NO', 'longtext', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'EVENT_TYPE', 8, '', 'NO', 'varchar', 9, 27, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(9)', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'EXECUTE_AT', 9, NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'INTERVAL_VALUE', 10, NULL, 'YES', 'varchar', 256, 768, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(256)', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'INTERVAL_FIELD', 11, NULL, 'YES', 'varchar', 18, 54, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(18)', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'SQL_MODE', 12, '', 'NO', 'varchar', 8192, 24576, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(8192)', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'STARTS', 13, NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'ENDS', 14, NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'STATUS', 15, '', 'NO', 'varchar', 18, 54, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(18)', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'ON_COMPLETION', 16, '', 'NO', 'varchar', 12, 36, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(12)', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'CREATED', 17, '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'LAST_ALTERED', 18, '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'LAST_EXECUTED', 19, NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'EVENT_COMMENT', 20, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'ORIGINATOR', 21, '0', 'NO', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(10)', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'CHARACTER_SET_CLIENT', 22, '', 'NO', 'varchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'COLLATION_CONNECTION', 23, '', 'NO', 'varchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'DATABASE_COLLATION', 24, '', 'NO', 'varchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'FILE_ID', 1, '0', 'NO', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(4)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'FILE_NAME', 2, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'FILE_TYPE', 3, '', 'NO', 'varchar', 20, 60, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'TABLESPACE_NAME', 4, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'TABLE_CATALOG', 5, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'TABLE_SCHEMA', 6, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'TABLE_NAME', 7, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'LOGFILE_GROUP_NAME', 8, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'LOGFILE_GROUP_NUMBER', 9, NULL, 'YES', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(4)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'ENGINE', 10, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'FULLTEXT_KEYS', 11, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'DELETED_ROWS', 12, NULL, 'YES', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(4)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'UPDATE_COUNT', 13, NULL, 'YES', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(4)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'FREE_EXTENTS', 14, NULL, 'YES', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(4)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'TOTAL_EXTENTS', 15, NULL, 'YES', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(4)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'EXTENT_SIZE', 16, '0', 'NO', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(4)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'INITIAL_SIZE', 17, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'MAXIMUM_SIZE', 18, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'AUTOEXTEND_SIZE', 19, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'CREATION_TIME', 20, NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'LAST_UPDATE_TIME', 21, NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'LAST_ACCESS_TIME', 22, NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'RECOVER_TIME', 23, NULL, 'YES', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(4)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'TRANSACTION_COUNTER', 24, NULL, 'YES', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(4)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'VERSION', 25, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'ROW_FORMAT', 26, NULL, 'YES', 'varchar', 10, 30, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(10)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'TABLE_ROWS', 27, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'AVG_ROW_LENGTH', 28, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'DATA_LENGTH', 29, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'MAX_DATA_LENGTH', 30, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'INDEX_LENGTH', 31, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'DATA_FREE', 32, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'CREATE_TIME', 33, NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'UPDATE_TIME', 34, NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'CHECK_TIME', 35, NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'CHECKSUM', 36, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'STATUS', 37, '', 'NO', 'varchar', 20, 60, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'EXTRA', 38, NULL, 'YES', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select', ''),
(NULL, 'information_schema', 'GLOBAL_STATUS', 'VARIABLE_NAME', 1, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'GLOBAL_STATUS', 'VARIABLE_VALUE', 2, NULL, 'YES', 'varchar', 1024, 3072, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(1024)', '', '', 'select', ''),
(NULL, 'information_schema', 'GLOBAL_VARIABLES', 'VARIABLE_NAME', 1, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'GLOBAL_VARIABLES', 'VARIABLE_VALUE', 2, NULL, 'YES', 'varchar', 1024, 3072, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(1024)', '', '', 'select', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'CONSTRAINT_CATALOG', 1, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'CONSTRAINT_SCHEMA', 2, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'CONSTRAINT_NAME', 3, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'TABLE_CATALOG', 4, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'TABLE_SCHEMA', 5, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'TABLE_NAME', 6, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'COLUMN_NAME', 7, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'ORDINAL_POSITION', 8, '0', 'NO', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(10)', '', '', 'select', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'POSITION_IN_UNIQUE_CONSTRAINT', 9, NULL, 'YES', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(10)', '', '', 'select', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'REFERENCED_TABLE_SCHEMA', 10, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'REFERENCED_TABLE_NAME', 11, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'REFERENCED_COLUMN_NAME', 12, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'TABLE_CATALOG', 1, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'TABLE_SCHEMA', 2, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'TABLE_NAME', 3, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'PARTITION_NAME', 4, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'SUBPARTITION_NAME', 5, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'PARTITION_ORDINAL_POSITION', 6, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'SUBPARTITION_ORDINAL_POSITION', 7, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'PARTITION_METHOD', 8, NULL, 'YES', 'varchar', 12, 36, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(12)', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'SUBPARTITION_METHOD', 9, NULL, 'YES', 'varchar', 12, 36, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(12)', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'PARTITION_EXPRESSION', 10, NULL, 'YES', 'longtext', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'SUBPARTITION_EXPRESSION', 11, NULL, 'YES', 'longtext', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'PARTITION_DESCRIPTION', 12, NULL, 'YES', 'longtext', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'TABLE_ROWS', 13, '0', 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'AVG_ROW_LENGTH', 14, '0', 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'DATA_LENGTH', 15, '0', 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'MAX_DATA_LENGTH', 16, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'INDEX_LENGTH', 17, '0', 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'DATA_FREE', 18, '0', 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'CREATE_TIME', 19, NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'UPDATE_TIME', 20, NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'CHECK_TIME', 21, NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'CHECKSUM', 22, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'PARTITION_COMMENT', 23, '', 'NO', 'varchar', 80, 240, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(80)', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'NODEGROUP', 24, '', 'NO', 'varchar', 12, 36, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(12)', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'TABLESPACE_NAME', 25, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'PLUGINS', 'PLUGIN_NAME', 1, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'PLUGINS', 'PLUGIN_VERSION', 2, '', 'NO', 'varchar', 20, 60, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PLUGINS', 'PLUGIN_STATUS', 3, '', 'NO', 'varchar', 10, 30, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(10)', '', '', 'select', ''),
(NULL, 'information_schema', 'PLUGINS', 'PLUGIN_TYPE', 4, '', 'NO', 'varchar', 80, 240, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(80)', '', '', 'select', ''),
(NULL, 'information_schema', 'PLUGINS', 'PLUGIN_TYPE_VERSION', 5, '', 'NO', 'varchar', 20, 60, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PLUGINS', 'PLUGIN_LIBRARY', 6, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'PLUGINS', 'PLUGIN_LIBRARY_VERSION', 7, NULL, 'YES', 'varchar', 20, 60, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PLUGINS', 'PLUGIN_AUTHOR', 8, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'PLUGINS', 'PLUGIN_DESCRIPTION', 9, NULL, 'YES', 'longtext', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select', ''),
(NULL, 'information_schema', 'PLUGINS', 'PLUGIN_LICENSE', 10, NULL, 'YES', 'varchar', 80, 240, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(80)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROCESSLIST', 'ID', 1, '0', 'NO', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(4)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROCESSLIST', 'USER', 2, '', 'NO', 'varchar', 16, 48, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(16)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROCESSLIST', 'HOST', 3, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROCESSLIST', 'DB', 4, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROCESSLIST', 'COMMAND', 5, '', 'NO', 'varchar', 16, 48, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(16)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROCESSLIST', 'TIME', 6, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(7)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROCESSLIST', 'STATE', 7, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROCESSLIST', 'INFO', 8, NULL, 'YES', 'longtext', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'QUERY_ID', 1, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'SEQ', 2, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'STATE', 3, '', 'NO', 'varchar', 30, 90, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(30)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'DURATION', 4, '0.000000', 'NO', 'decimal', NULL, NULL, 9, 6, NULL, NULL, 'decimal(9,6)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'CPU_USER', 5, NULL, 'YES', 'decimal', NULL, NULL, 9, 6, NULL, NULL, 'decimal(9,6)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'CPU_SYSTEM', 6, NULL, 'YES', 'decimal', NULL, NULL, 9, 6, NULL, NULL, 'decimal(9,6)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'CONTEXT_VOLUNTARY', 7, NULL, 'YES', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'CONTEXT_INVOLUNTARY', 8, NULL, 'YES', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'BLOCK_OPS_IN', 9, NULL, 'YES', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'BLOCK_OPS_OUT', 10, NULL, 'YES', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'MESSAGES_SENT', 11, NULL, 'YES', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'MESSAGES_RECEIVED', 12, NULL, 'YES', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'PAGE_FAULTS_MAJOR', 13, NULL, 'YES', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'PAGE_FAULTS_MINOR', 14, NULL, 'YES', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'SWAPS', 15, NULL, 'YES', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'SOURCE_FUNCTION', 16, NULL, 'YES', 'varchar', 30, 90, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(30)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'SOURCE_FILE', 17, NULL, 'YES', 'varchar', 20, 60, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'SOURCE_LINE', 18, NULL, 'YES', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'REFERENTIAL_CONSTRAINTS', 'CONSTRAINT_CATALOG', 1, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'REFERENTIAL_CONSTRAINTS', 'CONSTRAINT_SCHEMA', 2, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'REFERENTIAL_CONSTRAINTS', 'CONSTRAINT_NAME', 3, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'REFERENTIAL_CONSTRAINTS', 'UNIQUE_CONSTRAINT_CATALOG', 4, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'REFERENTIAL_CONSTRAINTS', 'UNIQUE_CONSTRAINT_SCHEMA', 5, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'REFERENTIAL_CONSTRAINTS', 'UNIQUE_CONSTRAINT_NAME', 6, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'REFERENTIAL_CONSTRAINTS', 'MATCH_OPTION', 7, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'REFERENTIAL_CONSTRAINTS', 'UPDATE_RULE', 8, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'REFERENTIAL_CONSTRAINTS', 'DELETE_RULE', 9, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'REFERENTIAL_CONSTRAINTS', 'TABLE_NAME', 10, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'REFERENTIAL_CONSTRAINTS', 'REFERENCED_TABLE_NAME', 11, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'SPECIFIC_NAME', 1, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'ROUTINE_CATALOG', 2, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'ROUTINE_SCHEMA', 3, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'ROUTINE_NAME', 4, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'ROUTINE_TYPE', 5, '', 'NO', 'varchar', 9, 27, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(9)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'DTD_IDENTIFIER', 6, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'ROUTINE_BODY', 7, '', 'NO', 'varchar', 8, 24, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(8)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'ROUTINE_DEFINITION', 8, NULL, 'YES', 'longtext', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'EXTERNAL_NAME', 9, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'EXTERNAL_LANGUAGE', 10, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'PARAMETER_STYLE', 11, '', 'NO', 'varchar', 8, 24, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(8)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'IS_DETERMINISTIC', 12, '', 'NO', 'varchar', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'SQL_DATA_ACCESS', 13, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'SQL_PATH', 14, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'SECURITY_TYPE', 15, '', 'NO', 'varchar', 7, 21, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(7)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'CREATED', 16, '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'LAST_ALTERED', 17, '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'SQL_MODE', 18, '', 'NO', 'varchar', 8192, 24576, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(8192)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'ROUTINE_COMMENT', 19, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'DEFINER', 20, '', 'NO', 'varchar', 77, 231, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(77)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'CHARACTER_SET_CLIENT', 21, '', 'NO', 'varchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'COLLATION_CONNECTION', 22, '', 'NO', 'varchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'DATABASE_COLLATION', 23, '', 'NO', 'varchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select', ''),
(NULL, 'information_schema', 'SCHEMATA', 'CATALOG_NAME', 1, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'SCHEMATA', 'SCHEMA_NAME', 2, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'SCHEMATA', 'DEFAULT_CHARACTER_SET_NAME', 3, '', 'NO', 'varchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select', ''),
(NULL, 'information_schema', 'SCHEMATA', 'DEFAULT_COLLATION_NAME', 4, '', 'NO', 'varchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select', ''),
(NULL, 'information_schema', 'SCHEMATA', 'SQL_PATH', 5, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'SCHEMA_PRIVILEGES', 'GRANTEE', 1, '', 'NO', 'varchar', 81, 243, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(81)', '', '', 'select', ''),
(NULL, 'information_schema', 'SCHEMA_PRIVILEGES', 'TABLE_CATALOG', 2, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'SCHEMA_PRIVILEGES', 'TABLE_SCHEMA', 3, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'SCHEMA_PRIVILEGES', 'PRIVILEGE_TYPE', 4, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'SCHEMA_PRIVILEGES', 'IS_GRANTABLE', 5, '', 'NO', 'varchar', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'SESSION_STATUS', 'VARIABLE_NAME', 1, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'SESSION_STATUS', 'VARIABLE_VALUE', 2, NULL, 'YES', 'varchar', 1024, 3072, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(1024)', '', '', 'select', ''),
(NULL, 'information_schema', 'SESSION_VARIABLES', 'VARIABLE_NAME', 1, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'SESSION_VARIABLES', 'VARIABLE_VALUE', 2, NULL, 'YES', 'varchar', 1024, 3072, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(1024)', '', '', 'select', ''),
(NULL, 'information_schema', 'STATISTICS', 'TABLE_CATALOG', 1, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'STATISTICS', 'TABLE_SCHEMA', 2, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'STATISTICS', 'TABLE_NAME', 3, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'STATISTICS', 'NON_UNIQUE', 4, '0', 'NO', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(1)', '', '', 'select', ''),
(NULL, 'information_schema', 'STATISTICS', 'INDEX_SCHEMA', 5, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'STATISTICS', 'INDEX_NAME', 6, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'STATISTICS', 'SEQ_IN_INDEX', 7, '0', 'NO', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(2)', '', '', 'select', ''),
(NULL, 'information_schema', 'STATISTICS', 'COLUMN_NAME', 8, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'STATISTICS', 'COLLATION', 9, NULL, 'YES', 'varchar', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(1)', '', '', 'select', ''),
(NULL, 'information_schema', 'STATISTICS', 'CARDINALITY', 10, NULL, 'YES', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(21)', '', '', 'select', ''),
(NULL, 'information_schema', 'STATISTICS', 'SUB_PART', 11, NULL, 'YES', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'STATISTICS', 'PACKED', 12, NULL, 'YES', 'varchar', 10, 30, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(10)', '', '', 'select', ''),
(NULL, 'information_schema', 'STATISTICS', 'NULLABLE', 13, '', 'NO', 'varchar', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'STATISTICS', 'INDEX_TYPE', 14, '', 'NO', 'varchar', 16, 48, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(16)', '', '', 'select', ''),
(NULL, 'information_schema', 'STATISTICS', 'COMMENT', 15, NULL, 'YES', 'varchar', 16, 48, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(16)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'TABLE_CATALOG', 1, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'TABLE_SCHEMA', 2, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'TABLE_NAME', 3, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'TABLE_TYPE', 4, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'ENGINE', 5, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'VERSION', 6, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'ROW_FORMAT', 7, NULL, 'YES', 'varchar', 10, 30, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(10)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'TABLE_ROWS', 8, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'AVG_ROW_LENGTH', 9, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'DATA_LENGTH', 10, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'MAX_DATA_LENGTH', 11, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'INDEX_LENGTH', 12, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'DATA_FREE', 13, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'AUTO_INCREMENT', 14, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'CREATE_TIME', 15, NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'UPDATE_TIME', 16, NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'CHECK_TIME', 17, NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'TABLE_COLLATION', 18, NULL, 'YES', 'varchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'CHECKSUM', 19, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'CREATE_OPTIONS', 20, NULL, 'YES', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'TABLE_COMMENT', 21, '', 'NO', 'varchar', 80, 240, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(80)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLE_CONSTRAINTS', 'CONSTRAINT_CATALOG', 1, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLE_CONSTRAINTS', 'CONSTRAINT_SCHEMA', 2, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLE_CONSTRAINTS', 'CONSTRAINT_NAME', 3, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLE_CONSTRAINTS', 'TABLE_SCHEMA', 4, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLE_CONSTRAINTS', 'TABLE_NAME', 5, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLE_CONSTRAINTS', 'CONSTRAINT_TYPE', 6, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLE_PRIVILEGES', 'GRANTEE', 1, '', 'NO', 'varchar', 81, 243, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(81)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLE_PRIVILEGES', 'TABLE_CATALOG', 2, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLE_PRIVILEGES', 'TABLE_SCHEMA', 3, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLE_PRIVILEGES', 'TABLE_NAME', 4, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLE_PRIVILEGES', 'PRIVILEGE_TYPE', 5, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLE_PRIVILEGES', 'IS_GRANTABLE', 6, '', 'NO', 'varchar', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'TRIGGER_CATALOG', 1, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'TRIGGER_SCHEMA', 2, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'TRIGGER_NAME', 3, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'EVENT_MANIPULATION', 4, '', 'NO', 'varchar', 6, 18, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(6)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'EVENT_OBJECT_CATALOG', 5, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'EVENT_OBJECT_SCHEMA', 6, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'EVENT_OBJECT_TABLE', 7, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'ACTION_ORDER', 8, '0', 'NO', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(4)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'ACTION_CONDITION', 9, NULL, 'YES', 'longtext', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'ACTION_STATEMENT', 10, NULL, 'NO', 'longtext', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'ACTION_ORIENTATION', 11, '', 'NO', 'varchar', 9, 27, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(9)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'ACTION_TIMING', 12, '', 'NO', 'varchar', 6, 18, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(6)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'ACTION_REFERENCE_OLD_TABLE', 13, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'ACTION_REFERENCE_NEW_TABLE', 14, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'ACTION_REFERENCE_OLD_ROW', 15, '', 'NO', 'varchar', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'ACTION_REFERENCE_NEW_ROW', 16, '', 'NO', 'varchar', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'CREATED', 17, NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'SQL_MODE', 18, '', 'NO', 'varchar', 8192, 24576, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(8192)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'DEFINER', 19, '', 'NO', 'varchar', 77, 231, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(77)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'CHARACTER_SET_CLIENT', 20, '', 'NO', 'varchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'COLLATION_CONNECTION', 21, '', 'NO', 'varchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select', '');
INSERT INTO `COLUMNS` (`TABLE_CATALOG`, `TABLE_SCHEMA`, `TABLE_NAME`, `COLUMN_NAME`, `ORDINAL_POSITION`, `COLUMN_DEFAULT`, `IS_NULLABLE`, `DATA_TYPE`, `CHARACTER_MAXIMUM_LENGTH`, `CHARACTER_OCTET_LENGTH`, `NUMERIC_PRECISION`, `NUMERIC_SCALE`, `CHARACTER_SET_NAME`, `COLLATION_NAME`, `COLUMN_TYPE`, `COLUMN_KEY`, `EXTRA`, `PRIVILEGES`, `COLUMN_COMMENT`) VALUES
(NULL, 'information_schema', 'TRIGGERS', 'DATABASE_COLLATION', 22, '', 'NO', 'varchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select', ''),
(NULL, 'information_schema', 'USER_PRIVILEGES', 'GRANTEE', 1, '', 'NO', 'varchar', 81, 243, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(81)', '', '', 'select', ''),
(NULL, 'information_schema', 'USER_PRIVILEGES', 'TABLE_CATALOG', 2, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'USER_PRIVILEGES', 'PRIVILEGE_TYPE', 3, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'USER_PRIVILEGES', 'IS_GRANTABLE', 4, '', 'NO', 'varchar', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'VIEWS', 'TABLE_CATALOG', 1, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'VIEWS', 'TABLE_SCHEMA', 2, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'VIEWS', 'TABLE_NAME', 3, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'VIEWS', 'VIEW_DEFINITION', 4, NULL, 'NO', 'longtext', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select', ''),
(NULL, 'information_schema', 'VIEWS', 'CHECK_OPTION', 5, '', 'NO', 'varchar', 8, 24, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(8)', '', '', 'select', ''),
(NULL, 'information_schema', 'VIEWS', 'IS_UPDATABLE', 6, '', 'NO', 'varchar', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'VIEWS', 'DEFINER', 7, '', 'NO', 'varchar', 77, 231, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(77)', '', '', 'select', ''),
(NULL, 'information_schema', 'VIEWS', 'SECURITY_TYPE', 8, '', 'NO', 'varchar', 7, 21, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(7)', '', '', 'select', ''),
(NULL, 'information_schema', 'VIEWS', 'CHARACTER_SET_CLIENT', 9, '', 'NO', 'varchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select', ''),
(NULL, 'information_schema', 'VIEWS', 'COLLATION_CONNECTION', 10, '', 'NO', 'varchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select', ''),
(NULL, 'mysql', 'columns_priv', 'Host', 1, '', 'NO', 'char', 60, 180, NULL, NULL, 'utf8', 'utf8_bin', 'char(60)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'columns_priv', 'Db', 2, '', 'NO', 'char', 64, 192, NULL, NULL, 'utf8', 'utf8_bin', 'char(64)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'columns_priv', 'User', 3, '', 'NO', 'char', 16, 48, NULL, NULL, 'utf8', 'utf8_bin', 'char(16)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'columns_priv', 'Table_name', 4, '', 'NO', 'char', 64, 192, NULL, NULL, 'utf8', 'utf8_bin', 'char(64)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'columns_priv', 'Column_name', 5, '', 'NO', 'char', 64, 192, NULL, NULL, 'utf8', 'utf8_bin', 'char(64)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'columns_priv', 'Timestamp', 6, 'CURRENT_TIMESTAMP', 'NO', 'timestamp', NULL, NULL, NULL, NULL, NULL, NULL, 'timestamp', '', 'on update CURRENT_TIMESTAMP', 'select,insert,update,references', ''),
(NULL, 'mysql', 'columns_priv', 'Column_priv', 7, '', 'NO', 'set', 31, 93, NULL, NULL, 'utf8', 'utf8_general_ci', 'set(''Select'',''Insert'',''Update'',''References'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'db', 'Host', 1, '', 'NO', 'char', 60, 180, NULL, NULL, 'utf8', 'utf8_bin', 'char(60)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'db', 'Db', 2, '', 'NO', 'char', 64, 192, NULL, NULL, 'utf8', 'utf8_bin', 'char(64)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'db', 'User', 3, '', 'NO', 'char', 16, 48, NULL, NULL, 'utf8', 'utf8_bin', 'char(16)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'db', 'Select_priv', 4, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'db', 'Insert_priv', 5, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'db', 'Update_priv', 6, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'db', 'Delete_priv', 7, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'db', 'Create_priv', 8, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'db', 'Drop_priv', 9, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'db', 'Grant_priv', 10, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'db', 'References_priv', 11, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'db', 'Index_priv', 12, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'db', 'Alter_priv', 13, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'db', 'Create_tmp_table_priv', 14, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'db', 'Lock_tables_priv', 15, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'db', 'Create_view_priv', 16, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'db', 'Show_view_priv', 17, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'db', 'Create_routine_priv', 18, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'db', 'Alter_routine_priv', 19, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'db', 'Execute_priv', 20, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'db', 'Event_priv', 21, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'db', 'Trigger_priv', 22, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'event', 'db', 1, '', 'NO', 'char', 64, 192, NULL, NULL, 'utf8', 'utf8_bin', 'char(64)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'event', 'name', 2, '', 'NO', 'char', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'char(64)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'event', 'body', 3, NULL, 'NO', 'longblob', 4294967295, 4294967295, NULL, NULL, NULL, NULL, 'longblob', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'event', 'definer', 4, '', 'NO', 'char', 77, 231, NULL, NULL, 'utf8', 'utf8_bin', 'char(77)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'event', 'execute_at', 5, NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'event', 'interval_value', 6, NULL, 'YES', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'event', 'interval_field', 7, NULL, 'YES', 'enum', 18, 54, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''YEAR'',''QUARTER'',''MONTH'',''DAY'',''HOUR'',''MINUTE'',''WEEK'',''SECOND'',''MICROSECOND'',''YEAR_MONTH'',''DAY_HOUR'',''DAY_MINUTE'',''DAY_SECOND'',''HOUR_MINUTE'',''HOUR_SECOND'',''MINUTE_SECOND'',''DAY_MICROSECOND'',''HOUR_MICROSECOND'',''MINUTE_MICROSECOND'',''SECOND_MICROSECOND'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'event', 'created', 8, 'CURRENT_TIMESTAMP', 'NO', 'timestamp', NULL, NULL, NULL, NULL, NULL, NULL, 'timestamp', '', 'on update CURRENT_TIMESTAMP', 'select,insert,update,references', ''),
(NULL, 'mysql', 'event', 'modified', 9, '0000-00-00 00:00:00', 'NO', 'timestamp', NULL, NULL, NULL, NULL, NULL, NULL, 'timestamp', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'event', 'last_executed', 10, NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'event', 'starts', 11, NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'event', 'ends', 12, NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'event', 'status', 13, 'ENABLED', 'NO', 'enum', 18, 54, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''ENABLED'',''DISABLED'',''SLAVESIDE_DISABLED'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'event', 'on_completion', 14, 'DROP', 'NO', 'enum', 8, 24, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''DROP'',''PRESERVE'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'event', 'sql_mode', 15, '', 'NO', 'set', 478, 1434, NULL, NULL, 'utf8', 'utf8_general_ci', 'set(''REAL_AS_FLOAT'',''PIPES_AS_CONCAT'',''ANSI_QUOTES'',''IGNORE_SPACE'',''NOT_USED'',''ONLY_FULL_GROUP_BY'',''NO_UNSIGNED_SUBTRACTION'',''NO_DIR_IN_CREATE'',''POSTGRESQL'',''ORACLE'',''MSSQL'',''DB2'',''MAXDB'',''NO_KEY_OPTIONS'',''NO_TABLE_OPTIONS'',''NO_FIELD_OPTIONS'',''MYSQL323'',''MYSQL40'',''ANSI'',''NO_AUTO_VALUE_ON_ZERO'',''NO_BACKSLASH_ESCAPES'',''STRICT_TRANS_TABLES'',''STRICT_ALL_TABLES'',''NO_ZERO_IN_DATE'',''NO_ZERO_DATE'',''INVALID_DATES'',''ERROR_FOR_DIVISION_BY_ZERO'',''TRADITIONAL'',''NO_AUTO_CREATE_USER'',''HIGH_NOT_PRECEDENCE'',''NO_ENGINE_SUBSTITUTION'',''PAD_CHAR_TO_FULL_LENGTH'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'event', 'comment', 16, '', 'NO', 'char', 64, 192, NULL, NULL, 'utf8', 'utf8_bin', 'char(64)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'event', 'originator', 17, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'event', 'time_zone', 18, 'SYSTEM', 'NO', 'char', 64, 64, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'char(64)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'event', 'character_set_client', 19, NULL, 'YES', 'char', 32, 96, NULL, NULL, 'utf8', 'utf8_bin', 'char(32)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'event', 'collation_connection', 20, NULL, 'YES', 'char', 32, 96, NULL, NULL, 'utf8', 'utf8_bin', 'char(32)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'event', 'db_collation', 21, NULL, 'YES', 'char', 32, 96, NULL, NULL, 'utf8', 'utf8_bin', 'char(32)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'event', 'body_utf8', 22, NULL, 'YES', 'longblob', 4294967295, 4294967295, NULL, NULL, NULL, NULL, 'longblob', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'func', 'name', 1, '', 'NO', 'char', 64, 192, NULL, NULL, 'utf8', 'utf8_bin', 'char(64)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'func', 'ret', 2, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'func', 'dl', 3, '', 'NO', 'char', 128, 384, NULL, NULL, 'utf8', 'utf8_bin', 'char(128)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'func', 'type', 4, NULL, 'NO', 'enum', 9, 27, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''function'',''aggregate'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'general_log', 'event_time', 1, 'CURRENT_TIMESTAMP', 'NO', 'timestamp', NULL, NULL, NULL, NULL, NULL, NULL, 'timestamp', '', 'on update CURRENT_TIMESTAMP', 'select,insert,update,references', ''),
(NULL, 'mysql', 'general_log', 'user_host', 2, NULL, 'NO', 'mediumtext', 16777215, 16777215, NULL, NULL, 'utf8', 'utf8_general_ci', 'mediumtext', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'general_log', 'thread_id', 3, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'general_log', 'server_id', 4, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'general_log', 'command_type', 5, NULL, 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'general_log', 'argument', 6, NULL, 'NO', 'mediumtext', 16777215, 16777215, NULL, NULL, 'utf8', 'utf8_general_ci', 'mediumtext', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'help_category', 'help_category_id', 1, '0', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'help_category', 'name', 2, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', 'UNI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'help_category', 'parent_category_id', 3, NULL, 'YES', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'help_category', 'url', 4, '', 'NO', 'varchar', 128, 384, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(128)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'help_keyword', 'help_keyword_id', 1, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'help_keyword', 'name', 2, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', 'UNI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'help_relation', 'help_topic_id', 1, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'help_relation', 'help_keyword_id', 2, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'help_topic', 'help_topic_id', 1, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'help_topic', 'name', 2, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', 'UNI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'help_topic', 'help_category_id', 3, '0', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'help_topic', 'description', 4, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'help_topic', 'example', 5, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'help_topic', 'url', 6, '', 'NO', 'varchar', 128, 384, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(128)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'host', 'Host', 1, '', 'NO', 'char', 60, 180, NULL, NULL, 'utf8', 'utf8_bin', 'char(60)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'host', 'Db', 2, '', 'NO', 'char', 64, 192, NULL, NULL, 'utf8', 'utf8_bin', 'char(64)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'host', 'Select_priv', 3, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'host', 'Insert_priv', 4, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'host', 'Update_priv', 5, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'host', 'Delete_priv', 6, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'host', 'Create_priv', 7, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'host', 'Drop_priv', 8, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'host', 'Grant_priv', 9, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'host', 'References_priv', 10, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'host', 'Index_priv', 11, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'host', 'Alter_priv', 12, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'host', 'Create_tmp_table_priv', 13, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'host', 'Lock_tables_priv', 14, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'host', 'Create_view_priv', 15, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'host', 'Show_view_priv', 16, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'host', 'Create_routine_priv', 17, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'host', 'Alter_routine_priv', 18, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'host', 'Execute_priv', 19, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'host', 'Trigger_priv', 20, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'ndb_binlog_index', 'Position', 1, NULL, 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'ndb_binlog_index', 'File', 2, NULL, 'NO', 'varchar', 255, 255, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'ndb_binlog_index', 'epoch', 3, NULL, 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'ndb_binlog_index', 'inserts', 4, NULL, 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'ndb_binlog_index', 'updates', 5, NULL, 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'ndb_binlog_index', 'deletes', 6, NULL, 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'ndb_binlog_index', 'schemaops', 7, NULL, 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'plugin', 'name', 1, '', 'NO', 'char', 64, 192, NULL, NULL, 'utf8', 'utf8_bin', 'char(64)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'plugin', 'dl', 2, '', 'NO', 'char', 128, 384, NULL, NULL, 'utf8', 'utf8_bin', 'char(128)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'proc', 'db', 1, '', 'NO', 'char', 64, 192, NULL, NULL, 'utf8', 'utf8_bin', 'char(64)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'proc', 'name', 2, '', 'NO', 'char', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'char(64)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'proc', 'type', 3, NULL, 'NO', 'enum', 9, 27, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''FUNCTION'',''PROCEDURE'')', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'proc', 'specific_name', 4, '', 'NO', 'char', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'char(64)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'proc', 'language', 5, 'SQL', 'NO', 'enum', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''SQL'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'proc', 'sql_data_access', 6, 'CONTAINS_SQL', 'NO', 'enum', 17, 51, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''CONTAINS_SQL'',''NO_SQL'',''READS_SQL_DATA'',''MODIFIES_SQL_DATA'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'proc', 'is_deterministic', 7, 'NO', 'NO', 'enum', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''YES'',''NO'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'proc', 'security_type', 8, 'DEFINER', 'NO', 'enum', 7, 21, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''INVOKER'',''DEFINER'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'proc', 'param_list', 9, NULL, 'NO', 'blob', 65535, 65535, NULL, NULL, NULL, NULL, 'blob', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'proc', 'returns', 10, NULL, 'NO', 'longblob', 4294967295, 4294967295, NULL, NULL, NULL, NULL, 'longblob', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'proc', 'body', 11, NULL, 'NO', 'longblob', 4294967295, 4294967295, NULL, NULL, NULL, NULL, 'longblob', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'proc', 'definer', 12, '', 'NO', 'char', 77, 231, NULL, NULL, 'utf8', 'utf8_bin', 'char(77)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'proc', 'created', 13, 'CURRENT_TIMESTAMP', 'NO', 'timestamp', NULL, NULL, NULL, NULL, NULL, NULL, 'timestamp', '', 'on update CURRENT_TIMESTAMP', 'select,insert,update,references', ''),
(NULL, 'mysql', 'proc', 'modified', 14, '0000-00-00 00:00:00', 'NO', 'timestamp', NULL, NULL, NULL, NULL, NULL, NULL, 'timestamp', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'proc', 'sql_mode', 15, '', 'NO', 'set', 478, 1434, NULL, NULL, 'utf8', 'utf8_general_ci', 'set(''REAL_AS_FLOAT'',''PIPES_AS_CONCAT'',''ANSI_QUOTES'',''IGNORE_SPACE'',''NOT_USED'',''ONLY_FULL_GROUP_BY'',''NO_UNSIGNED_SUBTRACTION'',''NO_DIR_IN_CREATE'',''POSTGRESQL'',''ORACLE'',''MSSQL'',''DB2'',''MAXDB'',''NO_KEY_OPTIONS'',''NO_TABLE_OPTIONS'',''NO_FIELD_OPTIONS'',''MYSQL323'',''MYSQL40'',''ANSI'',''NO_AUTO_VALUE_ON_ZERO'',''NO_BACKSLASH_ESCAPES'',''STRICT_TRANS_TABLES'',''STRICT_ALL_TABLES'',''NO_ZERO_IN_DATE'',''NO_ZERO_DATE'',''INVALID_DATES'',''ERROR_FOR_DIVISION_BY_ZERO'',''TRADITIONAL'',''NO_AUTO_CREATE_USER'',''HIGH_NOT_PRECEDENCE'',''NO_ENGINE_SUBSTITUTION'',''PAD_CHAR_TO_FULL_LENGTH'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'proc', 'comment', 16, '', 'NO', 'char', 64, 192, NULL, NULL, 'utf8', 'utf8_bin', 'char(64)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'proc', 'character_set_client', 17, NULL, 'YES', 'char', 32, 96, NULL, NULL, 'utf8', 'utf8_bin', 'char(32)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'proc', 'collation_connection', 18, NULL, 'YES', 'char', 32, 96, NULL, NULL, 'utf8', 'utf8_bin', 'char(32)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'proc', 'db_collation', 19, NULL, 'YES', 'char', 32, 96, NULL, NULL, 'utf8', 'utf8_bin', 'char(32)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'proc', 'body_utf8', 20, NULL, 'YES', 'longblob', 4294967295, 4294967295, NULL, NULL, NULL, NULL, 'longblob', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'procs_priv', 'Host', 1, '', 'NO', 'char', 60, 180, NULL, NULL, 'utf8', 'utf8_bin', 'char(60)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'procs_priv', 'Db', 2, '', 'NO', 'char', 64, 192, NULL, NULL, 'utf8', 'utf8_bin', 'char(64)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'procs_priv', 'User', 3, '', 'NO', 'char', 16, 48, NULL, NULL, 'utf8', 'utf8_bin', 'char(16)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'procs_priv', 'Routine_name', 4, '', 'NO', 'char', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'char(64)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'procs_priv', 'Routine_type', 5, NULL, 'NO', 'enum', 9, 27, NULL, NULL, 'utf8', 'utf8_bin', 'enum(''FUNCTION'',''PROCEDURE'')', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'procs_priv', 'Grantor', 6, '', 'NO', 'char', 77, 231, NULL, NULL, 'utf8', 'utf8_bin', 'char(77)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'procs_priv', 'Proc_priv', 7, '', 'NO', 'set', 27, 81, NULL, NULL, 'utf8', 'utf8_general_ci', 'set(''Execute'',''Alter Routine'',''Grant'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'procs_priv', 'Timestamp', 8, 'CURRENT_TIMESTAMP', 'NO', 'timestamp', NULL, NULL, NULL, NULL, NULL, NULL, 'timestamp', '', 'on update CURRENT_TIMESTAMP', 'select,insert,update,references', ''),
(NULL, 'mysql', 'servers', 'Server_name', 1, '', 'NO', 'char', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'char(64)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'servers', 'Host', 2, '', 'NO', 'char', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'char(64)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'servers', 'Db', 3, '', 'NO', 'char', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'char(64)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'servers', 'Username', 4, '', 'NO', 'char', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'char(64)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'servers', 'Password', 5, '', 'NO', 'char', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'char(64)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'servers', 'Port', 6, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(4)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'servers', 'Socket', 7, '', 'NO', 'char', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'char(64)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'servers', 'Wrapper', 8, '', 'NO', 'char', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'char(64)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'servers', 'Owner', 9, '', 'NO', 'char', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'char(64)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'slow_log', 'start_time', 1, 'CURRENT_TIMESTAMP', 'NO', 'timestamp', NULL, NULL, NULL, NULL, NULL, NULL, 'timestamp', '', 'on update CURRENT_TIMESTAMP', 'select,insert,update,references', ''),
(NULL, 'mysql', 'slow_log', 'user_host', 2, NULL, 'NO', 'mediumtext', 16777215, 16777215, NULL, NULL, 'utf8', 'utf8_general_ci', 'mediumtext', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'slow_log', 'query_time', 3, NULL, 'NO', 'time', NULL, NULL, NULL, NULL, NULL, NULL, 'time', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'slow_log', 'lock_time', 4, NULL, 'NO', 'time', NULL, NULL, NULL, NULL, NULL, NULL, 'time', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'slow_log', 'rows_sent', 5, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'slow_log', 'rows_examined', 6, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'slow_log', 'db', 7, NULL, 'NO', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'slow_log', 'last_insert_id', 8, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'slow_log', 'insert_id', 9, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'slow_log', 'server_id', 10, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'slow_log', 'sql_text', 11, NULL, 'NO', 'mediumtext', 16777215, 16777215, NULL, NULL, 'utf8', 'utf8_general_ci', 'mediumtext', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'tables_priv', 'Host', 1, '', 'NO', 'char', 60, 180, NULL, NULL, 'utf8', 'utf8_bin', 'char(60)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'tables_priv', 'Db', 2, '', 'NO', 'char', 64, 192, NULL, NULL, 'utf8', 'utf8_bin', 'char(64)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'tables_priv', 'User', 3, '', 'NO', 'char', 16, 48, NULL, NULL, 'utf8', 'utf8_bin', 'char(16)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'tables_priv', 'Table_name', 4, '', 'NO', 'char', 64, 192, NULL, NULL, 'utf8', 'utf8_bin', 'char(64)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'tables_priv', 'Grantor', 5, '', 'NO', 'char', 77, 231, NULL, NULL, 'utf8', 'utf8_bin', 'char(77)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'tables_priv', 'Timestamp', 6, 'CURRENT_TIMESTAMP', 'NO', 'timestamp', NULL, NULL, NULL, NULL, NULL, NULL, 'timestamp', '', 'on update CURRENT_TIMESTAMP', 'select,insert,update,references', ''),
(NULL, 'mysql', 'tables_priv', 'Table_priv', 7, '', 'NO', 'set', 98, 294, NULL, NULL, 'utf8', 'utf8_general_ci', 'set(''Select'',''Insert'',''Update'',''Delete'',''Create'',''Drop'',''Grant'',''References'',''Index'',''Alter'',''Create View'',''Show view'',''Trigger'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'tables_priv', 'Column_priv', 8, '', 'NO', 'set', 31, 93, NULL, NULL, 'utf8', 'utf8_general_ci', 'set(''Select'',''Insert'',''Update'',''References'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'time_zone', 'Time_zone_id', 1, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'mysql', 'time_zone', 'Use_leap_seconds', 2, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''Y'',''N'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'time_zone_leap_second', 'Transition_time', 1, '0', 'NO', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(20)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'time_zone_leap_second', 'Correction', 2, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'time_zone_name', 'Name', 1, '', 'NO', 'char', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'char(64)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'time_zone_name', 'Time_zone_id', 2, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'time_zone_transition', 'Time_zone_id', 1, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'time_zone_transition', 'Transition_time', 2, '0', 'NO', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(20)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'time_zone_transition', 'Transition_type_id', 3, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'time_zone_transition_type', 'Time_zone_id', 1, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'time_zone_transition_type', 'Transition_type_id', 2, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'time_zone_transition_type', 'Offset', 3, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'time_zone_transition_type', 'Is_DST', 4, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'time_zone_transition_type', 'Abbreviation', 5, '', 'NO', 'char', 8, 24, NULL, NULL, 'utf8', 'utf8_general_ci', 'char(8)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'user', 'Host', 1, '', 'NO', 'char', 60, 180, NULL, NULL, 'utf8', 'utf8_bin', 'char(60)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'user', 'User', 2, '', 'NO', 'char', 16, 48, NULL, NULL, 'utf8', 'utf8_bin', 'char(16)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'user', 'Password', 3, '', 'NO', 'char', 41, 41, NULL, NULL, 'latin1', 'latin1_bin', 'char(41)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'user', 'Select_priv', 4, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'user', 'Insert_priv', 5, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'user', 'Update_priv', 6, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'user', 'Delete_priv', 7, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'user', 'Create_priv', 8, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'user', 'Drop_priv', 9, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'user', 'Reload_priv', 10, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'user', 'Shutdown_priv', 11, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'user', 'Process_priv', 12, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'user', 'File_priv', 13, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'user', 'Grant_priv', 14, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'user', 'References_priv', 15, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'user', 'Index_priv', 16, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'user', 'Alter_priv', 17, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'user', 'Show_db_priv', 18, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'user', 'Super_priv', 19, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'user', 'Create_tmp_table_priv', 20, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'user', 'Lock_tables_priv', 21, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'user', 'Execute_priv', 22, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'user', 'Repl_slave_priv', 23, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'user', 'Repl_client_priv', 24, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'user', 'Create_view_priv', 25, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'user', 'Show_view_priv', 26, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'user', 'Create_routine_priv', 27, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'user', 'Alter_routine_priv', 28, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'user', 'Create_user_priv', 29, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'user', 'Event_priv', 30, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'user', 'Trigger_priv', 31, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'user', 'ssl_type', 32, '', 'NO', 'enum', 9, 27, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum('''',''ANY'',''X509'',''SPECIFIED'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'user', 'ssl_cipher', 33, NULL, 'NO', 'blob', 65535, 65535, NULL, NULL, NULL, NULL, 'blob', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'user', 'x509_issuer', 34, NULL, 'NO', 'blob', 65535, 65535, NULL, NULL, NULL, NULL, 'blob', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'user', 'x509_subject', 35, NULL, 'NO', 'blob', 65535, 65535, NULL, NULL, NULL, NULL, 'blob', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'user', 'max_questions', 36, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'user', 'max_updates', 37, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'user', 'max_connections', 38, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'user', 'max_user_connections', 39, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2commentmeta', 'meta_id', 1, NULL, 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2commentmeta', 'comment_id', 2, '0', 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2commentmeta', 'meta_key', 3, NULL, 'YES', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2commentmeta', 'meta_value', 4, NULL, 'YES', 'longtext', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2comments', 'comment_ID', 1, NULL, 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2comments', 'comment_post_ID', 2, '0', 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2comments', 'comment_author', 3, NULL, 'NO', 'tinytext', 255, 255, NULL, NULL, 'utf8', 'utf8_general_ci', 'tinytext', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2comments', 'comment_author_email', 4, '', 'NO', 'varchar', 100, 300, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(100)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2comments', 'comment_author_url', 5, '', 'NO', 'varchar', 200, 600, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(200)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2comments', 'comment_author_IP', 6, '', 'NO', 'varchar', 100, 300, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(100)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2comments', 'comment_date', 7, '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2comments', 'comment_date_gmt', 8, '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2comments', 'comment_content', 9, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2comments', 'comment_karma', 10, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2comments', 'comment_approved', 11, '1', 'NO', 'varchar', 20, 60, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2comments', 'comment_agent', 12, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2comments', 'comment_type', 13, '', 'NO', 'varchar', 20, 60, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2comments', 'comment_parent', 14, '0', 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2comments', 'user_id', 15, '0', 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2links', 'link_id', 1, NULL, 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2links', 'link_url', 2, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2links', 'link_name', 3, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2links', 'link_image', 4, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2links', 'link_target', 5, '', 'NO', 'varchar', 25, 75, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(25)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2links', 'link_description', 6, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2links', 'link_visible', 7, 'Y', 'NO', 'varchar', 20, 60, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2links', 'link_owner', 8, '1', 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2links', 'link_rating', 9, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2links', 'link_updated', 10, '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2links', 'link_rel', 11, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2links', 'link_notes', 12, NULL, 'NO', 'mediumtext', 16777215, 16777215, NULL, NULL, 'utf8', 'utf8_general_ci', 'mediumtext', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2links', 'link_rss', 13, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2options', 'option_id', 1, NULL, 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2options', 'blog_id', 2, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2options', 'option_name', 3, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', 'UNI', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2options', 'option_value', 4, NULL, 'NO', 'longtext', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2options', 'autoload', 5, 'yes', 'NO', 'varchar', 20, 60, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2postmeta', 'meta_id', 1, NULL, 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2postmeta', 'post_id', 2, '0', 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2postmeta', 'meta_key', 3, NULL, 'YES', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2postmeta', 'meta_value', 4, NULL, 'YES', 'longtext', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2posts', 'ID', 1, NULL, 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2posts', 'post_author', 2, '0', 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2posts', 'post_date', 3, '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2posts', 'post_date_gmt', 4, '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2posts', 'post_content', 5, NULL, 'NO', 'longtext', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2posts', 'post_title', 6, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` (`TABLE_CATALOG`, `TABLE_SCHEMA`, `TABLE_NAME`, `COLUMN_NAME`, `ORDINAL_POSITION`, `COLUMN_DEFAULT`, `IS_NULLABLE`, `DATA_TYPE`, `CHARACTER_MAXIMUM_LENGTH`, `CHARACTER_OCTET_LENGTH`, `NUMERIC_PRECISION`, `NUMERIC_SCALE`, `CHARACTER_SET_NAME`, `COLLATION_NAME`, `COLUMN_TYPE`, `COLUMN_KEY`, `EXTRA`, `PRIVILEGES`, `COLUMN_COMMENT`) VALUES
(NULL, 'wordpress', 'wp_2posts', 'post_excerpt', 7, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2posts', 'post_status', 8, 'publish', 'NO', 'varchar', 20, 60, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2posts', 'comment_status', 9, 'open', 'NO', 'varchar', 20, 60, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2posts', 'ping_status', 10, 'open', 'NO', 'varchar', 20, 60, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2posts', 'post_password', 11, '', 'NO', 'varchar', 20, 60, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2posts', 'post_name', 12, '', 'NO', 'varchar', 200, 600, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(200)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2posts', 'to_ping', 13, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2posts', 'pinged', 14, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2posts', 'post_modified', 15, '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2posts', 'post_modified_gmt', 16, '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2posts', 'post_content_filtered', 17, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2posts', 'post_parent', 18, '0', 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2posts', 'guid', 19, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2posts', 'menu_order', 20, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2posts', 'post_type', 21, 'post', 'NO', 'varchar', 20, 60, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2posts', 'post_mime_type', 22, '', 'NO', 'varchar', 100, 300, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(100)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2posts', 'comment_count', 23, '0', 'NO', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(20)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2rg_form', 'id', 1, NULL, 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2rg_form', 'title', 2, NULL, 'NO', 'varchar', 150, 450, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(150)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2rg_form', 'date_created', 3, NULL, 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2rg_form', 'is_active', 4, '1', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2rg_form_meta', 'form_id', 1, NULL, 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2rg_form_meta', 'display_meta', 2, NULL, 'YES', 'longtext', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2rg_form_meta', 'entries_grid_meta', 3, NULL, 'YES', 'longtext', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2rg_form_view', 'id', 1, NULL, 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2rg_form_view', 'form_id', 2, NULL, 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2rg_form_view', 'date_created', 3, NULL, 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2rg_form_view', 'ip', 4, NULL, 'YES', 'char', 15, 45, NULL, NULL, 'utf8', 'utf8_general_ci', 'char(15)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2rg_form_view', 'count', 5, '1', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2rg_lead', 'id', 1, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2rg_lead', 'form_id', 2, NULL, 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2rg_lead', 'post_id', 3, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2rg_lead', 'date_created', 4, NULL, 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2rg_lead', 'is_starred', 5, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2rg_lead', 'is_read', 6, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2rg_lead', 'ip', 7, NULL, 'NO', 'char', 15, 45, NULL, NULL, 'utf8', 'utf8_general_ci', 'char(15)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2rg_lead', 'source_url', 8, '', 'NO', 'varchar', 200, 600, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(200)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2rg_lead', 'user_agent', 9, '', 'NO', 'varchar', 250, 750, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(250)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2rg_lead_detail', 'id', 1, NULL, 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2rg_lead_detail', 'lead_id', 2, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2rg_lead_detail', 'form_id', 3, NULL, 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2rg_lead_detail', 'field_number', 4, NULL, 'NO', 'float', NULL, NULL, 12, NULL, NULL, NULL, 'float', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2rg_lead_detail', 'value', 5, NULL, 'YES', 'varchar', 200, 600, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(200)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2rg_lead_detail_long', 'lead_detail_id', 1, NULL, 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2rg_lead_detail_long', 'value', 2, NULL, 'YES', 'longtext', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2rg_lead_notes', 'id', 1, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2rg_lead_notes', 'lead_id', 2, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2rg_lead_notes', 'user_name', 3, NULL, 'YES', 'varchar', 250, 750, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(250)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2rg_lead_notes', 'user_id', 4, NULL, 'YES', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(20)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2rg_lead_notes', 'date_created', 5, NULL, 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2rg_lead_notes', 'value', 6, NULL, 'YES', 'longtext', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2term_relationships', 'object_id', 1, '0', 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2term_relationships', 'term_taxonomy_id', 2, '0', 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2term_relationships', 'term_order', 3, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2term_taxonomy', 'term_taxonomy_id', 1, NULL, 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2term_taxonomy', 'term_id', 2, '0', 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2term_taxonomy', 'taxonomy', 3, '', 'NO', 'varchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2term_taxonomy', 'description', 4, NULL, 'NO', 'longtext', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2term_taxonomy', 'parent', 5, '0', 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2term_taxonomy', 'count', 6, '0', 'NO', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(20)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2terms', 'term_id', 1, NULL, 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2terms', 'name', 2, '', 'NO', 'varchar', 200, 600, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(200)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2terms', 'slug', 3, '', 'NO', 'varchar', 200, 600, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(200)', 'UNI', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2terms', 'term_group', 4, '0', 'NO', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2usermeta', 'umeta_id', 1, NULL, 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2usermeta', 'user_id', 2, '0', 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2usermeta', 'meta_key', 3, NULL, 'YES', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2usermeta', 'meta_value', 4, NULL, 'YES', 'longtext', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2users', 'ID', 1, NULL, 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2users', 'user_login', 2, '', 'NO', 'varchar', 60, 180, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(60)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2users', 'user_pass', 3, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2users', 'user_nicename', 4, '', 'NO', 'varchar', 50, 150, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(50)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2users', 'user_email', 5, '', 'NO', 'varchar', 100, 300, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(100)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2users', 'user_url', 6, '', 'NO', 'varchar', 100, 300, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(100)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2users', 'user_registered', 7, '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2users', 'user_activation_key', 8, '', 'NO', 'varchar', 60, 180, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(60)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2users', 'user_status', 9, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_2users', 'display_name', 10, '', 'NO', 'varchar', 250, 750, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(250)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_commentmeta', 'meta_id', 1, NULL, 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_commentmeta', 'comment_id', 2, '0', 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_commentmeta', 'meta_key', 3, NULL, 'YES', 'varchar', 255, 255, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(255)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_commentmeta', 'meta_value', 4, NULL, 'YES', 'longtext', 4294967295, 4294967295, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'longtext', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_comments', 'comment_ID', 1, NULL, 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_comments', 'comment_post_ID', 2, '0', 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_comments', 'comment_author', 3, NULL, 'NO', 'tinytext', 255, 255, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'tinytext', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_comments', 'comment_author_email', 4, '', 'NO', 'varchar', 100, 100, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(100)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_comments', 'comment_author_url', 5, '', 'NO', 'varchar', 200, 200, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(200)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_comments', 'comment_author_IP', 6, '', 'NO', 'varchar', 100, 100, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(100)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_comments', 'comment_date', 7, '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_comments', 'comment_date_gmt', 8, '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_comments', 'comment_content', 9, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_comments', 'comment_karma', 10, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_comments', 'comment_approved', 11, '1', 'NO', 'varchar', 20, 20, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(20)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_comments', 'comment_agent', 12, '', 'NO', 'varchar', 255, 255, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_comments', 'comment_type', 13, '', 'NO', 'varchar', 20, 20, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(20)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_comments', 'comment_parent', 14, '0', 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_comments', 'user_id', 15, '0', 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_links', 'link_id', 1, NULL, 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_links', 'link_url', 2, '', 'NO', 'varchar', 255, 255, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_links', 'link_name', 3, '', 'NO', 'varchar', 255, 255, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_links', 'link_image', 4, '', 'NO', 'varchar', 255, 255, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_links', 'link_target', 5, '', 'NO', 'varchar', 25, 25, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(25)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_links', 'link_category', 6, '0', 'NO', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(20)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_links', 'link_description', 7, '', 'NO', 'varchar', 255, 255, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_links', 'link_visible', 8, 'Y', 'NO', 'varchar', 20, 20, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(20)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_links', 'link_owner', 9, '1', 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_links', 'link_rating', 10, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_links', 'link_updated', 11, '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_links', 'link_rel', 12, '', 'NO', 'varchar', 255, 255, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_links', 'link_notes', 13, NULL, 'NO', 'mediumtext', 16777215, 16777215, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'mediumtext', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_links', 'link_rss', 14, '', 'NO', 'varchar', 255, 255, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_options', 'option_id', 1, NULL, 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_options', 'blog_id', 2, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_options', 'option_name', 3, '', 'NO', 'varchar', 64, 64, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(64)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_options', 'option_value', 4, NULL, 'NO', 'longtext', 4294967295, 4294967295, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'longtext', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_options', 'autoload', 5, 'yes', 'NO', 'varchar', 20, 20, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(20)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_postmeta', 'meta_id', 1, NULL, 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_postmeta', 'post_id', 2, '0', 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_postmeta', 'meta_key', 3, NULL, 'YES', 'varchar', 255, 255, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(255)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_postmeta', 'meta_value', 4, NULL, 'YES', 'longtext', 4294967295, 4294967295, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'longtext', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_posts', 'ID', 1, NULL, 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_posts', 'post_author', 2, '0', 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_posts', 'post_date', 3, '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_posts', 'post_date_gmt', 4, '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_posts', 'post_content', 5, NULL, 'NO', 'longtext', 4294967295, 4294967295, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'longtext', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_posts', 'post_title', 6, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_posts', 'post_category', 7, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(4)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_posts', 'post_excerpt', 8, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_posts', 'post_status', 9, 'publish', 'NO', 'varchar', 20, 20, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(20)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_posts', 'comment_status', 10, 'open', 'NO', 'varchar', 20, 20, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(20)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_posts', 'ping_status', 11, 'open', 'NO', 'varchar', 20, 20, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(20)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_posts', 'post_password', 12, '', 'NO', 'varchar', 20, 20, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(20)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_posts', 'post_name', 13, '', 'NO', 'varchar', 200, 200, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(200)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_posts', 'to_ping', 14, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_posts', 'pinged', 15, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_posts', 'post_modified', 16, '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_posts', 'post_modified_gmt', 17, '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_posts', 'post_content_filtered', 18, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_posts', 'post_parent', 19, '0', 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_posts', 'guid', 20, '', 'NO', 'varchar', 255, 255, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_posts', 'menu_order', 21, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_posts', 'post_type', 22, 'post', 'NO', 'varchar', 20, 20, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(20)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_posts', 'post_mime_type', 23, '', 'NO', 'varchar', 100, 100, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(100)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_posts', 'comment_count', 24, '0', 'NO', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(20)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_term_relationships', 'object_id', 1, '0', 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_term_relationships', 'term_taxonomy_id', 2, '0', 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_term_relationships', 'term_order', 3, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_term_taxonomy', 'term_taxonomy_id', 1, NULL, 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_term_taxonomy', 'term_id', 2, '0', 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_term_taxonomy', 'taxonomy', 3, '', 'NO', 'varchar', 32, 32, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(32)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_term_taxonomy', 'description', 4, NULL, 'NO', 'longtext', 4294967295, 4294967295, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'longtext', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_term_taxonomy', 'parent', 5, '0', 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_term_taxonomy', 'count', 6, '0', 'NO', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(20)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_terms', 'term_id', 1, NULL, 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_terms', 'name', 2, '', 'NO', 'varchar', 200, 200, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(200)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_terms', 'slug', 3, '', 'NO', 'varchar', 200, 200, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(200)', 'UNI', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_terms', 'term_group', 4, '0', 'NO', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_usermeta', 'umeta_id', 1, NULL, 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_usermeta', 'user_id', 2, '0', 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_usermeta', 'meta_key', 3, NULL, 'YES', 'varchar', 255, 255, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(255)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_usermeta', 'meta_value', 4, NULL, 'YES', 'longtext', 4294967295, 4294967295, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'longtext', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_users', 'ID', 1, NULL, 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(20) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_users', 'user_login', 2, '', 'NO', 'varchar', 60, 60, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(60)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_users', 'user_pass', 3, '', 'NO', 'varchar', 64, 64, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(64)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_users', 'user_nicename', 4, '', 'NO', 'varchar', 50, 50, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(50)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_users', 'user_email', 5, '', 'NO', 'varchar', 100, 100, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(100)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_users', 'user_url', 6, '', 'NO', 'varchar', 100, 100, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(100)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_users', 'user_registered', 7, '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_users', 'user_activation_key', 8, '', 'NO', 'varchar', 60, 60, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(60)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_users', 'user_status', 9, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'wordpress', 'wp_users', 'display_name', 10, '', 'NO', 'varchar', 250, 250, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(250)', '', '', 'select,insert,update,references', '');

-- --------------------------------------------------------

--
-- Table structure for table `COLUMN_PRIVILEGES`
--

CREATE TEMPORARY TABLE `COLUMN_PRIVILEGES` (
  `GRANTEE` varchar(81) NOT NULL DEFAULT '',
  `TABLE_CATALOG` varchar(512) DEFAULT NULL,
  `TABLE_SCHEMA` varchar(64) NOT NULL DEFAULT '',
  `TABLE_NAME` varchar(64) NOT NULL DEFAULT '',
  `COLUMN_NAME` varchar(64) NOT NULL DEFAULT '',
  `PRIVILEGE_TYPE` varchar(64) NOT NULL DEFAULT '',
  `IS_GRANTABLE` varchar(3) NOT NULL DEFAULT ''
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

--
-- Dumping data for table `COLUMN_PRIVILEGES`
--


-- --------------------------------------------------------

--
-- Table structure for table `ENGINES`
--

CREATE TEMPORARY TABLE `ENGINES` (
  `ENGINE` varchar(64) NOT NULL DEFAULT '',
  `SUPPORT` varchar(8) NOT NULL DEFAULT '',
  `COMMENT` varchar(80) NOT NULL DEFAULT '',
  `TRANSACTIONS` varchar(3) DEFAULT NULL,
  `XA` varchar(3) DEFAULT NULL,
  `SAVEPOINTS` varchar(3) DEFAULT NULL
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

--
-- Dumping data for table `ENGINES`
--

INSERT INTO `ENGINES` (`ENGINE`, `SUPPORT`, `COMMENT`, `TRANSACTIONS`, `XA`, `SAVEPOINTS`) VALUES
('CSV', 'YES', 'CSV storage engine', 'NO', 'NO', 'NO'),
('MRG_MYISAM', 'YES', 'Collection of identical MyISAM tables', 'NO', 'NO', 'NO'),
('MEMORY', 'YES', 'Hash based, stored in memory, useful for temporary tables', 'NO', 'NO', 'NO'),
('MyISAM', 'DEFAULT', 'Default engine as of MySQL 3.23 with great performance', 'NO', 'NO', 'NO');

-- --------------------------------------------------------

--
-- Table structure for table `EVENTS`
--

CREATE TEMPORARY TABLE `EVENTS` (
  `EVENT_CATALOG` varchar(64) DEFAULT NULL,
  `EVENT_SCHEMA` varchar(64) NOT NULL DEFAULT '',
  `EVENT_NAME` varchar(64) NOT NULL DEFAULT '',
  `DEFINER` varchar(77) NOT NULL DEFAULT '',
  `TIME_ZONE` varchar(64) NOT NULL DEFAULT '',
  `EVENT_BODY` varchar(8) NOT NULL DEFAULT '',
  `EVENT_DEFINITION` longtext NOT NULL,
  `EVENT_TYPE` varchar(9) NOT NULL DEFAULT '',
  `EXECUTE_AT` datetime DEFAULT NULL,
  `INTERVAL_VALUE` varchar(256) DEFAULT NULL,
  `INTERVAL_FIELD` varchar(18) DEFAULT NULL,
  `SQL_MODE` varchar(8192) NOT NULL DEFAULT '',
  `STARTS` datetime DEFAULT NULL,
  `ENDS` datetime DEFAULT NULL,
  `STATUS` varchar(18) NOT NULL DEFAULT '',
  `ON_COMPLETION` varchar(12) NOT NULL DEFAULT '',
  `CREATED` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `LAST_ALTERED` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `LAST_EXECUTED` datetime DEFAULT NULL,
  `EVENT_COMMENT` varchar(64) NOT NULL DEFAULT '',
  `ORIGINATOR` bigint(10) NOT NULL DEFAULT '0',
  `CHARACTER_SET_CLIENT` varchar(32) NOT NULL DEFAULT '',
  `COLLATION_CONNECTION` varchar(32) NOT NULL DEFAULT '',
  `DATABASE_COLLATION` varchar(32) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `EVENTS`
--


-- --------------------------------------------------------

--
-- Table structure for table `FILES`
--

CREATE TEMPORARY TABLE `FILES` (
  `FILE_ID` bigint(4) NOT NULL DEFAULT '0',
  `FILE_NAME` varchar(64) DEFAULT NULL,
  `FILE_TYPE` varchar(20) NOT NULL DEFAULT '',
  `TABLESPACE_NAME` varchar(64) DEFAULT NULL,
  `TABLE_CATALOG` varchar(64) DEFAULT NULL,
  `TABLE_SCHEMA` varchar(64) DEFAULT NULL,
  `TABLE_NAME` varchar(64) DEFAULT NULL,
  `LOGFILE_GROUP_NAME` varchar(64) DEFAULT NULL,
  `LOGFILE_GROUP_NUMBER` bigint(4) DEFAULT NULL,
  `ENGINE` varchar(64) NOT NULL DEFAULT '',
  `FULLTEXT_KEYS` varchar(64) DEFAULT NULL,
  `DELETED_ROWS` bigint(4) DEFAULT NULL,
  `UPDATE_COUNT` bigint(4) DEFAULT NULL,
  `FREE_EXTENTS` bigint(4) DEFAULT NULL,
  `TOTAL_EXTENTS` bigint(4) DEFAULT NULL,
  `EXTENT_SIZE` bigint(4) NOT NULL DEFAULT '0',
  `INITIAL_SIZE` bigint(21) unsigned DEFAULT NULL,
  `MAXIMUM_SIZE` bigint(21) unsigned DEFAULT NULL,
  `AUTOEXTEND_SIZE` bigint(21) unsigned DEFAULT NULL,
  `CREATION_TIME` datetime DEFAULT NULL,
  `LAST_UPDATE_TIME` datetime DEFAULT NULL,
  `LAST_ACCESS_TIME` datetime DEFAULT NULL,
  `RECOVER_TIME` bigint(4) DEFAULT NULL,
  `TRANSACTION_COUNTER` bigint(4) DEFAULT NULL,
  `VERSION` bigint(21) unsigned DEFAULT NULL,
  `ROW_FORMAT` varchar(10) DEFAULT NULL,
  `TABLE_ROWS` bigint(21) unsigned DEFAULT NULL,
  `AVG_ROW_LENGTH` bigint(21) unsigned DEFAULT NULL,
  `DATA_LENGTH` bigint(21) unsigned DEFAULT NULL,
  `MAX_DATA_LENGTH` bigint(21) unsigned DEFAULT NULL,
  `INDEX_LENGTH` bigint(21) unsigned DEFAULT NULL,
  `DATA_FREE` bigint(21) unsigned DEFAULT NULL,
  `CREATE_TIME` datetime DEFAULT NULL,
  `UPDATE_TIME` datetime DEFAULT NULL,
  `CHECK_TIME` datetime DEFAULT NULL,
  `CHECKSUM` bigint(21) unsigned DEFAULT NULL,
  `STATUS` varchar(20) NOT NULL DEFAULT '',
  `EXTRA` varchar(255) DEFAULT NULL
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

--
-- Dumping data for table `FILES`
--


-- --------------------------------------------------------

--
-- Table structure for table `GLOBAL_STATUS`
--

CREATE TEMPORARY TABLE `GLOBAL_STATUS` (
  `VARIABLE_NAME` varchar(64) NOT NULL DEFAULT '',
  `VARIABLE_VALUE` varchar(1024) DEFAULT NULL
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

--
-- Dumping data for table `GLOBAL_STATUS`
--

INSERT INTO `GLOBAL_STATUS` (`VARIABLE_NAME`, `VARIABLE_VALUE`) VALUES
('ABORTED_CLIENTS', '0'),
('ABORTED_CONNECTS', '0'),
('BINLOG_CACHE_DISK_USE', '0'),
('BINLOG_CACHE_USE', '0'),
('BYTES_RECEIVED', '9106'),
('BYTES_SENT', '195556'),
('COM_ADMIN_COMMANDS', '0'),
('COM_ASSIGN_TO_KEYCACHE', '0'),
('COM_ALTER_DB', '0'),
('COM_ALTER_DB_UPGRADE', '0'),
('COM_ALTER_EVENT', '0'),
('COM_ALTER_FUNCTION', '0'),
('COM_ALTER_PROCEDURE', '0'),
('COM_ALTER_SERVER', '0'),
('COM_ALTER_TABLE', '0'),
('COM_ALTER_TABLESPACE', '0'),
('COM_ANALYZE', '0'),
('COM_BACKUP_TABLE', '0'),
('COM_BEGIN', '0'),
('COM_BINLOG', '0'),
('COM_CALL_PROCEDURE', '0'),
('COM_CHANGE_DB', '2'),
('COM_CHANGE_MASTER', '0'),
('COM_CHECK', '0'),
('COM_CHECKSUM', '0'),
('COM_COMMIT', '0'),
('COM_CREATE_DB', '0'),
('COM_CREATE_EVENT', '0'),
('COM_CREATE_FUNCTION', '0'),
('COM_CREATE_INDEX', '0'),
('COM_CREATE_PROCEDURE', '0'),
('COM_CREATE_SERVER', '0'),
('COM_CREATE_TABLE', '0'),
('COM_CREATE_TRIGGER', '0'),
('COM_CREATE_UDF', '0'),
('COM_CREATE_USER', '0'),
('COM_CREATE_VIEW', '0'),
('COM_DEALLOC_SQL', '0'),
('COM_DELETE', '0'),
('COM_DELETE_MULTI', '0'),
('COM_DO', '0'),
('COM_DROP_DB', '0'),
('COM_DROP_EVENT', '0'),
('COM_DROP_FUNCTION', '0'),
('COM_DROP_INDEX', '0'),
('COM_DROP_PROCEDURE', '0'),
('COM_DROP_SERVER', '0'),
('COM_DROP_TABLE', '0'),
('COM_DROP_TRIGGER', '0'),
('COM_DROP_USER', '0'),
('COM_DROP_VIEW', '0'),
('COM_EMPTY_QUERY', '0'),
('COM_EXECUTE_SQL', '0'),
('COM_FLUSH', '0'),
('COM_GRANT', '0'),
('COM_HA_CLOSE', '0'),
('COM_HA_OPEN', '0'),
('COM_HA_READ', '0'),
('COM_HELP', '0'),
('COM_INSERT', '0'),
('COM_INSERT_SELECT', '0'),
('COM_INSTALL_PLUGIN', '0'),
('COM_KILL', '0'),
('COM_LOAD', '0'),
('COM_LOAD_MASTER_DATA', '0'),
('COM_LOAD_MASTER_TABLE', '0'),
('COM_LOCK_TABLES', '0'),
('COM_OPTIMIZE', '0'),
('COM_PRELOAD_KEYS', '0'),
('COM_PREPARE_SQL', '0'),
('COM_PURGE', '0'),
('COM_PURGE_BEFORE_DATE', '0'),
('COM_RELEASE_SAVEPOINT', '0'),
('COM_RENAME_TABLE', '0'),
('COM_RENAME_USER', '0'),
('COM_REPAIR', '0'),
('COM_REPLACE', '0'),
('COM_REPLACE_SELECT', '0'),
('COM_RESET', '0'),
('COM_RESTORE_TABLE', '0'),
('COM_REVOKE', '0'),
('COM_REVOKE_ALL', '0'),
('COM_ROLLBACK', '0'),
('COM_ROLLBACK_TO_SAVEPOINT', '0'),
('COM_SAVEPOINT', '0'),
('COM_SELECT', '34'),
('COM_SET_OPTION', '33'),
('COM_SHOW_AUTHORS', '0'),
('COM_SHOW_BINLOG_EVENTS', '0'),
('COM_SHOW_BINLOGS', '3'),
('COM_SHOW_CHARSETS', '6'),
('COM_SHOW_COLLATIONS', '6'),
('COM_SHOW_COLUMN_TYPES', '0'),
('COM_SHOW_CONTRIBUTORS', '0'),
('COM_SHOW_CREATE_DB', '0'),
('COM_SHOW_CREATE_EVENT', '0'),
('COM_SHOW_CREATE_FUNC', '0'),
('COM_SHOW_CREATE_PROC', '0'),
('COM_SHOW_CREATE_TABLE', '9'),
('COM_SHOW_CREATE_TRIGGER', '0'),
('COM_SHOW_DATABASES', '6'),
('COM_SHOW_ENGINE_LOGS', '0'),
('COM_SHOW_ENGINE_MUTEX', '0'),
('COM_SHOW_ENGINE_STATUS', '0'),
('COM_SHOW_EVENTS', '0'),
('COM_SHOW_ERRORS', '0'),
('COM_SHOW_FIELDS', '0'),
('COM_SHOW_FUNCTION_STATUS', '0'),
('COM_SHOW_GRANTS', '2'),
('COM_SHOW_KEYS', '0'),
('COM_SHOW_MASTER_STATUS', '0'),
('COM_SHOW_NEW_MASTER', '0'),
('COM_SHOW_OPEN_TABLES', '0'),
('COM_SHOW_PLUGINS', '0'),
('COM_SHOW_PRIVILEGES', '0'),
('COM_SHOW_PROCEDURE_STATUS', '0'),
('COM_SHOW_PROCESSLIST', '0'),
('COM_SHOW_PROFILE', '0'),
('COM_SHOW_PROFILES', '0'),
('COM_SHOW_SLAVE_HOSTS', '0'),
('COM_SHOW_SLAVE_STATUS', '0'),
('COM_SHOW_STATUS', '0'),
('COM_SHOW_STORAGE_ENGINES', '0'),
('COM_SHOW_TABLE_STATUS', '27'),
('COM_SHOW_TABLES', '5'),
('COM_SHOW_TRIGGERS', '0'),
('COM_SHOW_VARIABLES', '19'),
('COM_SHOW_WARNINGS', '0'),
('COM_SLAVE_START', '0'),
('COM_SLAVE_STOP', '0'),
('COM_STMT_CLOSE', '0'),
('COM_STMT_EXECUTE', '0'),
('COM_STMT_FETCH', '0'),
('COM_STMT_PREPARE', '0'),
('COM_STMT_REPREPARE', '0'),
('COM_STMT_RESET', '0'),
('COM_STMT_SEND_LONG_DATA', '0'),
('COM_TRUNCATE', '0'),
('COM_UNINSTALL_PLUGIN', '0'),
('COM_UNLOCK_TABLES', '0'),
('COM_UPDATE', '0'),
('COM_UPDATE_MULTI', '0'),
('COM_XA_COMMIT', '0'),
('COM_XA_END', '0'),
('COM_XA_PREPARE', '0'),
('COM_XA_RECOVER', '0'),
('COM_XA_ROLLBACK', '0'),
('COM_XA_START', '0'),
('COMPRESSION', 'OFF'),
('CONNECTIONS', '7'),
('CREATED_TMP_DISK_TABLES', '29'),
('CREATED_TMP_FILES', '0'),
('CREATED_TMP_TABLES', '162'),
('DELAYED_ERRORS', '0'),
('DELAYED_INSERT_THREADS', '0'),
('DELAYED_WRITES', '0'),
('FLUSH_COMMANDS', '1'),
('HANDLER_COMMIT', '0'),
('HANDLER_DELETE', '0'),
('HANDLER_DISCOVER', '0'),
('HANDLER_PREPARE', '0'),
('HANDLER_READ_FIRST', '3'),
('HANDLER_READ_KEY', '0'),
('HANDLER_READ_NEXT', '0'),
('HANDLER_READ_PREV', '0'),
('HANDLER_READ_RND', '4'),
('HANDLER_READ_RND_NEXT', '2311'),
('HANDLER_ROLLBACK', '0'),
('HANDLER_SAVEPOINT', '0'),
('HANDLER_SAVEPOINT_ROLLBACK', '0'),
('HANDLER_UPDATE', '0'),
('HANDLER_WRITE', '2205'),
('KEY_BLOCKS_NOT_FLUSHED', '0'),
('KEY_BLOCKS_UNUSED', '7245'),
('KEY_BLOCKS_USED', '0'),
('KEY_READ_REQUESTS', '0'),
('KEY_READS', '0'),
('KEY_WRITE_REQUESTS', '0'),
('KEY_WRITES', '0'),
('LAST_QUERY_COST', '0.000000'),
('MAX_USED_CONNECTIONS', '1'),
('NOT_FLUSHED_DELAYED_ROWS', '0'),
('OPEN_FILES', '16'),
('OPEN_STREAMS', '0'),
('OPEN_TABLE_DEFINITIONS', '52'),
('OPEN_TABLES', '8'),
('OPENED_FILES', '259'),
('OPENED_TABLE_DEFINITIONS', '52'),
('OPENED_TABLES', '67'),
('PREPARED_STMT_COUNT', '0'),
('QCACHE_FREE_BLOCKS', '0'),
('QCACHE_FREE_MEMORY', '0'),
('QCACHE_HITS', '0'),
('QCACHE_INSERTS', '0'),
('QCACHE_LOWMEM_PRUNES', '0'),
('QCACHE_NOT_CACHED', '0'),
('QCACHE_QUERIES_IN_CACHE', '0'),
('QCACHE_TOTAL_BLOCKS', '0'),
('QUERIES', '157'),
('QUESTIONS', '157'),
('RPL_STATUS', 'NULL'),
('SELECT_FULL_JOIN', '0'),
('SELECT_FULL_RANGE_JOIN', '0'),
('SELECT_RANGE', '0'),
('SELECT_RANGE_CHECK', '0'),
('SELECT_SCAN', '88'),
('SLAVE_OPEN_TEMP_TABLES', '0'),
('SLAVE_RETRIED_TRANSACTIONS', '0'),
('SLAVE_RUNNING', 'OFF'),
('SLOW_LAUNCH_THREADS', '0'),
('SLOW_QUERIES', '0'),
('SORT_MERGE_PASSES', '0'),
('SORT_RANGE', '0'),
('SORT_ROWS', '4'),
('SORT_SCAN', '1'),
('TABLE_LOCKS_IMMEDIATE', '27'),
('TABLE_LOCKS_WAITED', '0'),
('TC_LOG_MAX_PAGES_USED', '0'),
('TC_LOG_PAGE_SIZE', '0'),
('TC_LOG_PAGE_WAITS', '0'),
('THREADS_CACHED', '0'),
('THREADS_CONNECTED', '1'),
('THREADS_CREATED', '6'),
('THREADS_RUNNING', '1'),
('UPTIME', '435'),
('UPTIME_SINCE_FLUSH_STATUS', '435');

-- --------------------------------------------------------

--
-- Table structure for table `GLOBAL_VARIABLES`
--

CREATE TEMPORARY TABLE `GLOBAL_VARIABLES` (
  `VARIABLE_NAME` varchar(64) NOT NULL DEFAULT '',
  `VARIABLE_VALUE` varchar(1024) DEFAULT NULL
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

--
-- Dumping data for table `GLOBAL_VARIABLES`
--

INSERT INTO `GLOBAL_VARIABLES` (`VARIABLE_NAME`, `VARIABLE_VALUE`) VALUES
('LICENSE', 'GPL'),
('CHARACTER_SETS_DIR', '/usr/local/mysql-5.1.50/share/mysql/charsets/'),
('HAVE_CRYPT', 'YES'),
('INTERACTIVE_TIMEOUT', '28800'),
('PORT', '3306'),
('AUTOMATIC_SP_PRIVILEGES', 'ON'),
('SERVER_ID', '0'),
('BINLOG_CACHE_SIZE', '32768'),
('LOG_BIN_TRUST_FUNCTION_CREATORS', 'OFF'),
('BACK_LOG', '50'),
('SSL_CAPATH', ''),
('MYISAM_USE_MMAP', 'OFF'),
('HAVE_OPENSSL', 'NO'),
('LOG_QUERIES_NOT_USING_INDEXES', 'OFF'),
('LOG_BIN_TRUST_ROUTINE_CREATORS', 'OFF'),
('CHARACTER_SET_CONNECTION', 'latin1'),
('OPEN_FILES_LIMIT', '11095'),
('CHARACTER_SET_RESULTS', 'latin1'),
('IDENTITY', '0'),
('LOWER_CASE_TABLE_NAMES', '0'),
('UPDATABLE_VIEWS_WITH_LIMIT', 'YES'),
('AUTOCOMMIT', 'ON'),
('SLOW_LAUNCH_TIME', '2'),
('MIN_EXAMINED_ROW_LIMIT', '0'),
('SKIP_NETWORKING', 'OFF'),
('COMPLETION_TYPE', '0'),
('RELAY_LOG_INDEX', ''),
('LONG_QUERY_TIME', '10.000000'),
('SQL_QUOTE_SHOW_CREATE', 'ON'),
('EVENT_SCHEDULER', 'OFF'),
('SQL_LOG_UPDATE', 'ON'),
('COLLATION_DATABASE', 'latin1_swedish_ci'),
('WAIT_TIMEOUT', '28800'),
('FT_MAX_WORD_LEN', '84'),
('OPTIMIZER_SWITCH', 'index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on'),
('CONCURRENT_INSERT', '1'),
('OPTIMIZER_PRUNE_LEVEL', '1'),
('MAX_SEEKS_FOR_KEY', '4294967295'),
('REPORT_HOST', ''),
('MAX_CONNECT_ERRORS', '10'),
('SSL_KEY', ''),
('FLUSH', 'OFF'),
('TIMED_MUTEXES', 'OFF'),
('DELAYED_INSERT_LIMIT', '100'),
('SLAVE_SKIP_ERRORS', 'OFF'),
('FT_QUERY_EXPANSION_LIMIT', '20'),
('INSERT_ID', '0'),
('DELAYED_INSERT_TIMEOUT', '300'),
('RELAY_LOG_PURGE', 'ON'),
('FT_STOPWORD_FILE', '(built-in)'),
('SKIP_SHOW_DATABASE', 'OFF'),
('DELAY_KEY_WRITE', 'ON'),
('GROUP_CONCAT_MAX_LEN', '1024'),
('AUTO_INCREMENT_OFFSET', '1'),
('RANGE_ALLOC_BLOCK_SIZE', '4096'),
('LANGUAGE', '/usr/local/mysql-5.1.50/share/mysql/english/'),
('OPTIMIZER_SEARCH_DEPTH', '62'),
('JOIN_BUFFER_SIZE', '131072'),
('LOG_SLOW_QUERIES', 'OFF'),
('CONNECT_TIMEOUT', '10'),
('TRANSACTION_PREALLOC_SIZE', '4096'),
('SQL_LOW_PRIORITY_UPDATES', 'OFF'),
('VERSION_COMPILE_OS', 'unknown-freebsd4.10'),
('INIT_FILE', ''),
('SQL_NOTES', 'ON'),
('LARGE_PAGE_SIZE', '0'),
('LOW_PRIORITY_UPDATES', 'OFF'),
('INIT_SLAVE', ''),
('REPORT_PASSWORD', ''),
('MAX_BINLOG_SIZE', '1073741824'),
('MAX_INSERT_DELAYED_THREADS', '20'),
('MAX_ERROR_COUNT', '64'),
('HAVE_COMPRESS', 'YES'),
('DELAYED_QUEUE_SIZE', '1000'),
('TRANSACTION_ALLOC_BLOCK_SIZE', '8192'),
('LOG_WARNINGS', '1'),
('THREAD_CACHE_SIZE', '0'),
('PSEUDO_THREAD_ID', '0'),
('SYNC_FRM', 'ON'),
('BINLOG_DIRECT_NON_TRANSACTIONAL_UPDATES', 'OFF'),
('SLAVE_EXEC_MODE', 'STRICT'),
('LOWER_CASE_FILE_SYSTEM', 'OFF'),
('DEFAULT_WEEK_FORMAT', '0'),
('MAX_RELAY_LOG_SIZE', '0'),
('LOG_OUTPUT', 'FILE'),
('CHARACTER_SET_FILESYSTEM', 'binary'),
('FT_MIN_WORD_LEN', '4'),
('COLLATION_SERVER', 'latin1_swedish_ci'),
('PROTOCOL_VERSION', '10'),
('CHARACTER_SET_SERVER', 'latin1'),
('HAVE_SYMLINK', 'YES'),
('MAX_LENGTH_FOR_SORT_DATA', '1024'),
('TIME_ZONE', 'SYSTEM'),
('MAX_HEAP_TABLE_SIZE', '16777216'),
('RAND_SEED2', ''),
('TABLE_LOCK_WAIT_TIMEOUT', '50'),
('LC_TIME_NAMES', 'en_US'),
('KEY_CACHE_AGE_THRESHOLD', '300'),
('MYISAM_DATA_POINTER_SIZE', '6'),
('NET_RETRY_COUNT', '1000000'),
('SQL_SAFE_UPDATES', 'OFF'),
('NET_BUFFER_LENGTH', '16384'),
('SQL_AUTO_IS_NULL', 'ON'),
('OLD_PASSWORDS', 'ON'),
('SLAVE_TRANSACTION_RETRIES', '10'),
('MAX_CONNECTIONS', '151'),
('HAVE_GEOMETRY', 'YES'),
('MYISAM_REPAIR_THREADS', '1'),
('GENERAL_LOG', 'OFF'),
('SQL_MODE', ''),
('TABLE_TYPE', 'MyISAM'),
('READ_RND_BUFFER_SIZE', '262144'),
('QUERY_CACHE_MIN_RES_UNIT', '4096'),
('SLAVE_COMPRESSED_PROTOCOL', 'OFF'),
('MYISAM_MMAP_SIZE', '4294967295'),
('FLUSH_TIME', '0'),
('MAX_JOIN_SIZE', '4294967295'),
('OLD_ALTER_TABLE', 'OFF'),
('TIMESTAMP', '1299721698'),
('MAX_BINLOG_CACHE_SIZE', '4294963200'),
('RELAY_LOG', ''),
('READ_BUFFER_SIZE', '131072'),
('DATETIME_FORMAT', '%Y-%m-%d %H:%i:%s'),
('MAX_SORT_LENGTH', '1024'),
('WARNING_COUNT', '0'),
('LOG_BIN', 'OFF'),
('BIG_TABLES', 'OFF'),
('MYISAM_MAX_SORT_FILE_SIZE', '2146435072'),
('SQL_SELECT_LIMIT', '4294967295'),
('NET_WRITE_TIMEOUT', '60'),
('DATE_FORMAT', '%Y-%m-%d'),
('SQL_MAX_JOIN_SIZE', '4294967295'),
('READ_ONLY', 'OFF'),
('BULK_INSERT_BUFFER_SIZE', '8388608'),
('RAND_SEED1', ''),
('QUERY_CACHE_LIMIT', '1048576'),
('NET_READ_TIMEOUT', '30'),
('MAX_DELAYED_THREADS', '20'),
('PID_FILE', '/usr/home/imagectr/var/mysql/image-center.com.pid'),
('QUERY_CACHE_SIZE', '0'),
('PROFILING', 'OFF'),
('HAVE_CSV', 'YES'),
('THREAD_STACK', '196608'),
('BINLOG_FORMAT', 'STATEMENT'),
('KEY_CACHE_DIVISION_LIMIT', '100'),
('MYISAM_SORT_BUFFER_SIZE', '8388608'),
('GENERAL_LOG_FILE', '/usr/home/imagectr/var/mysql/image-center.log'),
('SSL_CERT', ''),
('HOSTNAME', 'image-center.com'),
('MAX_USER_CONNECTIONS', '0'),
('AUTO_INCREMENT_INCREMENT', '1'),
('QUERY_ALLOC_BLOCK_SIZE', '8192'),
('TMPDIR', '/var/tmp/'),
('QUERY_CACHE_TYPE', 'ON'),
('EXPIRE_LOGS_DAYS', '0'),
('LARGE_PAGES', 'OFF'),
('HAVE_PARTITIONING', 'NO'),
('THREAD_HANDLING', 'one-thread-per-connection'),
('FOREIGN_KEY_CHECKS', 'ON'),
('MAX_WRITE_LOCK_COUNT', '4294967295'),
('RELAY_LOG_INFO_FILE', 'relay-log.info'),
('MYISAM_RECOVER_OPTIONS', 'DEFAULT'),
('SLAVE_LOAD_TMPDIR', '/var/tmp/'),
('MYISAM_STATS_METHOD', 'nulls_unequal'),
('IGNORE_BUILTIN_INNODB', 'OFF'),
('SYSTEM_TIME_ZONE', 'PST'),
('MAX_TMP_TABLES', '32'),
('CHARACTER_SET_SYSTEM', 'utf8'),
('UNIQUE_CHECKS', 'ON'),
('QUERY_CACHE_WLOCK_INVALIDATE', 'OFF'),
('VERSION', '5.1.50'),
('SSL_CIPHER', ''),
('SOCKET', '/tmp/mysql.sock'),
('SKIP_NAME_RESOLVE', 'OFF'),
('CHARACTER_SET_CLIENT', 'latin1'),
('TMP_TABLE_SIZE', '16777216'),
('COLLATION_CONNECTION', 'latin1_swedish_ci'),
('CHARACTER_SET_DATABASE', 'latin1'),
('HAVE_QUERY_CACHE', 'YES'),
('RPL_RECOVERY_RANK', '0'),
('MULTI_RANGE_COUNT', '256'),
('VERSION_COMPILE_MACHINE', 'i386'),
('INIT_CONNECT', ''),
('TABLE_DEFINITION_CACHE', '256'),
('DIV_PRECISION_INCREMENT', '4'),
('PROFILING_HISTORY_SIZE', '15'),
('DATADIR', '/usr/home/imagectr/var/mysql/'),
('BASEDIR', '/usr/local/mysql-5.1.50/'),
('SQL_LOG_OFF', 'OFF'),
('SORT_BUFFER_SIZE', '2097144'),
('FT_BOOLEAN_SYNTAX', '+ -><()~*:""&|'),
('SECURE_AUTH', 'OFF'),
('SQL_SLAVE_SKIP_COUNTER', ''),
('ENGINE_CONDITION_PUSHDOWN', 'ON'),
('TIME_FORMAT', '%H:%i:%s'),
('LAST_INSERT_ID', '0'),
('MAX_ALLOWED_PACKET', '1048576'),
('SQL_BIG_TABLES', 'OFF'),
('STORAGE_ENGINE', 'MyISAM'),
('PRELOAD_BUFFER_SIZE', '32768'),
('ERROR_COUNT', '0'),
('MAX_SP_RECURSION_DEPTH', '0'),
('HAVE_DYNAMIC_LOADING', 'YES'),
('SQL_BIG_SELECTS', 'ON'),
('SYNC_BINLOG', '0'),
('MAX_PREPARED_STMT_COUNT', '16382'),
('RELAY_LOG_SPACE_LIMIT', '0'),
('LARGE_FILES_SUPPORT', 'ON'),
('LOG_SLAVE_UPDATES', 'OFF'),
('KEEP_FILES_ON_CREATE', 'OFF'),
('OLD', 'OFF'),
('QUERY_PREALLOC_SIZE', '8192'),
('HAVE_SSL', 'NO'),
('TABLE_OPEN_CACHE', '64'),
('SECURE_FILE_PRIV', ''),
('HAVE_COMMUNITY_FEATURES', 'YES'),
('KEY_BUFFER_SIZE', '8384512'),
('REPORT_PORT', '3306'),
('HAVE_NDBCLUSTER', 'NO'),
('SQL_BUFFER_RESULT', 'OFF'),
('SQL_LOG_BIN', 'ON'),
('KEY_CACHE_BLOCK_SIZE', '1024'),
('SLOW_QUERY_LOG', 'OFF'),
('NEW', 'OFF'),
('SLOW_QUERY_LOG_FILE', '/usr/home/imagectr/var/mysql/image-center-slow.log'),
('SQL_WARNINGS', 'OFF'),
('SSL_CA', ''),
('HAVE_INNODB', 'NO'),
('SKIP_EXTERNAL_LOCKING', 'ON'),
('VERSION_COMMENT', 'Source distribution'),
('SLAVE_NET_TIMEOUT', '3600'),
('LOG_ERROR', '/usr/home/imagectr/var/mysql/image-center.com.err'),
('PLUGIN_DIR', '/usr/local/mysql-5.1.50/lib/mysql/plugin'),
('REPORT_USER', ''),
('LOCAL_INFILE', 'ON'),
('LOG', 'OFF'),
('HAVE_RTREE_KEYS', 'YES'),
('TX_ISOLATION', 'REPEATABLE-READ');

-- --------------------------------------------------------

--
-- Table structure for table `KEY_COLUMN_USAGE`
--

CREATE TEMPORARY TABLE `KEY_COLUMN_USAGE` (
  `CONSTRAINT_CATALOG` varchar(512) DEFAULT NULL,
  `CONSTRAINT_SCHEMA` varchar(64) NOT NULL DEFAULT '',
  `CONSTRAINT_NAME` varchar(64) NOT NULL DEFAULT '',
  `TABLE_CATALOG` varchar(512) DEFAULT NULL,
  `TABLE_SCHEMA` varchar(64) NOT NULL DEFAULT '',
  `TABLE_NAME` varchar(64) NOT NULL DEFAULT '',
  `COLUMN_NAME` varchar(64) NOT NULL DEFAULT '',
  `ORDINAL_POSITION` bigint(10) NOT NULL DEFAULT '0',
  `POSITION_IN_UNIQUE_CONSTRAINT` bigint(10) DEFAULT NULL,
  `REFERENCED_TABLE_SCHEMA` varchar(64) DEFAULT NULL,
  `REFERENCED_TABLE_NAME` varchar(64) DEFAULT NULL,
  `REFERENCED_COLUMN_NAME` varchar(64) DEFAULT NULL
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

--
-- Dumping data for table `KEY_COLUMN_USAGE`
--

INSERT INTO `KEY_COLUMN_USAGE` (`CONSTRAINT_CATALOG`, `CONSTRAINT_SCHEMA`, `CONSTRAINT_NAME`, `TABLE_CATALOG`, `TABLE_SCHEMA`, `TABLE_NAME`, `COLUMN_NAME`, `ORDINAL_POSITION`, `POSITION_IN_UNIQUE_CONSTRAINT`, `REFERENCED_TABLE_SCHEMA`, `REFERENCED_TABLE_NAME`, `REFERENCED_COLUMN_NAME`) VALUES
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'columns_priv', 'Host', 1, NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'columns_priv', 'Db', 2, NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'columns_priv', 'User', 3, NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'columns_priv', 'Table_name', 4, NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'columns_priv', 'Column_name', 5, NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'db', 'Host', 1, NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'db', 'Db', 2, NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'db', 'User', 3, NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'event', 'db', 1, NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'event', 'name', 2, NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'func', 'name', 1, NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'help_category', 'help_category_id', 1, NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'name', NULL, 'mysql', 'help_category', 'name', 1, NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'help_keyword', 'help_keyword_id', 1, NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'name', NULL, 'mysql', 'help_keyword', 'name', 1, NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'help_relation', 'help_keyword_id', 1, NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'help_relation', 'help_topic_id', 2, NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'help_topic', 'help_topic_id', 1, NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'name', NULL, 'mysql', 'help_topic', 'name', 1, NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'host', 'Host', 1, NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'host', 'Db', 2, NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'ndb_binlog_index', 'epoch', 1, NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'plugin', 'name', 1, NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'proc', 'db', 1, NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'proc', 'name', 2, NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'proc', 'type', 3, NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'procs_priv', 'Host', 1, NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'procs_priv', 'Db', 2, NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'procs_priv', 'User', 3, NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'procs_priv', 'Routine_name', 4, NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'procs_priv', 'Routine_type', 5, NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'servers', 'Server_name', 1, NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'tables_priv', 'Host', 1, NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'tables_priv', 'Db', 2, NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'tables_priv', 'User', 3, NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'tables_priv', 'Table_name', 4, NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'time_zone', 'Time_zone_id', 1, NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'time_zone_leap_second', 'Transition_time', 1, NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'time_zone_name', 'Name', 1, NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'time_zone_transition', 'Time_zone_id', 1, NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'time_zone_transition', 'Transition_time', 2, NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'time_zone_transition_type', 'Time_zone_id', 1, NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'time_zone_transition_type', 'Transition_type_id', 2, NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'user', 'Host', 1, NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'user', 'User', 2, NULL, NULL, NULL, NULL),
(NULL, 'wordpress', 'PRIMARY', NULL, 'wordpress', 'wp_2commentmeta', 'meta_id', 1, NULL, NULL, NULL, NULL),
(NULL, 'wordpress', 'PRIMARY', NULL, 'wordpress', 'wp_2comments', 'comment_ID', 1, NULL, NULL, NULL, NULL),
(NULL, 'wordpress', 'PRIMARY', NULL, 'wordpress', 'wp_2links', 'link_id', 1, NULL, NULL, NULL, NULL),
(NULL, 'wordpress', 'PRIMARY', NULL, 'wordpress', 'wp_2options', 'option_id', 1, NULL, NULL, NULL, NULL),
(NULL, 'wordpress', 'option_name', NULL, 'wordpress', 'wp_2options', 'option_name', 1, NULL, NULL, NULL, NULL),
(NULL, 'wordpress', 'PRIMARY', NULL, 'wordpress', 'wp_2postmeta', 'meta_id', 1, NULL, NULL, NULL, NULL),
(NULL, 'wordpress', 'PRIMARY', NULL, 'wordpress', 'wp_2posts', 'ID', 1, NULL, NULL, NULL, NULL),
(NULL, 'wordpress', 'PRIMARY', NULL, 'wordpress', 'wp_2rg_form', 'id', 1, NULL, NULL, NULL, NULL),
(NULL, 'wordpress', 'PRIMARY', NULL, 'wordpress', 'wp_2rg_form_view', 'id', 1, NULL, NULL, NULL, NULL),
(NULL, 'wordpress', 'PRIMARY', NULL, 'wordpress', 'wp_2rg_lead', 'id', 1, NULL, NULL, NULL, NULL),
(NULL, 'wordpress', 'PRIMARY', NULL, 'wordpress', 'wp_2rg_lead_detail', 'id', 1, NULL, NULL, NULL, NULL),
(NULL, 'wordpress', 'PRIMARY', NULL, 'wordpress', 'wp_2rg_lead_notes', 'id', 1, NULL, NULL, NULL, NULL),
(NULL, 'wordpress', 'PRIMARY', NULL, 'wordpress', 'wp_2term_relationships', 'object_id', 1, NULL, NULL, NULL, NULL),
(NULL, 'wordpress', 'PRIMARY', NULL, 'wordpress', 'wp_2term_relationships', 'term_taxonomy_id', 2, NULL, NULL, NULL, NULL),
(NULL, 'wordpress', 'PRIMARY', NULL, 'wordpress', 'wp_2term_taxonomy', 'term_taxonomy_id', 1, NULL, NULL, NULL, NULL),
(NULL, 'wordpress', 'term_id_taxonomy', NULL, 'wordpress', 'wp_2term_taxonomy', 'term_id', 1, NULL, NULL, NULL, NULL),
(NULL, 'wordpress', 'term_id_taxonomy', NULL, 'wordpress', 'wp_2term_taxonomy', 'taxonomy', 2, NULL, NULL, NULL, NULL),
(NULL, 'wordpress', 'PRIMARY', NULL, 'wordpress', 'wp_2terms', 'term_id', 1, NULL, NULL, NULL, NULL),
(NULL, 'wordpress', 'slug', NULL, 'wordpress', 'wp_2terms', 'slug', 1, NULL, NULL, NULL, NULL),
(NULL, 'wordpress', 'PRIMARY', NULL, 'wordpress', 'wp_2usermeta', 'umeta_id', 1, NULL, NULL, NULL, NULL),
(NULL, 'wordpress', 'PRIMARY', NULL, 'wordpress', 'wp_2users', 'ID', 1, NULL, NULL, NULL, NULL),
(NULL, 'wordpress', 'PRIMARY', NULL, 'wordpress', 'wp_commentmeta', 'meta_id', 1, NULL, NULL, NULL, NULL),
(NULL, 'wordpress', 'PRIMARY', NULL, 'wordpress', 'wp_comments', 'comment_ID', 1, NULL, NULL, NULL, NULL),
(NULL, 'wordpress', 'PRIMARY', NULL, 'wordpress', 'wp_links', 'link_id', 1, NULL, NULL, NULL, NULL),
(NULL, 'wordpress', 'PRIMARY', NULL, 'wordpress', 'wp_options', 'option_id', 1, NULL, NULL, NULL, NULL),
(NULL, 'wordpress', 'PRIMARY', NULL, 'wordpress', 'wp_options', 'blog_id', 2, NULL, NULL, NULL, NULL),
(NULL, 'wordpress', 'PRIMARY', NULL, 'wordpress', 'wp_options', 'option_name', 3, NULL, NULL, NULL, NULL),
(NULL, 'wordpress', 'option_name', NULL, 'wordpress', 'wp_options', 'option_name', 1, NULL, NULL, NULL, NULL),
(NULL, 'wordpress', 'PRIMARY', NULL, 'wordpress', 'wp_postmeta', 'meta_id', 1, NULL, NULL, NULL, NULL),
(NULL, 'wordpress', 'PRIMARY', NULL, 'wordpress', 'wp_posts', 'ID', 1, NULL, NULL, NULL, NULL),
(NULL, 'wordpress', 'PRIMARY', NULL, 'wordpress', 'wp_term_relationships', 'object_id', 1, NULL, NULL, NULL, NULL),
(NULL, 'wordpress', 'PRIMARY', NULL, 'wordpress', 'wp_term_relationships', 'term_taxonomy_id', 2, NULL, NULL, NULL, NULL),
(NULL, 'wordpress', 'PRIMARY', NULL, 'wordpress', 'wp_term_taxonomy', 'term_taxonomy_id', 1, NULL, NULL, NULL, NULL),
(NULL, 'wordpress', 'term_id_taxonomy', NULL, 'wordpress', 'wp_term_taxonomy', 'term_id', 1, NULL, NULL, NULL, NULL),
(NULL, 'wordpress', 'term_id_taxonomy', NULL, 'wordpress', 'wp_term_taxonomy', 'taxonomy', 2, NULL, NULL, NULL, NULL),
(NULL, 'wordpress', 'PRIMARY', NULL, 'wordpress', 'wp_terms', 'term_id', 1, NULL, NULL, NULL, NULL),
(NULL, 'wordpress', 'slug', NULL, 'wordpress', 'wp_terms', 'slug', 1, NULL, NULL, NULL, NULL),
(NULL, 'wordpress', 'PRIMARY', NULL, 'wordpress', 'wp_usermeta', 'umeta_id', 1, NULL, NULL, NULL, NULL),
(NULL, 'wordpress', 'PRIMARY', NULL, 'wordpress', 'wp_users', 'ID', 1, NULL, NULL, NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `PARTITIONS`
--

CREATE TEMPORARY TABLE `PARTITIONS` (
  `TABLE_CATALOG` varchar(512) DEFAULT NULL,
  `TABLE_SCHEMA` varchar(64) NOT NULL DEFAULT '',
  `TABLE_NAME` varchar(64) NOT NULL DEFAULT '',
  `PARTITION_NAME` varchar(64) DEFAULT NULL,
  `SUBPARTITION_NAME` varchar(64) DEFAULT NULL,
  `PARTITION_ORDINAL_POSITION` bigint(21) unsigned DEFAULT NULL,
  `SUBPARTITION_ORDINAL_POSITION` bigint(21) unsigned DEFAULT NULL,
  `PARTITION_METHOD` varchar(12) DEFAULT NULL,
  `SUBPARTITION_METHOD` varchar(12) DEFAULT NULL,
  `PARTITION_EXPRESSION` longtext,
  `SUBPARTITION_EXPRESSION` longtext,
  `PARTITION_DESCRIPTION` longtext,
  `TABLE_ROWS` bigint(21) unsigned NOT NULL DEFAULT '0',
  `AVG_ROW_LENGTH` bigint(21) unsigned NOT NULL DEFAULT '0',
  `DATA_LENGTH` bigint(21) unsigned NOT NULL DEFAULT '0',
  `MAX_DATA_LENGTH` bigint(21) unsigned DEFAULT NULL,
  `INDEX_LENGTH` bigint(21) unsigned NOT NULL DEFAULT '0',
  `DATA_FREE` bigint(21) unsigned NOT NULL DEFAULT '0',
  `CREATE_TIME` datetime DEFAULT NULL,
  `UPDATE_TIME` datetime DEFAULT NULL,
  `CHECK_TIME` datetime DEFAULT NULL,
  `CHECKSUM` bigint(21) unsigned DEFAULT NULL,
  `PARTITION_COMMENT` varchar(80) NOT NULL DEFAULT '',
  `NODEGROUP` varchar(12) NOT NULL DEFAULT '',
  `TABLESPACE_NAME` varchar(64) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `PARTITIONS`
--

INSERT INTO `PARTITIONS` (`TABLE_CATALOG`, `TABLE_SCHEMA`, `TABLE_NAME`, `PARTITION_NAME`, `SUBPARTITION_NAME`, `PARTITION_ORDINAL_POSITION`, `SUBPARTITION_ORDINAL_POSITION`, `PARTITION_METHOD`, `SUBPARTITION_METHOD`, `PARTITION_EXPRESSION`, `SUBPARTITION_EXPRESSION`, `PARTITION_DESCRIPTION`, `TABLE_ROWS`, `AVG_ROW_LENGTH`, `DATA_LENGTH`, `MAX_DATA_LENGTH`, `INDEX_LENGTH`, `DATA_FREE`, `CREATE_TIME`, `UPDATE_TIME`, `CHECK_TIME`, `CHECKSUM`, `PARTITION_COMMENT`, `NODEGROUP`, `TABLESPACE_NAME`) VALUES
(NULL, 'information_schema', 'CHARACTER_SETS', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 384, 0, 16604160, 0, 0, NULL, NULL, NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'COLLATIONS', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 231, 0, 16704765, 0, 0, NULL, NULL, NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'COLLATION_CHARACTER_SET_APPLICABILITY', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 195, 0, 16691610, 0, 0, NULL, NULL, NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'COLUMNS', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2011-03-09 17:48:22', '2011-03-09 17:48:22', NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'COLUMN_PRIVILEGES', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 2565, 0, 16757145, 0, 0, NULL, NULL, NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'ENGINES', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 490, 0, 16709000, 0, 0, NULL, NULL, NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'EVENTS', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2011-03-09 17:48:22', '2011-03-09 17:48:23', NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'FILES', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 2677, 0, 16758020, 0, 0, NULL, NULL, NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'GLOBAL_STATUS', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 3268, 0, 16755036, 0, 0, NULL, NULL, NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'GLOBAL_VARIABLES', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 3268, 0, 16755036, 0, 0, NULL, NULL, NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 4637, 0, 16762755, 0, 0, NULL, NULL, NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'PARTITIONS', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2011-03-09 17:48:23', '2011-03-09 17:48:23', NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'PLUGINS', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2011-03-09 17:48:23', '2011-03-09 17:48:24', NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'PROCESSLIST', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2011-03-09 17:48:24', '2011-03-09 17:48:24', NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'PROFILING', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 308, 0, 16562084, 0, 0, NULL, NULL, NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'REFERENTIAL_CONSTRAINTS', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 4814, 0, 16767162, 0, 0, NULL, NULL, NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'ROUTINES', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2011-03-09 17:48:24', '2011-03-09 17:48:24', NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'SCHEMATA', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 3464, 0, 16755368, 0, 0, NULL, NULL, NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'SCHEMA_PRIVILEGES', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 2179, 0, 16767405, 0, 0, NULL, NULL, NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'SESSION_STATUS', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 3268, 0, 16755036, 0, 0, NULL, NULL, NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'SESSION_VARIABLES', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 3268, 0, 16755036, 0, 0, NULL, NULL, NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'STATISTICS', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 2679, 0, 16770540, 0, 0, NULL, NULL, NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'TABLES', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 3545, 0, 16760760, 0, 0, NULL, NULL, NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'TABLE_CONSTRAINTS', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 2504, 0, 16749256, 0, 0, NULL, NULL, NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'TABLE_PRIVILEGES', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 2372, 0, 16748692, 0, 0, NULL, NULL, NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'TRIGGERS', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2011-03-09 17:48:25', '2011-03-09 17:48:25', NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'USER_PRIVILEGES', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1986, 0, 16759854, 0, 0, NULL, NULL, NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'VIEWS', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2011-03-09 17:48:25', '2011-03-09 17:48:25', NULL, NULL, '', '', NULL),
(NULL, 'mysql', 'columns_priv', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 227994731135631359, 4096, 0, '2011-02-19 13:22:01', '2011-02-19 13:22:01', NULL, NULL, '', '', NULL),
(NULL, 'mysql', 'db', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, 440, 1760, 123848989752688639, 5120, 0, '2011-02-19 13:22:21', '2011-02-19 13:23:32', NULL, NULL, '', '', NULL),
(NULL, 'mysql', 'event', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 2048, 0, '2011-02-19 13:22:20', '2011-02-19 13:22:20', NULL, NULL, '', '', NULL),
(NULL, 'mysql', 'func', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 162974011515469823, 1024, 0, '2011-02-19 13:22:02', '2011-02-19 13:22:02', NULL, NULL, '', '', NULL),
(NULL, 'mysql', 'general_log', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, 0, 0, NULL, 0, 0, NULL, NULL, NULL, NULL, '', '', NULL),
(NULL, 'mysql', 'help_category', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 34, 29, 1000, 281474976710655, 3072, 0, '2011-02-19 13:21:58', '2011-02-19 13:21:58', NULL, NULL, '', '', NULL),
(NULL, 'mysql', 'help_keyword', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 359, 20, 7500, 281474976710655, 14336, 0, '2011-02-19 13:21:58', '2011-02-19 13:21:58', NULL, NULL, '', '', NULL),
(NULL, 'mysql', 'help_relation', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 645, 9, 5805, 2533274790395903, 11264, 0, '2011-02-19 13:21:58', '2011-02-19 13:21:58', NULL, NULL, '', '', NULL),
(NULL, 'mysql', 'help_topic', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 419, 505, 211948, 281474976710655, 16384, 0, '2011-02-19 13:21:58', '2011-02-19 13:21:58', NULL, NULL, '', '', NULL),
(NULL, 'mysql', 'host', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 110056715893866495, 2048, 0, '2011-02-19 13:22:21', '2011-02-19 13:22:21', NULL, NULL, '', '', NULL),
(NULL, 'mysql', 'ndb_binlog_index', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2011-02-19 13:21:59', '2011-02-19 13:21:59', NULL, NULL, '', '', NULL),
(NULL, 'mysql', 'plugin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 162411061562048511, 1024, 0, '2011-02-19 13:21:59', '2011-02-19 13:21:59', NULL, NULL, '', '', NULL),
(NULL, 'mysql', 'proc', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 2048, 0, '2011-02-19 13:22:12', '2011-02-19 13:22:12', NULL, NULL, '', '', NULL),
(NULL, 'mysql', 'procs_priv', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 239253730204057599, 4096, 0, '2011-02-19 13:22:05', '2011-02-19 13:22:05', '2011-02-19 13:22:05', NULL, '', '', NULL),
(NULL, 'mysql', 'servers', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 433752939111120895, 1024, 0, '2011-02-19 13:21:59', '2011-02-19 13:21:59', NULL, NULL, '', '', NULL),
(NULL, 'mysql', 'slow_log', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, 0, 0, NULL, 0, 0, NULL, NULL, NULL, NULL, '', '', NULL),
(NULL, 'mysql', 'tables_priv', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 239535205180768255, 4096, 0, '2011-02-19 13:22:01', '2011-02-19 13:22:01', '2011-02-19 13:22:01', NULL, '', '', NULL),
(NULL, 'mysql', 'time_zone', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 1970324836974591, 1024, 0, '2011-02-19 13:21:58', '2011-02-19 13:21:58', NULL, NULL, '', '', NULL),
(NULL, 'mysql', 'time_zone_leap_second', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 3659174697238527, 1024, 0, '2011-02-19 13:21:58', '2011-02-19 13:21:58', NULL, NULL, '', '', NULL),
(NULL, 'mysql', 'time_zone_name', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 55450570411999231, 1024, 0, '2011-02-19 13:21:58', '2011-02-19 13:21:58', NULL, NULL, '', '', NULL),
(NULL, 'mysql', 'time_zone_transition', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 4785074604081151, 1024, 0, '2011-02-19 13:21:58', '2011-02-19 13:21:58', NULL, NULL, '', '', NULL),
(NULL, 'mysql', 'time_zone_transition_type', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 10696049115004927, 1024, 0, '2011-02-19 13:21:58', '2011-02-19 13:21:58', NULL, NULL, '', '', NULL),
(NULL, 'mysql', 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, 65, 392, 281474976710655, 2048, 0, '2011-02-19 13:22:21', '2011-02-19 13:23:32', NULL, NULL, '', '', NULL),
(NULL, 'wordpress', 'wp_2commentmeta', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 4096, 0, '2011-02-19 13:29:53', '2011-02-19 13:29:53', NULL, NULL, '', '', NULL),
(NULL, 'wordpress', 'wp_2comments', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 244, 244, 281474976710655, 7168, 0, '2011-02-19 13:29:53', '2011-02-22 09:41:59', NULL, NULL, '', '', NULL),
(NULL, 'wordpress', 'wp_2links', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, 77, 540, 281474976710655, 3072, 0, '2011-02-19 13:29:53', '2011-02-19 13:30:08', NULL, NULL, '', '', NULL),
(NULL, 'wordpress', 'wp_2options', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 184, 1978, 364168, 281474976710655, 15360, 180, '2011-02-19 13:29:54', '2011-03-08 18:34:47', NULL, NULL, '', '', NULL),
(NULL, 'wordpress', 'wp_2postmeta', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 674, 297, 200828, 281474976710655, 41984, 80, '2011-02-19 13:29:54', '2011-03-03 15:08:34', NULL, NULL, '', '', NULL),
(NULL, 'wordpress', 'wp_2posts', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 611, 1041, 636416, 281474976710655, 72704, 0, '2011-02-19 13:29:54', '2011-03-03 15:08:08', NULL, NULL, '', '', NULL),
(NULL, 'wordpress', 'wp_2rg_form', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 32, 32, 281474976710655, 2048, 0, '2011-02-22 12:49:33', '2011-02-22 12:52:37', NULL, NULL, '', '', NULL),
(NULL, 'wordpress', 'wp_2rg_form_meta', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 3220, 3272, 281474976710655, 2048, 52, '2011-02-22 12:49:37', '2011-02-22 18:09:51', NULL, NULL, '', '', NULL),
(NULL, 'wordpress', 'wp_2rg_form_view', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, 68, 544, 19140298416324607, 3072, 0, '2011-02-22 12:49:38', '2011-03-01 23:33:21', NULL, NULL, '', '', NULL),
(NULL, 'wordpress', 'wp_2rg_lead', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, 200, 1200, 281474976710655, 3072, 0, '2011-02-22 12:49:39', '2011-02-22 23:06:06', NULL, NULL, '', '', NULL),
(NULL, 'wordpress', 'wp_2rg_lead_detail', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 30, 52, 1560, 281474976710655, 4096, 0, '2011-02-22 12:49:41', '2011-02-22 23:06:06', NULL, NULL, '', '', NULL),
(NULL, 'wordpress', 'wp_2rg_lead_detail_long', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 340, 340, 281474976710655, 2048, 0, '2011-02-22 12:49:43', '2011-02-22 18:08:48', NULL, NULL, '', '', NULL),
(NULL, 'wordpress', 'wp_2rg_lead_notes', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2011-02-22 12:49:39', '2011-02-22 12:49:39', NULL, NULL, '', '', NULL),
(NULL, 'wordpress', 'wp_2term_relationships', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 69, 21, 1470, 5910974510923775, 5120, 21, '2011-02-19 13:29:53', '2011-03-03 11:35:41', NULL, NULL, '', '', NULL),
(NULL, 'wordpress', 'wp_2term_taxonomy', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 13, 49, 644, 281474976710655, 4096, 0, '2011-02-19 13:29:53', '2011-03-03 11:35:41', NULL, NULL, '', '', NULL),
(NULL, 'wordpress', 'wp_2terms', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 13, 32, 424, 281474976710655, 11264, 0, '2011-02-19 13:29:53', '2011-02-28 11:48:48', NULL, NULL, '', '', NULL),
(NULL, 'wordpress', 'wp_2usermeta', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 73, 55, 4024, 281474976710655, 10240, 0, '2011-02-19 13:29:54', '2011-03-03 11:29:04', NULL, NULL, '', '', NULL),
(NULL, 'wordpress', 'wp_2users', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, 136, 272, 281474976710655, 4096, 0, '2011-02-19 13:29:54', '2011-02-22 09:49:20', NULL, NULL, '', '', NULL),
(NULL, 'wordpress', 'wp_commentmeta', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 2048, 0, '2011-02-19 13:23:28', '2011-02-19 13:23:28', NULL, NULL, '', '', NULL),
(NULL, 'wordpress', 'wp_comments', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 232, 232, 281474976710655, 7168, 0, '2011-02-19 13:23:28', '2011-02-19 13:23:32', NULL, NULL, '', '', NULL),
(NULL, 'wordpress', 'wp_links', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, 79, 556, 281474976710655, 4096, 0, '2011-02-19 13:23:28', '2011-02-19 13:23:32', NULL, NULL, '', '', NULL),
(NULL, 'wordpress', 'wp_options', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 155, 3043, 471920, 281474976710655, 16384, 204, '2011-02-19 13:23:28', '2011-02-24 17:16:03', NULL, NULL, '', '', NULL),
(NULL, 'wordpress', 'wp_postmeta', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 2048, 0, '2011-02-19 13:23:28', '2011-02-19 13:23:28', NULL, NULL, '', '', NULL),
(NULL, 'wordpress', 'wp_posts', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, 286, 572, 281474976710655, 6144, 0, '2011-02-19 13:23:28', '2011-02-19 13:23:32', NULL, NULL, '', '', NULL),
(NULL, 'wordpress', 'wp_term_relationships', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, 21, 168, 5910974510923775, 3072, 0, '2011-02-19 13:23:28', '2011-02-19 13:23:32', NULL, NULL, '', '', NULL),
(NULL, 'wordpress', 'wp_term_taxonomy', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, 42, 84, 281474976710655, 4096, 0, '2011-02-19 13:23:28', '2011-02-19 13:23:32', NULL, NULL, '', '', NULL),
(NULL, 'wordpress', 'wp_terms', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, 36, 72, 281474976710655, 4096, 0, '2011-02-19 13:23:28', '2011-02-19 13:23:32', NULL, NULL, '', '', NULL),
(NULL, 'wordpress', 'wp_usermeta', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, 53, 268, 281474976710655, 6144, 0, '2011-02-19 13:23:28', '2011-02-19 13:23:32', NULL, NULL, '', '', NULL),
(NULL, 'wordpress', 'wp_users', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 96, 96, 281474976710655, 4096, 0, '2011-02-19 13:23:28', '2011-02-19 13:23:32', NULL, NULL, '', '', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `PLUGINS`
--

CREATE TEMPORARY TABLE `PLUGINS` (
  `PLUGIN_NAME` varchar(64) NOT NULL DEFAULT '',
  `PLUGIN_VERSION` varchar(20) NOT NULL DEFAULT '',
  `PLUGIN_STATUS` varchar(10) NOT NULL DEFAULT '',
  `PLUGIN_TYPE` varchar(80) NOT NULL DEFAULT '',
  `PLUGIN_TYPE_VERSION` varchar(20) NOT NULL DEFAULT '',
  `PLUGIN_LIBRARY` varchar(64) DEFAULT NULL,
  `PLUGIN_LIBRARY_VERSION` varchar(20) DEFAULT NULL,
  `PLUGIN_AUTHOR` varchar(64) DEFAULT NULL,
  `PLUGIN_DESCRIPTION` longtext,
  `PLUGIN_LICENSE` varchar(80) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `PLUGINS`
--

INSERT INTO `PLUGINS` (`PLUGIN_NAME`, `PLUGIN_VERSION`, `PLUGIN_STATUS`, `PLUGIN_TYPE`, `PLUGIN_TYPE_VERSION`, `PLUGIN_LIBRARY`, `PLUGIN_LIBRARY_VERSION`, `PLUGIN_AUTHOR`, `PLUGIN_DESCRIPTION`, `PLUGIN_LICENSE`) VALUES
('binlog', '1.0', 'ACTIVE', 'STORAGE ENGINE', '50150.0', NULL, NULL, 'MySQL AB', 'This is a pseudo storage engine to represent the binlog in a transaction', 'GPL'),
('CSV', '1.0', 'ACTIVE', 'STORAGE ENGINE', '50150.0', NULL, NULL, 'Brian Aker, MySQL AB', 'CSV storage engine', 'GPL'),
('MEMORY', '1.0', 'ACTIVE', 'STORAGE ENGINE', '50150.0', NULL, NULL, 'MySQL AB', 'Hash based, stored in memory, useful for temporary tables', 'GPL'),
('MyISAM', '1.0', 'ACTIVE', 'STORAGE ENGINE', '50150.0', NULL, NULL, 'MySQL AB', 'Default engine as of MySQL 3.23 with great performance', 'GPL'),
('MRG_MYISAM', '1.0', 'ACTIVE', 'STORAGE ENGINE', '50150.0', NULL, NULL, 'MySQL AB', 'Collection of identical MyISAM tables', 'GPL');

-- --------------------------------------------------------

--
-- Table structure for table `PROCESSLIST`
--

CREATE TEMPORARY TABLE `PROCESSLIST` (
  `ID` bigint(4) NOT NULL DEFAULT '0',
  `USER` varchar(16) NOT NULL DEFAULT '',
  `HOST` varchar(64) NOT NULL DEFAULT '',
  `DB` varchar(64) DEFAULT NULL,
  `COMMAND` varchar(16) NOT NULL DEFAULT '',
  `TIME` int(7) NOT NULL DEFAULT '0',
  `STATE` varchar(64) DEFAULT NULL,
  `INFO` longtext
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `PROCESSLIST`
--

INSERT INTO `PROCESSLIST` (`ID`, `USER`, `HOST`, `DB`, `COMMAND`, `TIME`, `STATE`, `INFO`) VALUES
(6, 'imagectr', 'localhost', NULL, 'Query', 0, 'executing', 'SELECT * FROM `information_schema`.`PROCESSLIST`');

-- --------------------------------------------------------

--
-- Table structure for table `PROFILING`
--

CREATE TEMPORARY TABLE `PROFILING` (
  `QUERY_ID` int(20) NOT NULL DEFAULT '0',
  `SEQ` int(20) NOT NULL DEFAULT '0',
  `STATE` varchar(30) NOT NULL DEFAULT '',
  `DURATION` decimal(9,6) NOT NULL DEFAULT '0.000000',
  `CPU_USER` decimal(9,6) DEFAULT NULL,
  `CPU_SYSTEM` decimal(9,6) DEFAULT NULL,
  `CONTEXT_VOLUNTARY` int(20) DEFAULT NULL,
  `CONTEXT_INVOLUNTARY` int(20) DEFAULT NULL,
  `BLOCK_OPS_IN` int(20) DEFAULT NULL,
  `BLOCK_OPS_OUT` int(20) DEFAULT NULL,
  `MESSAGES_SENT` int(20) DEFAULT NULL,
  `MESSAGES_RECEIVED` int(20) DEFAULT NULL,
  `PAGE_FAULTS_MAJOR` int(20) DEFAULT NULL,
  `PAGE_FAULTS_MINOR` int(20) DEFAULT NULL,
  `SWAPS` int(20) DEFAULT NULL,
  `SOURCE_FUNCTION` varchar(30) DEFAULT NULL,
  `SOURCE_FILE` varchar(20) DEFAULT NULL,
  `SOURCE_LINE` int(20) DEFAULT NULL
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

--
-- Dumping data for table `PROFILING`
--


-- --------------------------------------------------------

--
-- Table structure for table `REFERENTIAL_CONSTRAINTS`
--

CREATE TEMPORARY TABLE `REFERENTIAL_CONSTRAINTS` (
  `CONSTRAINT_CATALOG` varchar(512) DEFAULT NULL,
  `CONSTRAINT_SCHEMA` varchar(64) NOT NULL DEFAULT '',
  `CONSTRAINT_NAME` varchar(64) NOT NULL DEFAULT '',
  `UNIQUE_CONSTRAINT_CATALOG` varchar(512) DEFAULT NULL,
  `UNIQUE_CONSTRAINT_SCHEMA` varchar(64) NOT NULL DEFAULT '',
  `UNIQUE_CONSTRAINT_NAME` varchar(64) DEFAULT NULL,
  `MATCH_OPTION` varchar(64) NOT NULL DEFAULT '',
  `UPDATE_RULE` varchar(64) NOT NULL DEFAULT '',
  `DELETE_RULE` varchar(64) NOT NULL DEFAULT '',
  `TABLE_NAME` varchar(64) NOT NULL DEFAULT '',
  `REFERENCED_TABLE_NAME` varchar(64) NOT NULL DEFAULT ''
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

--
-- Dumping data for table `REFERENTIAL_CONSTRAINTS`
--


-- --------------------------------------------------------

--
-- Table structure for table `ROUTINES`
--

CREATE TEMPORARY TABLE `ROUTINES` (
  `SPECIFIC_NAME` varchar(64) NOT NULL DEFAULT '',
  `ROUTINE_CATALOG` varchar(512) DEFAULT NULL,
  `ROUTINE_SCHEMA` varchar(64) NOT NULL DEFAULT '',
  `ROUTINE_NAME` varchar(64) NOT NULL DEFAULT '',
  `ROUTINE_TYPE` varchar(9) NOT NULL DEFAULT '',
  `DTD_IDENTIFIER` varchar(64) DEFAULT NULL,
  `ROUTINE_BODY` varchar(8) NOT NULL DEFAULT '',
  `ROUTINE_DEFINITION` longtext,
  `EXTERNAL_NAME` varchar(64) DEFAULT NULL,
  `EXTERNAL_LANGUAGE` varchar(64) DEFAULT NULL,
  `PARAMETER_STYLE` varchar(8) NOT NULL DEFAULT '',
  `IS_DETERMINISTIC` varchar(3) NOT NULL DEFAULT '',
  `SQL_DATA_ACCESS` varchar(64) NOT NULL DEFAULT '',
  `SQL_PATH` varchar(64) DEFAULT NULL,
  `SECURITY_TYPE` varchar(7) NOT NULL DEFAULT '',
  `CREATED` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `LAST_ALTERED` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `SQL_MODE` varchar(8192) NOT NULL DEFAULT '',
  `ROUTINE_COMMENT` varchar(64) NOT NULL DEFAULT '',
  `DEFINER` varchar(77) NOT NULL DEFAULT '',
  `CHARACTER_SET_CLIENT` varchar(32) NOT NULL DEFAULT '',
  `COLLATION_CONNECTION` varchar(32) NOT NULL DEFAULT '',
  `DATABASE_COLLATION` varchar(32) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `ROUTINES`
--


-- --------------------------------------------------------

--
-- Table structure for table `SCHEMATA`
--

CREATE TEMPORARY TABLE `SCHEMATA` (
  `CATALOG_NAME` varchar(512) DEFAULT NULL,
  `SCHEMA_NAME` varchar(64) NOT NULL DEFAULT '',
  `DEFAULT_CHARACTER_SET_NAME` varchar(32) NOT NULL DEFAULT '',
  `DEFAULT_COLLATION_NAME` varchar(32) NOT NULL DEFAULT '',
  `SQL_PATH` varchar(512) DEFAULT NULL
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

--
-- Dumping data for table `SCHEMATA`
--

INSERT INTO `SCHEMATA` (`CATALOG_NAME`, `SCHEMA_NAME`, `DEFAULT_CHARACTER_SET_NAME`, `DEFAULT_COLLATION_NAME`, `SQL_PATH`) VALUES
(NULL, 'information_schema', 'utf8', 'utf8_general_ci', NULL),
(NULL, 'mysql', 'latin1', 'latin1_swedish_ci', NULL),
(NULL, 'test', 'latin1', 'latin1_swedish_ci', NULL),
(NULL, 'wordpress', 'latin1', 'latin1_swedish_ci', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `SCHEMA_PRIVILEGES`
--

CREATE TEMPORARY TABLE `SCHEMA_PRIVILEGES` (
  `GRANTEE` varchar(81) NOT NULL DEFAULT '',
  `TABLE_CATALOG` varchar(512) DEFAULT NULL,
  `TABLE_SCHEMA` varchar(64) NOT NULL DEFAULT '',
  `PRIVILEGE_TYPE` varchar(64) NOT NULL DEFAULT '',
  `IS_GRANTABLE` varchar(3) NOT NULL DEFAULT ''
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

--
-- Dumping data for table `SCHEMA_PRIVILEGES`
--

INSERT INTO `SCHEMA_PRIVILEGES` (`GRANTEE`, `TABLE_CATALOG`, `TABLE_SCHEMA`, `PRIVILEGE_TYPE`, `IS_GRANTABLE`) VALUES
('''TWsEER''@''localhost''', NULL, 'wordpress', 'SELECT', 'YES'),
('''TWsEER''@''localhost''', NULL, 'wordpress', 'INSERT', 'YES'),
('''TWsEER''@''localhost''', NULL, 'wordpress', 'UPDATE', 'YES'),
('''TWsEER''@''localhost''', NULL, 'wordpress', 'DELETE', 'YES'),
('''TWsEER''@''localhost''', NULL, 'wordpress', 'CREATE', 'YES'),
('''TWsEER''@''localhost''', NULL, 'wordpress', 'DROP', 'YES'),
('''TWsEER''@''localhost''', NULL, 'wordpress', 'REFERENCES', 'YES'),
('''TWsEER''@''localhost''', NULL, 'wordpress', 'INDEX', 'YES'),
('''TWsEER''@''localhost''', NULL, 'wordpress', 'ALTER', 'YES'),
('''TWsEER''@''localhost''', NULL, 'wordpress', 'CREATE TEMPORARY TABLES', 'YES'),
('''TWsEER''@''localhost''', NULL, 'wordpress', 'LOCK TABLES', 'YES'),
('''TWsEER''@''localhost''', NULL, 'wordpress', 'EXECUTE', 'YES'),
('''TWsEER''@''localhost''', NULL, 'wordpress', 'CREATE ROUTINE', 'YES'),
('''TWsEER''@''localhost''', NULL, 'wordpress', 'ALTER ROUTINE', 'YES'),
('''OKYkcP''@''localhost''', NULL, 'wordpress', 'SELECT', 'YES'),
('''OKYkcP''@''localhost''', NULL, 'wordpress', 'INSERT', 'YES'),
('''OKYkcP''@''localhost''', NULL, 'wordpress', 'UPDATE', 'YES'),
('''OKYkcP''@''localhost''', NULL, 'wordpress', 'DELETE', 'YES'),
('''OKYkcP''@''localhost''', NULL, 'wordpress', 'CREATE', 'YES'),
('''OKYkcP''@''localhost''', NULL, 'wordpress', 'DROP', 'YES'),
('''OKYkcP''@''localhost''', NULL, 'wordpress', 'REFERENCES', 'YES'),
('''OKYkcP''@''localhost''', NULL, 'wordpress', 'INDEX', 'YES'),
('''OKYkcP''@''localhost''', NULL, 'wordpress', 'ALTER', 'YES'),
('''OKYkcP''@''localhost''', NULL, 'wordpress', 'CREATE TEMPORARY TABLES', 'YES'),
('''OKYkcP''@''localhost''', NULL, 'wordpress', 'LOCK TABLES', 'YES'),
('''OKYkcP''@''localhost''', NULL, 'wordpress', 'EXECUTE', 'YES'),
('''OKYkcP''@''localhost''', NULL, 'wordpress', 'CREATE VIEW', 'YES'),
('''OKYkcP''@''localhost''', NULL, 'wordpress', 'SHOW VIEW', 'YES'),
('''OKYkcP''@''localhost''', NULL, 'wordpress', 'CREATE ROUTINE', 'YES'),
('''OKYkcP''@''localhost''', NULL, 'wordpress', 'ALTER ROUTINE', 'YES'),
('''OKYkcP''@''localhost''', NULL, 'wordpress', 'EVENT', 'YES'),
('''OKYkcP''@''localhost''', NULL, 'wordpress', 'TRIGGER', 'YES'),
('''''@''%''', NULL, 'test', 'SELECT', 'NO'),
('''''@''%''', NULL, 'test', 'INSERT', 'NO'),
('''''@''%''', NULL, 'test', 'UPDATE', 'NO'),
('''''@''%''', NULL, 'test', 'DELETE', 'NO'),
('''''@''%''', NULL, 'test', 'CREATE', 'NO'),
('''''@''%''', NULL, 'test', 'DROP', 'NO'),
('''''@''%''', NULL, 'test', 'REFERENCES', 'NO'),
('''''@''%''', NULL, 'test', 'INDEX', 'NO'),
('''''@''%''', NULL, 'test', 'ALTER', 'NO'),
('''''@''%''', NULL, 'test', 'CREATE TEMPORARY TABLES', 'NO'),
('''''@''%''', NULL, 'test', 'LOCK TABLES', 'NO'),
('''''@''%''', NULL, 'test\\_%', 'SELECT', 'NO'),
('''''@''%''', NULL, 'test\\_%', 'INSERT', 'NO'),
('''''@''%''', NULL, 'test\\_%', 'UPDATE', 'NO'),
('''''@''%''', NULL, 'test\\_%', 'DELETE', 'NO'),
('''''@''%''', NULL, 'test\\_%', 'CREATE', 'NO'),
('''''@''%''', NULL, 'test\\_%', 'DROP', 'NO'),
('''''@''%''', NULL, 'test\\_%', 'REFERENCES', 'NO'),
('''''@''%''', NULL, 'test\\_%', 'INDEX', 'NO'),
('''''@''%''', NULL, 'test\\_%', 'ALTER', 'NO'),
('''''@''%''', NULL, 'test\\_%', 'CREATE TEMPORARY TABLES', 'NO'),
('''''@''%''', NULL, 'test\\_%', 'LOCK TABLES', 'NO');

-- --------------------------------------------------------

--
-- Table structure for table `SESSION_STATUS`
--

CREATE TEMPORARY TABLE `SESSION_STATUS` (
  `VARIABLE_NAME` varchar(64) NOT NULL DEFAULT '',
  `VARIABLE_VALUE` varchar(1024) DEFAULT NULL
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

--
-- Dumping data for table `SESSION_STATUS`
--

INSERT INTO `SESSION_STATUS` (`VARIABLE_NAME`, `VARIABLE_VALUE`) VALUES
('ABORTED_CLIENTS', '0'),
('ABORTED_CONNECTS', '0'),
('BINLOG_CACHE_DISK_USE', '0'),
('BINLOG_CACHE_USE', '0'),
('BYTES_RECEIVED', '12609'),
('BYTES_SENT', '238138'),
('COM_ADMIN_COMMANDS', '0'),
('COM_ASSIGN_TO_KEYCACHE', '0'),
('COM_ALTER_DB', '0'),
('COM_ALTER_DB_UPGRADE', '0'),
('COM_ALTER_EVENT', '0'),
('COM_ALTER_FUNCTION', '0'),
('COM_ALTER_PROCEDURE', '0'),
('COM_ALTER_SERVER', '0'),
('COM_ALTER_TABLE', '0'),
('COM_ALTER_TABLESPACE', '0'),
('COM_ANALYZE', '0'),
('COM_BACKUP_TABLE', '0'),
('COM_BEGIN', '0'),
('COM_BINLOG', '0'),
('COM_CALL_PROCEDURE', '0'),
('COM_CHANGE_DB', '0'),
('COM_CHANGE_MASTER', '0'),
('COM_CHECK', '0'),
('COM_CHECKSUM', '0'),
('COM_COMMIT', '0'),
('COM_CREATE_DB', '0'),
('COM_CREATE_EVENT', '0'),
('COM_CREATE_FUNCTION', '0'),
('COM_CREATE_INDEX', '0'),
('COM_CREATE_PROCEDURE', '0'),
('COM_CREATE_SERVER', '0'),
('COM_CREATE_TABLE', '0'),
('COM_CREATE_TRIGGER', '0'),
('COM_CREATE_UDF', '0'),
('COM_CREATE_USER', '0'),
('COM_CREATE_VIEW', '0'),
('COM_DEALLOC_SQL', '0'),
('COM_DELETE', '0'),
('COM_DELETE_MULTI', '0'),
('COM_DO', '0'),
('COM_DROP_DB', '0'),
('COM_DROP_EVENT', '0'),
('COM_DROP_FUNCTION', '0'),
('COM_DROP_INDEX', '0'),
('COM_DROP_PROCEDURE', '0'),
('COM_DROP_SERVER', '0'),
('COM_DROP_TABLE', '0'),
('COM_DROP_TRIGGER', '0'),
('COM_DROP_USER', '0'),
('COM_DROP_VIEW', '0'),
('COM_EMPTY_QUERY', '0'),
('COM_EXECUTE_SQL', '0'),
('COM_FLUSH', '0'),
('COM_GRANT', '0'),
('COM_HA_CLOSE', '0'),
('COM_HA_OPEN', '0'),
('COM_HA_READ', '0'),
('COM_HELP', '0'),
('COM_INSERT', '0'),
('COM_INSERT_SELECT', '0'),
('COM_INSTALL_PLUGIN', '0'),
('COM_KILL', '0'),
('COM_LOAD', '0'),
('COM_LOAD_MASTER_DATA', '0'),
('COM_LOAD_MASTER_TABLE', '0'),
('COM_LOCK_TABLES', '0'),
('COM_OPTIMIZE', '0'),
('COM_PRELOAD_KEYS', '0'),
('COM_PREPARE_SQL', '0'),
('COM_PURGE', '0'),
('COM_PURGE_BEFORE_DATE', '0'),
('COM_RELEASE_SAVEPOINT', '0'),
('COM_RENAME_TABLE', '0'),
('COM_RENAME_USER', '0'),
('COM_REPAIR', '0'),
('COM_REPLACE', '0'),
('COM_REPLACE_SELECT', '0'),
('COM_RESET', '0'),
('COM_RESTORE_TABLE', '0'),
('COM_REVOKE', '0'),
('COM_REVOKE_ALL', '0'),
('COM_ROLLBACK', '0'),
('COM_ROLLBACK_TO_SAVEPOINT', '0'),
('COM_SAVEPOINT', '0'),
('COM_SELECT', '41'),
('COM_SET_OPTION', '24'),
('COM_SHOW_AUTHORS', '0'),
('COM_SHOW_BINLOG_EVENTS', '0'),
('COM_SHOW_BINLOGS', '0'),
('COM_SHOW_CHARSETS', '1'),
('COM_SHOW_COLLATIONS', '1'),
('COM_SHOW_COLUMN_TYPES', '0'),
('COM_SHOW_CONTRIBUTORS', '0'),
('COM_SHOW_CREATE_DB', '0'),
('COM_SHOW_CREATE_EVENT', '0'),
('COM_SHOW_CREATE_FUNC', '0'),
('COM_SHOW_CREATE_PROC', '0'),
('COM_SHOW_CREATE_TABLE', '20'),
('COM_SHOW_CREATE_TRIGGER', '0'),
('COM_SHOW_DATABASES', '1'),
('COM_SHOW_ENGINE_LOGS', '0'),
('COM_SHOW_ENGINE_MUTEX', '0'),
('COM_SHOW_ENGINE_STATUS', '0'),
('COM_SHOW_EVENTS', '0'),
('COM_SHOW_ERRORS', '0'),
('COM_SHOW_FIELDS', '0'),
('COM_SHOW_FUNCTION_STATUS', '0'),
('COM_SHOW_GRANTS', '0'),
('COM_SHOW_KEYS', '0'),
('COM_SHOW_MASTER_STATUS', '0'),
('COM_SHOW_NEW_MASTER', '0'),
('COM_SHOW_OPEN_TABLES', '0'),
('COM_SHOW_PLUGINS', '0'),
('COM_SHOW_PRIVILEGES', '0'),
('COM_SHOW_PROCEDURE_STATUS', '0'),
('COM_SHOW_PROCESSLIST', '0'),
('COM_SHOW_PROFILE', '0'),
('COM_SHOW_PROFILES', '0'),
('COM_SHOW_SLAVE_HOSTS', '0'),
('COM_SHOW_SLAVE_STATUS', '0'),
('COM_SHOW_STATUS', '0'),
('COM_SHOW_STORAGE_ENGINES', '0'),
('COM_SHOW_TABLE_STATUS', '60'),
('COM_SHOW_TABLES', '1'),
('COM_SHOW_TRIGGERS', '0'),
('COM_SHOW_VARIABLES', '3'),
('COM_SHOW_WARNINGS', '0'),
('COM_SLAVE_START', '0'),
('COM_SLAVE_STOP', '0'),
('COM_STMT_CLOSE', '0'),
('COM_STMT_EXECUTE', '0'),
('COM_STMT_FETCH', '0'),
('COM_STMT_PREPARE', '0'),
('COM_STMT_REPREPARE', '0'),
('COM_STMT_RESET', '0'),
('COM_STMT_SEND_LONG_DATA', '0'),
('COM_TRUNCATE', '0'),
('COM_UNINSTALL_PLUGIN', '0'),
('COM_UNLOCK_TABLES', '0'),
('COM_UPDATE', '0'),
('COM_UPDATE_MULTI', '0'),
('COM_XA_COMMIT', '0'),
('COM_XA_END', '0'),
('COM_XA_PREPARE', '0'),
('COM_XA_RECOVER', '0'),
('COM_XA_ROLLBACK', '0'),
('COM_XA_START', '0'),
('COMPRESSION', 'OFF'),
('CONNECTIONS', '7'),
('CREATED_TMP_DISK_TABLES', '88'),
('CREATED_TMP_FILES', '0'),
('CREATED_TMP_TABLES', '319'),
('DELAYED_ERRORS', '0'),
('DELAYED_INSERT_THREADS', '0'),
('DELAYED_WRITES', '0'),
('FLUSH_COMMANDS', '1'),
('HANDLER_COMMIT', '0'),
('HANDLER_DELETE', '0'),
('HANDLER_DISCOVER', '0'),
('HANDLER_PREPARE', '0'),
('HANDLER_READ_FIRST', '1'),
('HANDLER_READ_KEY', '0'),
('HANDLER_READ_NEXT', '0'),
('HANDLER_READ_PREV', '0'),
('HANDLER_READ_RND', '0'),
('HANDLER_READ_RND_NEXT', '2098'),
('HANDLER_ROLLBACK', '0'),
('HANDLER_SAVEPOINT', '0'),
('HANDLER_SAVEPOINT_ROLLBACK', '0'),
('HANDLER_UPDATE', '0'),
('HANDLER_WRITE', '2162'),
('KEY_BLOCKS_NOT_FLUSHED', '0'),
('KEY_BLOCKS_UNUSED', '7245'),
('KEY_BLOCKS_USED', '0'),
('KEY_READ_REQUESTS', '0'),
('KEY_READS', '0'),
('KEY_WRITE_REQUESTS', '0'),
('KEY_WRITES', '0'),
('LAST_QUERY_COST', '10.499000'),
('MAX_USED_CONNECTIONS', '1'),
('NOT_FLUSHED_DELAYED_ROWS', '0'),
('OPEN_FILES', '104'),
('OPEN_STREAMS', '0'),
('OPEN_TABLE_DEFINITIONS', '52'),
('OPEN_TABLES', '52'),
('OPENED_FILES', '583'),
('OPENED_TABLE_DEFINITIONS', '37'),
('OPENED_TABLES', '96'),
('PREPARED_STMT_COUNT', '0'),
('QCACHE_FREE_BLOCKS', '0'),
('QCACHE_FREE_MEMORY', '0'),
('QCACHE_HITS', '0'),
('QCACHE_INSERTS', '0'),
('QCACHE_LOWMEM_PRUNES', '0'),
('QCACHE_NOT_CACHED', '0'),
('QCACHE_QUERIES_IN_CACHE', '0'),
('QCACHE_TOTAL_BLOCKS', '0'),
('QUERIES', '234'),
('QUESTIONS', '152'),
('RPL_STATUS', 'NULL'),
('SELECT_FULL_JOIN', '0'),
('SELECT_FULL_RANGE_JOIN', '0'),
('SELECT_RANGE', '0'),
('SELECT_RANGE_CHECK', '0'),
('SELECT_SCAN', '107'),
('SLAVE_OPEN_TEMP_TABLES', '0'),
('SLAVE_RETRIED_TRANSACTIONS', '0'),
('SLAVE_RUNNING', 'OFF'),
('SLOW_LAUNCH_THREADS', '0'),
('SLOW_QUERIES', '0'),
('SORT_MERGE_PASSES', '0'),
('SORT_RANGE', '0'),
('SORT_ROWS', '0'),
('SORT_SCAN', '0'),
('TABLE_LOCKS_IMMEDIATE', '28'),
('TABLE_LOCKS_WAITED', '0'),
('TC_LOG_MAX_PAGES_USED', '0'),
('TC_LOG_PAGE_SIZE', '0'),
('TC_LOG_PAGE_WAITS', '0'),
('THREADS_CACHED', '0'),
('THREADS_CONNECTED', '1'),
('THREADS_CREATED', '6'),
('THREADS_RUNNING', '1'),
('UPTIME', '446'),
('UPTIME_SINCE_FLUSH_STATUS', '446');

-- --------------------------------------------------------

--
-- Table structure for table `SESSION_VARIABLES`
--

CREATE TEMPORARY TABLE `SESSION_VARIABLES` (
  `VARIABLE_NAME` varchar(64) NOT NULL DEFAULT '',
  `VARIABLE_VALUE` varchar(1024) DEFAULT NULL
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

--
-- Dumping data for table `SESSION_VARIABLES`
--

INSERT INTO `SESSION_VARIABLES` (`VARIABLE_NAME`, `VARIABLE_VALUE`) VALUES
('LICENSE', 'GPL'),
('CHARACTER_SETS_DIR', '/usr/local/mysql-5.1.50/share/mysql/charsets/'),
('HAVE_CRYPT', 'YES'),
('INTERACTIVE_TIMEOUT', '28800'),
('PORT', '3306'),
('AUTOMATIC_SP_PRIVILEGES', 'ON'),
('SERVER_ID', '0'),
('BINLOG_CACHE_SIZE', '32768'),
('LOG_BIN_TRUST_FUNCTION_CREATORS', 'OFF'),
('BACK_LOG', '50'),
('SSL_CAPATH', ''),
('MYISAM_USE_MMAP', 'OFF'),
('HAVE_OPENSSL', 'NO'),
('LOG_QUERIES_NOT_USING_INDEXES', 'OFF'),
('LOG_BIN_TRUST_ROUTINE_CREATORS', 'OFF'),
('CHARACTER_SET_CONNECTION', 'utf8'),
('OPEN_FILES_LIMIT', '11095'),
('CHARACTER_SET_RESULTS', 'utf8'),
('IDENTITY', '0'),
('LOWER_CASE_TABLE_NAMES', '0'),
('UPDATABLE_VIEWS_WITH_LIMIT', 'YES'),
('AUTOCOMMIT', 'ON'),
('SLOW_LAUNCH_TIME', '2'),
('MIN_EXAMINED_ROW_LIMIT', '0'),
('SKIP_NETWORKING', 'OFF'),
('COMPLETION_TYPE', '0'),
('RELAY_LOG_INDEX', ''),
('LONG_QUERY_TIME', '10.000000'),
('SQL_QUOTE_SHOW_CREATE', 'ON'),
('EVENT_SCHEDULER', 'OFF'),
('SQL_LOG_UPDATE', 'ON'),
('COLLATION_DATABASE', 'latin1_swedish_ci'),
('WAIT_TIMEOUT', '28800'),
('FT_MAX_WORD_LEN', '84'),
('OPTIMIZER_SWITCH', 'index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on'),
('CONCURRENT_INSERT', '1'),
('OPTIMIZER_PRUNE_LEVEL', '1'),
('MAX_SEEKS_FOR_KEY', '4294967295'),
('REPORT_HOST', ''),
('MAX_CONNECT_ERRORS', '10'),
('SSL_KEY', ''),
('FLUSH', 'OFF'),
('TIMED_MUTEXES', 'OFF'),
('DELAYED_INSERT_LIMIT', '100'),
('SLAVE_SKIP_ERRORS', 'OFF'),
('FT_QUERY_EXPANSION_LIMIT', '20'),
('INSERT_ID', '0'),
('DELAYED_INSERT_TIMEOUT', '300'),
('RELAY_LOG_PURGE', 'ON'),
('FT_STOPWORD_FILE', '(built-in)'),
('SKIP_SHOW_DATABASE', 'OFF'),
('DELAY_KEY_WRITE', 'ON'),
('GROUP_CONCAT_MAX_LEN', '1024'),
('AUTO_INCREMENT_OFFSET', '1'),
('RANGE_ALLOC_BLOCK_SIZE', '4096'),
('LANGUAGE', '/usr/local/mysql-5.1.50/share/mysql/english/'),
('OPTIMIZER_SEARCH_DEPTH', '62'),
('JOIN_BUFFER_SIZE', '131072'),
('LOG_SLOW_QUERIES', 'OFF'),
('CONNECT_TIMEOUT', '10'),
('TRANSACTION_PREALLOC_SIZE', '4096'),
('SQL_LOW_PRIORITY_UPDATES', 'OFF'),
('VERSION_COMPILE_OS', 'unknown-freebsd4.10'),
('INIT_FILE', ''),
('SQL_NOTES', 'ON'),
('LARGE_PAGE_SIZE', '0'),
('LOW_PRIORITY_UPDATES', 'OFF'),
('INIT_SLAVE', ''),
('REPORT_PASSWORD', ''),
('MAX_BINLOG_SIZE', '1073741824'),
('MAX_INSERT_DELAYED_THREADS', '20'),
('MAX_ERROR_COUNT', '64'),
('HAVE_COMPRESS', 'YES'),
('DELAYED_QUEUE_SIZE', '1000'),
('TRANSACTION_ALLOC_BLOCK_SIZE', '8192'),
('LOG_WARNINGS', '1'),
('THREAD_CACHE_SIZE', '0'),
('PSEUDO_THREAD_ID', '6'),
('SYNC_FRM', 'ON'),
('BINLOG_DIRECT_NON_TRANSACTIONAL_UPDATES', 'OFF'),
('SLAVE_EXEC_MODE', 'STRICT'),
('LOWER_CASE_FILE_SYSTEM', 'OFF'),
('DEFAULT_WEEK_FORMAT', '0'),
('MAX_RELAY_LOG_SIZE', '0'),
('LOG_OUTPUT', 'FILE'),
('CHARACTER_SET_FILESYSTEM', 'binary'),
('FT_MIN_WORD_LEN', '4'),
('COLLATION_SERVER', 'latin1_swedish_ci'),
('PROTOCOL_VERSION', '10'),
('CHARACTER_SET_SERVER', 'latin1'),
('HAVE_SYMLINK', 'YES'),
('MAX_LENGTH_FOR_SORT_DATA', '1024'),
('TIME_ZONE', 'SYSTEM'),
('MAX_HEAP_TABLE_SIZE', '16777216'),
('RAND_SEED2', ''),
('TABLE_LOCK_WAIT_TIMEOUT', '50'),
('LC_TIME_NAMES', 'en_US'),
('KEY_CACHE_AGE_THRESHOLD', '300'),
('MYISAM_DATA_POINTER_SIZE', '6'),
('NET_RETRY_COUNT', '1000000'),
('SQL_SAFE_UPDATES', 'OFF'),
('NET_BUFFER_LENGTH', '16384'),
('SQL_AUTO_IS_NULL', 'ON'),
('OLD_PASSWORDS', 'ON'),
('SLAVE_TRANSACTION_RETRIES', '10'),
('MAX_CONNECTIONS', '151'),
('HAVE_GEOMETRY', 'YES'),
('MYISAM_REPAIR_THREADS', '1'),
('GENERAL_LOG', 'OFF'),
('SQL_MODE', ''),
('TABLE_TYPE', 'MyISAM'),
('READ_RND_BUFFER_SIZE', '262144'),
('QUERY_CACHE_MIN_RES_UNIT', '4096'),
('SLAVE_COMPRESSED_PROTOCOL', 'OFF'),
('MYISAM_MMAP_SIZE', '4294967295'),
('FLUSH_TIME', '0'),
('MAX_JOIN_SIZE', '4294967295'),
('OLD_ALTER_TABLE', 'OFF'),
('TIMESTAMP', '1299721708'),
('MAX_BINLOG_CACHE_SIZE', '4294963200'),
('RELAY_LOG', ''),
('READ_BUFFER_SIZE', '131072'),
('DATETIME_FORMAT', '%Y-%m-%d %H:%i:%s'),
('MAX_SORT_LENGTH', '1024'),
('WARNING_COUNT', '0'),
('LOG_BIN', 'OFF'),
('BIG_TABLES', 'OFF'),
('MYISAM_MAX_SORT_FILE_SIZE', '2146435072'),
('SQL_SELECT_LIMIT', '4294967295'),
('NET_WRITE_TIMEOUT', '60'),
('DATE_FORMAT', '%Y-%m-%d'),
('SQL_MAX_JOIN_SIZE', '4294967295'),
('READ_ONLY', 'OFF'),
('BULK_INSERT_BUFFER_SIZE', '8388608'),
('RAND_SEED1', ''),
('QUERY_CACHE_LIMIT', '1048576'),
('NET_READ_TIMEOUT', '30'),
('MAX_DELAYED_THREADS', '20'),
('PID_FILE', '/usr/home/imagectr/var/mysql/image-center.com.pid'),
('QUERY_CACHE_SIZE', '0'),
('PROFILING', 'OFF'),
('HAVE_CSV', 'YES'),
('THREAD_STACK', '196608'),
('BINLOG_FORMAT', 'STATEMENT'),
('KEY_CACHE_DIVISION_LIMIT', '100'),
('MYISAM_SORT_BUFFER_SIZE', '8388608'),
('GENERAL_LOG_FILE', '/usr/home/imagectr/var/mysql/image-center.log'),
('SSL_CERT', ''),
('HOSTNAME', 'image-center.com'),
('MAX_USER_CONNECTIONS', '0'),
('AUTO_INCREMENT_INCREMENT', '1'),
('QUERY_ALLOC_BLOCK_SIZE', '8192'),
('TMPDIR', '/var/tmp/'),
('QUERY_CACHE_TYPE', 'ON'),
('EXPIRE_LOGS_DAYS', '0'),
('LARGE_PAGES', 'OFF'),
('HAVE_PARTITIONING', 'NO'),
('THREAD_HANDLING', 'one-thread-per-connection'),
('FOREIGN_KEY_CHECKS', 'ON'),
('MAX_WRITE_LOCK_COUNT', '4294967295'),
('RELAY_LOG_INFO_FILE', 'relay-log.info'),
('MYISAM_RECOVER_OPTIONS', 'DEFAULT'),
('SLAVE_LOAD_TMPDIR', '/var/tmp/'),
('MYISAM_STATS_METHOD', 'nulls_unequal'),
('IGNORE_BUILTIN_INNODB', 'OFF'),
('SYSTEM_TIME_ZONE', 'PST'),
('MAX_TMP_TABLES', '32'),
('CHARACTER_SET_SYSTEM', 'utf8'),
('UNIQUE_CHECKS', 'ON'),
('QUERY_CACHE_WLOCK_INVALIDATE', 'OFF'),
('VERSION', '5.1.50'),
('SSL_CIPHER', ''),
('SOCKET', '/tmp/mysql.sock'),
('SKIP_NAME_RESOLVE', 'OFF'),
('CHARACTER_SET_CLIENT', 'utf8'),
('TMP_TABLE_SIZE', '16777216'),
('COLLATION_CONNECTION', 'utf8_unicode_ci'),
('CHARACTER_SET_DATABASE', 'latin1'),
('HAVE_QUERY_CACHE', 'YES'),
('RPL_RECOVERY_RANK', '0'),
('MULTI_RANGE_COUNT', '256'),
('VERSION_COMPILE_MACHINE', 'i386'),
('INIT_CONNECT', ''),
('TABLE_DEFINITION_CACHE', '256'),
('DIV_PRECISION_INCREMENT', '4'),
('PROFILING_HISTORY_SIZE', '15'),
('DATADIR', '/usr/home/imagectr/var/mysql/'),
('BASEDIR', '/usr/local/mysql-5.1.50/'),
('SQL_LOG_OFF', 'OFF'),
('SORT_BUFFER_SIZE', '2097144'),
('FT_BOOLEAN_SYNTAX', '+ -><()~*:""&|'),
('SECURE_AUTH', 'OFF'),
('SQL_SLAVE_SKIP_COUNTER', ''),
('ENGINE_CONDITION_PUSHDOWN', 'ON'),
('TIME_FORMAT', '%H:%i:%s'),
('LAST_INSERT_ID', '0'),
('MAX_ALLOWED_PACKET', '1048576'),
('SQL_BIG_TABLES', 'OFF'),
('STORAGE_ENGINE', 'MyISAM'),
('PRELOAD_BUFFER_SIZE', '32768'),
('ERROR_COUNT', '0'),
('MAX_SP_RECURSION_DEPTH', '0'),
('HAVE_DYNAMIC_LOADING', 'YES'),
('SQL_BIG_SELECTS', 'ON'),
('SYNC_BINLOG', '0'),
('MAX_PREPARED_STMT_COUNT', '16382'),
('RELAY_LOG_SPACE_LIMIT', '0'),
('LARGE_FILES_SUPPORT', 'ON'),
('LOG_SLAVE_UPDATES', 'OFF'),
('KEEP_FILES_ON_CREATE', 'OFF'),
('OLD', 'OFF'),
('QUERY_PREALLOC_SIZE', '8192'),
('HAVE_SSL', 'NO'),
('TABLE_OPEN_CACHE', '64'),
('SECURE_FILE_PRIV', ''),
('HAVE_COMMUNITY_FEATURES', 'YES'),
('KEY_BUFFER_SIZE', '8384512'),
('REPORT_PORT', '3306'),
('HAVE_NDBCLUSTER', 'NO'),
('SQL_BUFFER_RESULT', 'OFF'),
('SQL_LOG_BIN', 'ON'),
('KEY_CACHE_BLOCK_SIZE', '1024'),
('SLOW_QUERY_LOG', 'OFF'),
('NEW', 'OFF'),
('SLOW_QUERY_LOG_FILE', '/usr/home/imagectr/var/mysql/image-center-slow.log'),
('SQL_WARNINGS', 'OFF'),
('SSL_CA', ''),
('HAVE_INNODB', 'NO'),
('SKIP_EXTERNAL_LOCKING', 'ON'),
('VERSION_COMMENT', 'Source distribution'),
('SLAVE_NET_TIMEOUT', '3600'),
('LOG_ERROR', '/usr/home/imagectr/var/mysql/image-center.com.err'),
('PLUGIN_DIR', '/usr/local/mysql-5.1.50/lib/mysql/plugin'),
('REPORT_USER', ''),
('LOCAL_INFILE', 'ON'),
('LOG', 'OFF'),
('HAVE_RTREE_KEYS', 'YES'),
('TX_ISOLATION', 'REPEATABLE-READ');

-- --------------------------------------------------------

--
-- Table structure for table `STATISTICS`
--

CREATE TEMPORARY TABLE `STATISTICS` (
  `TABLE_CATALOG` varchar(512) DEFAULT NULL,
  `TABLE_SCHEMA` varchar(64) NOT NULL DEFAULT '',
  `TABLE_NAME` varchar(64) NOT NULL DEFAULT '',
  `NON_UNIQUE` bigint(1) NOT NULL DEFAULT '0',
  `INDEX_SCHEMA` varchar(64) NOT NULL DEFAULT '',
  `INDEX_NAME` varchar(64) NOT NULL DEFAULT '',
  `SEQ_IN_INDEX` bigint(2) NOT NULL DEFAULT '0',
  `COLUMN_NAME` varchar(64) NOT NULL DEFAULT '',
  `COLLATION` varchar(1) DEFAULT NULL,
  `CARDINALITY` bigint(21) DEFAULT NULL,
  `SUB_PART` bigint(3) DEFAULT NULL,
  `PACKED` varchar(10) DEFAULT NULL,
  `NULLABLE` varchar(3) NOT NULL DEFAULT '',
  `INDEX_TYPE` varchar(16) NOT NULL DEFAULT '',
  `COMMENT` varchar(16) DEFAULT NULL
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

--
-- Dumping data for table `STATISTICS`
--

INSERT INTO `STATISTICS` (`TABLE_CATALOG`, `TABLE_SCHEMA`, `TABLE_NAME`, `NON_UNIQUE`, `INDEX_SCHEMA`, `INDEX_NAME`, `SEQ_IN_INDEX`, `COLUMN_NAME`, `COLLATION`, `CARDINALITY`, `SUB_PART`, `PACKED`, `NULLABLE`, `INDEX_TYPE`, `COMMENT`) VALUES
(NULL, 'mysql', 'columns_priv', 0, 'mysql', 'PRIMARY', 1, 'Host', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'columns_priv', 0, 'mysql', 'PRIMARY', 2, 'Db', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'columns_priv', 0, 'mysql', 'PRIMARY', 3, 'User', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'columns_priv', 0, 'mysql', 'PRIMARY', 4, 'Table_name', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'columns_priv', 0, 'mysql', 'PRIMARY', 5, 'Column_name', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'db', 0, 'mysql', 'PRIMARY', 1, 'Host', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'db', 0, 'mysql', 'PRIMARY', 2, 'Db', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'db', 0, 'mysql', 'PRIMARY', 3, 'User', 'A', 4, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'db', 1, 'mysql', 'User', 1, 'User', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'event', 0, 'mysql', 'PRIMARY', 1, 'db', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'event', 0, 'mysql', 'PRIMARY', 2, 'name', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'func', 0, 'mysql', 'PRIMARY', 1, 'name', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'help_category', 0, 'mysql', 'PRIMARY', 1, 'help_category_id', 'A', 34, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'help_category', 0, 'mysql', 'name', 1, 'name', 'A', 34, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'help_keyword', 0, 'mysql', 'PRIMARY', 1, 'help_keyword_id', 'A', 359, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'help_keyword', 0, 'mysql', 'name', 1, 'name', 'A', 359, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'help_relation', 0, 'mysql', 'PRIMARY', 1, 'help_keyword_id', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'help_relation', 0, 'mysql', 'PRIMARY', 2, 'help_topic_id', 'A', 645, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'help_topic', 0, 'mysql', 'PRIMARY', 1, 'help_topic_id', 'A', 419, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'help_topic', 0, 'mysql', 'name', 1, 'name', 'A', 419, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'host', 0, 'mysql', 'PRIMARY', 1, 'Host', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'host', 0, 'mysql', 'PRIMARY', 2, 'Db', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'ndb_binlog_index', 0, 'mysql', 'PRIMARY', 1, 'epoch', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'plugin', 0, 'mysql', 'PRIMARY', 1, 'name', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'proc', 0, 'mysql', 'PRIMARY', 1, 'db', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'proc', 0, 'mysql', 'PRIMARY', 2, 'name', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'proc', 0, 'mysql', 'PRIMARY', 3, 'type', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'procs_priv', 0, 'mysql', 'PRIMARY', 1, 'Host', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'procs_priv', 0, 'mysql', 'PRIMARY', 2, 'Db', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'procs_priv', 0, 'mysql', 'PRIMARY', 3, 'User', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'procs_priv', 0, 'mysql', 'PRIMARY', 4, 'Routine_name', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'procs_priv', 0, 'mysql', 'PRIMARY', 5, 'Routine_type', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'procs_priv', 1, 'mysql', 'Grantor', 1, 'Grantor', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'servers', 0, 'mysql', 'PRIMARY', 1, 'Server_name', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'tables_priv', 0, 'mysql', 'PRIMARY', 1, 'Host', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'tables_priv', 0, 'mysql', 'PRIMARY', 2, 'Db', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'tables_priv', 0, 'mysql', 'PRIMARY', 3, 'User', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'tables_priv', 0, 'mysql', 'PRIMARY', 4, 'Table_name', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'tables_priv', 1, 'mysql', 'Grantor', 1, 'Grantor', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'time_zone', 0, 'mysql', 'PRIMARY', 1, 'Time_zone_id', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'time_zone_leap_second', 0, 'mysql', 'PRIMARY', 1, 'Transition_time', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'time_zone_name', 0, 'mysql', 'PRIMARY', 1, 'Name', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'time_zone_transition', 0, 'mysql', 'PRIMARY', 1, 'Time_zone_id', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'time_zone_transition', 0, 'mysql', 'PRIMARY', 2, 'Transition_time', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'time_zone_transition_type', 0, 'mysql', 'PRIMARY', 1, 'Time_zone_id', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'time_zone_transition_type', 0, 'mysql', 'PRIMARY', 2, 'Transition_type_id', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'user', 0, 'mysql', 'PRIMARY', 1, 'Host', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'user', 0, 'mysql', 'PRIMARY', 2, 'User', 'A', 6, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2commentmeta', 0, 'wordpress', 'PRIMARY', 1, 'meta_id', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2commentmeta', 1, 'wordpress', 'comment_id', 1, 'comment_id', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2commentmeta', 1, 'wordpress', 'meta_key', 1, 'meta_key', 'A', NULL, NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2comments', 0, 'wordpress', 'PRIMARY', 1, 'comment_ID', 'A', 1, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2comments', 1, 'wordpress', 'comment_approved', 1, 'comment_approved', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2comments', 1, 'wordpress', 'comment_post_ID', 1, 'comment_post_ID', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2comments', 1, 'wordpress', 'comment_approved_date_gmt', 1, 'comment_approved', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2comments', 1, 'wordpress', 'comment_approved_date_gmt', 2, 'comment_date_gmt', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2comments', 1, 'wordpress', 'comment_date_gmt', 1, 'comment_date_gmt', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2comments', 1, 'wordpress', 'comment_parent', 1, 'comment_parent', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2links', 0, 'wordpress', 'PRIMARY', 1, 'link_id', 'A', 7, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2links', 1, 'wordpress', 'link_visible', 1, 'link_visible', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2options', 0, 'wordpress', 'PRIMARY', 1, 'option_id', 'A', 184, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2options', 0, 'wordpress', 'option_name', 1, 'option_name', 'A', 184, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2postmeta', 0, 'wordpress', 'PRIMARY', 1, 'meta_id', 'A', 674, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2postmeta', 1, 'wordpress', 'post_id', 1, 'post_id', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2postmeta', 1, 'wordpress', 'meta_key', 1, 'meta_key', 'A', NULL, NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2posts', 0, 'wordpress', 'PRIMARY', 1, 'ID', 'A', 611, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2posts', 1, 'wordpress', 'post_name', 1, 'post_name', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2posts', 1, 'wordpress', 'type_status_date', 1, 'post_type', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2posts', 1, 'wordpress', 'type_status_date', 2, 'post_status', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2posts', 1, 'wordpress', 'type_status_date', 3, 'post_date', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2posts', 1, 'wordpress', 'type_status_date', 4, 'ID', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2posts', 1, 'wordpress', 'post_parent', 1, 'post_parent', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2posts', 1, 'wordpress', 'post_author', 1, 'post_author', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2rg_form', 0, 'wordpress', 'PRIMARY', 1, 'id', 'A', 1, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2rg_form_meta', 1, 'wordpress', 'form_id', 1, 'form_id', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2rg_form_view', 0, 'wordpress', 'PRIMARY', 1, 'id', 'A', 8, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2rg_form_view', 1, 'wordpress', 'form_id', 1, 'form_id', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2rg_lead', 0, 'wordpress', 'PRIMARY', 1, 'id', 'A', 6, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2rg_lead', 1, 'wordpress', 'form_id', 1, 'form_id', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2rg_lead_detail', 0, 'wordpress', 'PRIMARY', 1, 'id', 'A', 30, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2rg_lead_detail', 1, 'wordpress', 'form_id', 1, 'form_id', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2rg_lead_detail', 1, 'wordpress', 'lead_id', 1, 'lead_id', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2rg_lead_detail_long', 1, 'wordpress', 'lead_detail_key', 1, 'lead_detail_id', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2rg_lead_notes', 0, 'wordpress', 'PRIMARY', 1, 'id', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2rg_lead_notes', 1, 'wordpress', 'lead_id', 1, 'lead_id', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2rg_lead_notes', 1, 'wordpress', 'lead_user_key', 1, 'lead_id', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2rg_lead_notes', 1, 'wordpress', 'lead_user_key', 2, 'user_id', 'A', NULL, NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2term_relationships', 0, 'wordpress', 'PRIMARY', 1, 'object_id', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2term_relationships', 0, 'wordpress', 'PRIMARY', 2, 'term_taxonomy_id', 'A', 69, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2term_relationships', 1, 'wordpress', 'term_taxonomy_id', 1, 'term_taxonomy_id', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2term_taxonomy', 0, 'wordpress', 'PRIMARY', 1, 'term_taxonomy_id', 'A', 13, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2term_taxonomy', 0, 'wordpress', 'term_id_taxonomy', 1, 'term_id', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2term_taxonomy', 0, 'wordpress', 'term_id_taxonomy', 2, 'taxonomy', 'A', 13, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2term_taxonomy', 1, 'wordpress', 'taxonomy', 1, 'taxonomy', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2terms', 0, 'wordpress', 'PRIMARY', 1, 'term_id', 'A', 13, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2terms', 0, 'wordpress', 'slug', 1, 'slug', 'A', 13, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2terms', 1, 'wordpress', 'name', 1, 'name', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2usermeta', 0, 'wordpress', 'PRIMARY', 1, 'umeta_id', 'A', 73, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2usermeta', 1, 'wordpress', 'user_id', 1, 'user_id', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2usermeta', 1, 'wordpress', 'meta_key', 1, 'meta_key', 'A', NULL, NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2users', 0, 'wordpress', 'PRIMARY', 1, 'ID', 'A', 2, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2users', 1, 'wordpress', 'user_login_key', 1, 'user_login', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_2users', 1, 'wordpress', 'user_nicename', 1, 'user_nicename', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_commentmeta', 0, 'wordpress', 'PRIMARY', 1, 'meta_id', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_commentmeta', 1, 'wordpress', 'comment_id', 1, 'comment_id', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_commentmeta', 1, 'wordpress', 'meta_key', 1, 'meta_key', 'A', NULL, NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'wordpress', 'wp_comments', 0, 'wordpress', 'PRIMARY', 1, 'comment_ID', 'A', 1, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_comments', 1, 'wordpress', 'comment_approved', 1, 'comment_approved', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_comments', 1, 'wordpress', 'comment_post_ID', 1, 'comment_post_ID', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_comments', 1, 'wordpress', 'comment_approved_date_gmt', 1, 'comment_approved', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_comments', 1, 'wordpress', 'comment_approved_date_gmt', 2, 'comment_date_gmt', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_comments', 1, 'wordpress', 'comment_date_gmt', 1, 'comment_date_gmt', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_comments', 1, 'wordpress', 'comment_parent', 1, 'comment_parent', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_links', 0, 'wordpress', 'PRIMARY', 1, 'link_id', 'A', 7, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_links', 1, 'wordpress', 'link_category', 1, 'link_category', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_links', 1, 'wordpress', 'link_visible', 1, 'link_visible', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_options', 0, 'wordpress', 'PRIMARY', 1, 'option_id', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_options', 0, 'wordpress', 'PRIMARY', 2, 'blog_id', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_options', 0, 'wordpress', 'PRIMARY', 3, 'option_name', 'A', 155, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_options', 0, 'wordpress', 'option_name', 1, 'option_name', 'A', 155, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_postmeta', 0, 'wordpress', 'PRIMARY', 1, 'meta_id', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_postmeta', 1, 'wordpress', 'post_id', 1, 'post_id', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_postmeta', 1, 'wordpress', 'meta_key', 1, 'meta_key', 'A', NULL, NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'wordpress', 'wp_posts', 0, 'wordpress', 'PRIMARY', 1, 'ID', 'A', 2, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_posts', 1, 'wordpress', 'post_name', 1, 'post_name', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_posts', 1, 'wordpress', 'type_status_date', 1, 'post_type', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_posts', 1, 'wordpress', 'type_status_date', 2, 'post_status', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_posts', 1, 'wordpress', 'type_status_date', 3, 'post_date', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_posts', 1, 'wordpress', 'type_status_date', 4, 'ID', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_posts', 1, 'wordpress', 'post_parent', 1, 'post_parent', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_posts', 1, 'wordpress', 'post_author', 1, 'post_author', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_term_relationships', 0, 'wordpress', 'PRIMARY', 1, 'object_id', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_term_relationships', 0, 'wordpress', 'PRIMARY', 2, 'term_taxonomy_id', 'A', 8, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_term_relationships', 1, 'wordpress', 'term_taxonomy_id', 1, 'term_taxonomy_id', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_term_taxonomy', 0, 'wordpress', 'PRIMARY', 1, 'term_taxonomy_id', 'A', 2, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_term_taxonomy', 0, 'wordpress', 'term_id_taxonomy', 1, 'term_id', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_term_taxonomy', 0, 'wordpress', 'term_id_taxonomy', 2, 'taxonomy', 'A', 2, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_term_taxonomy', 1, 'wordpress', 'taxonomy', 1, 'taxonomy', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_terms', 0, 'wordpress', 'PRIMARY', 1, 'term_id', 'A', 2, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_terms', 0, 'wordpress', 'slug', 1, 'slug', 'A', 2, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_terms', 1, 'wordpress', 'name', 1, 'name', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_usermeta', 0, 'wordpress', 'PRIMARY', 1, 'umeta_id', 'A', 5, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_usermeta', 1, 'wordpress', 'user_id', 1, 'user_id', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_usermeta', 1, 'wordpress', 'meta_key', 1, 'meta_key', 'A', NULL, NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'wordpress', 'wp_users', 0, 'wordpress', 'PRIMARY', 1, 'ID', 'A', 1, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_users', 1, 'wordpress', 'user_login_key', 1, 'user_login', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'wordpress', 'wp_users', 1, 'wordpress', 'user_nicename', 1, 'user_nicename', 'A', NULL, NULL, NULL, '', 'BTREE', '');

-- --------------------------------------------------------

--
-- Table structure for table `TABLES`
--

CREATE TEMPORARY TABLE `TABLES` (
  `TABLE_CATALOG` varchar(512) DEFAULT NULL,
  `TABLE_SCHEMA` varchar(64) NOT NULL DEFAULT '',
  `TABLE_NAME` varchar(64) NOT NULL DEFAULT '',
  `TABLE_TYPE` varchar(64) NOT NULL DEFAULT '',
  `ENGINE` varchar(64) DEFAULT NULL,
  `VERSION` bigint(21) unsigned DEFAULT NULL,
  `ROW_FORMAT` varchar(10) DEFAULT NULL,
  `TABLE_ROWS` bigint(21) unsigned DEFAULT NULL,
  `AVG_ROW_LENGTH` bigint(21) unsigned DEFAULT NULL,
  `DATA_LENGTH` bigint(21) unsigned DEFAULT NULL,
  `MAX_DATA_LENGTH` bigint(21) unsigned DEFAULT NULL,
  `INDEX_LENGTH` bigint(21) unsigned DEFAULT NULL,
  `DATA_FREE` bigint(21) unsigned DEFAULT NULL,
  `AUTO_INCREMENT` bigint(21) unsigned DEFAULT NULL,
  `CREATE_TIME` datetime DEFAULT NULL,
  `UPDATE_TIME` datetime DEFAULT NULL,
  `CHECK_TIME` datetime DEFAULT NULL,
  `TABLE_COLLATION` varchar(32) DEFAULT NULL,
  `CHECKSUM` bigint(21) unsigned DEFAULT NULL,
  `CREATE_OPTIONS` varchar(255) DEFAULT NULL,
  `TABLE_COMMENT` varchar(80) NOT NULL DEFAULT ''
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

--
-- Dumping data for table `TABLES`
--

INSERT INTO `TABLES` (`TABLE_CATALOG`, `TABLE_SCHEMA`, `TABLE_NAME`, `TABLE_TYPE`, `ENGINE`, `VERSION`, `ROW_FORMAT`, `TABLE_ROWS`, `AVG_ROW_LENGTH`, `DATA_LENGTH`, `MAX_DATA_LENGTH`, `INDEX_LENGTH`, `DATA_FREE`, `AUTO_INCREMENT`, `CREATE_TIME`, `UPDATE_TIME`, `CHECK_TIME`, `TABLE_COLLATION`, `CHECKSUM`, `CREATE_OPTIONS`, `TABLE_COMMENT`) VALUES
(NULL, 'information_schema', 'CHARACTER_SETS', 'SYSTEM VIEW', 'MEMORY', 10, 'Fixed', NULL, 384, 0, 16604160, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=43690', ''),
(NULL, 'information_schema', 'COLLATIONS', 'SYSTEM VIEW', 'MEMORY', 10, 'Fixed', NULL, 231, 0, 16704765, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=72628', ''),
(NULL, 'information_schema', 'COLLATION_CHARACTER_SET_APPLICABILITY', 'SYSTEM VIEW', 'MEMORY', 10, 'Fixed', NULL, 195, 0, 16691610, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=86037', ''),
(NULL, 'information_schema', 'COLUMNS', 'SYSTEM VIEW', 'MyISAM', 10, 'Dynamic', NULL, 0, 0, 281474976710655, 1024, 0, NULL, '2011-03-09 17:48:28', '2011-03-09 17:48:28', NULL, 'utf8_general_ci', NULL, 'max_rows=4560', ''),
(NULL, 'information_schema', 'COLUMN_PRIVILEGES', 'SYSTEM VIEW', 'MEMORY', 10, 'Fixed', NULL, 2565, 0, 16757145, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=6540', ''),
(NULL, 'information_schema', 'ENGINES', 'SYSTEM VIEW', 'MEMORY', 10, 'Fixed', NULL, 490, 0, 16709000, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=34239', ''),
(NULL, 'information_schema', 'EVENTS', 'SYSTEM VIEW', 'MyISAM', 10, 'Dynamic', NULL, 0, 0, 281474976710655, 1024, 0, NULL, '2011-03-09 17:48:28', '2011-03-09 17:48:28', NULL, 'utf8_general_ci', NULL, 'max_rows=618', ''),
(NULL, 'information_schema', 'FILES', 'SYSTEM VIEW', 'MEMORY', 10, 'Fixed', NULL, 2677, 0, 16758020, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=6267', ''),
(NULL, 'information_schema', 'GLOBAL_STATUS', 'SYSTEM VIEW', 'MEMORY', 10, 'Fixed', NULL, 3268, 0, 16755036, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=5133', ''),
(NULL, 'information_schema', 'GLOBAL_VARIABLES', 'SYSTEM VIEW', 'MEMORY', 10, 'Fixed', NULL, 3268, 0, 16755036, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=5133', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'SYSTEM VIEW', 'MEMORY', 10, 'Fixed', NULL, 4637, 0, 16762755, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=3618', ''),
(NULL, 'information_schema', 'PARTITIONS', 'SYSTEM VIEW', 'MyISAM', 10, 'Dynamic', NULL, 0, 0, 281474976710655, 1024, 0, NULL, '2011-03-09 17:48:28', '2011-03-09 17:48:28', NULL, 'utf8_general_ci', NULL, 'max_rows=5612', ''),
(NULL, 'information_schema', 'PLUGINS', 'SYSTEM VIEW', 'MyISAM', 10, 'Dynamic', NULL, 0, 0, 281474976710655, 1024, 0, NULL, '2011-03-09 17:48:28', '2011-03-09 17:48:28', NULL, 'utf8_general_ci', NULL, 'max_rows=13025', ''),
(NULL, 'information_schema', 'PROCESSLIST', 'SYSTEM VIEW', 'MyISAM', 10, 'Dynamic', NULL, 0, 0, 281474976710655, 1024, 0, NULL, '2011-03-09 17:48:28', '2011-03-09 17:48:28', NULL, 'utf8_general_ci', NULL, 'max_rows=23899', ''),
(NULL, 'information_schema', 'PROFILING', 'SYSTEM VIEW', 'MEMORY', 10, 'Fixed', NULL, 308, 0, 16562084, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=54471', ''),
(NULL, 'information_schema', 'REFERENTIAL_CONSTRAINTS', 'SYSTEM VIEW', 'MEMORY', 10, 'Fixed', NULL, 4814, 0, 16767162, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=3485', ''),
(NULL, 'information_schema', 'ROUTINES', 'SYSTEM VIEW', 'MyISAM', 10, 'Dynamic', NULL, 0, 0, 281474976710655, 1024, 0, NULL, '2011-03-09 17:48:28', '2011-03-09 17:48:28', NULL, 'utf8_general_ci', NULL, 'max_rows=588', ''),
(NULL, 'information_schema', 'SCHEMATA', 'SYSTEM VIEW', 'MEMORY', 10, 'Fixed', NULL, 3464, 0, 16755368, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=4843', ''),
(NULL, 'information_schema', 'SCHEMA_PRIVILEGES', 'SYSTEM VIEW', 'MEMORY', 10, 'Fixed', NULL, 2179, 0, 16767405, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=7699', ''),
(NULL, 'information_schema', 'SESSION_STATUS', 'SYSTEM VIEW', 'MEMORY', 10, 'Fixed', NULL, 3268, 0, 16755036, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=5133', ''),
(NULL, 'information_schema', 'SESSION_VARIABLES', 'SYSTEM VIEW', 'MEMORY', 10, 'Fixed', NULL, 3268, 0, 16755036, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=5133', ''),
(NULL, 'information_schema', 'STATISTICS', 'SYSTEM VIEW', 'MEMORY', 10, 'Fixed', NULL, 2679, 0, 16770540, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=6262', ''),
(NULL, 'information_schema', 'TABLES', 'SYSTEM VIEW', 'MEMORY', 10, 'Fixed', NULL, 3545, 0, 16760760, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=4732', ''),
(NULL, 'information_schema', 'TABLE_CONSTRAINTS', 'SYSTEM VIEW', 'MEMORY', 10, 'Fixed', NULL, 2504, 0, 16749256, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=6700', ''),
(NULL, 'information_schema', 'TABLE_PRIVILEGES', 'SYSTEM VIEW', 'MEMORY', 10, 'Fixed', NULL, 2372, 0, 16748692, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=7073', ''),
(NULL, 'information_schema', 'TRIGGERS', 'SYSTEM VIEW', 'MyISAM', 10, 'Dynamic', NULL, 0, 0, 281474976710655, 1024, 0, NULL, '2011-03-09 17:48:28', '2011-03-09 17:48:28', NULL, 'utf8_general_ci', NULL, 'max_rows=569', ''),
(NULL, 'information_schema', 'USER_PRIVILEGES', 'SYSTEM VIEW', 'MEMORY', 10, 'Fixed', NULL, 1986, 0, 16759854, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=8447', ''),
(NULL, 'information_schema', 'VIEWS', 'SYSTEM VIEW', 'MyISAM', 10, 'Dynamic', NULL, 0, 0, 281474976710655, 1024, 0, NULL, '2011-03-09 17:48:28', '2011-03-09 17:48:28', NULL, 'utf8_general_ci', NULL, 'max_rows=6932', ''),
(NULL, 'mysql', 'columns_priv', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 0, 0, 0, 227994731135631359, 4096, 0, NULL, '2011-02-19 13:22:01', '2011-02-19 13:22:01', NULL, 'utf8_bin', NULL, '', 'Column privileges'),
(NULL, 'mysql', 'db', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 4, 440, 1760, 123848989752688639, 5120, 0, NULL, '2011-02-19 13:22:21', '2011-02-19 13:23:32', NULL, 'utf8_bin', NULL, '', 'Database privileges'),
(NULL, 'mysql', 'event', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 0, 0, 0, 281474976710655, 2048, 0, NULL, '2011-02-19 13:22:20', '2011-02-19 13:22:20', NULL, 'utf8_general_ci', NULL, '', 'Events'),
(NULL, 'mysql', 'func', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 0, 0, 0, 162974011515469823, 1024, 0, NULL, '2011-02-19 13:22:02', '2011-02-19 13:22:02', NULL, 'utf8_bin', NULL, '', 'User defined functions'),
(NULL, 'mysql', 'general_log', 'BASE TABLE', 'CSV', 10, 'Dynamic', 2, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, '', 'General log'),
(NULL, 'mysql', 'help_category', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 34, 29, 1000, 281474976710655, 3072, 0, NULL, '2011-02-19 13:21:58', '2011-02-19 13:21:58', NULL, 'utf8_general_ci', NULL, '', 'help categories'),
(NULL, 'mysql', 'help_keyword', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 359, 20, 7500, 281474976710655, 14336, 0, NULL, '2011-02-19 13:21:58', '2011-02-19 13:21:58', NULL, 'utf8_general_ci', NULL, '', 'help keywords'),
(NULL, 'mysql', 'help_relation', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 645, 9, 5805, 2533274790395903, 11264, 0, NULL, '2011-02-19 13:21:58', '2011-02-19 13:21:58', NULL, 'utf8_general_ci', NULL, '', 'keyword-topic relation'),
(NULL, 'mysql', 'help_topic', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 419, 505, 211948, 281474976710655, 16384, 0, NULL, '2011-02-19 13:21:58', '2011-02-19 13:21:58', NULL, 'utf8_general_ci', NULL, '', 'help topics'),
(NULL, 'mysql', 'host', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 0, 0, 0, 110056715893866495, 2048, 0, NULL, '2011-02-19 13:22:21', '2011-02-19 13:22:21', NULL, 'utf8_bin', NULL, '', 'Host privileges;  Merged with database privileges'),
(NULL, 'mysql', 'ndb_binlog_index', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 0, 0, 0, 281474976710655, 1024, 0, NULL, '2011-02-19 13:21:59', '2011-02-19 13:21:59', NULL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'mysql', 'plugin', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 0, 0, 0, 162411061562048511, 1024, 0, NULL, '2011-02-19 13:21:59', '2011-02-19 13:21:59', NULL, 'utf8_bin', NULL, '', 'MySQL plugins'),
(NULL, 'mysql', 'proc', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 0, 0, 0, 281474976710655, 2048, 0, NULL, '2011-02-19 13:22:12', '2011-02-19 13:22:12', NULL, 'utf8_general_ci', NULL, '', 'Stored Procedures'),
(NULL, 'mysql', 'procs_priv', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 0, 0, 0, 239253730204057599, 4096, 0, NULL, '2011-02-19 13:22:05', '2011-02-19 13:22:05', '2011-02-19 13:22:05', 'utf8_bin', NULL, '', 'Procedure privileges'),
(NULL, 'mysql', 'servers', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 0, 0, 0, 433752939111120895, 1024, 0, NULL, '2011-02-19 13:21:59', '2011-02-19 13:21:59', NULL, 'utf8_general_ci', NULL, '', 'MySQL Foreign Servers table'),
(NULL, 'mysql', 'slow_log', 'BASE TABLE', 'CSV', 10, 'Dynamic', 2, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, '', 'Slow log'),
(NULL, 'mysql', 'tables_priv', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 0, 0, 0, 239535205180768255, 4096, 0, NULL, '2011-02-19 13:22:01', '2011-02-19 13:22:01', '2011-02-19 13:22:01', 'utf8_bin', NULL, '', 'Table privileges'),
(NULL, 'mysql', 'time_zone', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 0, 0, 0, 1970324836974591, 1024, 0, 1, '2011-02-19 13:21:58', '2011-02-19 13:21:58', NULL, 'utf8_general_ci', NULL, '', 'Time zones'),
(NULL, 'mysql', 'time_zone_leap_second', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 0, 0, 0, 3659174697238527, 1024, 0, NULL, '2011-02-19 13:21:58', '2011-02-19 13:21:58', NULL, 'utf8_general_ci', NULL, '', 'Leap seconds information for time zones'),
(NULL, 'mysql', 'time_zone_name', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 0, 0, 0, 55450570411999231, 1024, 0, NULL, '2011-02-19 13:21:58', '2011-02-19 13:21:58', NULL, 'utf8_general_ci', NULL, '', 'Time zone names'),
(NULL, 'mysql', 'time_zone_transition', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 0, 0, 0, 4785074604081151, 1024, 0, NULL, '2011-02-19 13:21:58', '2011-02-19 13:21:58', NULL, 'utf8_general_ci', NULL, '', 'Time zone transitions'),
(NULL, 'mysql', 'time_zone_transition_type', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 0, 0, 0, 10696049115004927, 1024, 0, NULL, '2011-02-19 13:21:58', '2011-02-19 13:21:58', NULL, 'utf8_general_ci', NULL, '', 'Time zone transition types'),
(NULL, 'mysql', 'user', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 6, 65, 392, 281474976710655, 2048, 0, NULL, '2011-02-19 13:22:21', '2011-02-19 13:23:32', NULL, 'utf8_bin', NULL, '', 'Users and global privileges'),
(NULL, 'wordpress', 'wp_2commentmeta', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 0, 0, 0, 281474976710655, 4096, 0, 1, '2011-02-19 13:29:53', '2011-02-19 13:29:53', NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'wordpress', 'wp_2comments', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 1, 244, 244, 281474976710655, 7168, 0, 2, '2011-02-19 13:29:53', '2011-02-22 09:41:59', NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'wordpress', 'wp_2links', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 7, 77, 540, 281474976710655, 3072, 0, 8, '2011-02-19 13:29:53', '2011-02-19 13:30:08', NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'wordpress', 'wp_2options', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 184, 1978, 364168, 281474976710655, 15360, 180, 978, '2011-02-19 13:29:54', '2011-03-08 18:34:47', NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'wordpress', 'wp_2postmeta', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 674, 297, 200828, 281474976710655, 41984, 80, 1126, '2011-02-19 13:29:54', '2011-03-03 15:08:34', NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'wordpress', 'wp_2posts', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 611, 1041, 636416, 281474976710655, 72704, 0, 671, '2011-02-19 13:29:54', '2011-03-03 15:08:08', NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'wordpress', 'wp_2rg_form', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 1, 32, 32, 281474976710655, 2048, 0, 2, '2011-02-22 12:49:33', '2011-02-22 12:52:37', NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'wordpress', 'wp_2rg_form_meta', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 1, 3220, 3272, 281474976710655, 2048, 52, NULL, '2011-02-22 12:49:37', '2011-02-22 18:09:51', NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'wordpress', 'wp_2rg_form_view', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 8, 68, 544, 19140298416324607, 3072, 0, 9, '2011-02-22 12:49:38', '2011-03-01 23:33:21', NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'wordpress', 'wp_2rg_lead', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 6, 200, 1200, 281474976710655, 3072, 0, 7, '2011-02-22 12:49:39', '2011-02-22 23:06:06', NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'wordpress', 'wp_2rg_lead_detail', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 30, 52, 1560, 281474976710655, 4096, 0, 31, '2011-02-22 12:49:41', '2011-02-22 23:06:06', NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'wordpress', 'wp_2rg_lead_detail_long', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 1, 340, 340, 281474976710655, 2048, 0, NULL, '2011-02-22 12:49:43', '2011-02-22 18:08:48', NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'wordpress', 'wp_2rg_lead_notes', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 0, 0, 0, 281474976710655, 1024, 0, 1, '2011-02-22 12:49:39', '2011-02-22 12:49:39', NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'wordpress', 'wp_2term_relationships', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 69, 21, 1470, 5910974510923775, 5120, 21, NULL, '2011-02-19 13:29:53', '2011-03-03 11:35:41', NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'wordpress', 'wp_2term_taxonomy', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 13, 49, 644, 281474976710655, 4096, 0, 14, '2011-02-19 13:29:53', '2011-03-03 11:35:41', NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'wordpress', 'wp_2terms', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 13, 32, 424, 281474976710655, 11264, 0, 14, '2011-02-19 13:29:53', '2011-02-28 11:48:48', NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'wordpress', 'wp_2usermeta', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 73, 55, 4024, 281474976710655, 10240, 0, 74, '2011-02-19 13:29:54', '2011-03-03 11:29:04', NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'wordpress', 'wp_2users', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 2, 136, 272, 281474976710655, 4096, 0, 3, '2011-02-19 13:29:54', '2011-02-22 09:49:20', NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'wordpress', 'wp_commentmeta', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 0, 0, 0, 281474976710655, 2048, 0, 1, '2011-02-19 13:23:28', '2011-02-19 13:23:28', NULL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'wordpress', 'wp_comments', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 1, 232, 232, 281474976710655, 7168, 0, 2, '2011-02-19 13:23:28', '2011-02-19 13:23:32', NULL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'wordpress', 'wp_links', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 7, 79, 556, 281474976710655, 4096, 0, 8, '2011-02-19 13:23:28', '2011-02-19 13:23:32', NULL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'wordpress', 'wp_options', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 155, 3043, 471920, 281474976710655, 16384, 204, 193, '2011-02-19 13:23:28', '2011-02-24 17:16:03', NULL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'wordpress', 'wp_postmeta', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 0, 0, 0, 281474976710655, 2048, 0, 1, '2011-02-19 13:23:28', '2011-02-19 13:23:28', NULL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'wordpress', 'wp_posts', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 2, 286, 572, 281474976710655, 6144, 0, 3, '2011-02-19 13:23:28', '2011-02-19 13:23:32', NULL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'wordpress', 'wp_term_relationships', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 8, 21, 168, 5910974510923775, 3072, 0, NULL, '2011-02-19 13:23:28', '2011-02-19 13:23:32', NULL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'wordpress', 'wp_term_taxonomy', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 2, 42, 84, 281474976710655, 4096, 0, 3, '2011-02-19 13:23:28', '2011-02-19 13:23:32', NULL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'wordpress', 'wp_terms', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 2, 36, 72, 281474976710655, 4096, 0, 3, '2011-02-19 13:23:28', '2011-02-19 13:23:32', NULL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'wordpress', 'wp_usermeta', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 5, 53, 268, 281474976710655, 6144, 0, 6, '2011-02-19 13:23:28', '2011-02-19 13:23:32', NULL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'wordpress', 'wp_users', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 1, 96, 96, 281474976710655, 4096, 0, 2, '2011-02-19 13:23:28', '2011-02-19 13:23:32', NULL, 'latin1_swedish_ci', NULL, '', '');

-- --------------------------------------------------------

--
-- Table structure for table `TABLE_CONSTRAINTS`
--

CREATE TEMPORARY TABLE `TABLE_CONSTRAINTS` (
  `CONSTRAINT_CATALOG` varchar(512) DEFAULT NULL,
  `CONSTRAINT_SCHEMA` varchar(64) NOT NULL DEFAULT '',
  `CONSTRAINT_NAME` varchar(64) NOT NULL DEFAULT '',
  `TABLE_SCHEMA` varchar(64) NOT NULL DEFAULT '',
  `TABLE_NAME` varchar(64) NOT NULL DEFAULT '',
  `CONSTRAINT_TYPE` varchar(64) NOT NULL DEFAULT ''
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

--
-- Dumping data for table `TABLE_CONSTRAINTS`
--

INSERT INTO `TABLE_CONSTRAINTS` (`CONSTRAINT_CATALOG`, `CONSTRAINT_SCHEMA`, `CONSTRAINT_NAME`, `TABLE_SCHEMA`, `TABLE_NAME`, `CONSTRAINT_TYPE`) VALUES
(NULL, 'mysql', 'PRIMARY', 'mysql', 'columns_priv', 'PRIMARY KEY'),
(NULL, 'mysql', 'PRIMARY', 'mysql', 'db', 'PRIMARY KEY'),
(NULL, 'mysql', 'PRIMARY', 'mysql', 'event', 'PRIMARY KEY'),
(NULL, 'mysql', 'PRIMARY', 'mysql', 'func', 'PRIMARY KEY'),
(NULL, 'mysql', 'PRIMARY', 'mysql', 'help_category', 'PRIMARY KEY'),
(NULL, 'mysql', 'name', 'mysql', 'help_category', 'UNIQUE'),
(NULL, 'mysql', 'PRIMARY', 'mysql', 'help_keyword', 'PRIMARY KEY'),
(NULL, 'mysql', 'name', 'mysql', 'help_keyword', 'UNIQUE'),
(NULL, 'mysql', 'PRIMARY', 'mysql', 'help_relation', 'PRIMARY KEY'),
(NULL, 'mysql', 'PRIMARY', 'mysql', 'help_topic', 'PRIMARY KEY'),
(NULL, 'mysql', 'name', 'mysql', 'help_topic', 'UNIQUE'),
(NULL, 'mysql', 'PRIMARY', 'mysql', 'host', 'PRIMARY KEY'),
(NULL, 'mysql', 'PRIMARY', 'mysql', 'ndb_binlog_index', 'PRIMARY KEY'),
(NULL, 'mysql', 'PRIMARY', 'mysql', 'plugin', 'PRIMARY KEY'),
(NULL, 'mysql', 'PRIMARY', 'mysql', 'proc', 'PRIMARY KEY'),
(NULL, 'mysql', 'PRIMARY', 'mysql', 'procs_priv', 'PRIMARY KEY'),
(NULL, 'mysql', 'PRIMARY', 'mysql', 'servers', 'PRIMARY KEY'),
(NULL, 'mysql', 'PRIMARY', 'mysql', 'tables_priv', 'PRIMARY KEY'),
(NULL, 'mysql', 'PRIMARY', 'mysql', 'time_zone', 'PRIMARY KEY'),
(NULL, 'mysql', 'PRIMARY', 'mysql', 'time_zone_leap_second', 'PRIMARY KEY'),
(NULL, 'mysql', 'PRIMARY', 'mysql', 'time_zone_name', 'PRIMARY KEY'),
(NULL, 'mysql', 'PRIMARY', 'mysql', 'time_zone_transition', 'PRIMARY KEY'),
(NULL, 'mysql', 'PRIMARY', 'mysql', 'time_zone_transition_type', 'PRIMARY KEY'),
(NULL, 'mysql', 'PRIMARY', 'mysql', 'user', 'PRIMARY KEY'),
(NULL, 'wordpress', 'PRIMARY', 'wordpress', 'wp_2commentmeta', 'PRIMARY KEY'),
(NULL, 'wordpress', 'PRIMARY', 'wordpress', 'wp_2comments', 'PRIMARY KEY'),
(NULL, 'wordpress', 'PRIMARY', 'wordpress', 'wp_2links', 'PRIMARY KEY'),
(NULL, 'wordpress', 'PRIMARY', 'wordpress', 'wp_2options', 'PRIMARY KEY'),
(NULL, 'wordpress', 'option_name', 'wordpress', 'wp_2options', 'UNIQUE'),
(NULL, 'wordpress', 'PRIMARY', 'wordpress', 'wp_2postmeta', 'PRIMARY KEY'),
(NULL, 'wordpress', 'PRIMARY', 'wordpress', 'wp_2posts', 'PRIMARY KEY'),
(NULL, 'wordpress', 'PRIMARY', 'wordpress', 'wp_2rg_form', 'PRIMARY KEY'),
(NULL, 'wordpress', 'PRIMARY', 'wordpress', 'wp_2rg_form_view', 'PRIMARY KEY'),
(NULL, 'wordpress', 'PRIMARY', 'wordpress', 'wp_2rg_lead', 'PRIMARY KEY'),
(NULL, 'wordpress', 'PRIMARY', 'wordpress', 'wp_2rg_lead_detail', 'PRIMARY KEY'),
(NULL, 'wordpress', 'PRIMARY', 'wordpress', 'wp_2rg_lead_notes', 'PRIMARY KEY'),
(NULL, 'wordpress', 'PRIMARY', 'wordpress', 'wp_2term_relationships', 'PRIMARY KEY'),
(NULL, 'wordpress', 'PRIMARY', 'wordpress', 'wp_2term_taxonomy', 'PRIMARY KEY'),
(NULL, 'wordpress', 'term_id_taxonomy', 'wordpress', 'wp_2term_taxonomy', 'UNIQUE'),
(NULL, 'wordpress', 'PRIMARY', 'wordpress', 'wp_2terms', 'PRIMARY KEY'),
(NULL, 'wordpress', 'slug', 'wordpress', 'wp_2terms', 'UNIQUE'),
(NULL, 'wordpress', 'PRIMARY', 'wordpress', 'wp_2usermeta', 'PRIMARY KEY'),
(NULL, 'wordpress', 'PRIMARY', 'wordpress', 'wp_2users', 'PRIMARY KEY'),
(NULL, 'wordpress', 'PRIMARY', 'wordpress', 'wp_commentmeta', 'PRIMARY KEY'),
(NULL, 'wordpress', 'PRIMARY', 'wordpress', 'wp_comments', 'PRIMARY KEY'),
(NULL, 'wordpress', 'PRIMARY', 'wordpress', 'wp_links', 'PRIMARY KEY'),
(NULL, 'wordpress', 'PRIMARY', 'wordpress', 'wp_options', 'PRIMARY KEY'),
(NULL, 'wordpress', 'option_name', 'wordpress', 'wp_options', 'UNIQUE'),
(NULL, 'wordpress', 'PRIMARY', 'wordpress', 'wp_postmeta', 'PRIMARY KEY'),
(NULL, 'wordpress', 'PRIMARY', 'wordpress', 'wp_posts', 'PRIMARY KEY'),
(NULL, 'wordpress', 'PRIMARY', 'wordpress', 'wp_term_relationships', 'PRIMARY KEY'),
(NULL, 'wordpress', 'PRIMARY', 'wordpress', 'wp_term_taxonomy', 'PRIMARY KEY'),
(NULL, 'wordpress', 'term_id_taxonomy', 'wordpress', 'wp_term_taxonomy', 'UNIQUE'),
(NULL, 'wordpress', 'PRIMARY', 'wordpress', 'wp_terms', 'PRIMARY KEY'),
(NULL, 'wordpress', 'slug', 'wordpress', 'wp_terms', 'UNIQUE'),
(NULL, 'wordpress', 'PRIMARY', 'wordpress', 'wp_usermeta', 'PRIMARY KEY'),
(NULL, 'wordpress', 'PRIMARY', 'wordpress', 'wp_users', 'PRIMARY KEY');

-- --------------------------------------------------------

--
-- Table structure for table `TABLE_PRIVILEGES`
--

CREATE TEMPORARY TABLE `TABLE_PRIVILEGES` (
  `GRANTEE` varchar(81) NOT NULL DEFAULT '',
  `TABLE_CATALOG` varchar(512) DEFAULT NULL,
  `TABLE_SCHEMA` varchar(64) NOT NULL DEFAULT '',
  `TABLE_NAME` varchar(64) NOT NULL DEFAULT '',
  `PRIVILEGE_TYPE` varchar(64) NOT NULL DEFAULT '',
  `IS_GRANTABLE` varchar(3) NOT NULL DEFAULT ''
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

--
-- Dumping data for table `TABLE_PRIVILEGES`
--


-- --------------------------------------------------------

--
-- Table structure for table `TRIGGERS`
--

CREATE TEMPORARY TABLE `TRIGGERS` (
  `TRIGGER_CATALOG` varchar(512) DEFAULT NULL,
  `TRIGGER_SCHEMA` varchar(64) NOT NULL DEFAULT '',
  `TRIGGER_NAME` varchar(64) NOT NULL DEFAULT '',
  `EVENT_MANIPULATION` varchar(6) NOT NULL DEFAULT '',
  `EVENT_OBJECT_CATALOG` varchar(512) DEFAULT NULL,
  `EVENT_OBJECT_SCHEMA` varchar(64) NOT NULL DEFAULT '',
  `EVENT_OBJECT_TABLE` varchar(64) NOT NULL DEFAULT '',
  `ACTION_ORDER` bigint(4) NOT NULL DEFAULT '0',
  `ACTION_CONDITION` longtext,
  `ACTION_STATEMENT` longtext NOT NULL,
  `ACTION_ORIENTATION` varchar(9) NOT NULL DEFAULT '',
  `ACTION_TIMING` varchar(6) NOT NULL DEFAULT '',
  `ACTION_REFERENCE_OLD_TABLE` varchar(64) DEFAULT NULL,
  `ACTION_REFERENCE_NEW_TABLE` varchar(64) DEFAULT NULL,
  `ACTION_REFERENCE_OLD_ROW` varchar(3) NOT NULL DEFAULT '',
  `ACTION_REFERENCE_NEW_ROW` varchar(3) NOT NULL DEFAULT '',
  `CREATED` datetime DEFAULT NULL,
  `SQL_MODE` varchar(8192) NOT NULL DEFAULT '',
  `DEFINER` varchar(77) NOT NULL DEFAULT '',
  `CHARACTER_SET_CLIENT` varchar(32) NOT NULL DEFAULT '',
  `COLLATION_CONNECTION` varchar(32) NOT NULL DEFAULT '',
  `DATABASE_COLLATION` varchar(32) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `TRIGGERS`
--


-- --------------------------------------------------------

--
-- Table structure for table `USER_PRIVILEGES`
--

CREATE TEMPORARY TABLE `USER_PRIVILEGES` (
  `GRANTEE` varchar(81) NOT NULL DEFAULT '',
  `TABLE_CATALOG` varchar(512) DEFAULT NULL,
  `PRIVILEGE_TYPE` varchar(64) NOT NULL DEFAULT '',
  `IS_GRANTABLE` varchar(3) NOT NULL DEFAULT ''
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

--
-- Dumping data for table `USER_PRIVILEGES`
--

INSERT INTO `USER_PRIVILEGES` (`GRANTEE`, `TABLE_CATALOG`, `PRIVILEGE_TYPE`, `IS_GRANTABLE`) VALUES
('''imagectr''@''localhost''', NULL, 'SELECT', 'YES'),
('''imagectr''@''localhost''', NULL, 'INSERT', 'YES'),
('''imagectr''@''localhost''', NULL, 'UPDATE', 'YES'),
('''imagectr''@''localhost''', NULL, 'DELETE', 'YES'),
('''imagectr''@''localhost''', NULL, 'CREATE', 'YES'),
('''imagectr''@''localhost''', NULL, 'DROP', 'YES'),
('''imagectr''@''localhost''', NULL, 'RELOAD', 'YES'),
('''imagectr''@''localhost''', NULL, 'SHUTDOWN', 'YES'),
('''imagectr''@''localhost''', NULL, 'PROCESS', 'YES'),
('''imagectr''@''localhost''', NULL, 'FILE', 'YES'),
('''imagectr''@''localhost''', NULL, 'REFERENCES', 'YES'),
('''imagectr''@''localhost''', NULL, 'INDEX', 'YES'),
('''imagectr''@''localhost''', NULL, 'ALTER', 'YES'),
('''imagectr''@''localhost''', NULL, 'SHOW DATABASES', 'YES'),
('''imagectr''@''localhost''', NULL, 'SUPER', 'YES'),
('''imagectr''@''localhost''', NULL, 'CREATE TEMPORARY TABLES', 'YES'),
('''imagectr''@''localhost''', NULL, 'LOCK TABLES', 'YES'),
('''imagectr''@''localhost''', NULL, 'EXECUTE', 'YES'),
('''imagectr''@''localhost''', NULL, 'REPLICATION SLAVE', 'YES'),
('''imagectr''@''localhost''', NULL, 'REPLICATION CLIENT', 'YES'),
('''imagectr''@''localhost''', NULL, 'CREATE VIEW', 'YES'),
('''imagectr''@''localhost''', NULL, 'SHOW VIEW', 'YES'),
('''imagectr''@''localhost''', NULL, 'CREATE ROUTINE', 'YES'),
('''imagectr''@''localhost''', NULL, 'ALTER ROUTINE', 'YES'),
('''imagectr''@''localhost''', NULL, 'CREATE USER', 'YES'),
('''imagectr''@''localhost''', NULL, 'EVENT', 'YES'),
('''imagectr''@''localhost''', NULL, 'TRIGGER', 'YES'),
('''imagectr''@''image-center.com''', NULL, 'SELECT', 'YES'),
('''imagectr''@''image-center.com''', NULL, 'INSERT', 'YES'),
('''imagectr''@''image-center.com''', NULL, 'UPDATE', 'YES'),
('''imagectr''@''image-center.com''', NULL, 'DELETE', 'YES'),
('''imagectr''@''image-center.com''', NULL, 'CREATE', 'YES'),
('''imagectr''@''image-center.com''', NULL, 'DROP', 'YES'),
('''imagectr''@''image-center.com''', NULL, 'RELOAD', 'YES'),
('''imagectr''@''image-center.com''', NULL, 'SHUTDOWN', 'YES'),
('''imagectr''@''image-center.com''', NULL, 'PROCESS', 'YES'),
('''imagectr''@''image-center.com''', NULL, 'FILE', 'YES'),
('''imagectr''@''image-center.com''', NULL, 'REFERENCES', 'YES'),
('''imagectr''@''image-center.com''', NULL, 'INDEX', 'YES'),
('''imagectr''@''image-center.com''', NULL, 'ALTER', 'YES'),
('''imagectr''@''image-center.com''', NULL, 'SHOW DATABASES', 'YES'),
('''imagectr''@''image-center.com''', NULL, 'SUPER', 'YES'),
('''imagectr''@''image-center.com''', NULL, 'CREATE TEMPORARY TABLES', 'YES'),
('''imagectr''@''image-center.com''', NULL, 'LOCK TABLES', 'YES'),
('''imagectr''@''image-center.com''', NULL, 'EXECUTE', 'YES'),
('''imagectr''@''image-center.com''', NULL, 'REPLICATION SLAVE', 'YES'),
('''imagectr''@''image-center.com''', NULL, 'REPLICATION CLIENT', 'YES'),
('''imagectr''@''image-center.com''', NULL, 'CREATE VIEW', 'YES'),
('''imagectr''@''image-center.com''', NULL, 'SHOW VIEW', 'YES'),
('''imagectr''@''image-center.com''', NULL, 'CREATE ROUTINE', 'YES'),
('''imagectr''@''image-center.com''', NULL, 'ALTER ROUTINE', 'YES'),
('''imagectr''@''image-center.com''', NULL, 'CREATE USER', 'YES'),
('''imagectr''@''image-center.com''', NULL, 'EVENT', 'YES'),
('''imagectr''@''image-center.com''', NULL, 'TRIGGER', 'YES'),
('''TWsEER''@''localhost''', NULL, 'CREATE USER', 'NO'),
('''OKYkcP''@''localhost''', NULL, 'USAGE', 'NO'),
('''''@''image-center.com''', NULL, 'USAGE', 'NO'),
('''''@''localhost''', NULL, 'USAGE', 'NO');

-- --------------------------------------------------------

--
-- Table structure for table `VIEWS`
--

CREATE TEMPORARY TABLE `VIEWS` (
  `TABLE_CATALOG` varchar(512) DEFAULT NULL,
  `TABLE_SCHEMA` varchar(64) NOT NULL DEFAULT '',
  `TABLE_NAME` varchar(64) NOT NULL DEFAULT '',
  `VIEW_DEFINITION` longtext NOT NULL,
  `CHECK_OPTION` varchar(8) NOT NULL DEFAULT '',
  `IS_UPDATABLE` varchar(3) NOT NULL DEFAULT '',
  `DEFINER` varchar(77) NOT NULL DEFAULT '',
  `SECURITY_TYPE` varchar(7) NOT NULL DEFAULT '',
  `CHARACTER_SET_CLIENT` varchar(32) NOT NULL DEFAULT '',
  `COLLATION_CONNECTION` varchar(32) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `VIEWS`
--

--
-- Database: `mysql`
--
CREATE DATABASE `mysql` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
USE `mysql`;

-- --------------------------------------------------------

--
-- Table structure for table `columns_priv`
--

CREATE TABLE IF NOT EXISTS `columns_priv` (
  `Host` char(60) COLLATE utf8_bin NOT NULL DEFAULT '',
  `Db` char(64) COLLATE utf8_bin NOT NULL DEFAULT '',
  `User` char(16) COLLATE utf8_bin NOT NULL DEFAULT '',
  `Table_name` char(64) COLLATE utf8_bin NOT NULL DEFAULT '',
  `Column_name` char(64) COLLATE utf8_bin NOT NULL DEFAULT '',
  `Timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `Column_priv` set('Select','Insert','Update','References') CHARACTER SET utf8 NOT NULL DEFAULT '',
  PRIMARY KEY (`Host`,`Db`,`User`,`Table_name`,`Column_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='Column privileges';

--
-- Dumping data for table `columns_priv`
--


-- --------------------------------------------------------

--
-- Table structure for table `db`
--

CREATE TABLE IF NOT EXISTS `db` (
  `Host` char(60) COLLATE utf8_bin NOT NULL DEFAULT '',
  `Db` char(64) COLLATE utf8_bin NOT NULL DEFAULT '',
  `User` char(16) COLLATE utf8_bin NOT NULL DEFAULT '',
  `Select_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Insert_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Update_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Delete_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Create_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Drop_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Grant_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `References_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Index_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Alter_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Create_tmp_table_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Lock_tables_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Create_view_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Show_view_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Create_routine_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Alter_routine_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Execute_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Event_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Trigger_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  PRIMARY KEY (`Host`,`Db`,`User`),
  KEY `User` (`User`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='Database privileges';

--
-- Dumping data for table `db`
--

INSERT INTO `db` (`Host`, `Db`, `User`, `Select_priv`, `Insert_priv`, `Update_priv`, `Delete_priv`, `Create_priv`, `Drop_priv`, `Grant_priv`, `References_priv`, `Index_priv`, `Alter_priv`, `Create_tmp_table_priv`, `Lock_tables_priv`, `Create_view_priv`, `Show_view_priv`, `Create_routine_priv`, `Alter_routine_priv`, `Execute_priv`, `Event_priv`, `Trigger_priv`) VALUES
('%', 'test', '', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'N', 'Y', 'Y', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', 'N'),
('%', 'test\\_%', '', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'N', 'Y', 'Y', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', 'N'),
('localhost', 'wordpress', 'TWsEER', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'N', 'N', 'Y', 'Y', 'Y', 'N', 'N'),
('localhost', 'wordpress', 'OKYkcP', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y');

-- --------------------------------------------------------

--
-- Table structure for table `event`
--

CREATE TABLE IF NOT EXISTS `event` (
  `db` char(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '',
  `name` char(64) NOT NULL DEFAULT '',
  `body` longblob NOT NULL,
  `definer` char(77) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '',
  `execute_at` datetime DEFAULT NULL,
  `interval_value` int(11) DEFAULT NULL,
  `interval_field` enum('YEAR','QUARTER','MONTH','DAY','HOUR','MINUTE','WEEK','SECOND','MICROSECOND','YEAR_MONTH','DAY_HOUR','DAY_MINUTE','DAY_SECOND','HOUR_MINUTE','HOUR_SECOND','MINUTE_SECOND','DAY_MICROSECOND','HOUR_MICROSECOND','MINUTE_MICROSECOND','SECOND_MICROSECOND') DEFAULT NULL,
  `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `modified` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `last_executed` datetime DEFAULT NULL,
  `starts` datetime DEFAULT NULL,
  `ends` datetime DEFAULT NULL,
  `status` enum('ENABLED','DISABLED','SLAVESIDE_DISABLED') NOT NULL DEFAULT 'ENABLED',
  `on_completion` enum('DROP','PRESERVE') NOT NULL DEFAULT 'DROP',
  `sql_mode` set('REAL_AS_FLOAT','PIPES_AS_CONCAT','ANSI_QUOTES','IGNORE_SPACE','NOT_USED','ONLY_FULL_GROUP_BY','NO_UNSIGNED_SUBTRACTION','NO_DIR_IN_CREATE','POSTGRESQL','ORACLE','MSSQL','DB2','MAXDB','NO_KEY_OPTIONS','NO_TABLE_OPTIONS','NO_FIELD_OPTIONS','MYSQL323','MYSQL40','ANSI','NO_AUTO_VALUE_ON_ZERO','NO_BACKSLASH_ESCAPES','STRICT_TRANS_TABLES','STRICT_ALL_TABLES','NO_ZERO_IN_DATE','NO_ZERO_DATE','INVALID_DATES','ERROR_FOR_DIVISION_BY_ZERO','TRADITIONAL','NO_AUTO_CREATE_USER','HIGH_NOT_PRECEDENCE','NO_ENGINE_SUBSTITUTION','PAD_CHAR_TO_FULL_LENGTH') NOT NULL DEFAULT '',
  `comment` char(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '',
  `originator` int(10) unsigned NOT NULL,
  `time_zone` char(64) CHARACTER SET latin1 NOT NULL DEFAULT 'SYSTEM',
  `character_set_client` char(32) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
  `collation_connection` char(32) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
  `db_collation` char(32) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
  `body_utf8` longblob,
  PRIMARY KEY (`db`,`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Events';

--
-- Dumping data for table `event`
--


-- --------------------------------------------------------

--
-- Table structure for table `func`
--

CREATE TABLE IF NOT EXISTS `func` (
  `name` char(64) COLLATE utf8_bin NOT NULL DEFAULT '',
  `ret` tinyint(1) NOT NULL DEFAULT '0',
  `dl` char(128) COLLATE utf8_bin NOT NULL DEFAULT '',
  `type` enum('function','aggregate') CHARACTER SET utf8 NOT NULL,
  PRIMARY KEY (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='User defined functions';

--
-- Dumping data for table `func`
--


-- --------------------------------------------------------

--
-- Table structure for table `general_log`
--

CREATE TABLE IF NOT EXISTS `general_log` (
  `event_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `user_host` mediumtext NOT NULL,
  `thread_id` int(11) NOT NULL,
  `server_id` int(10) unsigned NOT NULL,
  `command_type` varchar(64) NOT NULL,
  `argument` mediumtext NOT NULL
) ENGINE=CSV DEFAULT CHARSET=utf8 COMMENT='General log';

--
-- Dumping data for table `general_log`
--


-- --------------------------------------------------------

--
-- Table structure for table `help_category`
--

CREATE TABLE IF NOT EXISTS `help_category` (
  `help_category_id` smallint(5) unsigned NOT NULL DEFAULT '0',
  `name` varchar(64) NOT NULL DEFAULT '',
  `parent_category_id` smallint(5) unsigned DEFAULT NULL,
  `url` varchar(128) NOT NULL DEFAULT '',
  PRIMARY KEY (`help_category_id`),
  UNIQUE KEY `name` (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='help categories';

--
-- Dumping data for table `help_category`
--

INSERT INTO `help_category` (`help_category_id`, `name`, `parent_category_id`, `url`) VALUES
(1, 'Geographic', 0, ''),
(2, 'Polygon properties', 29, ''),
(3, 'WKT', 29, ''),
(4, 'Numeric Functions', 33, ''),
(5, 'MBR', 29, ''),
(6, 'Control flow functions', 33, ''),
(7, 'Transactions', 30, ''),
(8, 'Account Management', 30, ''),
(9, 'Point properties', 29, ''),
(10, 'Encryption Functions', 33, ''),
(11, 'LineString properties', 29, ''),
(12, 'Logical operators', 33, ''),
(13, 'Miscellaneous Functions', 33, ''),
(14, 'Functions and Modifiers for Use with GROUP BY', 30, ''),
(15, 'Information Functions', 33, ''),
(16, 'Storage Engines', 30, ''),
(17, 'Comparison operators', 33, ''),
(18, 'Bit Functions', 33, ''),
(19, 'Table Maintenance', 30, ''),
(20, 'Data Types', 30, ''),
(21, 'Geometry constructors', 29, ''),
(22, 'GeometryCollection properties', 1, ''),
(23, 'Administration', 30, ''),
(24, 'Data Manipulation', 30, ''),
(25, 'Geometry relations', 29, ''),
(26, 'Language Structure', 30, ''),
(27, 'Date and Time Functions', 33, ''),
(28, 'WKB', 29, ''),
(29, 'Geographic Features', 30, ''),
(30, 'Contents', 0, ''),
(31, 'Geometry properties', 29, ''),
(32, 'String Functions', 33, ''),
(33, 'Functions', 30, ''),
(34, 'Data Definition', 30, '');

-- --------------------------------------------------------

--
-- Table structure for table `help_keyword`
--

CREATE TABLE IF NOT EXISTS `help_keyword` (
  `help_keyword_id` int(10) unsigned NOT NULL DEFAULT '0',
  `name` varchar(64) NOT NULL DEFAULT '',
  PRIMARY KEY (`help_keyword_id`),
  UNIQUE KEY `name` (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='help keywords';

--
-- Dumping data for table `help_keyword`
--

INSERT INTO `help_keyword` (`help_keyword_id`, `name`) VALUES
(0, 'MIN'),
(1, 'JOIN'),
(2, 'SERIALIZABLE'),
(3, 'REPLACE'),
(4, 'RETURNS'),
(5, 'MASTER_SSL_CA'),
(6, 'NCHAR'),
(7, 'COLUMNS'),
(8, 'WORK'),
(9, 'DATETIME'),
(10, 'MODE'),
(11, 'OPEN'),
(12, 'INTEGER'),
(13, 'ESCAPE'),
(14, 'VALUE'),
(15, 'GEOMETRYCOLLECTIONFROMWKB'),
(16, 'SQL_BIG_RESULT'),
(17, 'DROP'),
(18, 'EVENTS'),
(19, 'MONTH'),
(20, 'DUPLICATE'),
(21, 'REPLICATION'),
(22, 'INNODB'),
(23, 'YEAR_MONTH'),
(24, 'SUBJECT'),
(25, 'PREPARE'),
(26, 'LOCK'),
(27, 'NDB'),
(28, 'CHECK'),
(29, 'FULL'),
(30, 'INT4'),
(31, 'BY'),
(32, 'NO'),
(33, 'MINUTE'),
(34, 'DATA'),
(35, 'DAY'),
(36, 'SHARE'),
(37, 'RAID_CHUNKSIZE'),
(38, 'REAL'),
(39, 'SEPARATOR'),
(40, 'DELETE'),
(41, 'ON'),
(42, 'CLOSE'),
(43, 'X509'),
(44, 'USE'),
(45, 'WHERE'),
(46, 'PRIVILEGES'),
(47, 'SPATIAL'),
(48, 'SUPER'),
(49, 'SQL_BUFFER_RESULT'),
(50, 'IGNORE'),
(51, 'QUICK'),
(52, 'SIGNED'),
(53, 'SECURITY'),
(54, 'POLYGONFROMWKB'),
(55, 'NDBCLUSTER'),
(56, 'FALSE'),
(57, 'LEVEL'),
(58, 'FORCE'),
(59, 'BINARY'),
(60, 'TO'),
(61, 'CHANGE'),
(62, 'HOUR_MINUTE'),
(63, 'UPDATE'),
(64, 'INTO'),
(65, 'VARYING'),
(66, 'HOUR_SECOND'),
(67, 'VARIABLE'),
(68, 'ROLLBACK'),
(69, 'MAX'),
(70, 'PROCEDURE'),
(71, 'RTREE'),
(72, 'TIMESTAMP'),
(73, 'IMPORT'),
(74, 'AGAINST'),
(75, 'CHECKSUM'),
(76, 'COUNT'),
(77, 'LONGBINARY'),
(78, 'THEN'),
(79, 'INSERT'),
(80, 'ENGINES'),
(81, 'DAY_SECOND'),
(82, 'EXISTS'),
(83, 'BOOLEAN'),
(84, 'MOD'),
(85, 'DEFAULT'),
(86, 'TYPE'),
(87, 'NO_WRITE_TO_BINLOG'),
(88, 'RESET'),
(89, 'BIGINT'),
(90, 'SET'),
(91, 'ISSUER'),
(92, 'DATE'),
(93, 'STATUS'),
(94, 'FULLTEXT'),
(95, 'COMMENT'),
(96, 'MASTER_CONNECT_RETRY'),
(97, 'INNER'),
(98, 'STOP'),
(99, 'MASTER_LOG_FILE'),
(100, 'MRG_MYISAM'),
(101, 'PRECISION'),
(102, 'REQUIRE'),
(103, 'TRAILING'),
(104, 'LONG'),
(105, 'OPTION'),
(106, 'ELSE'),
(107, 'DEALLOCATE'),
(108, 'IO_THREAD'),
(109, 'CASE'),
(110, 'CIPHER'),
(111, 'FROM'),
(112, 'READ'),
(113, 'LEFT'),
(114, 'MINUTE_SECOND'),
(115, 'COMPACT'),
(116, 'DEC'),
(117, 'FOR'),
(118, 'WARNINGS'),
(119, 'MIN_ROWS'),
(120, 'STRING'),
(121, 'FUNCTION'),
(122, 'ENCLOSED'),
(123, 'AGGREGATE'),
(124, 'FIELDS'),
(125, 'INT3'),
(126, 'ARCHIVE'),
(127, 'ADD'),
(128, 'AVG_ROW_LENGTH'),
(129, 'FLOAT4'),
(130, 'STRIPED'),
(131, 'REPEATABLE'),
(132, 'INFILE'),
(133, 'ORDER'),
(134, 'USING'),
(135, 'MIDDLEINT'),
(136, 'GRANT'),
(137, 'UNSIGNED'),
(138, 'DECIMAL'),
(139, 'GEOMETRYFROMTEXT'),
(140, 'INDEXES'),
(141, 'FOREIGN'),
(142, 'CACHE'),
(143, 'HOSTS'),
(144, 'COMMIT'),
(145, 'LEADING'),
(146, 'SNAPSHOT'),
(147, 'LOAD'),
(148, 'SQL_CACHE'),
(149, 'CONVERT'),
(150, 'DYNAMIC'),
(151, 'POLYGONFROMTEXT'),
(152, 'COLLATE'),
(153, 'BYTE'),
(154, 'LINESTRINGFROMWKB'),
(155, 'GLOBAL'),
(156, 'BERKELEYDB'),
(157, 'WHEN'),
(158, 'HAVING'),
(159, 'AS'),
(160, 'STARTING'),
(161, 'RELOAD'),
(162, 'AUTOCOMMIT'),
(163, 'REVOKE'),
(164, 'GRANTS'),
(165, 'OUTER'),
(166, 'FLOOR'),
(167, 'WITH'),
(168, 'STD'),
(169, 'AFTER'),
(170, 'CSV'),
(171, 'DISABLE'),
(172, 'OUTFILE'),
(173, 'LOW_PRIORITY'),
(174, 'FILE'),
(175, 'BDB'),
(176, 'SONAME'),
(177, 'POW'),
(178, 'MULTIPOINTFROMWKB'),
(179, 'INDEX'),
(180, 'MULTIPOINTFROMTEXT'),
(181, 'BACKUP'),
(182, 'MULTILINESTRINGFROMWKB'),
(183, 'EXTENDED'),
(184, 'CROSS'),
(185, 'NATIONAL'),
(186, 'GROUP'),
(187, 'ZEROFILL'),
(188, 'CLIENT'),
(189, 'MASTER_PASSWORD'),
(190, 'RELAY_LOG_FILE'),
(191, 'TRUE'),
(192, 'CHARACTER'),
(193, 'MASTER_USER'),
(194, 'ENGINE'),
(195, 'TABLE'),
(196, 'INSERT_METHOD'),
(197, 'CASCADE'),
(198, 'RELAY_LOG_POS'),
(199, 'SQL_CALC_FOUND_ROWS'),
(200, 'MYISAM'),
(201, 'MODIFY'),
(202, 'MATCH'),
(203, 'MASTER_LOG_POS'),
(204, 'DESC'),
(205, 'DISTINCTROW'),
(206, 'TIME'),
(207, 'NUMERIC'),
(208, 'EXPANSION'),
(209, 'GEOMETRYCOLLECTIONFROMTEXT'),
(210, 'RAID_CHUNKS'),
(211, 'FLUSH'),
(212, 'CREATE'),
(213, 'ISAM'),
(214, 'MAX_UPDATES_PER_HOUR'),
(215, 'INT2'),
(216, 'PROCESSLIST'),
(217, 'LOGS'),
(218, 'HEAP'),
(219, 'SOUNDS'),
(220, 'BETWEEN'),
(221, 'MULTILINESTRINGFROMTEXT'),
(222, 'PACK_KEYS'),
(223, 'FAST'),
(224, 'VALUES'),
(225, 'VARCHARACTER'),
(226, 'BEFORE'),
(227, 'SHOW'),
(228, 'REDUNDANT'),
(229, 'ALL'),
(230, 'USER_RESOURCES'),
(231, 'PARTIAL'),
(232, 'BINLOG'),
(233, 'END'),
(234, 'SECOND'),
(235, 'AND'),
(236, 'FLOAT8'),
(237, 'PREV'),
(238, 'HOUR'),
(239, 'SELECT'),
(240, 'DATABASES'),
(241, 'OR'),
(242, 'IDENTIFIED'),
(243, 'MASTER_SSL_CIPHER'),
(244, 'SQL_SLAVE_SKIP_COUNTER'),
(245, 'BOTH'),
(246, 'BOOL'),
(247, 'YEAR'),
(248, 'MASTER_PORT'),
(249, 'CONCURRENT'),
(250, 'HELP'),
(251, 'UNIQUE'),
(252, 'PROCESS'),
(253, 'CONSISTENT'),
(254, 'MASTER_SSL'),
(255, 'DATE_ADD'),
(256, 'MAX_CONNECTIONS_PER_HOUR'),
(257, 'LIKE'),
(258, 'IN'),
(259, 'COLUMN'),
(260, 'DUMPFILE'),
(261, 'USAGE'),
(262, 'EXECUTE'),
(263, 'MEMORY'),
(264, 'CEIL'),
(265, 'QUERY'),
(266, 'MASTER_HOST'),
(267, 'LINES'),
(268, 'SQL_THREAD'),
(269, 'MAX_QUERIES_PER_HOUR'),
(270, 'MULTIPOLYGONFROMWKB'),
(271, 'MASTER_SSL_CERT'),
(272, 'DAY_MINUTE'),
(273, 'TRANSACTION'),
(274, 'DATE_SUB'),
(275, 'GEOMETRYFROMWKB'),
(276, 'RENAME'),
(277, 'INT1'),
(278, 'ALTER'),
(279, 'MAX_ROWS'),
(280, 'RIGHT'),
(281, 'STRAIGHT_JOIN'),
(282, 'NATURAL'),
(283, 'VARIABLES'),
(284, 'ESCAPED'),
(285, 'SHA1'),
(286, 'PASSWORD'),
(287, 'RAID_TYPE'),
(288, 'CHAR'),
(289, 'OFFSET'),
(290, 'NEXT'),
(291, 'SQL_LOG_BIN'),
(292, 'ERRORS'),
(293, 'TEMPORARY'),
(294, 'COMMITTED'),
(295, 'SQL_SMALL_RESULT'),
(296, 'DELAY_KEY_WRITE'),
(297, 'BEGIN'),
(298, 'MEDIUM'),
(299, 'INTERVAL'),
(300, 'SSL'),
(301, 'DAY_HOUR'),
(302, 'REFERENCES'),
(303, 'AES_ENCRYPT'),
(304, 'STORAGE'),
(305, 'ISOLATION'),
(306, 'INT8'),
(307, 'RESTRICT'),
(308, 'LINESTRINGFROMTEXT'),
(309, 'UNCOMMITTED'),
(310, 'IS'),
(311, 'NOT'),
(312, 'ANALYSE'),
(313, 'DES_KEY_FILE'),
(314, 'COMPRESSED'),
(315, 'START'),
(316, 'IF'),
(317, 'SAVEPOINT'),
(318, 'PRIMARY'),
(319, 'INNOBASE'),
(320, 'LAST'),
(321, 'KEYS'),
(322, 'LIMIT'),
(323, 'KEY'),
(324, 'MERGE'),
(325, 'SQL_NO_CACHE'),
(326, 'DELAYED'),
(327, 'CONSTRAINT'),
(328, 'SERIAL'),
(329, 'ACTION'),
(330, 'WRITE'),
(331, 'SESSION'),
(332, 'DATABASE'),
(333, 'NULL'),
(334, 'USE_FRM'),
(335, 'SLAVE'),
(336, 'TERMINATED'),
(337, 'ASC'),
(338, 'ENABLE'),
(339, 'OPTIONALLY'),
(340, 'DIRECTORY'),
(341, 'DISTINCT'),
(342, 'LOCAL'),
(343, 'MASTER_SSL_KEY'),
(344, 'NONE'),
(345, 'TABLES'),
(346, '<>'),
(347, 'RLIKE'),
(348, 'COLLATION'),
(349, 'SHUTDOWN'),
(350, 'HIGH_PRIORITY'),
(351, 'BTREE'),
(352, 'FIRST'),
(353, 'TYPES'),
(354, 'MASTER'),
(355, 'FIXED'),
(356, 'RAID0'),
(357, 'MULTIPOLYGONFROMTEXT'),
(358, 'ROW_FORMAT');

-- --------------------------------------------------------

--
-- Table structure for table `help_relation`
--

CREATE TABLE IF NOT EXISTS `help_relation` (
  `help_topic_id` int(10) unsigned NOT NULL DEFAULT '0',
  `help_keyword_id` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`help_keyword_id`,`help_topic_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='keyword-topic relation';

--
-- Dumping data for table `help_relation`
--

INSERT INTO `help_relation` (`help_topic_id`, `help_keyword_id`) VALUES
(392, 0),
(291, 1),
(366, 2),
(348, 3),
(168, 4),
(149, 5),
(353, 6),
(13, 7),
(282, 7),
(111, 8),
(310, 9),
(61, 10),
(291, 10),
(76, 11),
(100, 11),
(282, 11),
(168, 12),
(411, 12),
(313, 13),
(195, 14),
(78, 15),
(291, 16),
(60, 17),
(150, 17),
(190, 17),
(223, 17),
(336, 17),
(379, 17),
(91, 18),
(309, 19),
(74, 20),
(160, 21),
(282, 22),
(331, 22),
(384, 22),
(309, 23),
(160, 24),
(21, 25),
(190, 25),
(291, 26),
(384, 27),
(384, 28),
(13, 29),
(282, 29),
(371, 29),
(384, 29),
(411, 30),
(33, 31),
(58, 31),
(160, 31),
(291, 31),
(297, 31),
(348, 31),
(379, 31),
(384, 31),
(384, 32),
(388, 32),
(309, 33),
(86, 34),
(348, 34),
(384, 34),
(309, 35),
(291, 36),
(384, 37),
(168, 38),
(256, 38),
(297, 39),
(384, 40),
(388, 40),
(0, 41),
(388, 41),
(76, 42),
(160, 43),
(0, 44),
(33, 45),
(58, 45),
(76, 45),
(154, 46),
(160, 46),
(201, 46),
(170, 47),
(379, 47),
(160, 48),
(291, 49),
(0, 50),
(58, 50),
(74, 50),
(291, 50),
(348, 50),
(379, 50),
(33, 51),
(344, 51),
(382, 51),
(310, 52),
(160, 53),
(63, 54),
(397, 54),
(384, 55),
(316, 56),
(366, 57),
(0, 58),
(24, 59),
(310, 59),
(149, 60),
(376, 60),
(380, 60),
(149, 61),
(379, 61),
(309, 62),
(74, 63),
(291, 63),
(388, 63),
(29, 64),
(74, 64),
(248, 64),
(291, 64),
(209, 65),
(309, 66),
(97, 67),
(111, 68),
(376, 68),
(392, 69),
(147, 70),
(291, 70),
(170, 71),
(69, 72),
(151, 72),
(348, 73),
(61, 74),
(384, 75),
(46, 76),
(269, 76),
(356, 76),
(232, 77),
(346, 78),
(74, 79),
(155, 79),
(401, 79),
(228, 80),
(282, 80),
(309, 81),
(120, 82),
(150, 82),
(223, 82),
(15, 83),
(61, 83),
(136, 84),
(74, 85),
(195, 85),
(379, 85),
(384, 85),
(379, 86),
(384, 86),
(83, 87),
(268, 87),
(382, 87),
(386, 87),
(23, 88),
(116, 88),
(214, 88),
(179, 89),
(29, 90),
(58, 90),
(111, 90),
(145, 90),
(171, 90),
(272, 90),
(379, 90),
(384, 90),
(388, 90),
(406, 90),
(160, 91),
(98, 92),
(213, 92),
(309, 92),
(310, 92),
(39, 93),
(103, 93),
(173, 93),
(180, 93),
(282, 93),
(301, 93),
(331, 93),
(170, 94),
(379, 94),
(384, 94),
(384, 95),
(149, 96),
(0, 97),
(36, 98),
(149, 99),
(384, 100),
(256, 101),
(160, 102),
(373, 103),
(232, 104),
(160, 105),
(346, 106),
(190, 107),
(36, 108),
(267, 108),
(346, 109),
(160, 110),
(33, 111),
(86, 111),
(91, 111),
(282, 111),
(291, 111),
(296, 111),
(373, 111),
(22, 112),
(76, 112),
(366, 112),
(0, 113),
(309, 114),
(384, 115),
(167, 116),
(282, 117),
(291, 117),
(269, 118),
(282, 118),
(384, 119),
(168, 120),
(168, 121),
(336, 121),
(348, 122),
(168, 123),
(282, 124),
(348, 124),
(204, 125),
(384, 126),
(41, 127),
(379, 127),
(379, 128),
(384, 128),
(131, 129),
(384, 130),
(366, 131),
(348, 132),
(33, 133),
(58, 133),
(291, 133),
(297, 133),
(379, 133),
(0, 134),
(33, 134),
(59, 134),
(204, 135),
(160, 136),
(15, 137),
(96, 137),
(131, 137),
(167, 137),
(256, 137),
(310, 137),
(411, 137),
(121, 138),
(341, 139),
(282, 140),
(379, 141),
(384, 141),
(388, 141),
(72, 142),
(116, 142),
(248, 142),
(110, 143),
(282, 143),
(111, 144),
(373, 145),
(111, 146),
(86, 147),
(248, 147),
(296, 147),
(348, 147),
(291, 148),
(310, 149),
(384, 150),
(326, 151),
(384, 152),
(381, 153),
(370, 154),
(97, 155),
(145, 155),
(285, 155),
(366, 155),
(384, 156),
(346, 157),
(291, 158),
(0, 159),
(22, 159),
(291, 159),
(348, 160),
(160, 161),
(111, 162),
(201, 163),
(153, 164),
(282, 164),
(0, 165),
(179, 166),
(61, 167),
(160, 167),
(337, 168),
(379, 169),
(348, 170),
(384, 170),
(379, 171),
(291, 172),
(22, 173),
(29, 173),
(33, 173),
(58, 173),
(74, 173),
(348, 173),
(160, 174),
(128, 175),
(384, 175),
(168, 176),
(398, 177),
(378, 178),
(0, 179),
(41, 179),
(60, 179),
(72, 179),
(170, 179),
(248, 179),
(252, 179),
(282, 179),
(379, 179),
(384, 179),
(350, 180),
(293, 181),
(219, 182),
(382, 183),
(0, 184),
(209, 185),
(353, 185),
(291, 186),
(15, 187),
(96, 187),
(131, 187),
(167, 187),
(256, 187),
(411, 187),
(160, 188),
(149, 189),
(149, 190),
(316, 191),
(171, 192),
(209, 192),
(272, 192),
(353, 192),
(384, 192),
(149, 193),
(282, 194),
(301, 194),
(379, 194),
(384, 194),
(41, 195),
(173, 195),
(223, 195),
(224, 195),
(282, 195),
(293, 195),
(296, 195),
(384, 196),
(223, 197),
(384, 197),
(388, 197),
(149, 198),
(291, 199),
(384, 200),
(379, 201),
(61, 202),
(149, 203),
(270, 204),
(291, 204),
(297, 204),
(291, 205),
(257, 206),
(308, 206),
(310, 206),
(167, 207),
(61, 208),
(198, 209),
(384, 210),
(116, 211),
(41, 212),
(120, 212),
(168, 212),
(170, 212),
(224, 212),
(253, 212),
(282, 212),
(384, 212),
(384, 213),
(160, 214),
(186, 215),
(282, 216),
(371, 216),
(24, 217),
(128, 217),
(282, 217),
(301, 217),
(384, 218),
(311, 219),
(112, 220),
(77, 221),
(384, 222),
(344, 223),
(29, 224),
(209, 225),
(380, 226),
(13, 227),
(24, 227),
(39, 227),
(46, 227),
(91, 227),
(100, 227),
(103, 227),
(110, 227),
(123, 227),
(128, 227),
(153, 227),
(154, 227),
(173, 227),
(180, 227),
(224, 227),
(228, 227),
(240, 227),
(252, 227),
(253, 227),
(269, 227),
(272, 227),
(285, 227),
(301, 227),
(331, 227),
(371, 227),
(404, 227),
(384, 228),
(160, 229),
(201, 229),
(249, 229),
(291, 229),
(268, 230),
(384, 231),
(91, 232),
(346, 233),
(309, 234),
(112, 235),
(258, 235),
(256, 236),
(76, 237),
(309, 238),
(29, 239),
(208, 239),
(123, 240),
(282, 240),
(106, 241),
(160, 242),
(149, 243),
(145, 244),
(373, 245),
(15, 246),
(80, 246),
(309, 247),
(149, 248),
(348, 249),
(88, 250),
(322, 250),
(379, 251),
(160, 252),
(111, 253),
(149, 254),
(309, 255),
(160, 256),
(282, 257),
(311, 257),
(61, 258),
(91, 258),
(291, 258),
(379, 259),
(291, 260),
(160, 261),
(59, 262),
(160, 262),
(291, 263),
(367, 264),
(61, 265),
(116, 265),
(149, 266),
(348, 267),
(36, 268),
(267, 268),
(160, 269),
(92, 270),
(149, 271),
(309, 272),
(111, 273),
(366, 273),
(309, 274),
(109, 275),
(379, 276),
(15, 277),
(41, 278),
(160, 278),
(379, 278),
(384, 279),
(0, 280),
(0, 281),
(291, 281),
(0, 282),
(282, 283),
(285, 283),
(348, 284),
(231, 285),
(160, 286),
(384, 287),
(310, 288),
(381, 288),
(291, 289),
(76, 290),
(406, 291),
(46, 292),
(282, 292),
(223, 293),
(366, 294),
(291, 295),
(384, 296),
(111, 297),
(344, 298),
(309, 299),
(160, 300),
(309, 301),
(160, 302),
(384, 302),
(388, 302),
(408, 303),
(228, 304),
(366, 305),
(96, 306),
(223, 307),
(388, 307),
(38, 308),
(366, 309),
(303, 310),
(120, 311),
(255, 311),
(147, 312),
(268, 313),
(384, 314),
(111, 315),
(267, 315),
(120, 316),
(150, 316),
(223, 316),
(395, 316),
(376, 317),
(379, 318),
(384, 319),
(76, 320),
(252, 321),
(282, 321),
(379, 321),
(33, 322),
(58, 322),
(76, 322),
(91, 322),
(291, 322),
(41, 323),
(74, 323),
(379, 323),
(384, 323),
(388, 323),
(384, 324),
(291, 325),
(29, 326),
(74, 326),
(401, 326),
(379, 327),
(384, 327),
(195, 328),
(384, 328),
(384, 329),
(388, 329),
(22, 330),
(97, 331),
(285, 331),
(366, 331),
(120, 332),
(150, 332),
(253, 332),
(282, 332),
(303, 333),
(388, 333),
(382, 334),
(23, 335),
(36, 335),
(110, 335),
(180, 335),
(267, 335),
(348, 336),
(291, 337),
(297, 337),
(379, 338),
(348, 339),
(384, 340),
(249, 341),
(291, 341),
(297, 341),
(356, 341),
(392, 341),
(22, 342),
(83, 342),
(268, 342),
(348, 342),
(382, 342),
(386, 342),
(149, 343),
(160, 344),
(22, 345),
(100, 345),
(240, 345),
(282, 345),
(407, 346),
(17, 347),
(404, 348),
(160, 349),
(74, 350),
(291, 350),
(170, 351),
(76, 352),
(379, 352),
(384, 352),
(282, 353),
(24, 354),
(39, 354),
(86, 354),
(149, 354),
(214, 354),
(296, 354),
(167, 355),
(384, 355),
(384, 356),
(159, 357),
(384, 358);

-- --------------------------------------------------------

--
-- Table structure for table `help_topic`
--

CREATE TABLE IF NOT EXISTS `help_topic` (
  `help_topic_id` int(10) unsigned NOT NULL DEFAULT '0',
  `name` varchar(64) NOT NULL DEFAULT '',
  `help_category_id` smallint(5) unsigned NOT NULL DEFAULT '0',
  `description` text NOT NULL,
  `example` text NOT NULL,
  `url` varchar(128) NOT NULL DEFAULT '',
  PRIMARY KEY (`help_topic_id`),
  UNIQUE KEY `name` (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='help topics';

--
-- Dumping data for table `help_topic`
--

INSERT INTO `help_topic` (`help_topic_id`, `name`, `help_category_id`, `description`, `example`, `url`) VALUES
(0, 'JOIN', 24, 'MySQL supports the following JOIN syntaxes for the table_references\npart of SELECT statements and multiple-table DELETE and UPDATE\nstatements:\n\ntable_reference, table_reference\ntable_reference [INNER | CROSS] JOIN table_reference [join_condition]\ntable_reference STRAIGHT_JOIN table_reference\ntable_reference LEFT [OUTER] JOIN table_reference join_condition\ntable_reference NATURAL [LEFT [OUTER]] JOIN table_reference\n{ ON table_reference LEFT OUTER JOIN table_reference\n    ON conditional_expr }\ntable_reference RIGHT [OUTER] JOIN table_reference join_condition\ntable_reference NATURAL [RIGHT [OUTER]] JOIN table_reference\n\ntable_reference is defined as:\n\ntbl_name [[AS] alias]\n    [{USE|IGNORE|FORCE} INDEX (key_list)]\n\njoin_condition is defined as:\n\nON conditional_expr | USING (column_list)\n', 'SELECT table1.* FROM table1\n  LEFT JOIN table2 ON table1.id=table2.id\n  WHERE table2.id IS NULL;\n', 'join'),
(1, 'HEX', 32, 'Syntax:\nHEX(N_or_S)\n\nIf N_or_S is a number, returns a string representation of the\nhexadecimal value of N, where N is a longlong (BIGINT) number. This is\nequivalent to CONV(N,10,16).\n\nFrom MySQL 4.0.1 and up, if N_or_S is a string, returns a hexadecimal\nstring representation of N_or_S where each character in N_or_S is\nconverted to two hexadecimal digits.\n', 'mysql> SELECT HEX(255);\n        -> ''FF''\nmysql> SELECT 0x616263;\n        -> ''abc''\nmysql> SELECT HEX(''abc'');\n        -> 616263\n', 'string-functions'),
(2, 'REPLACE', 32, 'Syntax:\nREPLACE(str,from_str,to_str)\n\nReturns the string str with all occurrences of the string from_str\nreplaced by the string to_str. REPLACE() performs a case-sensitive\nmatch when searching for from_str.\n', 'mysql> SELECT REPLACE(''www.mysql.com'', ''w'', ''Ww'');\n        -> ''WwWwWw.mysql.com''\n', 'string-functions'),
(3, 'CONTAINS', 25, 'Contains(g1,g2)\n\nReturns 1 or 0 to indicate whether g1 completely contains g2.\n', '', 'functions-that-test-spatial-relationships-between-geometries'),
(4, 'SRID', 31, 'SRID(g)\n\nReturns an integer indicating the Spatial Reference System ID for the\ngeometry value g.\n\nIn MySQL, the SRID value is just an integer associated with the\ngeometry value. All calculations are done assuming Euclidean (planar)\ngeometry.\n', 'mysql> SELECT SRID(GeomFromText(''LineString(1 1,2 2)'',101));\n+-----------------------------------------------+\n| SRID(GeomFromText(''LineString(1 1,2 2)'',101)) |\n+-----------------------------------------------+\n|                                           101 |\n+-----------------------------------------------+\n', 'general-geometry-property-functions'),
(5, 'CURRENT_TIMESTAMP', 27, 'Syntax:\nCURRENT_TIMESTAMP, CURRENT_TIMESTAMP()\n\nCURRENT_TIMESTAMP and CURRENT_TIMESTAMP() are synonyms for NOW().\n', '', 'date-and-time-functions'),
(6, 'VARIANCE', 14, 'Syntax:\nVARIANCE(expr)\n\nReturns the population standard variance of expr. This is an extension\nto standard SQL, available in MySQL 4.1 or later.\n\nVARIANCE() returns NULL if there were no matching rows.\n', '', 'group-by-functions'),
(7, 'CONCAT', 32, 'Syntax:\nCONCAT(str1,str2,...)\n\nReturns the string that results from concatenating the arguments. May\nhave one or more arguments. If all arguments are non-binary strings,\nthe result is a non-binary string. If the arguments include any binary\nstrings, the result is a binary string. A numeric argument is converted\nto its equivalent binary string form; if you want to avoid that, you\ncan use an explicit type cast, as in this example:\n\nSELECT CONCAT(CAST(int_col AS CHAR), char_col);\n\nCONCAT() returns NULL if any argument is NULL.\n', 'mysql> SELECT CONCAT(''My'', ''S'', ''QL'');\n        -> ''MySQL''\nmysql> SELECT CONCAT(''My'', NULL, ''QL'');\n        -> NULL\nmysql> SELECT CONCAT(14.3);\n        -> ''14.3''\n', 'string-functions'),
(8, 'GEOMETRY HIERARCHY', 29, 'Geometry is the base class. It is an abstract class. The instantiable\nsubclasses of Geometry are restricted to zero-, one-, and\ntwo-dimensional geometric objects that exist in two-dimensional\ncoordinate space. All instantiable geometry classes are defined so that\nvalid instances of a geometry class are topologically closed (that is,\nall defined geometries include their boundary).\n\nThe base Geometry class has subclasses for Point, Curve, Surface, and\nGeometryCollection:\n\no Point represents zero-dimensional objects.\n\no Curve represents one-dimensional objects, and has subclass\n  LineString, with sub-subclasses Line and LinearRing.\n\no Surface is designed for two-dimensional objects and has subclass\n  Polygon.\n\no GeometryCollection has specialized zero-, one-, and two-dimensional\n  collection classes named MultiPoint, MultiLineString, and\n  MultiPolygon for modeling geometries corresponding to collections of\n  Points, LineStrings, and Polygons, respectively. MultiCurve and\n  MultiSurface are introduced as abstract superclasses that generalize\n  the collection interfaces to handle Curves and Surfaces.\n\nGeometry, Curve, Surface, MultiCurve, and MultiSurface are defined as\nnon-instantiable classes. They define a common set of methods for their\nsubclasses and are included for extensibility.\n\nPoint, LineString, Polygon, GeometryCollection, MultiPoint,\nMultiLineString, and MultiPolygon are instantiable classes.\n', '', 'gis-geometry-class-hierarchy'),
(9, 'CHAR FUNCTION', 32, 'Syntax:\nCHAR(N,... [USING charset_name])\n\nCHAR() interprets each argument N as an integer and returns a string\nconsisting of the characters given by the code values of those\nintegers. NULL values are skipped.\nCHAR() returns a string in the connection character set. As of MySQL\n4.1.16, the optional USING clause may be used to produce a string in a\ngiven character set:\n\nmysql> SELECT CHARSET(CHAR(0x65)), CHARSET(CHAR(0x65 USING utf8));\n+---------------------+--------------------------------+\n| CHARSET(CHAR(0x65)) | CHARSET(CHAR(0x65 USING utf8)) |\n+---------------------+--------------------------------+\n| latin1              | utf8                           |\n+---------------------+--------------------------------+\n', 'mysql> SELECT CHAR(77,121,83,81,''76'');\n        -> ''MySQL''\nmysql> SELECT CHAR(77,77.3,''77.3'');\n        -> ''MMM''\n', 'string-functions'),
(10, 'DATETIME', 20, 'DATETIME\n\nA date and time combination. The supported range is ''1000-01-01\n00:00:00'' to ''9999-12-31 23:59:59''. MySQL displays DATETIME values in\n''YYYY-MM-DD HH:MM:SS'' format, but allows you to assign values to\nDATETIME columns using either strings or numbers.\n', '', 'date-and-time-type-overview'),
(11, 'INTEGER', 20, 'INTEGER[(M)] [UNSIGNED] [ZEROFILL]\n\nThis type is a synonym for INT.\n', '', 'numeric-type-overview'),
(12, 'LOWER', 32, 'Syntax:\nLOWER(str)\n\nReturns the string str with all characters changed to lowercase\naccording to the current character set mapping. The default is latin1\n(cp1252 West European).\n', 'mysql> SELECT LOWER(''QUADRATICALLY'');\n        -> ''quadratically''\n', 'string-functions'),
(13, 'SHOW COLUMNS', 24, 'Syntax:\nSHOW [FULL] COLUMNS FROM tbl_name [FROM db_name] [LIKE ''pattern'']\n\nSHOW COLUMNS displays information about the columns in a given table.\n\nIf the data types differ from what you expect them to be based on your\nCREATE TABLE statement, note that MySQL sometimes changes data types\nwhen you create or alter a table. The conditions for which this occurs\nare described in\nhttp://dev.mysql.com/doc/refman/4.1/en/silent-column-changes.html.\n\nThe FULL keyword can be used from MySQL 3.23.32 on. It causes the\noutput to include the privileges you have for each column. As of MySQL\n4.1, FULL also causes any per-column comments to be displayed.\n\nYou can use db_name.tbl_name as an alternative to the tbl_name FROM\ndb_name syntax. In other words, these two statements are equivalent:\n\nmysql> SHOW COLUMNS FROM mytable FROM mydb;\nmysql> SHOW COLUMNS FROM mydb.mytable;\n\nSHOW FIELDS is a synonym for SHOW COLUMNS. You can also list a table''s\ncolumns with the mysqlshow db_name tbl_name command.\n\nThe DESCRIBE statement provides information similar to SHOW COLUMNS.\nSee [HELP DESCRIBE].\n', '', 'show-columns'),
(14, 'MONTH', 27, 'Syntax:\nMONTH(date)\n\nReturns the month for date, in the range 0 to 12.\n', 'mysql> SELECT MONTH(''1998-02-03'');\n        -> 2\n', 'date-and-time-functions'),
(15, 'TINYINT', 20, 'TINYINT[(M)] [UNSIGNED] [ZEROFILL]\n\nA very small integer. The signed range is -128 to 127. The unsigned\nrange is 0 to 255.\n', '', 'numeric-type-overview'),
(16, 'MASTER_POS_WAIT', 13, 'Syntax:\nMASTER_POS_WAIT(log_name,log_pos[,timeout])\n\nThis function is useful for control of master/slave synchronization. It\nblocks until the slave has read and applied all updates up to the\nspecified position in the master log. The return value is the number of\nlog events the slave had to wait for to advance to the specified\nposition. The function returns NULL if the slave SQL thread is not\nstarted, the slave''s master information is not initialized, the\narguments are incorrect, or an error occurs. It returns -1 if the\ntimeout has been exceeded. If the slave SQL thread stops while\nMASTER_POS_WAIT() is waiting, the function returns NULL. If the slave\nis past the specified position, the function returns immediately.\n', '', 'miscellaneous-functions'),
(17, 'REGEXP', 32, 'Syntax:\nexpr REGEXP pat expr RLIKE pat\n\nPerforms a pattern match of a string expression expr against a pattern\npat. The pattern can be an extended regular expression. The syntax for\nregular expressions is discussed in\nhttp://dev.mysql.com/doc/refman/4.1/en/regexp.html. Returns 1 if expr\nmatches pat; otherwise it returns 0. If either expr or pat is NULL, the\nresult is NULL. RLIKE is a synonym for REGEXP, provided for mSQL\ncompatibility.\n\nThe pattern need not be a literal string. For example, it can be\nspecified as a string expression or table column.\n\nNote: Because MySQL uses the C escape syntax in strings (for example,\n`\\n'' to represent the newline character), you must double any `\\'' that\nyou use in your REGEXP strings.\n\nAs of MySQL 3.23.4, REGEXP is not case sensitive, except when used with\nbinary strings.\n', 'mysql> SELECT ''Monty!'' REGEXP ''m%y%%'';\n        -> 0\nmysql> SELECT ''Monty!'' REGEXP ''.*'';\n        -> 1\nmysql> SELECT ''new*\\n*line'' REGEXP ''new\\\\*.\\\\*line'';\n        -> 1\nmysql> SELECT ''a'' REGEXP ''A'', ''a'' REGEXP BINARY ''A'';\n        -> 1  0\nmysql> SELECT ''a'' REGEXP ''^[a-d]'';\n        -> 1\n', 'string-comparison-functions'),
(18, '^', 18, 'Syntax:\n^\n\nBitwise XOR:\n', 'mysql> SELECT 1 ^ 1;\n        -> 0\nmysql> SELECT 1 ^ 0;\n        -> 1\nmysql> SELECT 11 ^ 3;\n        -> 8\n', 'bit-functions'),
(19, 'WITHIN', 25, 'Within(g1,g2)\n\nReturns 1 or 0 to indicate whether g1 is spatially within g2.\n', '', 'functions-that-test-spatial-relationships-between-geometries'),
(20, 'WEEK', 27, 'Syntax:\nWEEK(date[,mode])\n\nThis function returns the week number for date. The two-argument form\nof WEEK() allows you to specify whether the week starts on Sunday or\nMonday and whether the return value should be in the range from 0 to 53\nor from 1 to 53. If the mode argument is omitted, the value of the\ndefault_week_format system variable is used (or 0 before MySQL 4.0.14).\nSee\nhttp://dev.mysql.com/doc/refman/4.1/en/server-system-variables.html.\n', 'mysql> SELECT WEEK(''1998-02-20'');\n        -> 7\nmysql> SELECT WEEK(''1998-02-20'',0);\n        -> 7\nmysql> SELECT WEEK(''1998-02-20'',1);\n        -> 8\nmysql> SELECT WEEK(''1998-12-31'',1);\n        -> 53\n', 'date-and-time-functions'),
(21, 'PREPARE', 24, 'Syntax:\nPREPARE stmt_name FROM preparable_stmt\n\nThe PREPARE statement prepares a statement and assigns it a name,\nstmt_name, by which to refer to the statement later. Statement names\nare not case sensitive. preparable_stmt is either a string literal or a\nuser variable that contains the text of the statement. The text must\nrepresent a single SQL statement, not multiple statements. Within the\nstatement, `?'' characters can be used as parameter markers to indicate\nwhere data values are to be bound to the query later when you execute\nit. The `?'' characters should not be enclosed within quotes, even if\nyou intend to bind them to string values. Parameter markers can be used\nonly where data values should appear, not for SQL keywords,\nidentifiers, and so forth.\n\nIf a prepared statement with the given name already exists, it is\ndeallocated implicitly before the new statement is prepared. This means\nthat if the new statement contains an error and cannot be prepared, an\nerror is returned and no statement with the given name exists.\n\nThe scope of a prepared statement is the client session within which it\nis created. Other clients cannot see it.\n', '', 'sqlps'),
(22, 'LOCK', 7, 'Syntax:\nLOCK TABLES\n    tbl_name [AS alias] {READ [LOCAL] | [LOW_PRIORITY] WRITE}\n    [, tbl_name [AS alias] {READ [LOCAL] | [LOW_PRIORITY] WRITE}] ...\nUNLOCK TABLES\n\nLOCK TABLES locks tables for the current thread. If any of the tables\nare locked by other threads, it blocks until all locks can be acquired.\nUNLOCK TABLES releases any locks held by the current thread. All tables\nthat are locked by the current thread are implicitly unlocked when the\nthread issues another LOCK TABLES, or when the connection to the server\nis closed.\n\nA table lock protects only against inappropriate reads or writes by\nother clients. The client holding the lock, even a read lock, can\nperform table-level operations such as DROP TABLE. Truncate operations\nare not transaction-safe, so an error occurs if the client attempts one\nduring an active transaction or while holding a table lock.\n', '', 'lock-tables'),
(23, 'RESET SLAVE', 24, 'Syntax:\nRESET SLAVE\n\nRESET SLAVE makes the slave forget its replication position in the\nmaster''s binary logs. This statement is meant to be used for a clean\nstart: It deletes the master.info and relay-log.info files, all the\nrelay logs, and starts a new relay log.\n\nNote: All relay logs are deleted, even if they have not been completely\nexecuted by the slave SQL thread. (This is a condition likely to exist\non a replication slave if you have issued a STOP SLAVE statement or if\nthe slave is highly loaded.)\n\nConnection information stored in the master.info file is immediately\nreset using any values specified in the corresponding startup options.\nThis information includes values such as master host, master port,\nmaster user, and master password. If the slave SQL thread was in the\nmiddle of replicating temporary tables when it was stopped, and RESET\nSLAVE is issued, these replicated temporary tables are deleted on the\nslave.\n\nThis statement was named FLUSH SLAVE before MySQL 3.23.26.\n', '', 'reset-slave'),
(24, 'SHOW BINARY LOGS', 24, 'Syntax:\nSHOW BINARY LOGS\nSHOW MASTER LOGS\n\nLists the binary log files on the server. This statement is used as\npart of the procedure described in [HELP PURGE MASTER LOGS], that shows\nhow to determine which logs can be purged.\n\nmysql> SHOW BINARY LOGS;\n+---------------+-----------+\n| Log_name      | File_size |\n+---------------+-----------+\n| binlog.000015 |    724935 |\n| binlog.000016 |    733481 |\n+---------------+-----------+\n', '', 'show-binary-logs'),
(25, 'POLYGON', 21, 'Polygon(ls1,ls2,...)\n\nConstructs a WKB Polygon value from a number of WKB LineString\narguments. If any argument does not represent the WKB of a LinearRing\n(that is, not a closed and simple LineString) the return value is NULL.\n', '', 'gis-mysql-specific-functions'),
(26, 'MINUTE', 27, 'Syntax:\nMINUTE(time)\n\nReturns the minute for time, in the range 0 to 59.\n', 'mysql> SELECT MINUTE(''98-02-03 10:05:03'');\n        -> 5\n', 'date-and-time-functions'),
(27, 'DAY', 27, 'Syntax:\nDAY(date)\n\nDAY() is a synonym for DAYOFMONTH(). It is available as of MySQL 4.1.1.\n', '', 'date-and-time-functions'),
(28, 'MID', 32, 'Syntax:\nMID(str,pos,len)\n\nMID(str,pos,len) is a synonym for SUBSTRING(str,pos,len).\n', '', 'string-functions'),
(29, 'REPLACE INTO', 24, 'Syntax:\nREPLACE [LOW_PRIORITY | DELAYED]\n    [INTO] tbl_name [(col_name,...)]\n    VALUES ({expr | DEFAULT},...),(...),...\n\nOr:\n\nREPLACE [LOW_PRIORITY | DELAYED]\n    [INTO] tbl_name\n    SET col_name={expr | DEFAULT}, ...\n\nOr:\n\nREPLACE [LOW_PRIORITY | DELAYED]\n    [INTO] tbl_name [(col_name,...)]\n    SELECT ...\n\nREPLACE works exactly like INSERT, except that if an old row in the\ntable has the same value as a new row for a PRIMARY KEY or a UNIQUE\nindex, the old row is deleted before the new row is inserted. See [HELP\nINSERT].\n\nREPLACE is a MySQL extension to the SQL standard. It either inserts, or\ndeletes and inserts. For another MySQL extension to standard SQL ---\nthat either inserts or updates --- see\nhttp://dev.mysql.com/doc/refman/4.1/en/insert-on-duplicate.html. INSERT\n... ON DUPLICATE KEY UPDATE is available as of MySQL 4.1.0.\n\nNote that unless the table has a PRIMARY KEY or UNIQUE index, using a\nREPLACE statement makes no sense. It becomes equivalent to INSERT,\nbecause there is no index to be used to determine whether a new row\nduplicates another.\n\nValues for all columns are taken from the values specified in the\nREPLACE statement. Any missing columns are set to their default values,\njust as happens for INSERT. You cannot refer to values from the current\nrow and use them in the new row. If you use an assignment such as SET\ncol_name = col_name + 1, the reference to the column name on the right\nhand side is treated as DEFAULT(col_name), so the assignment is\nequivalent to SET col_name = DEFAULT(col_name) + 1.\n\nTo use REPLACE, you must have both the INSERT and DELETE privileges for\nthe table.\n', '', 'replace'),
(30, 'UUID', 13, 'Syntax:\nUUID()\n\nReturns a Universal Unique Identifier (UUID) generated according to\n"DCE 1.1: Remote Procedure Call" (Appendix A) CAE (Common Applications\nEnvironment) Specifications published by The Open Group in October 1997\n(Document Number C706,\nhttp://www.opengroup.org/public/pubs/catalog/c706.htm).\n\nA UUID is designed as a number that is globally unique in space and\ntime. Two calls to UUID() are expected to generate two different\nvalues, even if these calls are performed on two separate computers\nthat are not connected to each other.\n\nA UUID is a 128-bit number represented by a string of five hexadecimal\nnumbers in aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee format:\n\no The first three numbers are generated from a timestamp.\n\no The fourth number preserves temporal uniqueness in case the timestamp\n  value loses monotonicity (for example, due to daylight saving time).\n\no The fifth number is an IEEE 802 node number that provides spatial\n  uniqueness. A random number is substituted if the latter is not\n  available (for example, because the host computer has no Ethernet\n  card, or we do not know how to find the hardware address of an\n  interface on your operating system). In this case, spatial uniqueness\n  cannot be guaranteed. Nevertheless, a collision should have very low\n  probability.\n\n  Currently, the MAC address of an interface is taken into account only\n  on FreeBSD and Linux. On other operating systems, MySQL uses a\n  randomly generated 48-bit number.\n', 'mysql> SELECT UUID();\n        -> ''6ccd780c-baba-1026-9564-0040f4311e29''\n', 'miscellaneous-functions'),
(31, 'LINESTRING', 21, 'LineString(pt1,pt2,...)\n\nConstructs a WKB LineString value from a number of WKB Point arguments.\nIf any argument is not a WKB Point, the return value is NULL. If the\nnumber of Point arguments is less than two, the return value is NULL.\n', '', 'gis-mysql-specific-functions'),
(32, 'CONNECTION_ID', 15, 'Syntax:\nCONNECTION_ID()\n\nReturns the connection ID (thread ID) for the connection. Every\nconnection has an ID that is unique among the set of currently\nconnected clients.\n', 'mysql> SELECT CONNECTION_ID();\n        -> 23786\n', 'information-functions'),
(33, 'DELETE', 24, 'Syntax:\nSingle-table syntax:\n\nDELETE [LOW_PRIORITY] [QUICK] [IGNORE] FROM tbl_name\n    [WHERE where_condition]\n    [ORDER BY ...]\n    [LIMIT row_count]\n\nMultiple-table syntax:\n\nDELETE [LOW_PRIORITY] [QUICK] [IGNORE]\n    tbl_name[.*] [, tbl_name[.*]] ...\n    FROM table_references\n    [WHERE where_condition]\n\nOr:\n\nDELETE [LOW_PRIORITY] [QUICK] [IGNORE]\n    FROM tbl_name[.*] [, tbl_name[.*]] ...\n    USING table_references\n    [WHERE where_condition]\n\nFor the single-table syntax, the DELETE statement deletes rows from\ntbl_name and returns the number of rows deleted. The WHERE clause, if\ngiven, specifies the conditions that identify which rows to delete.\nWith no WHERE clause, all rows are deleted. If the ORDER BY clause is\nspecified, the rows are deleted in the order that is specified. The\nLIMIT clause places a limit on the number of rows that can be deleted.\n\nFor the multiple-table syntax, DELETE deletes from each tbl_name the\nrows that satisfy the conditions. In this case, ORDER BY and LIMIT\ncannot be used.\n\nwhere_condition is an expression that evaluates to true for each row to\nbe deleted. It is specified as described in [HELP SELECT].\n\nAs stated, a DELETE statement with no WHERE clause deletes all rows. A\nfaster way to do this, when you do not want to know the number of\ndeleted rows, is to use TRUNCATE TABLE. See [HELP TRUNCATE TABLE].\n', '', 'delete'),
(34, 'ROUND', 4, 'Syntax:\nROUND(X), ROUND(X,D)\n\nReturns the argument X, rounded to the nearest integer. With two\narguments, returns X rounded to D decimal places. D can be negative to\ncause D digits left of the decimal point of the value X to become zero.\n', 'mysql> SELECT ROUND(-1.23);\n        -> -1\nmysql> SELECT ROUND(-1.58);\n        -> -2\nmysql> SELECT ROUND(1.58);\n        -> 2\nmysql> SELECT ROUND(1.298, 1);\n        -> 1.3\nmysql> SELECT ROUND(1.298, 0);\n        -> 1\nmysql> SELECT ROUND(23.298, -1);\n        -> 20\n', 'mathematical-functions'),
(35, 'NULLIF', 6, 'Syntax:\nNULLIF(expr1,expr2)\n\nReturns NULL if expr1 = expr2 is true, otherwise returns expr1. This is\nthe same as CASE WHEN expr1 = expr2 THEN NULL ELSE expr1 END.\n', 'mysql> SELECT NULLIF(1,1);\n        -> NULL\nmysql> SELECT NULLIF(1,2);\n        -> 1\n', 'control-flow-functions'),
(36, 'STOP SLAVE', 24, 'Syntax:\nSTOP SLAVE [thread_type [, thread_type] ... ]\n\nthread_type: IO_THREAD | SQL_THREAD\n\nStops the slave threads. STOP SLAVE requires the SUPER privilege.\n\nLike START SLAVE, as of MySQL 4.0.2, this statement may be used with\nthe IO_THREAD and SQL_THREAD options to name the thread or threads to\nbe stopped.\n', '', 'stop-slave'),
(37, 'TIMEDIFF', 27, 'Syntax:\nTIMEDIFF(expr1,expr2)\n\nTIMEDIFF() returns expr1 - expr2 expressed as a time value. expr1 and\nexpr2 are time or date-and-time expressions, but both must be of the\nsame type.\n', 'mysql> SELECT TIMEDIFF(''2000:01:01 00:00:00'',\n    ->                 ''2000:01:01 00:00:00.000001'');\n        -> ''-00:00:00.000001''\nmysql> SELECT TIMEDIFF(''1997-12-31 23:59:59.000001'',\n    ->                 ''1997-12-30 01:01:01.000002'');\n        -> ''46:58:57.999999''\n', 'date-and-time-functions'),
(38, 'LINEFROMTEXT', 3, 'LineFromText(wkt[,srid]), LineStringFromText(wkt[,srid])\n\nConstructs a LINESTRING value using its WKT representation and SRID.\n', '', 'gis-wkt-functions'),
(39, 'SHOW MASTER STATUS', 24, 'Provides status information about the binary log files of the master.\nExample:\n\nmysql > SHOW MASTER STATUS;\n+---------------+----------+--------------+------------------+\n| File          | Position | Binlog_Do_DB | Binlog_Ignore_DB |\n+---------------+----------+--------------+------------------+\n| mysql-bin.003 | 73       | test         | manual,mysql     |\n+---------------+----------+--------------+------------------+\n', '', 'show-master-status'),
(40, 'ADDTIME', 27, 'Syntax:\nADDTIME(expr1,expr2)\n\nADDTIME() adds expr2 to expr1 and returns the result. expr1 is a time\nor datetime expression, and expr2 is a time expression.\n', 'mysql> SELECT ADDTIME(''1997-12-31 23:59:59.999999'',\n    ->                ''1 1:1:1.000002'');\n        -> ''1998-01-02 01:01:01.000001''\nmysql> SELECT ADDTIME(''01:00:00.999999'', ''02:00:00.999998'');\n        -> ''03:00:01.999997''\n', 'date-and-time-functions'),
(41, 'SPATIAL', 29, 'MySQL can create spatial indexes using syntax similar to that for\ncreating regular indexes, but extended with the SPATIAL keyword.\nCurrently, spatial columns that are indexed must be declared NOT NULL.\nThe following examples demonstrate how to create spatial indexes:\n\no With CREATE TABLE:\n\nCREATE TABLE geom (g GEOMETRY NOT NULL, SPATIAL INDEX(g));\n\no With ALTER TABLE:\n\nALTER TABLE geom ADD SPATIAL INDEX(g);\n\no With CREATE INDEX:\n\nCREATE SPATIAL INDEX sp_index ON geom (g);\n\nTo drop spatial indexes, use ALTER TABLE or DROP INDEX:\n\no With ALTER TABLE:\n\nALTER TABLE geom DROP INDEX g;\n\no With DROP INDEX:\n\nDROP INDEX sp_index ON geom;\n\nExample: Suppose that a table geom contains more than 32,000\ngeometries, which are stored in the column g of type GEOMETRY. The\ntable also has an AUTO_INCREMENT column fid for storing object ID\nvalues.\n', '', 'creating-spatial-indexes'),
(42, 'UPPER', 32, 'Syntax:\nUPPER(str)\n\nReturns the string str with all characters changed to uppercase\naccording to the current character set mapping. The default is latin1\n(cp1252 West European).\n', 'mysql> SELECT UPPER(''Hej'');\n        -> ''HEJ''\n', 'string-functions'),
(43, 'FROM_UNIXTIME', 27, 'Syntax:\nFROM_UNIXTIME(unix_timestamp), FROM_UNIXTIME(unix_timestamp,format)\n\nReturns a representation of the unix_timestamp argument as a value in\n''YYYY-MM-DD HH:MM:SS'' or YYYYMMDDHHMMSS format, depending on whether\nthe function is used in a string or numeric context. unix_timestamp is\nan internal timestamp value such as is produced by the UNIX_TIMESTAMP()\nfunction.\n\nIf format is given, the result is formatted according to the format\nstring, which is used the same way as listed in the entry for the\nDATE_FORMAT() function.\n', 'mysql> SELECT FROM_UNIXTIME(875996580);\n        -> ''1997-10-04 22:23:00''\nmysql> SELECT FROM_UNIXTIME(875996580) + 0;\n        -> 19971004222300\nmysql> SELECT FROM_UNIXTIME(UNIX_TIMESTAMP(),\n    ->                      ''%Y %D %M %h:%i:%s %x'');\n        -> ''2003 6th August 06:22:58 2003''\n', 'date-and-time-functions'),
(44, 'MEDIUMBLOB', 20, 'MEDIUMBLOB\n\nA BLOB column with a maximum length of 16,777,215 (224 - 1) bytes.\n', '', 'string-type-overview'),
(45, 'IFNULL', 6, 'Syntax:\nIFNULL(expr1,expr2)\n\nIf expr1 is not NULL, IFNULL() returns expr1; otherwise it returns\nexpr2. IFNULL() returns a numeric or string value, depending on the\ncontext in which it is used.\n', 'mysql> SELECT IFNULL(1,0);\n        -> 1\nmysql> SELECT IFNULL(NULL,10);\n        -> 10\nmysql> SELECT IFNULL(1/0,10);\n        -> 10\nmysql> SELECT IFNULL(1/0,''yes'');\n        -> ''yes''\n', 'control-flow-functions'),
(46, 'SHOW ERRORS', 24, 'Syntax:\nSHOW ERRORS [LIMIT [offset,] row_count]\nSHOW COUNT(*) ERRORS\n\nThis statement is similar to SHOW WARNINGS, except that instead of\ndisplaying errors, warnings, and notes, it displays only errors. SHOW\nERRORS is available as of MySQL 4.1.0.\n\nThe LIMIT clause has the same syntax as for the SELECT statement. See\n[HELP SELECT].\n\nThe SHOW COUNT(*) ERRORS statement displays the number of errors. You\ncan also retrieve this number from the error_count variable:\n\nSHOW COUNT(*) ERRORS;\nSELECT @@error_count;\n', '', 'show-errors'),
(47, 'LEAST', 17, 'Syntax:\nLEAST(value1,value2,...)\n\nWith two or more arguments, returns the smallest (minimum-valued)\nargument. The arguments are compared using the following rules:\n\no If the return value is used in an INTEGER context or all arguments\n  are integer-valued, they are compared as integers.\n\no If the return value is used in a REAL context or all arguments are\n  real-valued, they are compared as reals.\n\no If any argument is a case-sensitive string, the arguments are\n  compared as case-sensitive strings.\n\no In all other cases, the arguments are compared as case-insensitive\n  strings.\n', 'mysql> SELECT LEAST(2,0);\n        -> 0\nmysql> SELECT LEAST(34.0,3.0,5.0,767.0);\n        -> 3.0\nmysql> SELECT LEAST(''B'',''A'',''C'');\n        -> ''A''\n', 'comparison-operators'),
(48, '=', 17, '=\n\nEqual:\n', 'mysql> SELECT 1 = 0;\n        -> 0\nmysql> SELECT ''0'' = 0;\n        -> 1\nmysql> SELECT ''0.0'' = 0;\n        -> 1\nmysql> SELECT ''0.01'' = 0;\n        -> 0\nmysql> SELECT ''.01'' = 0.01;\n        -> 1\n', 'comparison-operators'),
(49, 'REVERSE', 32, 'Syntax:\nREVERSE(str)\n\nReturns the string str with the order of the characters reversed.\n', 'mysql> SELECT REVERSE(''abc'');\n        -> ''cba''\n', 'string-functions'),
(50, 'ISNULL', 17, 'Syntax:\nISNULL(expr)\n\nIf expr is NULL, ISNULL() returns 1, otherwise it returns 0.\n', 'mysql> SELECT ISNULL(1+1);\n        -> 0\nmysql> SELECT ISNULL(1/0);\n        -> 1\n', 'comparison-operators'),
(51, 'BINARY', 20, 'BINARY(M)\n\nThe BINARY type is similar to the CHAR type, but stores binary byte\nstrings rather than non-binary character strings.\n\nThis type was added in MySQL 4.1.2.\n', '', 'string-type-overview'),
(52, 'BLOB DATA TYPE', 20, 'A BLOB is a binary large object that can hold a variable amount of\ndata. The four BLOB types are TINYBLOB, BLOB, MEDIUMBLOB, and LONGBLOB.\nThese differ only in the maximum length of the values they can hold.\nThe four TEXT types are TINYTEXT, TEXT, MEDIUMTEXT, and LONGTEXT. These\ncorrespond to the four BLOB types and have the same maximum lengths and\nstorage requirements. See\nhttp://dev.mysql.com/doc/refman/4.1/en/storage-requirements.html. No\nlettercase conversion for TEXT or BLOB columns takes place during\nstorage or retrieval.\n', '', 'blob'),
(53, 'BOUNDARY', 31, 'Boundary(g)\n\nReturns a geometry that is the closure of the combinatorial boundary of\nthe geometry value g.\n', '', 'general-geometry-property-functions'),
(54, 'POINT', 21, 'Point(x,y)\n\nConstructs a WKB Point using its coordinates.\n', '', 'gis-mysql-specific-functions'),
(55, 'CURRENT_USER', 15, 'Syntax:\nCURRENT_USER, CURRENT_USER()\n\nReturns the username and hostname combination for the MySQL account\nthat the server used to authenticate the current client. This account\ndetermines your access privileges.\n\nThe value of CURRENT_USER() can differ from the value of USER().\n', 'mysql> SELECT USER();\n        -> ''davida@localhost''\nmysql> SELECT * FROM mysql.user;\nERROR 1044: Access denied for user ''''@''localhost'' to\ndatabase ''mysql''\nmysql> SELECT CURRENT_USER();\n        -> ''@localhost''\n', 'information-functions'),
(56, 'LCASE', 32, 'Syntax:\nLCASE(str)\n\nLCASE() is a synonym for LOWER().\n', '', 'string-functions'),
(57, '<=', 17, 'Syntax:\n<=\n\nLess than or equal:\n', 'mysql> SELECT 0.1 <= 2;\n        -> 1\n', 'comparison-operators'),
(58, 'UPDATE', 24, 'Syntax:\nSingle-table syntax:\n\nUPDATE [LOW_PRIORITY] [IGNORE] tbl_name\n    SET col_name1=expr1 [, col_name2=expr2 ...]\n    [WHERE where_condition]\n    [ORDER BY ...]\n    [LIMIT row_count]\n\nMultiple-table syntax:\n\nUPDATE [LOW_PRIORITY] [IGNORE] table_references\n    SET col_name1=expr1 [, col_name2=expr2 ...]\n    [WHERE where_condition]\n\nFor the single-table syntax, the UPDATE statement updates columns of\nexisting rows in tbl_name with new values. The SET clause indicates\nwhich columns to modify and the values they should be given. The WHERE\nclause, if given, specifies the conditions that identify which rows to\nupdate. With no WHERE clause, all rows are updated. If the ORDER BY\nclause is specified, the rows are updated in the order that is\nspecified. The LIMIT clause places a limit on the number of rows that\ncan be updated.\n\nFor the multiple-table syntax, UPDATE updates rows in each table named\nin table_references that satisfy the conditions. In this case, ORDER BY\nand LIMIT cannot be used.\n\nwhere_condition is an expression that evaluates to true for each row to\nbe updated. It is specified as described in [HELP SELECT].\n\nThe UPDATE statement supports the following modifiers:\n\no If you use the LOW_PRIORITY keyword, execution of the UPDATE is\n  delayed until no other clients are reading from the table.\n\no If you use the IGNORE keyword, the update statement does not abort\n  even if errors occur during the update. Rows for which duplicate-key\n  conflicts occur are not updated. Rows for which columns are updated\n  to values that would cause data conversion errors are updated to the\n  closest valid values instead.\n', '', 'update'),
(59, 'EXECUTE STATEMENT', 24, 'Syntax:\nEXECUTE stmt_name [USING @var_name [, @var_name] ...]\n\nAfter preparing a statement, you execute it with an EXECUTE statement\nthat refers to the prepared statement name. If the prepared statement\ncontains any parameter markers, you must supply a USING clause that\nlists user variables containing the values to be bound to the\nparameters. Parameter values can be supplied only by user variables,\nand the USING clause must name exactly as many variables as the number\nof parameter markers in the statement.\n\nYou can execute a given prepared statement multiple times, passing\ndifferent variables to it or setting the variables to different values\nbefore each execution.\n', '', 'sqlps'),
(60, 'DROP INDEX', 34, 'Syntax:\nDROP INDEX index_name ON tbl_name\n\nDROP INDEX drops the index named index_name from the table tbl_name. In\nMySQL 3.22 or later, DROP INDEX is mapped to an ALTER TABLE statement\nto drop the index. See [HELP ALTER TABLE]. DROP INDEX does not do\nanything prior to MySQL 3.22.\n', '', 'drop-index'),
(61, 'MATCH AGAINST', 32, 'Syntax:\nMATCH (col1,col2,...) AGAINST (expr [search_modifier])\n\nsearch_modifier: { IN BOOLEAN MODE | WITH QUERY EXPANSION }\n\nAs of MySQL 3.23.23, MySQL has support for full-text indexing and\nsearching:\n\no A full-text index in MySQL is an index of type FULLTEXT.\n\no Full-text indexes can be used only with MyISAM tables, and can be\n  created only for CHAR, VARCHAR, or TEXT columns.\n\no A FULLTEXT index definition can be given in the CREATE TABLE\n  statement when a table is created, or added later using ALTER TABLE\n  or CREATE INDEX.\n\no For large datasets, it is much faster to load your data into a table\n  that has no FULLTEXT index and then create the index after that, than\n  to load data into a table that has an existing FULLTEXT index.\n\nFull-text searching is performed using MATCH() ... AGAINST syntax.\nMATCH() takes a comma-separated list that names the columns to be\nsearched. AGAINST takes a string to search for, and an optional\nmodifier that indicates what type of search to perform. The search\nstring must be a literal string, not a variable or a column name. There\nare three types of full-text searches:\n\no A boolean search interprets the search string using the rules of a\n  special query language. The string contains the words to search for.\n  It can also contain operators that specify requirements such that a\n  word must be present or absent in matching rows, or that it should be\n  weighted higher or lower than usual. Common words such as "some" or\n  "then" are stopwords and do not match if present in the search\n  string. The IN BOOLEAN MODE modifier specifies a boolean search. For\n  more information, see\n  http://dev.mysql.com/doc/refman/4.1/en/fulltext-boolean.html.\n\no A natural language search interprets the search string as a phrase in\n  natural human language (a phrase in free text). There are no special\n  operators. The stopword list applies. In addition, words that are\n  present in more than 50% of the rows are considered common and do not\n  match. Full-text searches are natural language searches if no\n  modifier is given.\n\no A query expansion search is a modification of a natural language\n  search. The search string is used to perform a natural language\n  search. Then words from the most relevant rows returned by the search\n  are added to the search string and the search is done again. The\n  query returns the rows from the second search. The WITH QUERY\n  EXPANSION modifier specifies a query expansion search. For more\n  information, see\n  http://dev.mysql.com/doc/refman/4.1/en/fulltext-query-expansion.html.\n', 'mysql> SELECT id, body, MATCH (title,body) AGAINST\n    -> (''Security implications of running MySQL as root'') AS score\n    -> FROM articles WHERE MATCH (title,body) AGAINST\n    -> (''Security implications of running MySQL as root'');\n+----+-------------------------------------+-----------------+\n| id | body                                | score           |\n+----+-------------------------------------+-----------------+\n|  4 | 1. Never run mysqld as root. 2. ... | 1.5219271183014 |\n|  6 | When configured properly, MySQL ... | 1.3114095926285 |\n+----+-------------------------------------+-----------------+\n2 rows in set (0.00 sec)\n', 'fulltext-search'),
(62, 'ABS', 4, 'Syntax:\nABS(X)\n\nReturns the absolute value of X.\n', 'mysql> SELECT ABS(2);\n        -> 2\nmysql> SELECT ABS(-32);\n        -> 32\n', 'mathematical-functions'),
(63, 'POLYFROMWKB', 28, 'PolyFromWKB(wkb[,srid]), PolygonFromWKB(wkb[,srid])\n\nConstructs a POLYGON value using its WKB representation and SRID.\n', '', 'gis-wkb-functions'),
(64, 'NOT LIKE', 32, 'Syntax:\nexpr NOT LIKE pat [ESCAPE ''escape_char'']\n\nThis is the same as NOT (expr LIKE pat [ESCAPE ''escape_char'']).\n', '', 'string-comparison-functions'),
(65, 'SPACE', 32, 'Syntax:\nSPACE(N)\n\nReturns a string consisting of N space characters.\n', 'mysql> SELECT SPACE(6);\n        -> ''      ''\n', 'string-functions'),
(66, 'MBR DEFINITION', 5, 'Its MBR (Minimum Bounding Rectangle), or Envelope. This is the bounding\ngeometry, formed by the minimum and maximum (X,Y) coordinates:\n', '((MINX MINY, MAXX MINY, MAXX MAXY, MINX MAXY, MINX MINY))\n', 'gis-class-geometry'),
(67, 'GEOMETRYCOLLECTION', 21, 'GeometryCollection(g1,g2,...)\n\nConstructs a WKB GeometryCollection. If any argument is not a\nwell-formed WKB representation of a geometry, the return value is NULL.\n', '', 'gis-mysql-specific-functions'),
(68, '*', 4, 'Syntax:\n*\n\nMultiplication:\n', 'mysql> SELECT 3*5;\n        -> 15\nmysql> SELECT 18014398509481984*18014398509481984.0;\n        -> 324518553658426726783156020576256.0\nmysql> SELECT 18014398509481984*18014398509481984;\n        -> 0\n', 'arithmetic-functions'),
(69, 'TIMESTAMP', 20, 'TIMESTAMP[(M)]\n\nA timestamp. The range is ''1970-01-01 00:00:01'' UTC to partway through\nthe year 2037. TIMESTAMP values are stored as the number of seconds\nsince the epoch (''1970-01-01 00:00:00'' UTC). A TIMESTAMP cannot\nrepresent the value ''1970-01-01 00:00:00'' because that is equivalent to\n0 seconds from the epoch and the value 0 is reserved for representing\n''0000-00-00 00:00:00'', the "zero" TIMESTAMP value.\n\nA TIMESTAMP column is useful for recording the date and time of an\nINSERT or UPDATE operation. By default, the first TIMESTAMP column in a\ntable is automatically set to the date and time of the most recent\noperation if you do not assign it a value yourself. You can also set\nany TIMESTAMP column to the current date and time by assigning it a\nNULL value. Variations on automatic initialization and update\nproperties are described in\nhttp://dev.mysql.com/doc/refman/4.1/en/timestamp-4-1.html.\n\nIn MySQL 4.1, TIMESTAMP is returned as a string with the format\n''YYYY-MM-DD HH:MM:SS''. Display widths (used as described in the\nfollowing paragraphs) are no longer supported; the display width is\nfixed at 19 characters. To obtain the value as a number, you should add\n+0 to the timestamp column.\n\nIn MySQL 4.0 and earlier, TIMESTAMP values are displayed in\nYYYYMMDDHHMMSS, YYMMDDHHMMSS, YYYYMMDD, or YYMMDD format, depending on\nwhether M is 14 (or missing), 12, 8, or 6, but allows you to assign\nvalues to TIMESTAMP columns using either strings or numbers. The M\nargument affects only how a TIMESTAMP column is displayed, not storage.\nIts values always are stored using four bytes each. From MySQL 4.0.12,\nthe --new option can be used to make the server behave as in MySQL 4.1.\n\nNote that TIMESTAMP(M) columns where M is 8 or 14 are reported to be\nnumbers, whereas other TIMESTAMP(M) columns are reported to be strings.\nThis is just to ensure that you can reliably dump and restore the table\nwith these types.\n\nNote: The behavior of TIMESTAMP columns changed considerably in MySQL\n4.1. For complete information on the differences with regard to this\ndata type in MySQL 4.1 and later versions (as opposed to MySQL 4.0 and\nearlier versions), be sure to see\nhttp://dev.mysql.com/doc/refman/4.1/en/timestamp-pre-4-1.html, and\nhttp://dev.mysql.com/doc/refman/4.1/en/timestamp-4-1.html.\n', '', 'date-and-time-type-overview'),
(70, 'DES_DECRYPT', 10, 'Syntax:\nDES_DECRYPT(crypt_str[,key_str])\n\nDecrypts a string encrypted with DES_ENCRYPT(). If an error occurs,\nthis function returns NULL.\n\nNote that this function works only if MySQL has been configured with\nSSL support. See\nhttp://dev.mysql.com/doc/refman/4.1/en/secure-connections.html.\n\nIf no key_str argument is given, DES_DECRYPT() examines the first byte\nof the encrypted string to determine the DES key number that was used\nto encrypt the original string, and then reads the key from the DES key\nfile to decrypt the message. For this to work, the user must have the\nSUPER privilege. The key file can be specified with the --des-key-file\nserver option.\n\nIf you pass this function a key_str argument, that string is used as\nthe key for decrypting the message.\n\nIf the crypt_str argument does not appear to be an encrypted string,\nMySQL returns the given crypt_str.\n', '', 'encryption-functions'),
(71, 'ENDPOINT', 11, 'EndPoint(ls)\n\nReturns the Point that is the endpoint of the LineString value ls.\n', 'mysql> SET @ls = ''LineString(1 1,2 2,3 3)'';\nmysql> SELECT AsText(EndPoint(GeomFromText(@ls)));\n+-------------------------------------+\n| AsText(EndPoint(GeomFromText(@ls))) |\n+-------------------------------------+\n| POINT(3 3)                          |\n+-------------------------------------+\n', 'linestring-property-functions'),
(72, 'CACHE INDEX', 24, 'Syntax:\nCACHE INDEX\n  tbl_index_list [, tbl_index_list] ...\n  IN key_cache_name\n\ntbl_index_list:\n  tbl_name [[INDEX|KEY] (index_name[, index_name] ...)]\n\nThe CACHE INDEX statement assigns table indexes to a specific key\ncache. It is used only for MyISAM tables.\n\nThe following statement assigns indexes from the tables t1, t2, and t3\nto the key cache named hot_cache:\n\nmysql> CACHE INDEX t1, t2, t3 IN hot_cache;\n+---------+--------------------+----------+----------+\n| Table   | Op                 | Msg_type | Msg_text |\n+---------+--------------------+----------+----------+\n| test.t1 | assign_to_keycache | status   | OK       |\n| test.t2 | assign_to_keycache | status   | OK       |\n| test.t3 | assign_to_keycache | status   | OK       |\n+---------+--------------------+----------+----------+\n', '', 'cache-index'),
(73, 'COMPRESS', 10, 'Syntax:\nCOMPRESS(string_to_compress)\n\nCompresses a string and returns the result as a binary string. This\nfunction requires MySQL to have been compiled with a compression\nlibrary such as zlib. Otherwise, the return value is always NULL. The\ncompressed string can be uncompressed with UNCOMPRESS().\n', 'mysql> SELECT LENGTH(COMPRESS(REPEAT(''a'',1000)));\n        -> 21\nmysql> SELECT LENGTH(COMPRESS(''''));\n        -> 0\nmysql> SELECT LENGTH(COMPRESS(''a''));\n        -> 13\nmysql> SELECT LENGTH(COMPRESS(REPEAT(''a'',16)));\n        -> 15\n', 'encryption-functions'),
(74, 'INSERT', 24, 'Syntax:\nINSERT [LOW_PRIORITY | DELAYED | HIGH_PRIORITY] [IGNORE]\n    [INTO] tbl_name [(col_name,...)]\n    VALUES ({expr | DEFAULT},...),(...),...\n    [ ON DUPLICATE KEY UPDATE col_name=expr, ... ]\n\nOr:\n\nINSERT [LOW_PRIORITY | DELAYED | HIGH_PRIORITY] [IGNORE]\n    [INTO] tbl_name\n    SET col_name={expr | DEFAULT}, ...\n    [ ON DUPLICATE KEY UPDATE col_name=expr, ... ]\n\nOr:\n\nINSERT [LOW_PRIORITY | HIGH_PRIORITY] [IGNORE]\n    [INTO] tbl_name [(col_name,...)]\n    SELECT ...\n    [ ON DUPLICATE KEY UPDATE col_name=expr, ... ]\n\nINSERT inserts new rows into an existing table. The INSERT ... VALUES\nand INSERT ... SET forms of the statement insert rows based on\nexplicitly specified values. The INSERT ... SELECT form inserts rows\nselected from another table or tables. The INSERT ... VALUES form with\nmultiple value lists is supported in MySQL 3.22.5 or later. The INSERT\n... SET syntax is supported in MySQL 3.22.10 or later. INSERT ...\nSELECT is discussed further in [HELP INSERT SELECT].\n', '', 'insert'),
(75, 'COUNT', 14, 'Syntax:\nCOUNT(expr)\n\nReturns a count of the number of non-NULL values in the rows retrieved\nby a SELECT statement. The result is a BIGINT value.\n\nCOUNT() returns 0 if there were no matching rows.\n', 'mysql> SELECT student.student_name,COUNT(*)\n    ->        FROM student,course\n    ->        WHERE student.student_id=course.student_id\n    ->        GROUP BY student_name;\n', 'group-by-functions'),
(76, 'HANDLER', 24, 'Syntax:\nHANDLER tbl_name OPEN [ AS alias ]\nHANDLER tbl_name READ index_name { = | >= | <= | < } (value1,value2,...)\n    [ WHERE where_condition ] [LIMIT ... ]\nHANDLER tbl_name READ index_name { FIRST | NEXT | PREV | LAST }\n    [ WHERE where_condition ] [LIMIT ... ]\nHANDLER tbl_name READ { FIRST | NEXT }\n    [ WHERE where_condition ] [LIMIT ... ]\nHANDLER tbl_name CLOSE\n\nThe HANDLER statement provides direct access to table storage engine\ninterfaces. It is available for MyISAM tables as MySQL 4.0.0 and InnoDB\ntables as of MySQL 4.0.3.\n', '', 'handler'),
(77, 'MLINEFROMTEXT', 3, 'MLineFromText(wkt[,srid]), MultiLineStringFromText(wkt[,srid])\n\nConstructs a MULTILINESTRING value using its WKT representation and\nSRID.\n', '', 'gis-wkt-functions'),
(78, 'GEOMCOLLFROMWKB', 28, 'GeomCollFromWKB(wkb[,srid]), GeometryCollectionFromWKB(wkb[,srid])\n\nConstructs a GEOMETRYCOLLECTION value using its WKB representation and\nSRID.\n', '', 'gis-wkb-functions'),
(79, 'RENAME TABLE', 34, 'Syntax:\nRENAME TABLE tbl_name TO new_tbl_name\n    [, tbl_name2 TO new_tbl_name2] ...\n\nThis statement renames one or more tables. It was added in MySQL\n3.23.23.\n\nThe rename operation is done atomically, which means that no other\nthread can access any of the tables while the rename is running. For\nexample, if you have an existing table old_table, you can create\nanother table new_table that has the same structure but is empty, and\nthen replace the existing table with the empty one as follows (assuming\nthat backup_table does not already exist):\n', 'CREATE TABLE new_table (...);\nRENAME TABLE old_table TO backup_table, new_table TO old_table;\n', 'rename-table'),
(80, 'BOOLEAN', 20, 'BOOL, BOOLEAN\n\nThese types are synonyms for TINYINT(1). The synonym BOOLEAN was added\nin MySQL 4.1.0. A value of zero is considered false. Non-zero values\nare considered true:\n\nmysql> SELECT IF(0, ''true'', ''false'');\n+------------------------+\n| IF(0, ''true'', ''false'') |\n+------------------------+\n| false                  |\n+------------------------+\n\nmysql> SELECT IF(1, ''true'', ''false'');\n+------------------------+\n| IF(1, ''true'', ''false'') |\n+------------------------+\n| true                   |\n+------------------------+\n\nmysql> SELECT IF(2, ''true'', ''false'');\n+------------------------+\n| IF(2, ''true'', ''false'') |\n+------------------------+\n| true                   |\n+------------------------+\n\nHowever, the values TRUE and FALSE are merely aliases for 1 and 0,\nrespectively, as shown here:\n\nmysql> SELECT IF(0 = FALSE, ''true'', ''false'');\n+--------------------------------+\n| IF(0 = FALSE, ''true'', ''false'') |\n+--------------------------------+\n| true                           |\n+--------------------------------+\n\nmysql> SELECT IF(1 = TRUE, ''true'', ''false'');\n+-------------------------------+\n| IF(1 = TRUE, ''true'', ''false'') |\n+-------------------------------+\n| true                          |\n+-------------------------------+\n\nmysql> SELECT IF(2 = TRUE, ''true'', ''false'');\n+-------------------------------+\n| IF(2 = TRUE, ''true'', ''false'') |\n+-------------------------------+\n| false                         |\n+-------------------------------+\n\nmysql> SELECT IF(2 = FALSE, ''true'', ''false'');\n+--------------------------------+\n| IF(2 = FALSE, ''true'', ''false'') |\n+--------------------------------+\n| false                          |\n+--------------------------------+\n\nThe last two statements display the results shown because 2 is equal to\nneither 1 nor 0.\n\nWe intend to implement full boolean type handling, in accordance with\nstandard SQL, in a future MySQL release.\n', '', 'numeric-type-overview'),
(81, 'DEFAULT', 13, 'Syntax:\nDEFAULT(col_name)\n\nReturns the default value for a table column.\n', 'mysql> UPDATE t SET i = DEFAULT(i)+1 WHERE id < 100;\n', 'miscellaneous-functions'),
(82, 'TINYTEXT', 20, 'TINYTEXT [CHARACTER SET charset_name] [COLLATE collation_name]\n\nA TEXT column with a maximum length of 255 (28 - 1) characters.\n', '', 'string-type-overview');
INSERT INTO `help_topic` (`help_topic_id`, `name`, `help_category_id`, `description`, `example`, `url`) VALUES
(83, 'OPTIMIZE TABLE', 19, 'Syntax:\nOPTIMIZE [LOCAL | NO_WRITE_TO_BINLOG] TABLE tbl_name [, tbl_name] ...\n\nOPTIMIZE TABLE should be used if you have deleted a large part of a\ntable or if you have made many changes to a table with variable-length\nrows (tables that have VARCHAR, VARBINARY, BLOB, or TEXT columns).\nDeleted rows are maintained in a linked list and subsequent INSERT\noperations reuse old row positions. You can use OPTIMIZE TABLE to\nreclaim the unused space and to defragment the data file.\n\nThis statement requires SELECT and INSERT privileges for the table.\n', '', 'optimize-table'),
(84, 'DECODE', 10, 'Syntax:\nDECODE(crypt_str,pass_str)\n\nDecrypts the encrypted string crypt_str using pass_str as the password.\ncrypt_str should be a string returned from ENCODE().\n', '', 'encryption-functions'),
(85, '<=>', 17, 'Syntax:\n<=>\n\nNULL-safe equal. This operator performs an equality comparison like the\n= operator, but returns 1 rather than NULL if both operands are NULL,\nand 0 rather than NULL if one operand is NULL.\n', 'mysql> SELECT 1 <=> 1, NULL <=> NULL, 1 <=> NULL;\n        -> 1, 1, 0\nmysql> SELECT 1 = 1, NULL = NULL, 1 = NULL;\n        -> 1, NULL, NULL\n', 'comparison-operators'),
(86, 'LOAD DATA FROM MASTER', 24, 'Syntax:\nLOAD DATA FROM MASTER\n\nThis feature is deprecated. We recommend not using it anymore. It is\nsubject to removal in a future version of MySQL.\n\nSince the current implementation of LOAD DATA FROM MASTER and LOAD\nTABLE FROM MASTER is very limited, these statements are deprecated in\nversions 4.1 of MySQL and above. We will introduce a more advanced\ntechnique (called "online backup") in a future version. That technique\nwill have the additional advantage of working with more storage\nengines.\n\nFor MySQL 5.1 and earlier, the recommended alternative solution to\nusing LOAD DATA FROM MASTER or LOAD TABLE FROM MASTERis using mysqldump\nor mysqlhotcopy. The latter requires Perl and two Perl modules (DBI and\nDBD:mysql) and works for MyISAM and ARCHIVE tables only. With\nmysqldump, you can create SQL dumps on the master and pipe (or copy)\nthese to a mysql client on the slave. This has the advantage of working\nfor all storage engines, but can be quite slow, since it works using\nSELECT.\n\nThis statement takes a snapshot of the master and copies it to the\nslave. It updates the values of MASTER_LOG_FILE and MASTER_LOG_POS so\nthat the slave starts replicating from the correct position. Any table\nand database exclusion rules specified with the --replicate-*-do-* and\n--replicate-*-ignore-* options are honored. --replicate-rewrite-db is\nnot taken into account because a user could use this option to set up a\nnon-unique mapping such as --replicate-rewrite-db="db1->db3" and\n--replicate-rewrite-db="db2->db3", which would confuse the slave when\nloading tables from the master.\n\nUse of this statement is subject to the following conditions:\n\no It works only for MyISAM tables. Attempting to load a non-MyISAM\n  table results in the following error:\n\nERROR 1189 (08S01): Net error reading from master\n\no It acquires a global read lock on the master while taking the\n  snapshot, which prevents updates on the master during the load\n  operation.\n\nIf you are loading large tables, you might have to increase the values\nof net_read_timeout and net_write_timeout on both the master and slave\nservers. See\nhttp://dev.mysql.com/doc/refman/4.1/en/server-system-variables.html.\n\nNote that LOAD DATA FROM MASTER does not copy any tables from the mysql\ndatabase. This makes it easy to have different users and privileges on\nthe master and the slave.\n\nTo use LOAD DATA FROM MASTER, the replication account that is used to\nconnect to the master must have the RELOAD and SUPER privileges on the\nmaster and the SELECT privilege for all master tables you want to load.\nAll master tables for which the user does not have the SELECT privilege\nare ignored by LOAD DATA FROM MASTER. This is because the master hides\nthem from the user: LOAD DATA FROM MASTER calls SHOW DATABASES to know\nthe master databases to load, but SHOW DATABASES returns only databases\nfor which the user has some privilege. See [HELP SHOW DATABASES]. On\nthe slave side, the user that issues LOAD DATA FROM MASTER must have\nprivileges for dropping and creating the databases and tables that are\ncopied.\n', '', 'load-data-from-master'),
(87, 'RESET', 24, 'Syntax:\nRESET reset_option [, reset_option] ...\n\nThe RESET statement is used to clear the state of various server\noperations. You must have the RELOAD privilege to execute RESET.\n\nRESET acts as a stronger version of the FLUSH statement. See [HELP\nFLUSH].\n', '', 'reset'),
(88, 'HELP STATEMENT', 23, 'Syntax:\nHELP ''search_string''\n\nThe HELP statement returns online information from the MySQL Reference\nmanual. Its proper operation requires that the help tables in the mysql\ndatabase be initialized with help topic information (see\nhttp://dev.mysql.com/doc/refman/4.1/en/server-side-help-support.html).\n\nThe HELP statement searches the help tables for the given search string\nand displays the result of the search. The search string is not case\nsensitive.\n', '', 'help'),
(89, 'GET_LOCK', 13, 'Syntax:\nGET_LOCK(str,timeout)\n\nTries to obtain a lock with a name given by the string str, using a\ntimeout of timeout seconds. Returns 1 if the lock was obtained\nsuccessfully, 0 if the attempt timed out (for example, because another\nclient has previously locked the name), or NULL if an error occurred\n(such as running out of memory or the thread was killed with mysqladmin\nkill). If you have a lock obtained with GET_LOCK(), it is released when\nyou execute RELEASE_LOCK(), execute a new GET_LOCK(), or your\nconnection terminates (either normally or abnormally). Locks obtained\nwith GET_LOCK() do not interact with transactions. That is, committing\na transaction does not release any such locks obtained during the\ntransaction.\n\nThis function can be used to implement application locks or to simulate\nrecord locks. Names are locked on a server-wide basis. If a name has\nbeen locked by one client, GET_LOCK() blocks any request by another\nclient for a lock with the same name. This allows clients that agree on\na given lock name to use the name to perform cooperative advisory\nlocking. But be aware that it also allows a client that is not among\nthe set of cooperating clients to lock a name, either inadvertently or\ndeliberately, and thus prevent any of the cooperating clients from\nlocking that name. One way to reduce the likelihood of this is to use\nlock names that are database-specific or application-specific. For\nexample, use lock names of the form db_name.str or app_name.str.\n', 'mysql> SELECT GET_LOCK(''lock1'',10);\n        -> 1\nmysql> SELECT IS_FREE_LOCK(''lock2'');\n        -> 1\nmysql> SELECT GET_LOCK(''lock2'',10);\n        -> 1\nmysql> SELECT RELEASE_LOCK(''lock2'');\n        -> 1\nmysql> SELECT RELEASE_LOCK(''lock1'');\n        -> NULL\n', 'miscellaneous-functions'),
(90, 'UCASE', 32, 'Syntax:\nUCASE(str)\n\nUCASE() is a synonym for UPPER().\n', '', 'string-functions'),
(91, 'SHOW BINLOG EVENTS', 24, 'Syntax:\nSHOW BINLOG EVENTS\n   [IN ''log_name''] [FROM pos] [LIMIT [offset,] row_count]\n\nShows the events in the binary log. If you do not specify ''log_name'',\nthe first binary log is displayed.\n', '', 'show-binlog-events'),
(92, 'MPOLYFROMWKB', 28, 'MPolyFromWKB(wkb[,srid]), MultiPolygonFromWKB(wkb[,srid])\n\nConstructs a MULTIPOLYGON value using its WKB representation and SRID.\n', '', 'gis-wkb-functions'),
(93, 'DO', 24, 'Syntax:\nDO expr [, expr] ...\n\nDO executes the expressions but does not return any results. In most\nrespects, DO is shorthand for SELECT expr, ..., but has the advantage\nthat it is slightly faster when you do not care about the result.\n\nDO is useful primarily with functions that have side effects, such as\nRELEASE_LOCK().\n', '', 'do'),
(94, 'CURTIME', 27, 'Syntax:\nCURTIME()\n\nReturns the current time as a value in ''HH:MM:SS'' or HHMMSS format,\ndepending on whether the function is used in a string or numeric\ncontext.\n', 'mysql> SELECT CURTIME();\n        -> ''23:50:26''\nmysql> SELECT CURTIME() + 0;\n        -> 235026\n', 'date-and-time-functions'),
(95, 'CHAR_LENGTH', 32, 'Syntax:\nCHAR_LENGTH(str)\n\nReturns the length of the string str, measured in characters. A\nmulti-byte character counts as a single character. This means that for\na string containing five two-byte characters, LENGTH() returns 10,\nwhereas CHAR_LENGTH() returns 5.\n', '', 'string-functions'),
(96, 'BIGINT', 20, 'BIGINT[(M)] [UNSIGNED] [ZEROFILL]\n\nA large integer. The signed range is -9223372036854775808 to\n9223372036854775807. The unsigned range is 0 to 18446744073709551615.\n', '', 'numeric-type-overview'),
(97, 'SET', 24, 'Syntax:\nSET variable_assignment [, variable_assignment] ...\n\nvariable_assignment:\n      user_var_name = expr\n    | [GLOBAL | SESSION] system_var_name = expr\n    | [@@global. | @@session. | @@]system_var_name = expr\n\nThe SET statement assigns values to different types of variables that\naffect the operation of the server or your client. Older versions of\nMySQL employed SET OPTION, but this syntax is deprecated in favor of\nSET without OPTION.\n', '', 'set-option'),
(98, 'DATE', 20, 'DATE\n\nA date. The supported range is ''1000-01-01'' to ''9999-12-31''. MySQL\ndisplays DATE values in ''YYYY-MM-DD'' format, but allows you to assign\nvalues to DATE columns using either strings or numbers.\n', '', 'date-and-time-type-overview'),
(99, 'CONV', 32, 'Syntax:\nCONV(N,from_base,to_base)\n\nConverts numbers between different number bases. Returns a string\nrepresentation of the number N, converted from base from_base to base\nto_base. Returns NULL if any argument is NULL. The argument N is\ninterpreted as an integer, but may be specified as an integer or a\nstring. The minimum base is 2 and the maximum base is 36. If to_base is\na negative number, N is regarded as a signed number. Otherwise, N is\ntreated as unsigned. CONV() works with 64-bit precision.\n', 'mysql> SELECT CONV(''a'',16,2);\n        -> ''1010''\nmysql> SELECT CONV(''6E'',18,8);\n        -> ''172''\nmysql> SELECT CONV(-17,10,-18);\n        -> ''-H''\nmysql> SELECT CONV(10+''10''+''10''+0xa,10,10);\n        -> ''40''\n', 'string-functions'),
(100, 'SHOW OPEN TABLES', 24, 'Syntax:\nSHOW OPEN TABLES\n\nSHOW OPEN TABLES lists the non-TEMPORARY tables that are currently open\nin the table cache. See\nhttp://dev.mysql.com/doc/refman/4.1/en/table-cache.html.\n', '', 'show-open-tables'),
(101, 'EXTRACT', 27, 'Syntax:\nEXTRACT(unit FROM date)\n\nThe EXTRACT() function uses the same kinds of unit specifiers as\nDATE_ADD() or DATE_SUB(), but extracts parts from the date rather than\nperforming date arithmetic.\n', 'mysql> SELECT EXTRACT(YEAR FROM ''1999-07-02'');\n       -> 1999\nmysql> SELECT EXTRACT(YEAR_MONTH FROM ''1999-07-02 01:02:03'');\n       -> 199907\nmysql> SELECT EXTRACT(DAY_MINUTE FROM ''1999-07-02 01:02:03'');\n       -> 20102\nmysql> SELECT EXTRACT(MICROSECOND\n    ->                FROM ''2003-01-02 10:30:00.00123'');\n        -> 123\n', 'date-and-time-functions'),
(102, 'ENCRYPT', 10, 'Syntax:\nENCRYPT(str[,salt])\n\nEncrypts str using the Unix crypt() system call and returns a binary\nstring. The salt argument should be a string with two characters. (As\nof MySQL 3.22.16, salt may be longer than two characters.) If no salt\nargument is given, a random value is used.\n', 'mysql> SELECT ENCRYPT(''hello'');\n        -> ''VxuFAJXVARROc''\n', 'encryption-functions'),
(103, 'SHOW STATUS', 24, 'Syntax:\nSHOW STATUS [LIKE ''pattern'']\n\nSHOW STATUS provides server status information. This information also\ncan be obtained using the mysqladmin extended-status command.\nWith a LIKE clause, the statement displays only rows for those\nvariables with names that match the pattern:\n\nmysql> SHOW STATUS LIKE ''Key%'';\n+--------------------+----------+\n| Variable_name      | Value    |\n+--------------------+----------+\n| Key_blocks_used    | 14955    |\n| Key_read_requests  | 96854827 |\n| Key_reads          | 162040   |\n| Key_write_requests | 7589728  |\n| Key_writes         | 3813196  |\n+--------------------+----------+\n', '', 'show-status'),
(104, 'OLD_PASSWORD', 10, 'Syntax:\nOLD_PASSWORD(str)\n\nOLD_PASSWORD() is available as of MySQL 4.1, when the implementation of\nPASSWORD() was changed to improve security. OLD_PASSWORD() returns the\nvalue of the pre-4.1 implementation of PASSWORD() as a binary string,\nand is intended to permit you to reset passwords for any pre-4.1\nclients that need to connect to your version 4.1 MySQL server without\nlocking them out. See\nhttp://dev.mysql.com/doc/refman/4.1/en/password-hashing.html.\n', '', 'encryption-functions'),
(105, 'FORMAT', 32, 'Syntax:\nFORMAT(X,D)\n\nFormats the number X to a format like ''#,###,###.##'', rounded to D\ndecimal places, and returns the result as a string. If D is 0, the\nresult has no decimal point or fractional part.\n', 'mysql> SELECT FORMAT(12332.123456, 4);\n        -> ''12,332.1235''\nmysql> SELECT FORMAT(12332.1,4);\n        -> ''12,332.1000''\nmysql> SELECT FORMAT(12332.2,0);\n        -> ''12,332''\n', 'string-functions'),
(106, '||', 12, 'Syntax:\nOR, ||\n\nLogical OR. When both operands are non-NULL, the result is 1 if any\noperand is non-zero, and 0 otherwise. With a NULL operand, the result\nis 1 if the other operand is non-zero, and NULL otherwise. If both\noperands are NULL, the result is NULL.\n', 'mysql> SELECT 1 || 1;\n        -> 1\nmysql> SELECT 1 || 0;\n        -> 1\nmysql> SELECT 0 || 0;\n        -> 0\nmysql> SELECT 0 || NULL;\n        -> NULL\nmysql> SELECT 1 || NULL;\n        -> 1\n', 'logical-operators'),
(107, 'BIT_LENGTH', 32, 'Syntax:\nBIT_LENGTH(str)\n\nReturns the length of the string str in bits.\n', 'mysql> SELECT BIT_LENGTH(''text'');\n        -> 32\n', 'string-functions'),
(108, 'EXTERIORRING', 2, 'ExteriorRing(poly)\n\nReturns the exterior ring of the Polygon value poly as a LineString.\n', 'mysql> SET @poly =\n    -> ''Polygon((0 0,0 3,3 3,3 0,0 0),(1 1,1 2,2 2,2 1,1 1))'';\nmysql> SELECT AsText(ExteriorRing(GeomFromText(@poly)));\n+-------------------------------------------+\n| AsText(ExteriorRing(GeomFromText(@poly))) |\n+-------------------------------------------+\n| LINESTRING(0 0,0 3,3 3,3 0,0 0)           |\n+-------------------------------------------+\n', 'polygon-property-functions'),
(109, 'GEOMFROMWKB', 28, 'GeomFromWKB(wkb[,srid]), GeometryFromWKB(wkb[,srid])\n\nConstructs a geometry value of any type using its WKB representation\nand SRID.\n', '', 'gis-wkb-functions'),
(110, 'SHOW SLAVE HOSTS', 24, 'Syntax:\n          SHOW SLAVE HOSTS\n\nDisplays a list of replication slaves currently registered with the\nmaster. Only slaves started with the --report-host=slave_name option\nare visible in this list.\n\nThe list is displayed on any server (not just the master server). The\noutput looks like this: mysql> SHOW SLAVE HOSTS;\n+------------+-----------+------+-----------+ | Server_id | Host | Port\n| Master_id | +------------+-----------+------+-----------+ | 192168010\n| iconnect2 | 3306 | 192168011 | | 1921680101 | athena | 3306 |\n192168011 | +------------+-----------+------+-----------+ Server_id:\nThe unique server ID of the slave server, as configured in the server''s\noption file, or on the command line with --server-id=value . Host: The\nhost name of the slave server, as configured in the server''s option\nfile, or on the command line with --report-host=value. Note that this\ncan differ from the machine name as configured in the operating system.\nPort: The port the slave server is listening on. Master_id: The unique\nserver ID of the master server that the slave server is replicating\nfrom. Some MySQL versions report another variable, Rpl_recovery_rank.\nThis variable was never used, and was eventually removed.\n', '', 'show-slave-hosts'),
(111, 'START TRANSACTION', 7, 'Syntax:\nSTART TRANSACTION | BEGIN [WORK]\nCOMMIT\nROLLBACK\nSET AUTOCOMMIT = {0 | 1}\n\nThe START TRANSACTION and BEGIN statement begin a new transaction.\nCOMMIT commits the current transaction, making its changes permanent.\nROLLBACK rolls back the current transaction, canceling its changes. The\nSET AUTOCOMMIT statement disables or enables the default autocommit\nmode for the current connection.\n\nBy default, MySQL runs with autocommit mode enabled. This means that as\nsoon as you execute a statement that updates (modifies) a table, MySQL\nstores the update on disk.\n\nIf you are using a transaction-safe storage engine (such as InnoDB,\nBDB, or NDB Cluster), you can disable autocommit mode with the\nfollowing statement:\n\nSET AUTOCOMMIT=0;\n\nAfter disabling autocommit mode by setting the AUTOCOMMIT variable to\nzero, you must use COMMIT to store your changes to disk or ROLLBACK if\nyou want to ignore the changes you have made since the beginning of\nyour transaction.\n\nTo disable autocommit mode for a single series of statements, use the\nSTART TRANSACTION statement:\n', 'START TRANSACTION;\nSELECT @A:=SUM(salary) FROM table1 WHERE type=1;\nUPDATE table2 SET summary=@A WHERE type=1;\nCOMMIT;\n', 'commit'),
(112, 'BETWEEN AND', 17, 'Syntax:\nexpr BETWEEN min AND max\n\nIf expr is greater than or equal to min and expr is less than or equal\nto max, BETWEEN returns 1, otherwise it returns 0. This is equivalent\nto the expression (min <= expr AND expr <= max) if all the arguments\nare of the same type. Otherwise type conversion takes place according\nto the rules described in\nhttp://dev.mysql.com/doc/refman/4.1/en/type-conversion.html, but\napplied to all the three arguments. Note: Before MySQL 4.0.5, arguments\nwere converted to the type of expr instead.\n', 'mysql> SELECT 1 BETWEEN 2 AND 3;\n        -> 0\nmysql> SELECT ''b'' BETWEEN ''a'' AND ''c'';\n        -> 1\nmysql> SELECT 2 BETWEEN 2 AND ''3'';\n        -> 1\nmysql> SELECT 2 BETWEEN 2 AND ''x-3'';\n        -> 0\n', 'comparison-operators'),
(113, 'MULTIPOLYGON', 21, 'MultiPolygon(poly1,poly2,...)\n\nConstructs a WKB MultiPolygon value from a set of WKB Polygon\narguments. If any argument is not a WKB Polygon, the return value is\nNULL.\n', '', 'gis-mysql-specific-functions'),
(114, 'TIME_FORMAT', 27, 'Syntax:\nTIME_FORMAT(time,format)\n\nThis is used like the DATE_FORMAT() function, but the format string may\ncontain format specifiers only for hours, minutes, and seconds. Other\nspecifiers produce a NULL value or 0.\n', 'mysql> SELECT TIME_FORMAT(''100:00:00'', ''%H %k %h %I %l'');\n        -> ''100 100 04 04 4''\n', 'date-and-time-functions'),
(115, 'LEFT', 32, 'Syntax:\nLEFT(str,len)\n\nReturns the leftmost len characters from the string str.\n', 'mysql> SELECT LEFT(''foobarbar'', 5);\n        -> ''fooba''\n', 'string-functions'),
(116, 'FLUSH QUERY CACHE', 23, 'You can defragment the query cache to better utilize its memory with\nthe FLUSH QUERY CACHE statement. The statement does not remove any\nqueries from the cache.\n\nThe RESET QUERY CACHE statement removes all query results from the\nquery cache. The FLUSH TABLES statement also does this.\n', '', 'query-cache-status-and-maintenance'),
(117, 'SET DATA TYPE', 20, 'SET(''value1'',''value2'',...) [CHARACTER SET charset_name] [COLLATE\ncollation_name]\n\nA set. A string object that can have zero or more values, each of which\nmust be chosen from the list of values ''value1'', ''value2'', ... A SET\ncolumn can have a maximum of 64 members. SET values are represented\ninternally as integers.\n', '', 'string-type-overview'),
(118, 'RAND', 4, 'Syntax:\nRAND(), RAND(N)\n\nReturns a random floating-point value v between 0 and 1 inclusive (that\nis, in the range 0 <= v <= 1.0). If an integer argument N is specified,\nit is used as the seed value, which produces a repeatable sequence of\ncolumn values.\n', 'mysql> SELECT RAND();\n        -> 0.9233482386203\nmysql> SELECT RAND(20);\n        -> 0.15888261251047\nmysql> SELECT RAND(20);\n        -> 0.15888261251047\nmysql> SELECT RAND();\n        -> 0.63553050033332\nmysql> SELECT RAND();\n        -> 0.70100469486881\nmysql> SELECT RAND(20);\n        -> 0.15888261251047\n', 'mathematical-functions'),
(119, 'RPAD', 32, 'Syntax:\nRPAD(str,len,padstr)\n\nReturns the string str, right-padded with the string padstr to a length\nof len characters. If str is longer than len, the return value is\nshortened to len characters.\n', 'mysql> SELECT RPAD(''hi'',5,''?'');\n        -> ''hi???''\nmysql> SELECT RPAD(''hi'',1,''?'');\n        -> ''h''\n', 'string-functions'),
(120, 'CREATE DATABASE', 34, 'Syntax:\nCREATE DATABASE [IF NOT EXISTS] db_name\n    [create_specification [create_specification] ...]\n\ncreate_specification:\n    [DEFAULT] CHARACTER SET charset_name\n  | [DEFAULT] COLLATE collation_name\n\nCREATE DATABASE creates a database with the given name. To use this\nstatement, you need the CREATE privilege for the database.\n', '', 'create-database'),
(121, 'DEC', 20, 'DEC[(M[,D])] [UNSIGNED] [ZEROFILL], NUMERIC[(M[,D])] [UNSIGNED]\n[ZEROFILL], FIXED[(M[,D])] [UNSIGNED] [ZEROFILL]\n\nThese types are synonyms for DECIMAL. The FIXED synonym was added in\nMySQL 4.1.0 for compatibility with other database systems.\n', '', 'numeric-type-overview'),
(122, 'ELT', 32, 'Syntax:\nELT(N,str1,str2,str3,...)\n\nReturns str1 if N = 1, str2 if N = 2, and so on. Returns NULL if N is\nless than 1 or greater than the number of arguments. ELT() is the\ncomplement of FIELD().\n', 'mysql> SELECT ELT(1, ''ej'', ''Heja'', ''hej'', ''foo'');\n        -> ''ej''\nmysql> SELECT ELT(4, ''ej'', ''Heja'', ''hej'', ''foo'');\n        -> ''foo''\n', 'string-functions'),
(123, 'SHOW DATABASES', 24, 'Syntax:\nSHOW DATABASES [LIKE ''pattern'']\n\nSHOW DATABASES lists the databases on the MySQL server host. As of\nMySQL 4.0.2, you see only those databases for which you have some kind\nof privilege, if you do not have the global SHOW DATABASES privilege.\nYou can also get this list using the mysqlshow command.\n\nIf the server was started with the --skip-show-database option, you\ncannot use this statement at all unless you have the SHOW DATABASES\nprivilege.\n', '', 'show-databases'),
(124, '~', 18, 'Syntax:\n~\n\nInvert all bits.\n', 'mysql> SELECT 5 & ~1;\n        -> 4\n', 'bit-functions'),
(125, 'TEXT', 20, 'TEXT[(M)] [CHARACTER SET charset_name] [COLLATE collation_name]\n\nA TEXT column with a maximum length of 65,535 (216 - 1) characters.\n\nBeginning with MySQL 4.1, an optional length M can be given for this\ntype. MySQL creates the column as the smallest TEXT type large enough\nto hold values M characters long.\n', '', 'string-type-overview'),
(126, 'CONCAT_WS', 32, 'Syntax:\nCONCAT_WS(separator,str1,str2,...)\n\nCONCAT_WS() stands for Concatenate With Separator and is a special form\nof CONCAT(). The first argument is the separator for the rest of the\narguments. The separator is added between the strings to be\nconcatenated. The separator can be a string, as can the rest of the\narguments. If the separator is NULL, the result is NULL.\n', 'mysql> SELECT CONCAT_WS('','',''First name'',''Second name'',''Last Name'');\n        -> ''First name,Second name,Last Name''\nmysql> SELECT CONCAT_WS('','',''First name'',NULL,''Last Name'');\n        -> ''First name,Last Name''\n', 'string-functions'),
(127, 'ASIN', 4, 'Syntax:\nASIN(X)\n\nReturns the arc sine of X, that is, the value whose sine is X. Returns\nNULL if X is not in the range -1 to 1.\n', 'mysql> SELECT ASIN(0.2);\n        -> 0.201358\nmysql> SELECT ASIN(''foo'');\n        -> 0.000000\n', 'mathematical-functions'),
(128, 'SHOW LOGS', 24, 'Syntax:\nSHOW [BDB] LOGS\n\nSHOW LOGS displays status information about existing BDB log files. It\nwas implemented in MySQL 3.23.29. An alias for it (available as of\nMySQL 4.1.1) is SHOW BDB LOGS. As of MySQL 4.1.2, this statement is\ndeprecated and SHOW ENGINE BDB LOGS should be used instead. See [HELP\nSHOW ENGINE].\n', '', 'show-logs'),
(129, 'SIGN', 4, 'Syntax:\nSIGN(X)\n\nReturns the sign of the argument as -1, 0, or 1, depending on whether X\nis negative, zero, or positive.\n', 'mysql> SELECT SIGN(-32);\n        -> -1\nmysql> SELECT SIGN(0);\n        -> 0\nmysql> SELECT SIGN(234);\n        -> 1\n', 'mathematical-functions'),
(130, 'SEC_TO_TIME', 27, 'Syntax:\nSEC_TO_TIME(seconds)\n\nReturns the seconds argument, converted to hours, minutes, and seconds,\nas a value in ''HH:MM:SS'' or HHMMSS format, depending on whether the\nfunction is used in a string or numeric context.\n', 'mysql> SELECT SEC_TO_TIME(2378);\n        -> ''00:39:38''\nmysql> SELECT SEC_TO_TIME(2378) + 0;\n        -> 3938\n', 'date-and-time-functions'),
(131, 'FLOAT', 20, 'FLOAT[(M,D)] [UNSIGNED] [ZEROFILL]\n\nA small (single-precision) floating-point number. Allowable values are\n-3.402823466E+38 to -1.175494351E-38, 0, and 1.175494351E-38 to\n3.402823466E+38. These are the theoretical limits, based on the IEEE\nstandard. The actual range might be slightly smaller depending on your\nhardware or operating system.\n\nM is the total number of digits and D is the number of digits following\nthe decimal point. If M and D are omitted, values are stored to the\nlimits allowed by the hardware. A single-precision floating-point\nnumber is accurate to approximately 7 decimal places.\n\nUNSIGNED, if specified, disallows negative values.\n\nUsing FLOAT might give you some unexpected problems because all\ncalculations in MySQL are done with double precision. See\nhttp://dev.mysql.com/doc/refman/4.1/en/no-matching-rows.html.\n', '', 'numeric-type-overview'),
(132, 'LOCATE', 32, 'Syntax:\nLOCATE(substr,str), LOCATE(substr,str,pos)\n\nThe first syntax returns the position of the first occurrence of\nsubstring substr in string str. The second syntax returns the position\nof the first occurrence of substring substr in string str, starting at\nposition pos. Returns 0 if substr is not in str.\n', 'mysql> SELECT LOCATE(''bar'', ''foobarbar'');\n        -> 4\nmysql> SELECT LOCATE(''xbar'', ''foobar'');\n        -> 0\nmysql> SELECT LOCATE(''bar'', ''foobarbar'', 5);\n        -> 7\n', 'string-functions'),
(133, 'CHARSET', 15, 'Syntax:\nCHARSET(str)\n\nReturns the character set of the string argument.\n', 'mysql> SELECT CHARSET(''abc'');\n        -> ''latin1''\nmysql> SELECT CHARSET(CONVERT(''abc'' USING utf8));\n        -> ''utf8''\nmysql> SELECT CHARSET(USER());\n        -> ''utf8''\n', 'information-functions'),
(134, 'SUBDATE', 27, 'Syntax:\nSUBDATE(date,INTERVAL expr unit), SUBDATE(expr,days)\n\nWhen invoked with the INTERVAL form of the second argument, SUBDATE()\nis a synonym for DATE_SUB(). For information on the INTERVAL unit\nargument, see the discussion for DATE_ADD().\n\nmysql> SELECT DATE_SUB(''1998-01-02'', INTERVAL 31 DAY);\n        -> ''1997-12-02''\nmysql> SELECT SUBDATE(''1998-01-02'', INTERVAL 31 DAY);\n        -> ''1997-12-02''\n\nAs of MySQL 4.1.1, the second syntax is allowed, where expr is a date\nor datetime expression and days is the number of days to be subtracted\nfrom expr.\n\nmysql> SELECT SUBDATE(''1998-01-02 12:00:00'', 31);\n        -> ''1997-12-02 12:00:00''\n', '', 'date-and-time-functions'),
(135, 'DAYOFYEAR', 27, 'Syntax:\nDAYOFYEAR(date)\n\nReturns the day of the year for date, in the range 1 to 366.\n', 'mysql> SELECT DAYOFYEAR(''1998-02-03'');\n        -> 34\n', 'date-and-time-functions'),
(136, '%', 4, 'Syntax:\nMOD(N,M), N % M, N MOD M\n\nModulo operation. Returns the remainder of N divided by M.\n', 'mysql> SELECT MOD(234, 10);\n        -> 4\nmysql> SELECT 253 % 7;\n        -> 1\nmysql> SELECT MOD(29,9);\n        -> 2\nmysql> SELECT 29 MOD 9;\n        -> 2\n', 'mathematical-functions'),
(137, 'LONGTEXT', 20, 'LONGTEXT [CHARACTER SET charset_name] [COLLATE collation_name]\n\nA TEXT column with a maximum length of 4,294,967,295 or 4GB (232 - 1)\ncharacters. Up to MySQL 3.23, the client/server protocol and MyISAM\ntables had a limit of 16MB per communication packet or table row. From\nMySQL 4.0, the maximum allowed length of LONGTEXT columns depends on\nthe configured maximum packet size in the client/server protocol and\navailable memory.\n', '', 'string-type-overview'),
(138, 'DISJOINT', 25, 'Disjoint(g1,g2)\n\nReturns 1 or 0 to indicate whether g1 is spatially disjoint from (does\nnot intersect) g2.\n', '', 'functions-that-test-spatial-relationships-between-geometries'),
(139, 'KILL', 24, 'Syntax:\nKILL thread_id\n\nEach connection to mysqld runs in a separate thread. You can see which\nthreads are running with the SHOW PROCESSLIST statement and kill a\nthread with the KILL thread_id statement.\n\nIf you have the PROCESS privilege, you can see all threads. If you have\nthe SUPER privilege, you can kill all threads and statements.\nOtherwise, you can see and kill only your own threads and statements.\n\nYou can also use the mysqladmin processlist and mysqladmin kill\ncommands to examine and kill threads.\n\nNote: You cannot use KILL with the Embedded MySQL Server library,\nbecause the embedded server merely runs inside the threads of the host\napplication. It does not create any connection threads of its own.\n', '', 'kill'),
(140, 'ASTEXT', 3, 'AsText(g)\n\nConverts a value in internal geometry format to its WKT representation\nand returns the string result.\n', 'mysql> SET @g = ''LineString(1 1,2 2,3 3)'';\nmysql> SELECT AsText(GeomFromText(@g));\n+--------------------------+\n| AsText(GeomFromText(@g)) |\n+--------------------------+\n| LINESTRING(1 1,2 2,3 3)  |\n+--------------------------+\n', 'functions-to-convert-geometries-between-formats'),
(141, 'LPAD', 32, 'Syntax:\nLPAD(str,len,padstr)\n\nReturns the string str, left-padded with the string padstr to a length\nof len characters. If str is longer than len, the return value is\nshortened to len characters.\n\n', 'mysql> SELECT LPAD(''hi'',4,''??'');\n        -> ''??hi''\nmysql> SELECT LPAD(''hi'',1,''??'');\n        -> ''h''\n', 'string-functions'),
(142, 'RESTORE TABLE', 19, 'Syntax:\nRESTORE TABLE tbl_name [, tbl_name] ... FROM ''/path/to/backup/directory''\n\nRESTORE TABLE restores the table or tables from a backup that was made\nwith BACKUP TABLE. The directory should be specified as a full\npathname.\n\nExisting tables are not overwritten; if you try to restore over an\nexisting table, an error occurs. Just as for BACKUP TABLE, RESTORE\nTABLE currently works only for MyISAM tables. Restored tables are not\nreplicated from master to slave.\n\nThe backup for each table consists of its .frm format file and .MYD\ndata file. The restore operation restores those files, and then uses\nthem to rebuild the .MYI index file. Restoring takes longer than\nbacking up due to the need to rebuild the indexes. The more indexes the\ntable has, the longer it takes.\n', '', 'restore-table'),
(143, 'OVERLAPS', 25, 'Overlaps(g1,g2)\n\nReturns 1 or 0 to indicate whether g1 spatially overlaps g2. The term\nspatially overlaps is used if two geometries intersect and their\nintersection results in a geometry of the same dimension but not equal\nto either of the given geometries.\n', '', 'functions-that-test-spatial-relationships-between-geometries'),
(144, 'NUMGEOMETRIES', 22, 'NumGeometries(gc)\n\nReturns the number of geometries in the GeometryCollection value gc.\n', 'mysql> SET @gc = ''GeometryCollection(Point(1 1),LineString(2 2, 3 3))'';\nmysql> SELECT NumGeometries(GeomFromText(@gc));\n+----------------------------------+\n| NumGeometries(GeomFromText(@gc)) |\n+----------------------------------+\n|                                2 |\n+----------------------------------+\n', 'geometrycollection-property-functions'),
(145, 'SET GLOBAL SQL_SLAVE_SKIP_COUNTER', 24, 'Syntax:\nSET GLOBAL SQL_SLAVE_SKIP_COUNTER = N\n\nThis statement skips the next N events from the master. This is useful\nfor recovering from replication stops caused by a statement.\n\nThis statement is valid only when the slave thread is not running.\nOtherwise, it produces an error.\n\nBefore MySQL 4.0, omit the GLOBAL keyword from the statement.\n', '', 'set-global-sql-slave-skip-counter'),
(146, 'MONTHNAME', 27, 'Syntax:\nMONTHNAME(date)\n\nReturns the full name of the month for date.\n', 'mysql> SELECT MONTHNAME(''1998-02-05'');\n        -> ''February''\n', 'date-and-time-functions'),
(147, 'PROCEDURE ANALYSE', 33, 'Syntax:\nanalyse([max_elements[,max_memory]])\n\nThis procedure is defined in the sql/sql_analyse.cc file. It examines\nthe result from a query and returns an analysis of the results that\nsuggests optimal data types for each column. To obtain this analysis,\nappend PROCEDURE ANALYSE to the end of a SELECT statement:\n\nSELECT ... FROM ... WHERE ... PROCEDURE ANALYSE([max_elements,[max_memory]])\n\nFor example:\n\nSELECT col1, col2 FROM table1 PROCEDURE ANALYSE(10, 2000);\n\nThe results show some statistics for the values returned by the query,\nand propose an optimal data type for the columns. This can be helpful\nfor checking your existing tables, or after importing new data. You may\nneed to try different settings for the arguments so that PROCEDURE\nANALYSE() does not suggest the ENUM data type when it is not\nappropriate.\n\nThe arguments are optional and are used as follows:\n\no max_elements (default 256) is the maximum number of distinct values\n  that analyse notices per column. This is used by analyse to check\n  whether the optimal data type should be of type ENUM.\n\no max_memory (default 8192) is the maximum amount of memory that\n  analyse should allocate per column while trying to find all distinct\n  values.\n', '', 'procedure-analyse'),
(148, 'MBREQUAL', 5, 'MBREqual(g1,g2)\n\nReturns 1 or 0 to indicate whether the Minimum Bounding Rectangles of\nthe two geometries g1 and g2 are the same.\n', '', 'relations-on-geometry-mbr'),
(149, 'CHANGE MASTER TO', 24, 'Syntax:\nCHANGE MASTER TO master_def [, master_def] ...\n\nmaster_def:\n    MASTER_HOST = ''host_name''\n  | MASTER_USER = ''user_name''\n  | MASTER_PASSWORD = ''password''\n  | MASTER_PORT = port_num\n  | MASTER_CONNECT_RETRY = count\n  | MASTER_LOG_FILE = ''master_log_name''\n  | MASTER_LOG_POS = master_log_pos\n  | RELAY_LOG_FILE = ''relay_log_name''\n  | RELAY_LOG_POS = relay_log_pos\n  | MASTER_SSL = {0|1}\n  | MASTER_SSL_CA = ''ca_file_name''\n  | MASTER_SSL_CAPATH = ''ca_directory_name''\n  | MASTER_SSL_CERT = ''cert_file_name''\n  | MASTER_SSL_KEY = ''key_file_name''\n  | MASTER_SSL_CIPHER = ''cipher_list''\n\nCHANGE MASTER TO changes the parameters that the slave server uses for\nconnecting to and communicating with the master server. It also updates\nthe contents of the master.info and relay-log.info files.\n\nMASTER_USER, MASTER_PASSWORD, MASTER_SSL, MASTER_SSL_CA,\nMASTER_SSL_CAPATH, MASTER_SSL_CERT, MASTER_SSL_KEY, and\nMASTER_SSL_CIPHER provide information to the slave about how to connect\nto its master.\n\nThe relay log options (RELAY_LOG_FILE and RELAY_LOG_POS) are available\nbeginning with MySQL 4.0.\n\nThe SSL options (MASTER_SSL, MASTER_SSL_CA, MASTER_SSL_CAPATH,\nMASTER_SSL_CERT, MASTER_SSL_KEY, and MASTER_SSL_CIPHER) are available\nbeginning with MySQL 4.1.1. You can change these options even on slaves\nthat are compiled without SSL support. They are saved to the\nmaster.info file, but are ignored unless you use a server that has SSL\nsupport enabled.\n\nIf you don''t specify a given parameter, it keeps its old value, except\nas indicated in the following discussion. For example, if the password\nto connect to your MySQL master has changed, you just need to issue\nthese statements to tell the slave about the new password:\n\nSTOP SLAVE; -- if replication was running\nCHANGE MASTER TO MASTER_PASSWORD=''new3cret'';\nSTART SLAVE; -- if you want to restart replication\n\nThere is no need to specify the parameters that do not change (host,\nport, user, and so forth).\n\nMASTER_HOST and MASTER_PORT are the hostname (or IP address) of the\nmaster host and its TCP/IP port. Note that if MASTER_HOST is equal to\nlocalhost, then, like in other parts of MySQL, the port number might be\nignored (if Unix socket files can be used, for example).\n\nIf you specify MASTER_HOST or MASTER_PORT, the slave assumes that the\nmaster server is different from before (even if you specify a host or\nport value that is the same as the current value.) In this case, the\nold values for the master binary log name and position are considered\nno longer applicable, so if you do not specify MASTER_LOG_FILE and\nMASTER_LOG_POS in the statement, MASTER_LOG_FILE='''' and\nMASTER_LOG_POS=4 are silently appended to it.\n\nMASTER_LOG_FILE and MASTER_LOG_POS are the coordinates at which the\nslave I/O thread should begin reading from the master the next time the\nthread starts. If you specify either of them, you cannot specify\nRELAY_LOG_FILE or RELAY_LOG_POS. If neither of MASTER_LOG_FILE or\nMASTER_LOG_POS are specified, the slave uses the last coordinates of\nthe slave SQL thread before CHANGE MASTER was issued. This ensures that\nreplication has no discontinuity, even if the slave SQL thread was late\ncompared to the slave I/O thread, when you just want to change, say,\nthe password to use. This safe behavior was introduced starting from\nMySQL 4.0.17 and 4.1.1. (Before these versions, the coordinates used\nwere the last coordinates of the slave I/O thread before CHANGE MASTER\nwas issued. This caused the SQL thread to possibly lose some events\nfrom the master, thus breaking replication.)\n\nCHANGE MASTER deletes all relay log files and starts a new one, unless\nyou specify RELAY_LOG_FILE or RELAY_LOG_POS. In that case, relay logs\nare kept; as of MySQL 4.1.1, the relay_log_purge global variable is set\nsilently to 0.\n\nCHANGE MASTER is useful for setting up a slave when you have the\nsnapshot of the master and have recorded the log and the offset\ncorresponding to it. After loading the snapshot into the slave, you can\nrun CHANGE MASTER TO MASTER_LOG_FILE=''log_name_on_master'',\nMASTER_LOG_POS=log_offset_on_master on the slave.\n\nThe following example changes the master and master''s binary log\ncoordinates. This is used when you want to set up the slave to\nreplicate the master:\n\nCHANGE MASTER TO\n  MASTER_HOST=''master2.mycompany.com'',\n  MASTER_USER=''replication'',\n  MASTER_PASSWORD=''bigs3cret'',\n  MASTER_PORT=3306,\n  MASTER_LOG_FILE=''master2-bin.001'',\n  MASTER_LOG_POS=4,\n  MASTER_CONNECT_RETRY=10;\n\nThe next example shows an operation that is less frequently employed.\nIt is used when the slave has relay logs that you want it to execute\nagain for some reason. To do this, the master need not be reachable.\nYou need only use CHANGE MASTER TO and start the SQL thread (START\nSLAVE SQL_THREAD):\n\nCHANGE MASTER TO\n  RELAY_LOG_FILE=''slave-relay-bin.006'',\n  RELAY_LOG_POS=4025;\n', '', 'change-master-to'),
(150, 'DROP DATABASE', 34, 'Syntax:\nDROP DATABASE [IF EXISTS] db_name\n\nDROP DATABASE drops all tables in the database and deletes the\ndatabase. Be very careful with this statement! To use DROP DATABASE,\nyou need the DROP privilege on the database.\n\nImportant: When a database is dropped, user privileges on the database\nare not automatically dropped. See [HELP GRANT].\n\nIn MySQL 3.22 or later, you can use the keywords IF EXISTS to prevent\nan error from occurring if the database does not exist.\n', '', 'drop-database'),
(151, 'TIMESTAMP FUNCTION', 27, 'Syntax:\nTIMESTAMP(expr), TIMESTAMP(expr1,expr2)\n\nWith a single argument, this function returns the date or datetime\nexpression expr as a datetime value. With two arguments, it adds the\ntime expression expr2 to the date or datetime expression expr1 and\nreturns the result as a datetime value.\n', 'mysql> SELECT TIMESTAMP(''2003-12-31'');\n        -> ''2003-12-31 00:00:00''\nmysql> SELECT TIMESTAMP(''2003-12-31 12:00:00'',''12:00:00'');\n        -> ''2004-01-01 00:00:00''\n', 'date-and-time-functions'),
(152, 'CHARACTER_LENGTH', 32, 'Syntax:\nCHARACTER_LENGTH(str)\n\nCHARACTER_LENGTH() is a synonym for CHAR_LENGTH().\n', '', 'string-functions'),
(153, 'SHOW GRANTS', 24, 'Syntax:\nSHOW GRANTS [FOR user]\n\nThis statement lists the GRANT statement or statements that must be\nissued to duplicate the privileges that are granted to a MySQL user\naccount. The account is named using the same format as for the GRANT\nstatement; for example, ''jeffrey''@''localhost''. If you specify only the\nusername part of the account name, a hostname part of ''%'' is used. For\nadditional information about specifying account names, see [HELP\nGRANT].\n\nmysql> SHOW GRANTS FOR ''root''@''localhost'';\n+---------------------------------------------------------------------+\n| Grants for root@localhost                                           |\n+---------------------------------------------------------------------+\n| GRANT ALL PRIVILEGES ON *.* TO ''root''@''localhost'' WITH GRANT OPTION |\n+---------------------------------------------------------------------+\n\nAs of MySQL 4.1.2, to list the privileges granted to the account that\nyou are using to connect to the server, you can use any of the\nfollowing statements:\n\nSHOW GRANTS;\nSHOW GRANTS FOR CURRENT_USER;\nSHOW GRANTS FOR CURRENT_USER();\n', '', 'show-grants'),
(154, 'SHOW PRIVILEGES', 24, 'Syntax:\nSHOW PRIVILEGES\n\nSHOW PRIVILEGES shows the list of system privileges that the MySQL\nserver supports. This statement is implemented as of MySQL 4.1.0. The\nexact list of privileges depends on the version of your server.\n', '', 'show-privileges'),
(155, 'INSERT FUNCTION', 32, 'Syntax:\nINSERT(str,pos,len,newstr)\n\nReturns the string str, with the substring beginning at position pos\nand len characters long replaced by the string newstr. Returns the\noriginal string if pos is not within the length of the string. Replaces\nthe rest of the string from position pos is len is not within the\nlength of the rest of the string. Returns NULL if any argument is NULL.\n', 'mysql> SELECT INSERT(''Quadratic'', 3, 4, ''What'');\n        -> ''QuWhattic''\nmysql> SELECT INSERT(''Quadratic'', -1, 4, ''What'');\n        -> ''Quadratic''\nmysql> SELECT INSERT(''Quadratic'', 3, 100, ''What'');\n        -> ''QuWhat''\n', 'string-functions'),
(156, 'CRC32', 4, 'Syntax:\nCRC32(expr)\n\nComputes a cyclic redundancy check value and returns a 32-bit unsigned\nvalue. The result is NULL if the argument is NULL. The argument is\nexpected to be a string and (if possible) is treated as one if it is\nnot.\n', 'mysql> SELECT CRC32(''MySQL'');\n        -> 3259397556\n', 'mathematical-functions'),
(157, 'XOR', 12, 'Syntax:\nXOR\n\nLogical XOR. Returns NULL if either operand is NULL. For non-NULL\noperands, evaluates to 1 if an odd number of operands is non-zero,\notherwise 0 is returned.\n', 'mysql> SELECT 1 XOR 1;\n        -> 0\nmysql> SELECT 1 XOR 0;\n        -> 1\nmysql> SELECT 1 XOR NULL;\n        -> NULL\nmysql> SELECT 1 XOR 1 XOR 1;\n        -> 1\n', 'logical-operators'),
(158, 'STARTPOINT', 11, 'StartPoint(ls)\n\nReturns the Point that is the start point of the LineString value ls.\n', 'mysql> SET @ls = ''LineString(1 1,2 2,3 3)'';\nmysql> SELECT AsText(StartPoint(GeomFromText(@ls)));\n+---------------------------------------+\n| AsText(StartPoint(GeomFromText(@ls))) |\n+---------------------------------------+\n| POINT(1 1)                            |\n+---------------------------------------+\n', 'linestring-property-functions'),
(159, 'MPOLYFROMTEXT', 3, 'MPolyFromText(wkt[,srid]), MultiPolygonFromText(wkt[,srid])\n\nConstructs a MULTIPOLYGON value using its WKT representation and SRID.\n', '', 'gis-wkt-functions'),
(160, 'GRANT', 8, 'Syntax:\nGRANT priv_type [(column_list)] [, priv_type [(column_list)]] ...\n    ON {tbl_name | * | *.* | db_name.*}\n    TO user [IDENTIFIED BY [PASSWORD] ''password'']\n        [, user [IDENTIFIED BY [PASSWORD] ''password'']] ...\n    [REQUIRE\n        NONE |\n        [{SSL| X509}]\n        [CIPHER ''cipher'' [AND]]\n        [ISSUER ''issuer'' [AND]]\n        [SUBJECT ''subject'']]\n    [WITH with_option [with_option] ...]\n\nwith_option =\n    GRANT OPTION\n  | MAX_QUERIES_PER_HOUR count\n  | MAX_UPDATES_PER_HOUR count\n  | MAX_CONNECTIONS_PER_HOUR count\n\nThe GRANT statement enables system administrators to create MySQL user\naccounts and to grant rights to accounts. To use GRANT, you must have\nthe GRANT OPTION privilege, and you must have the privileges that you\nare granting. GRANT is implemented in MySQL 3.22.11 or later. For\nearlier MySQL versions, it does nothing. The REVOKE statement is\nrelated and enables administrators to remove account privileges. See\n[HELP REVOKE].\n\nMySQL account information is stored in the tables of the mysql\ndatabase. This database and the access control system are discussed\nextensively in [HELP FLUSH QUERY CACHE], which you should consult for\nadditional details.\n\nImportant: Some releases of MySQL introduce changes to the structure of\nthe grant tables to add new privileges or features. Whenever you update\nto a new version of MySQL, you should update your grant tables to make\nsure that they have the current structure so that you can take\nadvantage of any new capabilities. See\nhttp://dev.mysql.com/doc/refman/4.1/en/mysql-fix-privilege-tables.html.\n\nIf the grant tables hold privilege rows that contain mixed-case\ndatabase or table names and the lower_case_table_names system variable\nis set to a non-zero value, REVOKE cannot be used to revoke these\nprivileges. It will be necessary to manipulate the grant tables\ndirectly. (GRANT will not create such rows when lower_case_table_names\nis set, but such rows might have been created prior to setting the\nvariable.)\n\nPrivileges can be granted at several levels:\n\no Global level\n\n  Global privileges apply to all databases on a given server. These\n  privileges are stored in the mysql.user table. GRANT ALL ON *.* and\n  REVOKE ALL ON *.* grant and revoke only global privileges.\n\no Database level\n\n  Database privileges apply to all tables in a given database. These\n  privileges are stored in the mysql.db and mysql.host tables. GRANT\n  ALL ON db_name.* and REVOKE ALL ON db_name.* grant and revoke only\n  database privileges.\n\no Table level\n\n  Table privileges apply to all columns in a given table. These\n  privileges are stored in the mysql.tables_priv table. GRANT ALL ON\n  db_name.tbl_name and REVOKE ALL ON db_name.tbl_name grant and revoke\n  only table privileges.\n\no Column level\n\n  Column privileges apply to single columns in a given table. These\n  privileges are stored in the mysql.columns_priv table. When using\n  REVOKE, you must specify the same columns that were granted.\n', '', 'grant'),
(161, 'MBRINTERSECTS', 5, 'MBRIntersects(g1,g2)\n\nReturns 1 or 0 to indicate whether the Minimum Bounding Rectangles of\nthe two geometries g1 and g2 intersect.\n', '', 'relations-on-geometry-mbr'),
(162, 'BIT_OR', 14, 'Syntax:\nBIT_OR(expr)\n\nReturns the bitwise OR of all bits in expr. The calculation is\nperformed with 64-bit (BIGINT) precision.\n', '', 'group-by-functions'),
(163, 'YEARWEEK', 27, 'Syntax:\nYEARWEEK(date), YEARWEEK(date,start)\n\nReturns year and week for a date. The start argument works exactly like\nthe start argument to WEEK(). The year in the result may be different\nfrom the year in the date argument for the first and the last week of\nthe year.\n', 'mysql> SELECT YEARWEEK(''1987-01-01'');\n        -> 198653\n', 'date-and-time-functions'),
(164, 'NOT BETWEEN', 17, 'Syntax:\nexpr NOT BETWEEN min AND max\n\nThis is the same as NOT (expr BETWEEN min AND max).\n', '', 'comparison-operators'),
(165, 'LOG10', 4, 'Syntax:\nLOG10(X)\n\nReturns the base-10 logarithm of X.\n', 'mysql> SELECT LOG10(2);\n        -> 0.301030\nmysql> SELECT LOG10(100);\n        -> 2.000000\nmysql> SELECT LOG10(-100);\n        -> NULL\n', 'mathematical-functions'),
(166, 'SQRT', 4, 'Syntax:\nSQRT(X)\n\nReturns the square root of a non-negative number X.\n', 'mysql> SELECT SQRT(4);\n        -> 2\nmysql> SELECT SQRT(20);\n        -> 4.4721359549996\nmysql> SELECT SQRT(-16);\n        -> NULL        \n', 'mathematical-functions'),
(167, 'DECIMAL', 20, 'DECIMAL[(M[,D])] [UNSIGNED] [ZEROFILL]\n\nAn unpacked fixed-point number. Behaves like a CHAR column; "unpacked"\nmeans the number is stored as a string, using one character for each\ndigit of the value. M is the total number of digits and D is the number\nof digits after the decimal point. The decimal point and (for negative\nnumbers) the `-'' sign are not counted in M, although space for them is\nreserved. If D is 0, values have no decimal point or fractional part.\nThe maximum range of DECIMAL values is the same as for DOUBLE, but the\nactual range for a given DECIMAL column may be constrained by the\nchoice of M and D. If D is omitted, the default is 0. If M is omitted,\nthe default is 10.\n\nUNSIGNED, if specified, disallows negative values.\n\nNote: Before MySQL 3.23, the value of M must be large enough to include\nthe space needed for the sign and the decimal point characters.\n', '', 'numeric-type-overview');
INSERT INTO `help_topic` (`help_topic_id`, `name`, `help_category_id`, `description`, `example`, `url`) VALUES
(168, 'CREATE FUNCTION', 33, 'Syntax:\nCREATE [AGGREGATE] FUNCTION function_name RETURNS {STRING|INTEGER|REAL}\n    SONAME shared_library_name\n\nA user-defined function (UDF) is a way to extend MySQL with a new\nfunction that works like a native (built-in) MySQL function such as\nABS() or CONCAT().\n\nfunction_name is the name that should be used in SQL statements to\ninvoke the function. The RETURNS clause indicates the type of the\nfunction''s return value. shared_library_name is the basename of the\nshared object file that contains the code that implements the function.\nThe file must be located in a directory that is searched by your\nsystem''s dynamic linker.\n\nTo create a function, you must have the INSERT and privilege for the\nmysql database. This is necessary because CREATE FUNCTION adds a row to\nthe mysql.func system table that records the function''s name, type, and\nshared library name. If you do not have this table, you should run the\nmysql_fix_privilege_tables script to create it. See\nhttp://dev.mysql.com/doc/refman/4.1/en/mysql-fix-privilege-tables.html.\n', '', 'create-function'),
(169, 'GEOMETRYN', 22, 'GeometryN(gc,N)\n\nReturns the N-th geometry in the GeometryCollection value gc.\nGeometries are numbered beginning with 1.\n', 'mysql> SET @gc = ''GeometryCollection(Point(1 1),LineString(2 2, 3 3))'';\nmysql> SELECT AsText(GeometryN(GeomFromText(@gc),1));\n+----------------------------------------+\n| AsText(GeometryN(GeomFromText(@gc),1)) |\n+----------------------------------------+\n| POINT(1 1)                             |\n+----------------------------------------+\n', 'geometrycollection-property-functions'),
(170, 'CREATE INDEX', 34, 'Syntax:\nCREATE [UNIQUE|FULLTEXT|SPATIAL] INDEX index_name\n    [index_type]\n    ON tbl_name (index_col_name,...)\n\nindex_col_name:\n    col_name [(length)] [ASC | DESC]\n\nindex_type:\n    USING {BTREE | HASH}\n\nIn MySQL 3.22 or later, CREATE INDEX is mapped to an ALTER TABLE\nstatement to create indexes. See [HELP ALTER TABLE]. The CREATE INDEX\nstatement does not do anything prior to MySQL 3.22. For more\ninformation about indexes, see\nhttp://dev.mysql.com/doc/refman/4.1/en/mysql-indexes.html.\n', '', 'create-index'),
(171, 'ALTER DATABASE', 34, 'Syntax:\nALTER DATABASE [db_name]\n    alter_specification [alter_specification] ...\n\nalter_specification:\n    [DEFAULT] CHARACTER SET charset_name\n  | [DEFAULT] COLLATE collation_name\n\nALTER DATABASE enables you to change the overall characteristics of a\ndatabase. These characteristics are stored in the db.opt file in the\ndatabase directory. To use ALTER DATABASE, you need the ALTER privilege\non the database.\n\nThe CHARACTER SET clause changes the default database character set.\nThe COLLATE clause changes the default database collation.\nhttp://dev.mysql.com/doc/refman/4.1/en/charset.html, discusses\ncharacter set and collation names.\n', '', 'alter-database'),
(172, '<<', 18, 'Syntax:\n<<\n\nShifts a longlong (BIGINT) number to the left.\n', 'mysql> SELECT 1 << 2;\n        -> 4\n', 'bit-functions'),
(173, 'SHOW TABLE STATUS', 24, 'Syntax:\nSHOW TABLE STATUS [FROM db_name] [LIKE ''pattern'']\n\nSHOW TABLE STATUS works likes SHOW TABLE, but provides a lot of\ninformation about each table. You can also get this list using the\nmysqlshow --status db_name command. This statement was added in MySQL\n3.23.\n', '', 'show-table-status'),
(174, 'MD5', 10, 'Syntax:\nMD5(str)\n\nCalculates an MD5 128-bit checksum for the string. The value is\nreturned as a binary string of 32 hex digits, or NULL if the argument\nwas NULL. The return value can, for example, be used as a hash key.\n', 'mysql> SELECT MD5(''testing'');\n        -> ''ae2b1fca515949e5d54fb22b8ed95575''\n', 'encryption-functions'),
(175, '<', 17, 'Syntax:\n<\n\nLess than:\n', 'mysql> SELECT 2 < 2;\n        -> 0\n', 'comparison-operators'),
(176, 'UNIX_TIMESTAMP', 27, 'Syntax:\nUNIX_TIMESTAMP(), UNIX_TIMESTAMP(date)\n\nIf called with no argument, returns a Unix timestamp (seconds since\n''1970-01-01 00:00:00'' UTC) as an unsigned integer. If UNIX_TIMESTAMP()\nis called with a date argument, it returns the value of the argument as\nseconds since ''1970-01-01 00:00:00'' UTC. date may be a DATE string, a\nDATETIME string, a TIMESTAMP, or a number in the format YYMMDD or\nYYYYMMDD. The server interprets date as a value in the current time\nzone and converts it to an internal value in UTC. Clients can set their\ntime zone as described in\nhttp://dev.mysql.com/doc/refman/4.1/en/time-zone-support.html.\n', 'mysql> SELECT UNIX_TIMESTAMP();\n        -> 882226357\nmysql> SELECT UNIX_TIMESTAMP(''1997-10-04 22:23:00'');\n        -> 875996580\n', 'date-and-time-functions'),
(177, 'DAYOFMONTH', 27, 'Syntax:\nDAYOFMONTH(date)\n\nReturns the day of the month for date, in the range 0 to 31.\n', 'mysql> SELECT DAYOFMONTH(''1998-02-03'');\n        -> 3\n', 'date-and-time-functions'),
(178, 'ASCII', 32, 'Syntax:\nASCII(str)\n\nReturns the numeric value of the leftmost character of the string str.\nReturns 0 if str is the empty string. Returns NULL if str is NULL.\nASCII() works for characters with numeric values from 0 to 255.\n', 'mysql> SELECT ASCII(''2'');\n        -> 50\nmysql> SELECT ASCII(2);\n        -> 50\nmysql> SELECT ASCII(''dx'');\n        -> 100\n', 'string-functions'),
(179, 'DIV', 4, 'Syntax:\nDIV\n\nInteger division. Similar to FLOOR(), but is safe with BIGINT values.\n', 'mysql> SELECT 5 DIV 2;\n        -> 2\n', 'arithmetic-functions'),
(180, 'SHOW SLAVE STATUS', 24, 'Syntax:\nSHOW SLAVE STATUS\n\nThis statement provides status information on essential parameters of\nthe slave threads. If you issue this statement using the mysql client,\nyou can use a \\G statement terminator rather than a semicolon to obtain\na more readable vertical layout:\n\nmysql> SHOW SLAVE STATUS\\G\n*************************** 1. row ***************************\n       Slave_IO_State: Waiting for master to send event\n          Master_Host: localhost\n          Master_User: root\n          Master_Port: 3306\n        Connect_Retry: 3\n      Master_Log_File: gbichot-bin.005\n  Read_Master_Log_Pos: 79\n       Relay_Log_File: gbichot-relay-bin.005\n        Relay_Log_Pos: 548\nRelay_Master_Log_File: gbichot-bin.005\n     Slave_IO_Running: Yes\n    Slave_SQL_Running: Yes\n      Replicate_Do_DB:\n  Replicate_Ignore_DB:\n           Last_Errno: 0\n           Last_Error:\n         Skip_Counter: 0\n  Exec_Master_Log_Pos: 79\n      Relay_Log_Space: 552\n      Until_Condition: None\n       Until_Log_File:\n        Until_Log_Pos: 0\n   Master_SSL_Allowed: No\n   Master_SSL_CA_File:\n   Master_SSL_CA_Path:\n      Master_SSL_Cert:\n    Master_SSL_Cipher:\n       Master_SSL_Key:\nSeconds_Behind_Master: 8\n', '', 'show-slave-status'),
(181, 'GEOMETRY', 29, 'MySQL provides a standard way of creating spatial columns for geometry\ntypes, for example, with CREATE TABLE or ALTER TABLE. Currently,\nspatial columns are supported only for MyISAM tables.\n', 'CREATE TABLE geom (g GEOMETRY);\n', 'creating-spatial-columns'),
(182, 'NUMPOINTS', 11, 'NumPoints(ls)\n\nReturns the number of Point objects in the LineString value ls.\n', 'mysql> SET @ls = ''LineString(1 1,2 2,3 3)'';\nmysql> SELECT NumPoints(GeomFromText(@ls));\n+------------------------------+\n| NumPoints(GeomFromText(@ls)) |\n+------------------------------+\n|                            3 |\n+------------------------------+\n', 'linestring-property-functions'),
(183, '&', 18, 'Syntax:\n&\n\nBitwise AND:\n', 'mysql> SELECT 29 & 15;\n        -> 13\n', 'bit-functions'),
(184, 'LOCALTIMESTAMP', 27, 'Syntax:\nLOCALTIMESTAMP, LOCALTIMESTAMP()\n\nLOCALTIMESTAMP and LOCALTIMESTAMP() are synonyms for NOW().\n', '', 'date-and-time-functions'),
(185, 'ADDDATE', 27, 'Syntax:\nADDDATE(date,INTERVAL expr unit), ADDDATE(expr,days)\n\nWhen invoked with the INTERVAL form of the second argument, ADDDATE()\nis a synonym for DATE_ADD(). The related function SUBDATE() is a\nsynonym for DATE_SUB(). For information on the INTERVAL unit argument,\nsee the discussion for DATE_ADD().\n\nmysql> SELECT DATE_ADD(''1998-01-02'', INTERVAL 31 DAY);\n        -> ''1998-02-02''\nmysql> SELECT ADDDATE(''1998-01-02'', INTERVAL 31 DAY);\n        -> ''1998-02-02''\n\nAs of MySQL 4.1.1, the second syntax is allowed. When invoked with the\ndays form of the second argument, MySQL treats it as an integer number\nof days to be added to expr.\n', 'mysql> SELECT ADDDATE(''1998-01-02'', 31);\n        -> ''1998-02-02''\n', 'date-and-time-functions'),
(186, 'SMALLINT', 20, 'SMALLINT[(M)] [UNSIGNED] [ZEROFILL]\n\nA small integer. The signed range is -32768 to 32767. The unsigned\nrange is 0 to 65535.\n', '', 'numeric-type-overview'),
(187, 'DOUBLE PRECISION', 20, 'DOUBLE PRECISION[(M,D)] [UNSIGNED] [ZEROFILL], REAL[(M,D)] [UNSIGNED]\n[ZEROFILL]\n\nThese types are synonyms for DOUBLE. Exception: If the REAL_AS_FLOAT\nSQL mode is enabled, REAL is a synonym for FLOAT rather than DOUBLE.\n', '', 'numeric-type-overview'),
(188, 'ORD', 32, 'Syntax:\nORD(str)\n\nIf the leftmost character of the string str is a multi-byte character,\nreturns the code for that character, calculated from the numeric values\nof its constituent bytes using this formula:\n\n  (1st byte code)\n+ (2nd byte code x 256)\n+ (3rd byte code x 2562) ...\n\nIf the leftmost character is not a multi-byte character, ORD() returns\nthe same value as the ASCII() function.\n', 'mysql> SELECT ORD(''2'');\n        -> 50\n', 'string-functions'),
(189, 'ENVELOPE', 31, 'Envelope(g)\n\nReturns the Minimum Bounding Rectangle (MBR) for the geometry value g.\nThe result is returned as a Polygon value.\n\nThe polygon is defined by the corner points of the bounding box:\n\nPOLYGON((MINX MINY, MAXX MINY, MAXX MAXY, MINX MAXY, MINX MINY))\n', 'mysql> SELECT AsText(Envelope(GeomFromText(''LineString(1 1,2 2)'')));\n+-------------------------------------------------------+\n| AsText(Envelope(GeomFromText(''LineString(1 1,2 2)''))) |\n+-------------------------------------------------------+\n| POLYGON((1 1,2 1,2 2,1 2,1 1))                        |\n+-------------------------------------------------------+\n', 'general-geometry-property-functions'),
(190, 'DEALLOCATE PREPARE', 24, 'Syntax:\n{DEALLOCATE | DROP} PREPARE stmt_name\n\nTo deallocate a prepared statement, use the DEALLOCATE PREPARE\nstatement. Attempting to execute a prepared statement after\ndeallocating it results in an error.\n\nIf you terminate a client session without deallocating a previously\nprepared statement, the server deallocates it automatically.\n', '', 'sqlps'),
(191, 'IS_FREE_LOCK', 13, 'Syntax:\nIS_FREE_LOCK(str)\n\nChecks whether the lock named str is free to use (that is, not locked).\nReturns 1 if the lock is free (no one is using the lock), 0 if the lock\nis in use, and NULL if an error occurs (such as an incorrect argument).\n', '', 'miscellaneous-functions'),
(192, 'TOUCHES', 25, 'Touches(g1,g2)\n\nReturns 1 or 0 to indicate whether g1 spatially touches g2. Two\ngeometries spatially touch if the interiors of the geometries do not\nintersect, but the boundary of one of the geometries intersects either\nthe boundary or the interior of the other.\n', '', 'functions-that-test-spatial-relationships-between-geometries'),
(193, 'INET_ATON', 13, 'Syntax:\nINET_ATON(expr)\n\nGiven the dotted-quad representation of a network address as a string,\nreturns an integer that represents the numeric value of the address.\nAddresses may be 4- or 8-byte addresses.\n', 'mysql> SELECT INET_ATON(''209.207.224.40'');\n        -> 3520061480\n', 'miscellaneous-functions'),
(194, 'UNCOMPRESS', 10, 'Syntax:\nUNCOMPRESS(string_to_uncompress)\n\nUncompresses a string compressed by the COMPRESS() function. If the\nargument is not a compressed value, the result is NULL. This function\nrequires MySQL to have been compiled with a compression library such as\nzlib. Otherwise, the return value is always NULL.\n', 'mysql> SELECT UNCOMPRESS(COMPRESS(''any string''));\n        -> ''any string''\nmysql> SELECT UNCOMPRESS(''any string'');\n        -> NULL\n', 'encryption-functions'),
(195, 'AUTO_INCREMENT', 20, 'The AUTO_INCREMENT attribute can be used to generate a unique identity\nfor new rows:\n', 'CREATE TABLE animals (\n     id MEDIUMINT NOT NULL AUTO_INCREMENT,\n     name CHAR(30) NOT NULL,\n     PRIMARY KEY (id)\n );\n\nINSERT INTO animals (name) VALUES \n    (''dog''),(''cat''),(''penguin''),\n    (''lax''),(''whale''),(''ostrich'');\n\nSELECT * FROM animals;\n', 'example-auto-increment'),
(196, 'ISSIMPLE', 31, 'IsSimple(g)\n\nCurrently, this function is a placeholder and should not be used. If\nimplemented, its behavior will be as described in the next paragraph.\n\nReturns 1 if the geometry value g has no anomalous geometric points,\nsuch as self-intersection or self-tangency. IsSimple() returns 0 if the\nargument is not simple, and -1 if it is NULL.\n\nThe description of each instantiable geometric class given earlier in\nthe chapter includes the specific conditions that cause an instance of\nthat class to be classified as not simple. (See [HELP Geometry\nhierarchy].)\n', '', 'general-geometry-property-functions'),
(197, '- BINARY', 4, 'Syntax:\n-\n\nSubtraction:\n', 'mysql> SELECT 3-5;\n        -> -2\n', 'arithmetic-functions'),
(198, 'GEOMCOLLFROMTEXT', 3, 'GeomCollFromText(wkt[,srid]), GeometryCollectionFromText(wkt[,srid])\n\nConstructs a GEOMETRYCOLLECTION value using its WKT representation and\nSRID.\n', '', 'gis-wkt-functions'),
(199, 'WKT DEFINITION', 3, 'The Well-Known Text (WKT) representation of Geometry is designed to\nexchange geometry data in ASCII form.\n', '', 'gis-wkt-format'),
(200, 'CURRENT_TIME', 27, 'Syntax:\nCURRENT_TIME, CURRENT_TIME()\n\nCURRENT_TIME and CURRENT_TIME() are synonyms for CURTIME().\n', '', 'date-and-time-functions'),
(201, 'REVOKE', 8, 'Syntax:\nREVOKE priv_type [(column_list)] [, priv_type [(column_list)]] ...\n    ON {tbl_name | * | *.* | db_name.*}\n    FROM user [, user] ...\n\nREVOKE ALL PRIVILEGES, GRANT OPTION FROM user [, user] ...\n\nThe REVOKE statement enables system administrators to revoke privileges\nfrom MySQL accounts. To use REVOKE, you must have the GRANT OPTION\nprivilege, and you must have the privileges that you are revoking.\nREVOKE is implemented in MySQL 3.22.11 or later. For earlier MySQL\nversions, it does nothing.\n\nEach account is named using the same format as for the GRANT statement;\nfor example, ''jeffrey''@''localhost''. If you specify only the username\npart of the account name, a hostname part of ''%'' is used. For\nadditional information about specifying account names, see [HELP\nGRANT].\n\nFor details on the levels at which privileges exist, the allowable\npriv_type values, and the syntax for specifying users and passwords,\nsee [HELP GRANT]\n', '', 'revoke'),
(202, 'LAST_INSERT_ID', 15, 'Syntax:\nLAST_INSERT_ID(), LAST_INSERT_ID(expr)\n\nLAST_INSERT_ID() (with no argument) returns the first automatically\ngenerated value that was set for an AUTO_INCREMENT column by the most\nrecently executed INSERT or UPDATE statement to affect such a column.\nFor example, after inserting a row that generates an AUTO_INCREMENT\nvalue, you can get the value like this:\n\nmysql> SELECT LAST_INSERT_ID();\n        -> 195\n\nThe currently executing statement does not affect the value of\nLAST_INSERT_ID(). Suppose that you generate an AUTO_INCREMENT value\nwith one statement, and then refer to LAST_INSERT_ID() in a\nmultiple-row INSERT statement that inserts rows into a table with its\nown AUTO_INCREMENT column. The value of LAST_INSERT_ID() will remain\nstable in the second statement; its value for the second and later rows\nis not affected by the earlier row insertions. (However, if you mix\nreferences to LAST_INSERT_ID() and LAST_INSERT_ID(expr), the effect is\nundefined.)\n\nIf the previous statement returned an error, the value of\nLAST_INSERT_ID() is undefined. For transactional tables, if the\nstatement is rolled back due to an error, the value of LAST_INSERT_ID()\nis left undefined. For manual ROLLBACK, the value of LAST_INSERT_ID()\nis not restored to that before the transaction; it remains as it was at\nthe point of the ROLLBACK.\n', '', 'information-functions'),
(203, 'LAST_DAY', 27, 'Syntax:\nLAST_DAY(date)\n\nTakes a date or datetime value and returns the corresponding value for\nthe last day of the month. Returns NULL if the argument is invalid.\n', 'mysql> SELECT LAST_DAY(''2003-02-05'');\n        -> ''2003-02-28''\nmysql> SELECT LAST_DAY(''2004-02-05'');\n        -> ''2004-02-29''\nmysql> SELECT LAST_DAY(''2004-01-01 01:01:01'');\n        -> ''2004-01-31''\nmysql> SELECT LAST_DAY(''2003-03-32'');\n        -> NULL\n', 'date-and-time-functions'),
(204, 'MEDIUMINT', 20, 'MEDIUMINT[(M)] [UNSIGNED] [ZEROFILL]\n\nA medium-sized integer. The signed range is -8388608 to 8388607. The\nunsigned range is 0 to 16777215.\n', '', 'numeric-type-overview'),
(205, 'FLOOR', 4, 'Syntax:\nFLOOR(X)\n\nReturns the largest integer value not greater than X.\n', 'mysql> SELECT FLOOR(1.23);\n        -> 1\nmysql> SELECT FLOOR(-1.23);\n        -> -2\n', 'mathematical-functions'),
(206, 'RTRIM', 32, 'Syntax:\nRTRIM(str)\n\nReturns the string str with trailing space characters removed.\n', 'mysql> SELECT RTRIM(''barbar   '');\n        -> ''barbar''\n', 'string-functions'),
(207, 'DEGREES', 4, 'Syntax:\nDEGREES(X)\n\nReturns the argument X, converted from radians to degrees.\n', 'mysql> SELECT DEGREES(PI());\n        -> 180.000000\n', 'mathematical-functions'),
(208, 'EXPLAIN', 24, 'Syntax:\nEXPLAIN tbl_name\n\nOr:\n\nEXPLAIN [EXTENDED] SELECT select_options\n\nThe EXPLAIN statement can be used either as a synonym for DESCRIBE or\nas a way to obtain information about how MySQL executes a SELECT\nstatement:\n\no EXPLAIN tbl_name is synonymous with DESCRIBE tbl_name or SHOW COLUMNS\n  FROM tbl_name.\n\no When you precede a SELECT statement with the keyword EXPLAIN, MySQL\n  displays information from the optimizer about the query execution\n  plan. That is, MySQL explains how it would process the SELECT,\n  including information about how tables are joined and in which order.\n', '', 'explain'),
(209, 'VARCHAR', 20, '[NATIONAL] VARCHAR(M) [CHARACTER SET charset_name] [COLLATE\ncollation_name]\n\nA variable-length string. M represents the maximum column length. The\nrange of M is 1 to 255 before MySQL 4.0.2, and 0 to 255 as of MySQL\n4.0.2.\n\nNote: Trailing spaces are removed when VARCHAR values are stored. This\ndiffers from the standard SQL specification.\n\nIn MySQL 4.1, a VARCHAR column with a length specification greater than\n255 is converted to the smallest TEXT type that can hold values of the\ngiven length. For example, VARCHAR(500) is converted to TEXT, and\nVARCHAR(200000) is converted to MEDIUMTEXT. This is a compatibility\nfeature. However, this conversion affects trailing-space removal.\n\nVARCHAR is shorthand for CHARACTER VARYING.\n', '', 'string-type-overview'),
(210, 'UNHEX', 32, 'Syntax:\n\nUNHEX(str)\n\nPerforms the inverse operation of HEX(str). That is, it interprets each\npair of hexadecimal digits in the argument as a number and converts it\nto the character represented by the number. The resulting characters\nare returned as a binary string.\n', 'mysql> SELECT UNHEX(''4D7953514C'');\n        -> ''MySQL''\nmysql> SELECT 0x4D7953514C;\n        -> ''MySQL''\nmysql> SELECT UNHEX(HEX(''string''));\n        -> ''string''\nmysql> SELECT HEX(UNHEX(''1267''));\n        -> ''1267''\n', 'string-functions'),
(211, '- UNARY', 4, 'Syntax:\n-\n\nUnary minus. This operator changes the sign of the argument.\n', 'mysql> SELECT - 2;\n        -> -2\n', 'arithmetic-functions'),
(212, 'COS', 4, 'Syntax:\nCOS(X)\n\nReturns the cosine of X, where X is given in radians.\n', 'mysql> SELECT COS(PI());\n        -> -1.000000\n', 'mathematical-functions'),
(213, 'DATE FUNCTION', 27, 'Syntax:\nDATE(expr)\n\nExtracts the date part of the date or datetime expression expr.\n', 'mysql> SELECT DATE(''2003-12-31 01:02:03'');\n        -> ''2003-12-31''\n', 'date-and-time-functions'),
(214, 'RESET MASTER', 24, 'Syntax:\nRESET MASTER\n\nDeletes all binary logs listed in the index file, resets the binary log\nindex file to be empty, and creates a new binary log file.\n\nThis statement was named FLUSH MASTER before MySQL 3.23.26.\n', '', 'reset-master'),
(215, 'TAN', 4, 'Syntax:\nTAN(X)\n\nReturns the tangent of X, where X is given in radians.\n', 'mysql> SELECT TAN(PI());\n        -> -1.2246063538224e-16\nmysql> SELECT TAN(PI()+1);\n        -> 1.5574077246549\n', 'mathematical-functions'),
(216, 'PI', 4, 'Syntax:\nPI()\n\nReturns the value of π (pi). The default number of decimal places\ndisplayed is five, but MySQL uses the full double-precision value\ninternally.\n', 'mysql> SELECT PI();\n        -> 3.141593\nmysql> SELECT PI()+0.000000000000000000;\n        -> 3.141592653589793116\n', 'mathematical-functions'),
(217, 'WEEKOFYEAR', 27, 'Syntax:\nWEEKOFYEAR(date)\n\nReturns the calendar week of the date as a number in the range from 1\nto 53. WEEKOFYEAR() is a compatibility function that is equivalent to\nWEEK(date,3).\n', 'mysql> SELECT WEEKOFYEAR(''1998-02-20'');\n        -> 8\n', 'date-and-time-functions'),
(218, '/', 4, 'Syntax:\n/\n\nDivision:\n', 'mysql> SELECT 3/5;\n        -> 0.60\n', 'arithmetic-functions'),
(219, 'MLINEFROMWKB', 28, 'MLineFromWKB(wkb[,srid]), MultiLineStringFromWKB(wkb[,srid])\n\nConstructs a MULTILINESTRING value using its WKB representation and\nSRID.\n', '', 'gis-wkb-functions'),
(220, 'LOG2', 4, 'Syntax:\nLOG2(X)\n\nReturns the base-2 logarithm of X.\n', 'mysql> SELECT LOG2(65536);\n        -> 16.000000\nmysql> SELECT LOG2(-100);\n        -> NULL\n', 'mathematical-functions'),
(221, 'SUBTIME', 27, 'Syntax:\nSUBTIME(expr1,expr2)\n\nSUBTIME() returns expr1 - expr2 expressed as a value in the same format\nas expr1. expr1 is a time or datetime expression, and expr2 is a time\nexpression.\n', 'mysql> SELECT SUBTIME(''1997-12-31 23:59:59.999999'',''1 1:1:1.000002'');\n        -> ''1997-12-30 22:58:58.999997''\nmysql> SELECT SUBTIME(''01:00:00.999999'', ''02:00:00.999998'');\n        -> ''-00:59:59.999999''\n', 'date-and-time-functions'),
(222, 'UNCOMPRESSED_LENGTH', 10, 'Syntax:\nUNCOMPRESSED_LENGTH(compressed_string)\n\nReturns the length that the compressed string had before being\ncompressed.\n', 'mysql> SELECT UNCOMPRESSED_LENGTH(COMPRESS(REPEAT(''a'',30)));\n        -> 30\n', 'encryption-functions'),
(223, 'DROP TABLE', 34, 'Syntax:\nDROP [TEMPORARY] TABLE [IF EXISTS]\n    tbl_name [, tbl_name] ...\n    [RESTRICT | CASCADE]\n\nDROP TABLE removes one or more tables. You must have the DROP privilege\nfor each table. All table data and the table definition are removed, so\nbe careful with this statement! If any of the tables named in the\nargument list do not exist, MySQL returns an error indicating by name\nwhich non-existing tables it was unable to drop, but it also drops all\nof the tables in the list that do exist.\n\nImportant: When a table is dropped, user privileges on the table are\nnot automatically dropped. See [HELP GRANT].\n\nIn MySQL 3.22 or later, you can use the keywords IF EXISTS to prevent\nan error from occurring for tables that do not exist. As of MySQL 4.1,\na NOTE is generated for each non-existent table when using IF EXISTS.\nSee [HELP SHOW WARNINGS].\n\nRESTRICT and CASCADE are allowed to make porting easier. In MySQL 4.1\nand earlier, they do nothing.\n\nNote: DROP TABLE automatically commits the current active transaction,\nunless you are using MySQL 4.1 or higher and the TEMPORARY keyword.\n', '', 'drop-table'),
(224, 'SHOW CREATE TABLE', 24, 'Syntax:\nSHOW CREATE TABLE tbl_name\n\nShows the CREATE TABLE statement that creates the given table. It was\nadded in MySQL 3.23.20.\nSHOW CREATE TABLE quotes table and column names according to the value\nof the SQL_QUOTE_SHOW_CREATE option. See [HELP SET].\n', 'mysql> SHOW CREATE TABLE t\\G\n*************************** 1. row ***************************\n       Table: t\nCreate Table: CREATE TABLE t (\n  id INT(11) default NULL auto_increment,\n  s char(60) default NULL,\n  PRIMARY KEY (id)\n) ENGINE=MyISAM\n', 'show-create-table'),
(225, 'DUAL', 24, 'From MySQL 4.1.0 on, you are allowed to specify DUAL as a dummy table\nname in situations where no tables are referenced:\n\nmysql> SELECT 1 + 1 FROM DUAL;\n        -> 2\n\nDUAL is purely for the convenience of people who require that all\nSELECT statements should have FROM and possibly other clauses. MySQL\nmay ignore the clauses. MySQL does not require FROM DUAL if no tables\nare referenced.\n', '', 'select'),
(226, 'INSTR', 32, 'Syntax:\nINSTR(str,substr)\n\nReturns the position of the first occurrence of substring substr in\nstring str. This is the same as the two-argument form of LOCATE(),\nexcept that the order of the arguments is reversed.\n', 'mysql> SELECT INSTR(''foobarbar'', ''bar'');\n        -> 4\nmysql> SELECT INSTR(''xbar'', ''foobar'');\n        -> 0\n', 'string-functions'),
(227, 'NOW', 27, 'Syntax:\nNOW()\n\nReturns the current date and time as a value in ''YYYY-MM-DD HH:MM:SS''\nor YYYYMMDDHHMMSS format, depending on whether the function is used in\na string or numeric context.\n', 'mysql> SELECT NOW();\n        -> ''1997-12-15 23:50:26''\nmysql> SELECT NOW() + 0;\n        -> 19971215235026\n', 'date-and-time-functions'),
(228, 'SHOW ENGINES', 24, 'Syntax:\nSHOW [STORAGE] ENGINES\n\nSHOW ENGINES displays status information about the the server''s storage\nengines. This is particularly useful for checking whether a storage\nengine is supported, or to see what the default engine is. This\nstatement is implemented in MySQL 4.1.2. SHOW TABLE TYPES is a\ndeprecated synonym.\n', '', 'show-engines'),
(229, '>=', 17, 'Syntax:\n>=\n\nGreater than or equal:\n', 'mysql> SELECT 2 >= 2;\n        -> 1\n', 'comparison-operators'),
(230, 'EXP', 4, 'Syntax:\nEXP(X)\n\nReturns the value of e (the base of natural logarithms) raised to the\npower of X.\n', 'mysql> SELECT EXP(2);\n        -> 7.389056\nmysql> SELECT EXP(-2);\n        -> 0.135335\n', 'mathematical-functions'),
(231, 'SHA', 10, 'Syntax:\nSHA1(str), SHA(str)\n\nCalculates an SHA-1 160-bit checksum for the string, as described in\nRFC 3174 (Secure Hash Algorithm). The value is returned as a binary\nstring of 40 hex digits, or NULL if the argument was NULL. One of the\npossible uses for this function is as a hash key. You can also use it\nas a cryptographic function for storing passwords. SHA() is synonymous\nwith SHA1().\n', 'mysql> SELECT SHA1(''abc'');\n        -> ''a9993e364706816aba3e25717850c26c9cd0d89d''\n', 'encryption-functions'),
(232, 'LONGBLOB', 20, 'LONGBLOB\n\nA BLOB column with a maximum length of 4,294,967,295 or 4GB (232 - 1)\nbytes. Up to MySQL 3.23, the client/server protocol and MyISAM tables\nhad a limit of 16MB per communication packet or table row. From MySQL\n4.0, the maximum allowed length of LONGBLOB columns depends on the\nconfigured maximum packet size in the client/server protocol and\navailable memory.\n', '', 'string-type-overview'),
(233, 'POINTN', 11, 'PointN(ls,N)\n\nReturns the N-th Point in the Linestring value ls. Points are numbered\nbeginning with 1.\n', 'mysql> SET @ls = ''LineString(1 1,2 2,3 3)'';\nmysql> SELECT AsText(PointN(GeomFromText(@ls),2));\n+-------------------------------------+\n| AsText(PointN(GeomFromText(@ls),2)) |\n+-------------------------------------+\n| POINT(2 2)                          |\n+-------------------------------------+\n', 'linestring-property-functions'),
(234, 'YEAR DATA TYPE', 20, 'YEAR[(2|4)]\n\nA year in two-digit or four-digit format. The default is four-digit\nformat. In four-digit format, the allowable values are 1901 to 2155,\nand 0000. In two-digit format, the allowable values are 70 to 69,\nrepresenting years from 1970 to 2069. MySQL displays YEAR values in\nYYYY format, but allows you to assign values to YEAR columns using\neither strings or numbers. The YEAR type is unavailable prior to MySQL\n3.22.\n', '', 'date-and-time-type-overview'),
(235, 'SUM', 14, 'Syntax:\nSUM(expr)\n\nReturns the sum of expr. If the return set has no rows, SUM() returns\nNULL.\n\nSUM() returns NULL if there were no matching rows.\n', '', 'group-by-functions'),
(236, 'OCT', 32, 'Syntax:\nOCT(N)\n\nReturns a string representation of the octal value of N, where N is a\nlonglong (BIGINT) number. This is equivalent to CONV(N,10,8). Returns\nNULL if N is NULL.\n', 'mysql> SELECT OCT(12);\n        -> ''14''\n', 'string-functions'),
(237, 'SYSDATE', 27, 'Syntax:\nSYSDATE()\n\nReturns the current date and time as a value in ''YYYY-MM-DD HH:MM:SS''\nor YYYYMMDDHHMMSS format, depending on whether the function is used in\na string or numeric context.\n', '', 'date-and-time-functions'),
(238, 'ASBINARY', 28, 'AsBinary(g)\n\nConverts a value in internal geometry format to its WKB representation\nand returns the binary result.\n', 'SELECT AsBinary(g) FROM geom;\n', 'functions-to-convert-geometries-between-formats'),
(239, 'REPEAT FUNCTION', 32, 'Syntax:\nREPEAT(str,count)\n\nReturns a string consisting of the string str repeated count times. If\ncount is less than 1, returns an empty string. Returns NULL if str or\ncount are NULL.\n', 'mysql> SELECT REPEAT(''MySQL'', 3);\n        -> ''MySQLMySQLMySQL''\n', 'string-functions'),
(240, 'SHOW TABLES', 24, 'Syntax:\nSHOW TABLES [FROM db_name] [LIKE ''pattern'']\n\nSHOW TABLES lists the non-TEMPORARY tables in a given database. You can\nalso get this list using the mysqlshow db_name command.\n\nThe output from SHOW TABLES contains a single column of table names.\n', '', 'show-tables'),
(241, 'MAKEDATE', 27, 'Syntax:\nMAKEDATE(year,dayofyear)\n\nReturns a date, given year and day-of-year values. dayofyear must be\ngreater than 0 or the result is NULL.\n', 'mysql> SELECT MAKEDATE(2001,31), MAKEDATE(2001,32);\n        -> ''2001-01-31'', ''2001-02-01''\nmysql> SELECT MAKEDATE(2001,365), MAKEDATE(2004,365);\n        -> ''2001-12-31'', ''2004-12-30''\nmysql> SELECT MAKEDATE(2001,0);\n        -> NULL\n', 'date-and-time-functions'),
(242, 'BINARY OPERATOR', 32, 'Syntax:\nBINARY\n\nThe BINARY operator casts the string following it to a binary string.\nThis is an easy way to force a column comparison to be done byte by\nbyte rather than character by character. This causes the comparison to\nbe case sensitive even if the column isn''t defined as BINARY or BLOB.\nBINARY also causes trailing spaces to be significant.\n', 'mysql> SELECT ''a'' = ''A'';\n        -> 1\nmysql> SELECT BINARY ''a'' = ''A'';\n        -> 0\nmysql> SELECT ''a'' = ''a '';\n        -> 1\nmysql> SELECT BINARY ''a'' = ''a '';\n        -> 0\n', 'cast-functions'),
(243, 'MBROVERLAPS', 5, 'MBROverlaps(g1,g2)\n\nReturns 1 or 0 to indicate whether the Minimum Bounding Rectangles of\nthe two geometries g1 and g2 overlap.\n', '', 'relations-on-geometry-mbr'),
(244, 'SOUNDEX', 32, 'Syntax:\nSOUNDEX(str)\n\nReturns a soundex string from str. Two strings that sound almost the\nsame should have identical soundex strings. A standard soundex string\nis four characters long, but the SOUNDEX() function returns an\narbitrarily long string. You can use SUBSTRING() on the result to get a\nstandard soundex string. All non-alphabetic characters in str are\nignored. All international alphabetic characters outside the A-Z range\nare treated as vowels.\n', 'mysql> SELECT SOUNDEX(''Hello'');\n        -> ''H400''\nmysql> SELECT SOUNDEX(''Quadratically'');\n        -> ''Q36324''\n', 'string-functions'),
(245, 'MBRTOUCHES', 5, 'MBRTouches(g1,g2)\n\nReturns 1 or 0 to indicate whether the Minimum Bounding Rectangles of\nthe two geometries g1 and g2 touch.\n', '', 'relations-on-geometry-mbr'),
(246, 'INSERT SELECT', 24, 'Syntax:\nINSERT [LOW_PRIORITY | HIGH_PRIORITY] [IGNORE]\n    [INTO] tbl_name [(col_name,...)]\n    SELECT ...\n    [ ON DUPLICATE KEY UPDATE col_name=expr, ... ]\n\nWith INSERT ... SELECT, you can quickly insert many rows into a table\nfrom one or many tables. For example:\n\nINSERT INTO tbl_temp2 (fld_id)\n  SELECT tbl_temp1.fld_order_id\n  FROM tbl_temp1 WHERE tbl_temp1.fld_order_id > 100;\n', '', 'insert-select'),
(247, 'VARBINARY', 20, 'VARBINARY(M)\n\nThe VARBINARY type is similar to the VARCHAR type, but stores binary\nbyte strings rather than non-binary character strings.\n\nThis type was added in MySQL 4.1.2.\n', '', 'string-type-overview'),
(248, 'LOAD INDEX', 24, 'Syntax:\nLOAD INDEX INTO CACHE\n  tbl_index_list [, tbl_index_list] ...\n\ntbl_index_list:\n  tbl_name\n    [[INDEX|KEY] (index_name[, index_name] ...)]\n    [IGNORE LEAVES]\n\nThe LOAD INDEX INTO CACHE statement preloads a table index into the key\ncache to which it has been assigned by an explicit CACHE INDEX\nstatement, or into the default key cache otherwise. LOAD INDEX INTO\nCACHE is used only for MyISAM tables.\n\nThe IGNORE LEAVES modifier causes only blocks for the non-leaf nodes of\nthe index to be preloaded.\n', '', 'load-index'),
(249, 'UNION', 24, 'Syntax:\nSELECT ...\nUNION [ALL | DISTINCT] SELECT ...\n[UNION [ALL | DISTINCT] SELECT ...]\n\nUNION is used to combine the result from multiple SELECT statements\ninto a single result set. UNION is available from MySQL 4.0.0 on.\n\nThe column names from the first SELECT statement are used as the column\nnames for the results returned. Selected columns listed in\ncorresponding positions of each SELECT statement should have the same\ndata type. (For example, the first column selected by the first\nstatement should have the same type as the first column selected by the\nother statements.)\n', '', 'union'),
(250, 'TO_DAYS', 27, 'Syntax:\nTO_DAYS(date)\n\nGiven a date date, returns a day number (the number of days since year\n0).\n', 'mysql> SELECT TO_DAYS(950501);\n        -> 728779\nmysql> SELECT TO_DAYS(''1997-10-07'');\n        -> 729669\n', 'date-and-time-functions'),
(251, 'NOT REGEXP', 32, 'Syntax:\nexpr NOT REGEXP pat, expr NOT RLIKE pat\n\nThis is the same as NOT (expr REGEXP pat).\n', '', 'string-comparison-functions'),
(252, 'SHOW INDEX', 24, 'Syntax:\nSHOW INDEX FROM tbl_name [FROM db_name]\n\nSHOW INDEX returns table index information. The format resembles that\nof the SQLStatistics call in ODBC.\nYou can use db_name.tbl_name as an alternative to the tbl_name FROM\ndb_name syntax. These two statements are equivalent:\n\nSHOW INDEX FROM mytable FROM mydb;\nSHOW INDEX FROM mydb.mytable;\n\nSHOW KEYS is a synonym for SHOW INDEX. You can also list a table''s\nindexes with the mysqlshow -k db_name tbl_name command.\n', '', 'show-index'),
(253, 'SHOW CREATE DATABASE', 24, 'Syntax:\nSHOW CREATE DATABASE db_name\n\nShows the CREATE DATABASE statement that creates the given database. It\nwas added in MySQL 4.1.\n', 'mysql> SHOW CREATE DATABASE test\\G\n*************************** 1. row ***************************\n       Database: test\nCreate Database: CREATE DATABASE `test`\n                 /*!40100 DEFAULT CHARACTER SET latin1 */\n', 'show-create-database'),
(254, 'NOT IN', 17, 'Syntax:\nexpr NOT IN (value,...)\n\nThis is the same as NOT (expr IN (value,...)).\n', '', 'comparison-operators'),
(255, '!', 12, 'Syntax:\nNOT, !\n\nLogical NOT. Evaluates to 1 if the operand is 0, to 0 if the operand is\nnon-zero, and NOT NULL returns NULL.\n', 'mysql> SELECT NOT 10;\n        -> 0\nmysql> SELECT NOT 0;\n        -> 1\nmysql> SELECT NOT NULL;\n        -> NULL\nmysql> SELECT ! (1+1);\n        -> 0\nmysql> SELECT ! 1+1;\n        -> 1\n', 'logical-operators'),
(256, 'DOUBLE', 20, 'DOUBLE[(M,D)] [UNSIGNED] [ZEROFILL]\n\nA normal-size (double-precision) floating-point number. Allowable\nvalues are -1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and\n2.2250738585072014E-308 to 1.7976931348623157E+308. These are the\ntheoretical limits, based on the IEEE standard. The actual range might\nbe slightly smaller depending on your hardware or operating system.\n\nM is the total number of digits and D is the number of digits following\nthe decimal point. If M and D are omitted, values are stored to the\nlimits allowed by the hardware. A double-precision floating-point\nnumber is accurate to approximately 15 decimal places.\n\nUNSIGNED, if specified, disallows negative values.\n', '', 'numeric-type-overview'),
(257, 'TIME', 20, 'TIME\n\nA time. The range is ''-838:59:59'' to ''838:59:59''. MySQL displays TIME\nvalues in ''HH:MM:SS'' format, but allows you to assign values to TIME\ncolumns using either strings or numbers.\n', '', 'date-and-time-type-overview'),
(258, '&&', 12, 'Syntax:\nAND, &&\n\nLogical AND. Evaluates to 1 if all operands are non-zero and not NULL,\nto 0 if one or more operands are 0, otherwise NULL is returned.\n', 'mysql> SELECT 1 && 1;\n        -> 1\nmysql> SELECT 1 && 0;\n        -> 0\nmysql> SELECT 1 && NULL;\n        -> NULL\nmysql> SELECT 0 && NULL;\n        -> 0\nmysql> SELECT NULL && 0;\n        -> 0\n', 'logical-operators'),
(259, 'X', 9, 'X(p)\n\nReturns the X-coordinate value for the point p as a double-precision\nnumber.\n', 'mysql> SET @pt = ''Point(56.7 53.34)'';\nmysql> SELECT X(GeomFromText(@pt));\n+----------------------+\n| X(GeomFromText(@pt)) |\n+----------------------+\n|                 56.7 |\n+----------------------+\n', 'point-property-functions'),
(260, 'FOUND_ROWS', 15, 'Syntax:\nFOUND_ROWS()\n\nA SELECT statement may include a LIMIT clause to restrict the number of\nrows the server returns to the client. In some cases, it is desirable\nto know how many rows the statement would have returned without the\nLIMIT, but without running the statement again. To obtain this row\ncount, include a SQL_CALC_FOUND_ROWS option in the SELECT statement,\nand then invoke FOUND_ROWS() afterward:\n', 'mysql> SELECT SQL_CALC_FOUND_ROWS * FROM tbl_name\n    -> WHERE id > 100 LIMIT 10;\nmysql> SELECT FOUND_ROWS();\n', 'information-functions'),
(261, 'SYSTEM_USER', 15, 'Syntax:\nSYSTEM_USER()\n\nSYSTEM_USER() is a synonym for USER().\n', '', 'information-functions'),
(262, 'CROSSES', 25, 'Crosses(g1,g2)\n\nReturns 1 if g1 spatially crosses g2. Returns NULL if g1 is a Polygon\nor a MultiPolygon, or if g2 is a Point or a MultiPoint. Otherwise,\nreturns 0.\n\nThe term spatially crosses denotes a spatial relation between two given\ngeometries that has the following properties:\n\no The two geometries intersect\n\no Their intersection results in a geometry that has a dimension that is\n  one less than the maximum dimension of the two given geometries\n\no Their intersection is not equal to either of the two given geometries\n', '', 'functions-that-test-spatial-relationships-between-geometries'),
(263, 'TRUNCATE TABLE', 24, 'Syntax:\nTRUNCATE [TABLE] tbl_name\n\nTRUNCATE TABLE empties a table completely. Logically, this is\nequivalent to a DELETE statement that deletes all rows, but there are\npractical differences under some circumstances.\n\nFor InnoDB, TRUNCATE TABLE is mapped to DELETE, so there is no\ndifference.\n\nFor other storage engines, TRUNCATE TABLE differs from DELETE in the\nfollowing ways from MySQL 4.0 onward:\n\no Truncate operations drop and re-create the table, which is much\n  faster than deleting rows one by one.\n\no Truncate operations are not transaction-safe; an error occurs when\n  attempting one in the course of an active transaction or active table\n  lock.\n\no The number of deleted rows is not returned.\n\no As long as the table format file tbl_name.frm is valid, the table can\n  be re-created as an empty table with TRUNCATE TABLE, even if the data\n  or index files have become corrupted.\n\no The table handler does not remember the last used AUTO_INCREMENT\n  value, but starts counting from the beginning. This is true even for\n  MyISAM and InnoDB, which normally do not reuse sequence values.\n\nIn MySQL 3.23, TRUNCATE TABLE is mapped to COMMIT; DELETE FROM\ntbl_name, so it behaves like DELETE. See [HELP DELETE].\n\nTRUNCATE TABLE is an Oracle SQL extension. This statement was added in\nMySQL 3.23.28, although from 3.23.28 to 3.23.32, the keyword TABLE must\nbe omitted.\n', '', 'truncate'),
(264, 'CURRENT_DATE', 27, 'Syntax:\nCURRENT_DATE, CURRENT_DATE()\n\nCURRENT_DATE and CURRENT_DATE() are synonyms for CURDATE().\n', '', 'date-and-time-functions'),
(265, 'BIT_XOR', 14, 'Syntax:\nBIT_XOR(expr)\n\nReturns the bitwise XOR of all bits in expr. The calculation is\nperformed with 64-bit (BIGINT) precision.\n', '', 'group-by-functions'),
(266, 'AREA', 2, 'Area(poly)\n\nReturns as a double-precision number the area of the Polygon value\npoly, as measured in its spatial reference system.\n', 'mysql> SET @poly = ''Polygon((0 0,0 3,3 0,0 0),(1 1,1 2,2 1,1 1))'';\nmysql> SELECT Area(GeomFromText(@poly));\n+---------------------------+\n| Area(GeomFromText(@poly)) |\n+---------------------------+\n|                         4 |\n+---------------------------+\n', 'polygon-property-functions'),
(267, 'START SLAVE', 24, 'Syntax:\nSTART SLAVE [thread_type [, thread_type] ... ]\nSTART SLAVE [SQL_THREAD] UNTIL\n    MASTER_LOG_FILE = ''log_name'', MASTER_LOG_POS = log_pos\nSTART SLAVE [SQL_THREAD] UNTIL\n    RELAY_LOG_FILE = ''log_name'', RELAY_LOG_POS = log_pos\n\nthread_type: IO_THREAD | SQL_THREAD\n\nSTART SLAVE with no thread_type options starts both of the slave\nthreads. The I/O thread reads queries from the master server and stores\nthem in the relay log. The SQL thread reads the relay log and executes\nthe queries. START SLAVE requires the SUPER privilege.\n\nIf START SLAVE succeeds in starting the slave threads, it returns\nwithout any error. However, even in that case, it might be that the\nslave threads start and then later stop (for example, because they do\nnot manage to connect to the master or read its binary logs, or some\nother problem). START SLAVE does not warn you about this. You must\ncheck the slave''s error log for error messages generated by the slave\nthreads, or check that they are running satisfactorily with SHOW SLAVE\nSTATUS.\n', '', 'start-slave'),
(268, 'FLUSH', 24, 'Syntax:\nFLUSH [LOCAL | NO_WRITE_TO_BINLOG] flush_option [, flush_option] ...\n\nThe FLUSH statement clears or reloads various internal caches used by\nMySQL. To execute FLUSH, you must have the RELOAD privilege.\n\nThe RESET statement is similar to FLUSH. See [HELP RESET].\n', '', 'flush'),
(269, 'SHOW WARNINGS', 24, 'Syntax:\nSHOW WARNINGS [LIMIT [offset,] row_count]\nSHOW COUNT(*) WARNINGS\n\nSHOW WARNINGS shows the error, warning, and note messages that resulted\nfrom the last statement that generated messages, or nothing if the last\nstatement that used a table generated no messages. This statement is\nimplemented as of MySQL 4.1.0. A related statement, SHOW ERRORS, shows\nonly the errors. See [HELP SHOW ERRORS].\n\nThe list of messages is reset for each new statement that uses a table.\n\nThe SHOW COUNT(*) WARNINGS statement displays the total number of\nerrors, warnings, and notes. You can also retrieve this number from the\nwarning_count variable:\n\nSHOW COUNT(*) WARNINGS;\nSELECT @@warning_count;\n\nThe value of warning_count might be greater than the number of messages\ndisplayed by SHOW WARNINGS if the max_error_count system variable is\nset so low that not all messages are stored. An example shown later in\nthis section demonstrates how this can happen.\n\nThe LIMIT clause has the same syntax as for the SELECT statement. See\n[HELP SELECT].\n', '', 'show-warnings'),
(270, 'DESCRIBE', 23, 'Syntax:\n{DESCRIBE | DESC} tbl_name [col_name | wild]\n\nDESCRIBE provides information about the columns in a table. It is a\nshortcut for SHOW COLUMNS FROM. (See [HELP SHOW COLUMNS].)\n', '', 'describe'),
(271, 'DROP USER', 8, 'Syntax:\nDROP USER user [, user] ...\n\nThe DROP USER statement removes one or more MySQL accounts. To use it,\nyou must have the DELETE privilege for the mysql database. Each account\nis named using the same format as for the GRANT statement; for example,\n''jeffrey''@''localhost''. If you specify only the username part of the\naccount name, a hostname part of ''%'' is used. For additional\ninformation about specifying account names, see [HELP GRANT].\n', '', 'drop-user'),
(272, 'SHOW CHARACTER SET', 24, 'Syntax:\nSHOW CHARACTER SET [LIKE ''pattern'']\n\nThe SHOW CHARACTER SET statement shows all available character sets. It\ntakes an optional LIKE clause that indicates which character set names\nto match. For example:\n\nmysql> SHOW CHARACTER SET LIKE ''latin%'';\n+---------+-----------------------------+-------------------+--------+\n| Charset | Description                 | Default collation | Maxlen |\n+---------+-----------------------------+-------------------+--------+\n| latin1  | cp1252 West European        | latin1_swedish_ci |      1 |\n| latin2  | ISO 8859-2 Central European | latin2_general_ci |      1 |\n| latin5  | ISO 8859-9 Turkish          | latin5_turkish_ci |      1 |\n| latin7  | ISO 8859-13 Baltic          | latin7_general_ci |      1 |\n+---------+-----------------------------+-------------------+--------+\n\nThe Maxlen column shows the maximum number of bytes required to store\none character.\n', '', 'show-character-set'),
(273, 'SUBSTRING', 32, 'Syntax:\nSUBSTRING(str,pos), SUBSTRING(str FROM pos), SUBSTRING(str,pos,len),\nSUBSTRING(str FROM pos FOR len)\n\nThe forms without a len argument return a substring from string str\nstarting at position pos. The forms with a len argument return a\nsubstring len characters long from string str, starting at position\npos. The forms that use FROM are standard SQL syntax. Beginning with\nMySQL 4.1.0, it is possible to use a negative value for pos. In this\ncase, the beginning of the substring is pos characters from the end of\nthe string, rather than the beginning. A negative value may be used for\npos in any of the forms of this function.\n', 'mysql> SELECT SUBSTRING(''Quadratically'',5);\n        -> ''ratically''\nmysql> SELECT SUBSTRING(''foobarbar'' FROM 4);\n        -> ''barbar''\nmysql> SELECT SUBSTRING(''Quadratically'',5,6);\n        -> ''ratica''        \nmysql> SELECT SUBSTRING(''Sakila'', -3);\n        -> ''ila''        \nmysql> SELECT SUBSTRING(''Sakila'', -5, 3);\n        -> ''aki''\nmysql> SELECT SUBSTRING(''Sakila'' FROM -4 FOR 2);\n        -> ''ki''\n', 'string-functions'),
(274, 'ISEMPTY', 31, 'IsEmpty(g)\n\nReturns 1 if the geometry value g is the empty geometry, 0 if it is not\nempty, and -1 if the argument is NULL. If the geometry is empty, it\nrepresents the empty point set.\n', '', 'general-geometry-property-functions'),
(275, 'LTRIM', 32, 'Syntax:\nLTRIM(str)\n\nReturns the string str with leading space characters removed.\n', 'mysql> SELECT LTRIM(''  barbar'');\n        -> ''barbar''\n', 'string-functions'),
(276, 'INTERSECTS', 25, 'Intersects(g1,g2)\n\nReturns 1 or 0 to indicate whether g1 spatially intersects g2.\n', '', 'functions-that-test-spatial-relationships-between-geometries'),
(277, 'MBRDISJOINT', 5, 'MBRDisjoint(g1,g2)\n\nReturns 1 or 0 to indicate whether the Minimum Bounding Rectangles of\nthe two geometries g1 and g2 are disjoint (do not intersect).\n', '', 'relations-on-geometry-mbr'),
(278, 'VALUES', 13, 'Syntax:\nVALUES(col_name)\n\nIn an INSERT ... ON DUPLICATE KEY UPDATE statement, you can use the\nVALUES(col_name) function in the UPDATE clause to refer to column\nvalues from the INSERT portion of the statement. In other words,\nVALUES(col_name) in the UPDATE clause refers to the value of col_name\nthat would be inserted, had no duplicate-key conflict occurred. This\nfunction is especially useful in multiple-row inserts. The VALUES()\nfunction is meaningful only in INSERT ... ON DUPLICATE KEY UPDATE\nstatements and returns NULL otherwise.\nhttp://dev.mysql.com/doc/refman/4.1/en/insert-on-duplicate.html.\n', 'mysql> INSERT INTO table (a,b,c) VALUES (1,2,3),(4,5,6)\n    -> ON DUPLICATE KEY UPDATE c=VALUES(a)+VALUES(b);\n', 'miscellaneous-functions'),
(279, 'SUBSTRING_INDEX', 32, 'Syntax:\nSUBSTRING_INDEX(str,delim,count)\n\nReturns the substring from string str before count occurrences of the\ndelimiter delim. If count is positive, everything to the left of the\nfinal delimiter (counting from the left) is returned. If count is\nnegative, everything to the right of the final delimiter (counting from\nthe right) is returned. SUBSTRING_INDEX() performs a case-sensitive\nmatch when searching for delim.\n', 'mysql> SELECT SUBSTRING_INDEX(''www.mysql.com'', ''.'', 2);\n        -> ''www.mysql''\nmysql> SELECT SUBSTRING_INDEX(''www.mysql.com'', ''.'', -2);\n        -> ''mysql.com''\n', 'string-functions'),
(280, 'ENCODE', 10, 'Syntax:\nENCODE(str,pass_str)\n\nEncrypt str using pass_str as the password. To decrypt the result, use\nDECODE().\n\nThe result is a binary string of the same length as str.\n\nThe strength of the encryption is based on how good the random\ngenerator is. It should suffice for short strings.\n', '', 'encryption-functions'),
(281, 'TRUNCATE', 4, 'Syntax:\nTRUNCATE(X,D)\n\nReturns the number X, truncated to D decimal places. If D is 0, the\nresult has no decimal point or fractional part. D can be negative to\ncause D digits left of the decimal point of the value X to become zero.\n', 'mysql> SELECT TRUNCATE(1.223,1);\n        -> 1.2\nmysql> SELECT TRUNCATE(1.999,1);\n        -> 1.9\nmysql> SELECT TRUNCATE(1.999,0);\n        -> 1\nmysql> SELECT TRUNCATE(-1.999,1);\n        -> -1.9\nmysql> SELECT TRUNCATE(122,-2);\n       -> 100\nmysql> SELECT TRUNCATE(10.28*100,0);\n       -> 1027\n', 'mathematical-functions');
INSERT INTO `help_topic` (`help_topic_id`, `name`, `help_category_id`, `description`, `example`, `url`) VALUES
(282, 'SHOW', 24, 'SHOW has many forms that provide information about databases, tables,\ncolumns, or status information about the server. This section describes\nthose following:\n\nSHOW [FULL] COLUMNS FROM tbl_name [FROM db_name] [LIKE ''pattern'']\nSHOW CREATE DATABASE db_name\nSHOW CREATE TABLE tbl_name\nSHOW DATABASES [LIKE ''pattern'']\nSHOW ENGINE engine_name {LOGS | STATUS }\nSHOW [STORAGE] ENGINES\nSHOW ERRORS [LIMIT [offset,] row_count]\nSHOW GRANTS FOR user\nSHOW INDEX FROM tbl_name [FROM db_name]\nSHOW INNODB STATUS\nSHOW [BDB] LOGS\nSHOW PRIVILEGES\nSHOW [FULL] PROCESSLIST\nSHOW [GLOBAL | SESSION] STATUS [LIKE ''pattern'']\nSHOW TABLE STATUS [FROM db_name] [LIKE ''pattern'']\nSHOW [OPEN] TABLES [FROM db_name] [LIKE ''pattern'']\nSHOW [GLOBAL | SESSION] VARIABLES [LIKE ''pattern'']\nSHOW WARNINGS [LIMIT [offset,] row_count]\n\nThe SHOW statement also has forms that provide information about\nreplication master and slave servers and are described in [HELP PURGE\nMASTER LOGS]:\n\nSHOW BINARY LOGS\nSHOW BINLOG EVENTS\nSHOW MASTER STATUS\nSHOW SLAVE HOSTS\nSHOW SLAVE STATUS\n\nIf the syntax for a given SHOW statement includes a LIKE ''pattern''\npart, ''pattern'' is a string that can contain the SQL `%'' and `_''\nwildcard characters. The pattern is useful for restricting statement\noutput to matching values.\n', '', 'show'),
(283, 'GREATEST', 17, 'Syntax:\nGREATEST(value1,value2,...)\n\nWith two or more arguments, returns the largest (maximum-valued)\nargument. The arguments are compared using the same rules as for\nLEAST().\n', 'mysql> SELECT GREATEST(2,0);\n        -> 2\nmysql> SELECT GREATEST(34.0,3.0,5.0,767.0);\n        -> 767.0\nmysql> SELECT GREATEST(''B'',''A'',''C'');\n        -> ''C''\n', 'comparison-operators'),
(284, 'OCTETLENGTH', 32, 'Syntax:\nOCTET_LENGTH(str)\n\nOCTET_LENGTH() is a synonym for LENGTH().\n', '', 'string-functions'),
(285, 'SHOW VARIABLES', 24, 'Syntax:\nSHOW [GLOBAL | SESSION] VARIABLES [LIKE ''pattern'']\n\nSHOW VARIABLES shows the values of MySQL system variables. This\ninformation also can be obtained using the mysqladmin variables\ncommand.\n\nThe GLOBAL and SESSION modifiers are new in MySQL 4.0.3. With the\nGLOBAL modifier, SHOW VARIABLES displays the values that are used for\nnew connections to MySQL. With SESSION, it displays the values that are\nin effect for the current connection. If no modifier is present, the\ndefault is SESSION. LOCAL is a synonym for SESSION.\nWith a LIKE clause, the statement displays only rows for those\nvariables with names that match the pattern. To obtain the row for a\nspecific variable, use a LIKE clause as shown:\n\nSHOW VARIABLES LIKE ''max_join_size'';\nSHOW SESSION VARIABLES LIKE ''max_join_size'';\n\nTo get a list of variables whose name match a pattern, use the `%''\nwildcard character in a LIKE clause:\n\nSHOW VARIABLES LIKE ''%size%'';\nSHOW GLOBAL VARIABLES LIKE ''%size%'';\n\nWildcard characters can be used in any position within the pattern to\nbe matched. Strictly speaking, because `_'' is a wildcard that matches\nany single character, you should escape it as `\\_'' to match it\nliterally. In practice, this is rarely necessary.\n', '', 'show-variables'),
(286, 'SECOND', 27, 'Syntax:\nSECOND(time)\n\nReturns the second for time, in the range 0 to 59.\n', 'mysql> SELECT SECOND(''10:05:03'');\n        -> 3\n', 'date-and-time-functions'),
(287, 'BIT_AND', 14, 'Syntax:\nBIT_AND(expr)\n\nReturns the bitwise AND of all bits in expr. The calculation is\nperformed with 64-bit (BIGINT) precision.\n', '', 'group-by-functions'),
(288, 'ATAN2', 4, 'Syntax:\nATAN(Y,X), ATAN2(Y,X)\n\nReturns the arc tangent of the two variables X and Y. It is similar to\ncalculating the arc tangent of Y / X, except that the signs of both\narguments are used to determine the quadrant of the result.\n', 'mysql> SELECT ATAN(-2,2);\n        -> -0.785398\nmysql> SELECT ATAN2(PI(),0);\n        -> 1.570796\n', 'mathematical-functions'),
(289, 'MBRCONTAINS', 5, 'MBRContains(g1,g2)\n\nReturns 1 or 0 to indicate whether the Minimum Bounding Rectangle of g1\ncontains the Minimum Bounding Rectangle of g2.\n', 'mysql> SET @g1 = GeomFromText(''Polygon((0 0,0 3,3 3,3 0,0 0))'');\nmysql> SET @g2 = GeomFromText(''Point(1 1)'');\nmysql> SELECT MBRContains(@g1,@g2), MBRContains(@g2,@g1);\n----------------------+----------------------+\n| MBRContains(@g1,@g2) | MBRContains(@g2,@g1) |\n+----------------------+----------------------+\n|                    1 |                    0 |\n+----------------------+----------------------+\n', 'relations-on-geometry-mbr'),
(290, 'HOUR', 27, 'Syntax:\nHOUR(time)\n\nReturns the hour for time. The range of the return value is 0 to 23 for\ntime-of-day values. However, the range of TIME values actually is much\nlarger, so HOUR can return values greater than 23.\n', 'mysql> SELECT HOUR(''10:05:03'');\n        -> 10\nmysql> SELECT HOUR(''272:59:59'');\n        -> 272\n', 'date-and-time-functions'),
(291, 'SELECT', 24, 'Syntax:\nSELECT\n    [ALL | DISTINCT | DISTINCTROW ]\n      [HIGH_PRIORITY]\n      [STRAIGHT_JOIN]\n      [SQL_SMALL_RESULT] [SQL_BIG_RESULT] [SQL_BUFFER_RESULT]\n      [SQL_CACHE | SQL_NO_CACHE] [SQL_CALC_FOUND_ROWS]\n    select_expr, ...\n    [FROM table_references\n    [WHERE where_condition]\n    [GROUP BY {col_name | expr | position}\n      [ASC | DESC], ... [WITH ROLLUP]]\n    [HAVING where_condition]\n    [ORDER BY {col_name | expr | position}\n      [ASC | DESC], ...]\n    [LIMIT {[offset,] row_count | row_count OFFSET offset}]\n    [PROCEDURE procedure_name(argument_list)]\n    [INTO OUTFILE ''file_name'' export_options\n      | INTO DUMPFILE ''file_name''\n      | INTO @var_name [, @var_name]]\n    [FOR UPDATE | LOCK IN SHARE MODE]]\n\nSELECT is used to retrieve rows selected from one or more tables.\nSupport for UNION statements and subqueries is available as of MySQL\n4.0 and 4.1, respectively. See [HELP UNION], and\nhttp://dev.mysql.com/doc/refman/4.1/en/subqueries.html.\n\nThe most commonly used clauses of SELECT statements are these:\n\no Each select_expr indicates a column that you want to retrieve. There\n  must be at least one select_expr.\n\no table_references indicates the table or tables from which to retrieve\n  rows. Its syntax is described in [HELP JOIN].\n\no The WHERE clause, if given, indicates the condition or conditions\n  that rows must satisfy to be selected. where_condition is an\n  expression that evaluates to true for each row to be selected. The\n  statement selects all rows if there is no WHERE clause.\n\n  In the WHERE clause, you can use any of the functions and operators\n  that MySQL supports, except for aggregate (summary) functions. See\n  [HELP =].\n\nSELECT can also be used to retrieve rows computed without reference to\nany table.\n', '', 'select'),
(292, 'COT', 4, 'Syntax:\nCOT(X)\n\nReturns the cotangent of X.\n', 'mysql> SELECT COT(12);\n        -> -1.57267341\nmysql> SELECT COT(0);\n        -> NULL\n', 'mathematical-functions'),
(293, 'BACKUP TABLE', 19, 'Syntax:\nBACKUP TABLE tbl_name [, tbl_name] ... TO ''/path/to/backup/directory''\n\nNote: This statement is deprecated. We are working on a better\nreplacement for it that will provide online backup capabilities. In the\nmeantime, the mysqlhotcopy script can be used instead.\n\nBACKUP TABLE copies to the backup directory the minimum number of table\nfiles needed to restore the table, after flushing any buffered changes\nto disk. The statement works only for MyISAM tables. It copies the .frm\ndefinition and .MYD data files. The .MYI index file can be rebuilt from\nthose two files. The directory should be specified as a full pathname.\nTo restore the table, use RESTORE TABLE.\n', '', 'backup-table'),
(294, 'LOAD_FILE', 32, 'Syntax:\nLOAD_FILE(file_name)\n\nReads the file and returns the file contents as a string. To use this\nfunction, the file must be located on the server host, you must specify\nthe full pathname to the file, and you must have the FILE privilege.\nThe file must be readable by all and its size less than\nmax_allowed_packet bytes.\n\nIf the file does not exist or cannot be read because one of the\npreceding conditions is not satisfied, the function returns NULL.\n', 'mysql> UPDATE t\n            SET blob_col=LOAD_FILE(''/tmp/picture'')\n            WHERE id=1;\n', 'string-functions'),
(295, 'POINTFROMTEXT', 3, 'PointFromText(wkt[,srid])\n\nConstructs a POINT value using its WKT representation and SRID.\n', '', 'gis-wkt-functions'),
(296, 'LOAD TABLE FROM MASTER', 24, 'Syntax:\nLOAD TABLE tbl_name FROM MASTER\n\nThis feature is deprecated. We recommend not using it anymore. It is\nsubject to removal in a future version of MySQL.\n\nSince the current implementation of LOAD DATA FROM MASTER and LOAD\nTABLE FROM MASTER is very limited, these statements are deprecated in\nversions 4.1 of MySQL and above. We will introduce a more advanced\ntechnique (called "online backup") in a future version. That technique\nwill have the additional advantage of working with more storage\nengines.\n\nFor MySQL 5.1 and earlier, the recommended alternative solution to\nusing LOAD DATA FROM MASTER or LOAD TABLE FROM MASTERis using mysqldump\nor mysqlhotcopy. The latter requires Perl and two Perl modules (DBI and\nDBD:mysql) and works for MyISAM and ARCHIVE tables only. With\nmysqldump, you can create SQL dumps on the master and pipe (or copy)\nthese to a mysql client on the slave. This has the advantage of working\nfor all storage engines, but can be quite slow, since it works using\nSELECT.\n\nTransfers a copy of the table from the master to the slave. This\nstatement is implemented mainly debugging LOAD DATA FROM MASTER\noperations. To use LOAD TABLE, the account used for connecting to the\nmaster server must have the RELOAD and SUPER privileges on the master\nand the SELECT privilege for the master table to load. On the slave\nside, the user that issues LOAD TABLE FROM MASTER must have privileges\nfor dropping and creating the table.\n\nThe conditions for LOAD DATA FROM MASTER apply here as well. For\nexample, LOAD TABLE FROM MASTER works only for MyISAM tables. The\ntimeout notes for LOAD DATA FROM MASTER apply as well.\n', '', 'load-table-from-master'),
(297, 'GROUP_CONCAT', 14, 'Syntax:\nGROUP_CONCAT(expr)\n\nThis function returns a string result with the concatenated non-NULL\nvalues from a group. It returns NULL if there are no non-NULL values.\nThe full syntax is as follows:\n\nGROUP_CONCAT([DISTINCT] expr [,expr ...]\n             [ORDER BY {unsigned_integer | col_name | expr}\n                 [ASC | DESC] [,col_name ...]]\n             [SEPARATOR str_val])\n', 'mysql> SELECT student_name,\n    ->     GROUP_CONCAT(test_score)\n    ->     FROM student\n    ->     GROUP BY student_name;\n', 'group-by-functions'),
(298, 'DATE_FORMAT', 27, 'Syntax:\nDATE_FORMAT(date,format)\n\nFormats the date value according to the format string.\n', 'mysql> SELECT DATE_FORMAT(''1997-10-04 22:23:00'', ''%W %M %Y'');\n        -> ''Saturday October 1997''\nmysql> SELECT DATE_FORMAT(''1997-10-04 22:23:00'', ''%H:%i:%s'');\n        -> ''22:23:00''\nmysql> SELECT DATE_FORMAT(''1997-10-04 22:23:00'',\n                          ''%D %y %a %d %m %b %j'');\n        -> ''4th 97 Sat 04 10 Oct 277''\nmysql> SELECT DATE_FORMAT(''1997-10-04 22:23:00'',\n                          ''%H %k %I %r %T %S %w'');\n        -> ''22 22 10 10:23:00 PM 22:23:00 00 6''\nmysql> SELECT DATE_FORMAT(''1999-01-01'', ''%X %V'');\n        -> ''1998 52''\nmysql> SELECT DATE_FORMAT(''2006-06-00'', ''%d'');\n        -> ''00''\n', 'date-and-time-functions'),
(299, 'BENCHMARK', 15, 'Syntax:\nBENCHMARK(count,expr)\n\nThe BENCHMARK() function executes the expression expr repeatedly count\ntimes. It may be used to time how quickly MySQL processes the\nexpression. The result value is always 0. The intended use is from\nwithin the mysql client, which reports query execution times:\n', 'mysql> SELECT BENCHMARK(1000000,ENCODE(''hello'',''goodbye''));\n+----------------------------------------------+\n| BENCHMARK(1000000,ENCODE(''hello'',''goodbye'')) |\n+----------------------------------------------+\n|                                            0 |\n+----------------------------------------------+\n1 row in set (4.74 sec)\n', 'information-functions'),
(300, 'YEAR', 27, 'Syntax:\nYEAR(date)\n\nReturns the year for date, in the range 1000 to 9999, or 0 for the\n"zero" date.\n', 'mysql> SELECT YEAR(''98-02-03'');\n        -> 1998\n', 'date-and-time-functions'),
(301, 'SHOW ENGINE', 24, 'Syntax:\nSHOW ENGINE engine_name {LOGS | STATUS }\n\nSHOW ENGINE displays log or status information about a storage engine.\nThe following statements currently are supported:\n\nSHOW ENGINE BDB LOGS\nSHOW ENGINE INNODB STATUS\nSHOW ENGINE NDB STATUS\n', '', 'show-engine'),
(302, 'RELEASE_LOCK', 13, 'Syntax:\nRELEASE_LOCK(str)\n\nReleases the lock named by the string str that was obtained with\nGET_LOCK(). Returns 1 if the lock was released, 0 if the lock was not\nestablished by this thread (in which case the lock is not released),\nand NULL if the named lock did not exist. The lock does not exist if it\nwas never obtained by a call to GET_LOCK() or if it has previously been\nreleased.\n\nThe DO statement is convenient to use with RELEASE_LOCK(). See [HELP\nDO].\n', '', 'miscellaneous-functions'),
(303, 'IS NULL', 17, 'Syntax:\nIS NULL, IS NOT NULL\n\nTests whether a value is or is not NULL.\n', 'mysql> SELECT 1 IS NULL, 0 IS NULL, NULL IS NULL;\n        -> 0, 0, 1\nmysql> SELECT 1 IS NOT NULL, 0 IS NOT NULL, NULL IS NOT NULL;\n        -> 1, 1, 0\n', 'comparison-operators'),
(304, 'CONVERT_TZ', 27, 'Syntax:\nCONVERT_TZ(dt,from_tz,to_tz)\n\nCONVERT_TZ() converts a datetime value dt from the time zone given by\nfrom_tz to the time zone given by to_tz and returns the resulting\nvalue. Time zones are specified as described in\nhttp://dev.mysql.com/doc/refman/4.1/en/time-zone-support.html. This\nfunction returns NULL if the arguments are invalid.\n', 'mysql> SELECT CONVERT_TZ(''2004-01-01 12:00:00'',''GMT'',''MET'');\n        -> ''2004-01-01 13:00:00''\nmysql> SELECT CONVERT_TZ(''2004-01-01 12:00:00'',''+00:00'',''+10:00'');\n        -> ''2004-01-01 22:00:00''\n', 'date-and-time-functions'),
(305, 'TIME_TO_SEC', 27, 'Syntax:\nTIME_TO_SEC(time)\n\nReturns the time argument, converted to seconds.\n', 'mysql> SELECT TIME_TO_SEC(''22:23:00'');\n        -> 80580\nmysql> SELECT TIME_TO_SEC(''00:39:38'');\n        -> 2378\n', 'date-and-time-functions'),
(306, 'WEEKDAY', 27, 'Syntax:\nWEEKDAY(date)\n\nReturns the weekday index for date (0 = Monday, 1 = Tuesday, ... 6 =\nSunday).\n', 'mysql> SELECT WEEKDAY(''1998-02-03 22:23:00'');\n        -> 1\nmysql> SELECT WEEKDAY(''1997-11-05'');\n        -> 2\n', 'date-and-time-functions'),
(307, 'EXPORT_SET', 32, 'Syntax:\nEXPORT_SET(bits,on,off[,separator[,number_of_bits]])\n\nReturns a string such that for every bit set in the value bits, you get\nan on string and for every reset bit, you get an off string. Bits in\nbits are examined from right to left (from low-order to high-order\nbits). Strings are added to the result from left to right, separated by\nthe separator string (the default being the comma character `,''). The\nnumber of bits examined is given by number_of_bits (defaults to 64).\n', 'mysql> SELECT EXPORT_SET(5,''Y'',''N'','','',4);\n        -> ''Y,N,Y,N''\nmysql> SELECT EXPORT_SET(6,''1'',''0'','','',10);\n        -> ''0,1,1,0,0,0,0,0,0,0''\n', 'string-functions'),
(308, 'TIME FUNCTION', 27, 'Syntax:\nTIME(expr)\n\nExtracts the time part of the time or datetime expression expr and\nreturns it as a string.\n', 'mysql> SELECT TIME(''2003-12-31 01:02:03'');\n        -> ''01:02:03''\nmysql> SELECT TIME(''2003-12-31 01:02:03.000123'');\n        -> ''01:02:03.000123''\n', 'date-and-time-functions'),
(309, 'DATE_ADD', 27, 'Syntax:\nDATE_ADD(date,INTERVAL expr unit), DATE_SUB(date,INTERVAL expr unit)\n\nThese functions perform date arithmetic. date is a DATETIME or DATE\nvalue specifying the starting date. expr is an expression specifying\nthe interval value to be added or subtracted from the starting date.\nexpr is a string; it may start with a `-'' for negative intervals. unit\nis a keyword indicating the units in which the expression should be\ninterpreted.\n', 'mysql> SELECT ''1997-12-31 23:59:59'' + INTERVAL 1 SECOND;\n        -> ''1998-01-01 00:00:00''\nmysql> SELECT INTERVAL 1 DAY + ''1997-12-31'';\n        -> ''1998-01-01''\nmysql> SELECT ''1998-01-01'' - INTERVAL 1 SECOND;\n        -> ''1997-12-31 23:59:59''\nmysql> SELECT DATE_ADD(''1997-12-31 23:59:59'',\n    ->                 INTERVAL 1 SECOND);\n        -> ''1998-01-01 00:00:00''\nmysql> SELECT DATE_ADD(''1997-12-31 23:59:59'',\n    ->                 INTERVAL 1 DAY);\n        -> ''1998-01-01 23:59:59''\nmysql> SELECT DATE_ADD(''1997-12-31 23:59:59'',\n    ->                 INTERVAL ''1:1'' MINUTE_SECOND);\n        -> ''1998-01-01 00:01:00''\nmysql> SELECT DATE_SUB(''1998-01-01 00:00:00'',\n    ->                 INTERVAL ''1 1:1:1'' DAY_SECOND);\n        -> ''1997-12-30 22:58:59''\nmysql> SELECT DATE_ADD(''1998-01-01 00:00:00'',\n    ->                 INTERVAL ''-1 10'' DAY_HOUR);\n        -> ''1997-12-30 14:00:00''\nmysql> SELECT DATE_SUB(''1998-01-02'', INTERVAL 31 DAY);\n        -> ''1997-12-02''\nmysql> SELECT DATE_ADD(''1992-12-31 23:59:59.000002'',\n    ->            INTERVAL ''1.999999'' SECOND_MICROSECOND);\n        -> ''1993-01-01 00:00:01.000001''\n', 'date-and-time-functions'),
(310, 'CAST', 32, 'Syntax:\nCAST(expr AS type), CONVERT(expr,type), CONVERT(expr USING\ntranscoding_name)\n\nThe CAST() and CONVERT() functions take a value of one type and produce\na value of another type.\n\nThe type can be one of the following values:\n\no BINARY (and BINARY[N] as of MySQL 4.1.1)\n\no CHAR (and CHAR[N] as of MySQL 4.1.1)\n\no DATE\n\no DATETIME\n\no SIGNED [INTEGER]\n\no TIME\n\no UNSIGNED [INTEGER]\n\nBINARY produces a string with the BINARY data type. See\nhttp://dev.mysql.com/doc/refman/4.1/en/binary-varbinary.html for a\ndescription of how this affects comparisons. If the optional length N\nis given, BINARY(N) causes the cast to use no more than N bytes of the\nargument. Similarly, CHAR[N] causes the cast to use no more than N\ncharacters of the argument.\n\nCAST() and CONVERT() are available as of MySQL 4.0.2. The CHAR\nconversion type is available as of 4.0.6. The USING form of CONVERT()\nis available as of 4.1.0.\n\nCAST() and CONVERT(... USING ...) are standard SQL syntax. The\nnon-USING form of CONVERT() is ODBC syntax.\n\nCONVERT() with USING is used to convert data between different\ncharacter sets. In MySQL, transcoding names are the same as the\ncorresponding character set names. For example, this statement converts\nthe string ''abc'' in the default character set to the corresponding\nstring in the utf8 character set:\n\nSELECT CONVERT(''abc'' USING utf8);\n', 'SELECT enum_col FROM tbl_name ORDER BY CAST(enum_col AS CHAR);\n', 'cast-functions'),
(311, 'SOUNDS LIKE', 32, 'Syntax:\nexpr1 SOUNDS LIKE expr2\n\nThis is the same as SOUNDEX(expr1) = SOUNDEX(expr2). It is available\nbeginning with MySQL 4.1.0.\n', '', 'string-functions'),
(312, 'PERIOD_DIFF', 27, 'Syntax:\nPERIOD_DIFF(P1,P2)\n\nReturns the number of months between periods P1 and P2. P1 and P2\nshould be in the format YYMM or YYYYMM. Note that the period arguments\nP1 and P2 are not date values.\n', 'mysql> SELECT PERIOD_DIFF(9802,199703);\n        -> 11\n', 'date-and-time-functions'),
(313, 'LIKE', 32, 'Syntax:\nexpr LIKE pat [ESCAPE ''escape_char'']\n\nPattern matching using SQL simple regular expression comparison.\nReturns 1 (TRUE) or 0 (FALSE). If either expr or pat is NULL, the\nresult is NULL.\n\nThe pattern need not be a literal string. For example, it can be\nspecified as a string expression or table column.\n', 'mysql> SELECT ''David!'' LIKE ''David_'';\n        -> 1\nmysql> SELECT ''David!'' LIKE ''%D%v%'';\n        -> 1\n', 'string-comparison-functions'),
(314, 'MULTIPOINT', 21, 'MultiPoint(pt1,pt2,...)\n\nConstructs a WKB MultiPoint value using WKB Point arguments. If any\nargument is not a WKB Point, the return value is NULL.\n', '', 'gis-mysql-specific-functions'),
(315, '>>', 18, 'Syntax:\n>>\n\nShifts a longlong (BIGINT) number to the right.\n', 'mysql> SELECT 4 >> 2;\n        -> 1\n', 'bit-functions'),
(316, 'TRUE FALSE', 26, 'Beginning with MySQL 4.1, The constants TRUE and FALSE evaluate to 1\nand 0, respectively. The constant names can be written in any\nlettercase.\n\nmysql> SELECT TRUE, true, FALSE, false;\n        -> 1, 1, 0, 0\n', '', 'boolean-values'),
(317, 'AVG', 14, 'Syntax:\nReturns the average value of expr.\n\nAVG() returns NULL if there were no matching rows.\n', 'mysql> SELECT student_name, AVG(test_score)\n    ->        FROM student\n    ->        GROUP BY student_name;\n', 'group-by-functions'),
(318, 'MBRWITHIN', 5, 'MBRWithin(g1,g2)\n\nReturns 1 or 0 to indicate whether the Minimum Bounding Rectangle of g1\nis within the Minimum Bounding Rectangle of g2.\n', 'mysql> SET @g1 = GeomFromText(''Polygon((0 0,0 3,3 3,3 0,0 0))'');\nmysql> SET @g2 = GeomFromText(''Polygon((0 0,0 5,5 5,5 0,0 0))'');\nmysql> SELECT MBRWithin(@g1,@g2), MBRWithin(@g2,@g1);\n+--------------------+--------------------+\n| MBRWithin(@g1,@g2) | MBRWithin(@g2,@g1) |\n+--------------------+--------------------+\n|                  1 |                  0 |\n+--------------------+--------------------+\n', 'relations-on-geometry-mbr'),
(319, 'IN', 17, 'Syntax:\nexpr IN (value,...)\n\nReturns 1 if expr is equal to any of the values in the IN list, else\nreturns 0. If all values are constants, they are evaluated according to\nthe type of expr and sorted. The search for the item then is done using\na binary search. This means IN is very quick if the IN value list\nconsists entirely of constants. Otherwise, type conversion takes place\naccording to the rules described in\nhttp://dev.mysql.com/doc/refman/4.1/en/type-conversion.html, but\napplied to all the arguments.\n', 'mysql> SELECT 2 IN (0,3,5,7);\n        -> 0\nmysql> SELECT ''wefwf'' IN (''wee'',''wefwf'',''weg'');\n        -> 1\n', 'comparison-operators'),
(320, 'QUOTE', 32, 'Syntax:\nQUOTE(str)\n\nQuotes a string to produce a result that can be used as a properly\nescaped data value in an SQL statement. The string is returned enclosed\nby single quotes and with each instance of single quote (`''''),\nbackslash (`\\''), ASCII NUL, and Control-Z preceded by a backslash. If\nthe argument is NULL, the return value is the word "NULL" without\nenclosing single quotes. The QUOTE() function was added in MySQL 4.0.3.\n', 'mysql> SELECT QUOTE(''Don\\''t!'');\n        -> ''Don\\''t!''\nmysql> SELECT QUOTE(NULL);\n        -> NULL\n', 'string-functions'),
(321, 'SESSION_USER', 15, 'Syntax:\nSESSION_USER()\n\nSESSION_USER() is a synonym for USER().\n', '', 'information-functions'),
(322, 'HELP COMMAND', 23, 'Syntax:\nmysql> help search_string\n\nAs of MySQL 4.1, if you provide an argument to the help command, mysql\nuses it as a search string to access server-side help from the contents\nof the MySQL Reference Manual. The proper operation of this command\nrequires that the help tables in the mysql database be initialized with\nhelp topic information (see\nhttp://dev.mysql.com/doc/refman/4.1/en/server-side-help-support.html).\n\nIf there is no match for the search string, the search fails:\n\nmysql> help me\n\nNothing found\nPlease try to run ''help contents'' for a list of all accessible topics\n\nUse help contents to see a list of the help categories:\n\nmysql> help contents\nYou asked for help about help category: "Contents"\nFor more information, type ''help <item>'', where <item> is one of the\nfollowing categories:\n   Account Management\n   Administration\n   Data Definition\n   Data Manipulation\n   Data Types\n   Functions\n   Functions and Modifiers for Use with GROUP BY\n   Geographic Features\n   Language Structure\n   Storage Engines\n   Table Maintenance\n   Transactions\n\nIf the search string matches multiple items, mysql shows a list of\nmatching topics:\n\nmysql> help logs\nMany help items for your request exist.\nTo make a more specific request, please type ''help <item>'',\nwhere <item> is one of the following topics:\n   SHOW\n   SHOW BINARY LOGS\n   SHOW ENGINE\n   SHOW LOGS\n\nUse a topic as the search string to see the help entry for that topic:\n\nmysql> help show binary logs\nName: ''SHOW BINARY LOGS''\nDescription:\nSyntax:\nSHOW BINARY LOGS\nSHOW MASTER LOGS\n\nLists the binary log files on the server. This statement is used as\npart of the procedure described in [purge-master-logs], that shows how\nto determine which logs can be purged.\n\nmysql> SHOW BINARY LOGS;\n+---------------+-----------+\n| Log_name      | File_size |\n+---------------+-----------+\n| binlog.000015 |    724935 |\n| binlog.000016 |    733481 |\n+---------------+-----------+\n', '', 'mysql-server-side-help'),
(323, 'QUARTER', 27, 'Syntax:\nQUARTER(date)\n\nReturns the quarter of the year for date, in the range 1 to 4.\n', 'mysql> SELECT QUARTER(''98-04-01'');\n        -> 2\n', 'date-and-time-functions'),
(324, 'POSITION', 32, 'Syntax:\nPOSITION(substr IN str)\n\nPOSITION(substr IN str) is a synonym for LOCATE(substr,str).\n', '', 'string-functions'),
(325, 'IS_USED_LOCK', 13, 'Syntax:\nIS_USED_LOCK(str)\n\nChecks whether the lock named str is in use (that is, locked). If so,\nit returns the connection identifier of the client that holds the lock.\nOtherwise, it returns NULL.\n', '', 'miscellaneous-functions'),
(326, 'POLYFROMTEXT', 3, 'PolyFromText(wkt[,srid]), PolygonFromText(wkt[,srid])\n\nConstructs a POLYGON value using its WKT representation and SRID.\n', '', 'gis-wkt-functions'),
(327, 'DES_ENCRYPT', 10, 'Syntax:\nDES_ENCRYPT(str[,{key_num|key_str}])\n\nEncrypts the string with the given key using the Triple-DES algorithm.\n', 'key_num des_key_str\n', 'encryption-functions'),
(328, 'LENGTH', 32, 'Syntax:\nLENGTH(str)\n\nReturns the length of the string str, measured in bytes. A multi-byte\ncharacter counts as multiple bytes. This means that for a string\ncontaining five two-byte characters, LENGTH() returns 10, whereas\nCHAR_LENGTH() returns 5.\n', 'mysql> SELECT LENGTH(''text'');\n        -> 4\n', 'string-functions'),
(329, 'STR_TO_DATE', 27, 'Syntax:\nSTR_TO_DATE(str,format)\n\nThis is the inverse of the DATE_FORMAT() function. It takes a string\nstr and a format string format. STR_TO_DATE() returns a DATETIME value\nif the format string contains both date and time parts, or a DATE or\nTIME value if the string contains only date or time parts.\n\nThe date, time, or datetime values contained in str should be given in\nthe format indicated by format. For the specifiers that can be used in\nformat, see the DATE_FORMAT() function description. If str contains an\nillegal date, time, or datetime value, STR_TO_DATE() returns NULL.\n', '', 'date-and-time-functions'),
(330, 'Y', 9, 'Y(p)\n\nReturns the Y-coordinate value for the point p as a double-precision\nnumber.\n', 'mysql> SET @pt = ''Point(56.7 53.34)'';\nmysql> SELECT Y(GeomFromText(@pt));\n+----------------------+\n| Y(GeomFromText(@pt)) |\n+----------------------+\n|                53.34 |\n+----------------------+\n', 'point-property-functions'),
(331, 'SHOW INNODB STATUS', 24, 'Syntax:\nSHOW INNODB STATUS\n\nThis statement shows extensive information about the state of the\nInnoDB storage engine. As of MySQL 4.1.2, it is deprecated and SHOW\nENGINE INNODB STATUS should be used instead. See [HELP SHOW ENGINE].\n', '', 'show-innodb-status'),
(332, 'CHECKSUM TABLE', 19, 'Syntax:\nCHECKSUM TABLE tbl_name [, tbl_name] ... [ QUICK | EXTENDED ]\n\nCHECKSUM TABLE reports a table checksum.\n\nWith QUICK, the live table checksum is reported if it is available, or\nNULL otherwise. This is very fast. A live checksum is enabled by\nspecifying the CHECKSUM=1 table option when you create the table;\ncurrently, this is supported only for MyISAM tables. See [HELP CREATE\nTABLE].\n\nWith EXTENDED, the entire table is read row by row and the checksum is\ncalculated. This can be very slow for large tables.\n\nIf neither QUICK nor EXTENDED is specified, MySQL returns a live\nchecksum if the table storage engine supports it and scans the table\notherwise.\n\nFor a non-existent table, CHECKSUM TABLE returns NULL.\n', '', 'checksum-table'),
(333, 'NUMINTERIORRINGS', 2, 'NumInteriorRings(poly)\n\nReturns the number of interior rings in the Polygon value poly.\n', 'mysql> SET @poly =\n    -> ''Polygon((0 0,0 3,3 3,3 0,0 0),(1 1,1 2,2 2,2 1,1 1))'';\nmysql> SELECT NumInteriorRings(GeomFromText(@poly));\n+---------------------------------------+\n| NumInteriorRings(GeomFromText(@poly)) |\n+---------------------------------------+\n|                                     1 |\n+---------------------------------------+\n', 'polygon-property-functions'),
(334, 'INTERIORRINGN', 2, 'InteriorRingN(poly,N)\n\nReturns the N-th interior ring for the Polygon value poly as a\nLineString. Rings are numbered beginning with 1.\n', 'mysql> SET @poly =\n    -> ''Polygon((0 0,0 3,3 3,3 0,0 0),(1 1,1 2,2 2,2 1,1 1))'';\nmysql> SELECT AsText(InteriorRingN(GeomFromText(@poly),1));\n+----------------------------------------------+\n| AsText(InteriorRingN(GeomFromText(@poly),1)) |\n+----------------------------------------------+\n| LINESTRING(1 1,1 2,2 2,2 1,1 1)              |\n+----------------------------------------------+\n', 'polygon-property-functions'),
(335, 'UTC_TIME', 27, 'Syntax:\nUTC_TIME, UTC_TIME()\n\nReturns the current UTC time as a value in ''HH:MM:SS'' or HHMMSS format,\ndepending on whether the function is used in a string or numeric\ncontext.\n', 'mysql> SELECT UTC_TIME(), UTC_TIME() + 0;\n        -> ''18:07:53'', 180753\n', 'date-and-time-functions'),
(336, 'DROP FUNCTION', 33, 'Syntax:\nDROP FUNCTION function_name\n\nThis statement drops the user-defined function (UDF) named\nfunction_name.\n\nTo drop a function, you must have the DELETE privilege for the mysql\ndatabase. This is because DROP FUNCTION removes a row from the\nmysql.func system table that records the function''s name, type, and\nshared library name.\n', '', 'drop-function'),
(337, 'STDDEV', 14, 'Syntax:\nSTD(expr) STDDEV(expr)\n\nReturns the population standard deviation of expr. This is an extension\nto standard SQL. The STDDEV() form of this function is provided for\ncompatibility with Oracle.\n\nThese functions return NULL if there were no matching rows.\n', '', 'group-by-functions'),
(338, 'DATE_SUB', 27, 'Syntax:\nDATE_SUB(date,INTERVAL expr unit)\n\nSee DATE_ADD().\n', '', 'date-and-time-functions'),
(339, 'PERIOD_ADD', 27, 'Syntax:\nPERIOD_ADD(P,N)\n\nAdds N months to period P (in the format YYMM or YYYYMM). Returns a\nvalue in the format YYYYMM. Note that the period argument P is not a\ndate value.\n', 'mysql> SELECT PERIOD_ADD(9801,2);\n        -> 199803\n', 'date-and-time-functions'),
(340, '|', 18, 'Syntax:\n|\n\nBitwise OR:\n', 'mysql> SELECT 29 | 15;\n        -> 31\n', 'bit-functions'),
(341, 'GEOMFROMTEXT', 3, 'GeomFromText(wkt[,srid]), GeometryFromText(wkt[,srid])\n\nConstructs a geometry value of any type using its WKT representation\nand SRID.\n', '', 'gis-wkt-functions'),
(342, 'RIGHT', 32, 'Syntax:\nRIGHT(str,len)\n\nReturns the rightmost len characters from the string str.\n', 'mysql> SELECT RIGHT(''foobarbar'', 4);\n        -> ''rbar''\n', 'string-functions'),
(343, 'DATEDIFF', 27, 'Syntax:\nDATEDIFF(expr1,expr2)\n\nDATEDIFF() returns expr1 - expr2 expressed as a value in days from one\ndate to the other. expr1 and expr2 are date or date-and-time\nexpressions. Only the date parts of the values are used in the\ncalculation.\n', 'mysql> SELECT DATEDIFF(''1997-12-31 23:59:59'',''1997-12-30'');\n        -> 1\nmysql> SELECT DATEDIFF(''1997-11-30 23:59:59'',''1997-12-31'');\n        -> -31\n', 'date-and-time-functions'),
(344, 'CHECK TABLE', 19, 'Syntax:\nCHECK TABLE tbl_name [, tbl_name] ... [option] ...\n\noption = {QUICK | FAST | MEDIUM | EXTENDED | CHANGED}\n\nCHECK TABLE checks a table or tables for errors. CHECK TABLE works for\nMyISAM and InnoDB tables. For MyISAM tables, the key statistics are\nupdated as well.\n', '', 'check-table'),
(345, 'BIN', 32, 'Syntax:\nBIN(N)\n\nReturns a string representation of the binary value of N, where N is a\nlonglong (BIGINT) number. This is equivalent to CONV(N,10,2). Returns\nNULL if N is NULL.\n', 'mysql> SELECT BIN(12);\n        -> ''1100''\n', 'string-functions'),
(346, 'CASE FUNCTION', 6, 'Syntax:\nCASE value WHEN [compare_value] THEN result [WHEN [compare_value] THEN\nresult ...] [ELSE result] END\n\nCASE WHEN [condition] THEN result [WHEN [condition] THEN result ...]\n[ELSE result] END\n\nThe first version returns the result where value=compare_value. The\nsecond version returns the result for the first condition that is true.\nIf there was no matching result value, the result after ELSE is\nreturned, or NULL if there is no ELSE part.\n', 'mysql> SELECT CASE 1 WHEN 1 THEN ''one''\n    ->     WHEN 2 THEN ''two'' ELSE ''more'' END;\n        -> ''one''\nmysql> SELECT CASE WHEN 1>0 THEN ''true'' ELSE ''false'' END;\n        -> ''true''\nmysql> SELECT CASE BINARY ''B''\n    ->     WHEN ''a'' THEN 1 WHEN ''b'' THEN 2 END;\n        -> NULL\n', 'control-flow-functions'),
(347, 'MULTILINESTRING', 21, 'MultiLineString(ls1,ls2,...)\n\nConstructs a WKB MultiLineString value using WKB LineString arguments.\nIf any argument is not a WKB LineString, the return value is NULL.\n', '', 'gis-mysql-specific-functions'),
(348, 'LOAD DATA', 24, 'Syntax:\nLOAD DATA [LOW_PRIORITY | CONCURRENT] [LOCAL] INFILE ''file_name''\n    [REPLACE | IGNORE]\n    INTO TABLE tbl_name\n    [FIELDS\n        [TERMINATED BY ''string'']\n        [[OPTIONALLY] ENCLOSED BY ''char'']\n        [ESCAPED BY ''char'']\n    ]\n    [LINES\n        [STARTING BY ''string'']\n        [TERMINATED BY ''string'']\n    ]\n    [IGNORE number LINES]\n    [(col_name,...)]\n\nThe LOAD DATA INFILE statement reads rows from a text file into a table\nat a very high speed. The filename must be given as a literal string.\n\nLOAD DATA INFILE is the complement of SELECT ... INTO OUTFILE. (See\n[HELP SELECT].) To write data from a table to a file, use SELECT ...\nINTO OUTFILE. To read the file back into a table, use LOAD DATA INFILE.\nThe syntax of the FIELDS and LINES clauses is the same for both\nstatements. Both clauses are optional, but FIELDS must precede LINES if\nboth are specified.\n\nFor more information about the efficiency of INSERT versus LOAD DATA\nINFILE and speeding up LOAD DATA INFILE, see\nhttp://dev.mysql.com/doc/refman/4.1/en/insert-speed.html.\n\nAs of MySQL 4.1, the character set indicated by the\ncharacter_set_database system variable is used to interpret the\ninformation in the file. SET NAMES and the setting of\ncharacter_set_client do not affect interpretation of input.\n\nNote that it is currently not possible to load data files that use the\nucs2 character set.\n\nYou can also load data files by using the mysqlimport utility; it\noperates by sending a LOAD DATA INFILE statement to the server. The\n--local option causes mysqlimport to read data files from the client\nhost. You can specify the --compress option to get better performance\nover slow networks if the client and server support the compressed\nprotocol. See http://dev.mysql.com/doc/refman/4.1/en/mysqlimport.html.\n\nIf you use LOW_PRIORITY, execution of the LOAD DATA statement is\ndelayed until no other clients are reading from the table.\n\nIf you specify CONCURRENT with a MyISAM table that satisfies the\ncondition for concurrent inserts (that is, it contains no free blocks\nin the middle), other threads can retrieve data from the table while\nLOAD DATA is executing. Using this option affects the performance of\nLOAD DATA a bit, even if no other thread is using the table at the same\ntime.\n\nThe LOCAL keyword, if specified, is interpreted with respect to the\nclient end of the connection:\n\no If LOCAL is specified, the file is read by the client program on the\n  client host and sent to the server. The file can be given as a full\n  pathname to specify its exact location. If given as a relative\n  pathname, the name is interpreted relative to the directory in which\n  the client program was started.\n\n  LOCAL is available in MySQL 3.22.6 or later.\n\no If LOCAL is not specified, the file must be located on the server\n  host and is read directly by the server. The server uses the\n  following rules to locate the file:\n\n  o If the filename is an absolute pathname, the server uses it as\n    given.\n\n  o If the filename is a relative pathname with one or more leading\n    components, the server searches for the file relative to the\n    server''s data directory.\n\n  o If a filename with no leading components is given, the server looks\n    for the file in the database directory of the default database.\n\nNote that, in the non-LOCAL case, these rules mean that a file named as\n./myfile.txt is read from the server''s data directory, whereas the file\nnamed as myfile.txt is read from the database directory of the default\ndatabase. For example, if db1 is the default database, the following\nLOAD DATA statement reads the file data.txt from the database directory\nfor db1, even though the statement explicitly loads the file into a\ntable in the db2 database:\n\nLOAD DATA INFILE ''data.txt'' INTO TABLE db2.my_table;\n\nWindows pathnames are specified using forward slashes rather than\nbackslashes. If you do use backslashes, you must double them.\n\nFor security reasons, when reading text files located on the server,\nthe files must either reside in the database directory or be readable\nby all. Also, to use LOAD DATA INFILE on server files, you must have\nthe FILE privilege. See\nhttp://dev.mysql.com/doc/refman/4.1/en/privileges-provided.html.\n', '', 'load-data'),
(349, 'LOCALTIME', 27, 'Syntax:\nLOCALTIME, LOCALTIME()\n\nLOCALTIME and LOCALTIME() are synonyms for NOW().\n', '', 'date-and-time-functions'),
(350, 'MPOINTFROMTEXT', 3, 'MPointFromText(wkt[,srid]), MultiPointFromText(wkt[,srid])\n\nConstructs a MULTIPOINT value using its WKT representation and SRID.\n', '', 'gis-wkt-functions'),
(351, 'BLOB', 20, 'BLOB[(M)]\n\nA BLOB column with a maximum length of 65,535 (216 - 1) bytes.\n\nBeginning with MySQL 4.1, an optional length M can be given for this\ntype. MySQL creates the column as the smallest BLOB type large enough\nto hold values M bytes long.\n', '', 'string-type-overview'),
(352, 'PASSWORD', 10, 'Syntax:\nPASSWORD(str)\n\nCalculates and returns a password string from the plaintext password\nstr and returns a binary string, or NULL if the argument was NULL. This\nis the function that is used for encrypting MySQL passwords for storage\nin the Password column of the user grant table.\n', 'mysql> SELECT PASSWORD(''badpwd'');\n        -> ''7f84554057dd964b''\n', 'encryption-functions'),
(353, 'CHAR', 20, '[NATIONAL] CHAR(M) [CHARACTER SET charset_name] [COLLATE\ncollation_name]\n\nA fixed-length string that is always right-padded with spaces to the\nspecified length when stored. M represents the column length. The range\nof M is 0 to 255 characters (1 to 255 prior to MySQL 3.23).\n\nNote: Trailing spaces are removed when CHAR values are retrieved.\n\nIn MySQL 4.1, a CHAR column with a length specification greater than\n255 is converted to the smallest TEXT type that can hold values of the\ngiven length. For example, CHAR(500) is converted to TEXT, and\nCHAR(200000) is converted to MEDIUMTEXT. This is a compatibility\nfeature. However, this conversion causes the column to become a\nvariable-length column, and also affects trailing-space removal.\n', '', 'string-type-overview'),
(354, 'UTC_DATE', 27, 'Syntax:\nUTC_DATE, UTC_DATE()\n\nReturns the current UTC date as a value in ''YYYY-MM-DD'' or YYYYMMDD\nformat, depending on whether the function is used in a string or\nnumeric context.\n', 'mysql> SELECT UTC_DATE(), UTC_DATE() + 0;\n        -> ''2003-08-14'', 20030814\n', 'date-and-time-functions'),
(355, 'DIMENSION', 31, 'Dimension(g)\n\nReturns the inherent dimension of the geometry value g. The result can\nbe -1, 0, 1, or 2. The meaning of these values is given in [HELP MBR\ndefinition].\n', 'mysql> SELECT Dimension(GeomFromText(''LineString(1 1,2 2)''));\n+------------------------------------------------+\n| Dimension(GeomFromText(''LineString(1 1,2 2)'')) |\n+------------------------------------------------+\n|                                              1 |\n+------------------------------------------------+\n', 'general-geometry-property-functions'),
(356, 'COUNT DISTINCT', 14, 'Syntax:\nCOUNT(DISTINCT expr,[expr...])\n\nReturns a count of the number of different non-NULL values.\n\nCOUNT(DISTINCT) returns 0 if there were no matching rows.\n', 'mysql> SELECT COUNT(DISTINCT results) FROM student;\n', 'group-by-functions'),
(357, 'BIT', 20, 'BIT\n\nIn versions of MySQL up to and lincluding 4.1, BIT is a synonym for\nTINYINT(1).\n', '', 'numeric-type-overview'),
(358, 'EQUALS', 25, 'Equals(g1,g2)\n\nReturns 1 or 0 to indicate whether g1 is spatially equal to g2.\n', '', 'functions-that-test-spatial-relationships-between-geometries'),
(359, 'INTERVAL', 17, 'Syntax:\nINTERVAL(N,N1,N2,N3,...)\n\nReturns 0 if N < N1, 1 if N < N2 and so on or -1 if N is NULL. All\narguments are treated as integers. It is required that N1 < N2 < N3 <\n... < Nn for this function to work correctly. This is because a binary\nsearch is used (very fast).\n', 'mysql> SELECT INTERVAL(23, 1, 15, 17, 30, 44, 200);\n        -> 3\nmysql> SELECT INTERVAL(10, 1, 10, 100, 1000);\n        -> 2\nmysql> SELECT INTERVAL(22, 23, 30, 44, 200);\n        -> 0\n', 'comparison-operators'),
(360, 'FROM_DAYS', 27, 'Syntax:\nFROM_DAYS(N)\n\nGiven a day number N, returns a DATE value.\n', 'mysql> SELECT FROM_DAYS(729669);\n        -> ''1997-10-07''\n', 'date-and-time-functions'),
(361, 'BIT_COUNT', 18, 'Syntax:\nBIT_COUNT(N)\n\nReturns the number of bits that are set in the argument N.\n', 'mysql> SELECT BIT_COUNT(29);\n        -> 4\n', 'bit-functions'),
(362, 'UTC_TIMESTAMP', 27, 'Syntax:\nUTC_TIMESTAMP, UTC_TIMESTAMP()\n\nReturns the current UTC date and time as a value in ''YYYY-MM-DD\nHH:MM:SS'' or YYYYMMDDHHMMSS format, depending on whether the function\nis used in a string or numeric context.\n', 'mysql> SELECT UTC_TIMESTAMP(), UTC_TIMESTAMP() + 0;\n        -> ''2003-08-14 18:08:04'', 20030814180804\n', 'date-and-time-functions'),
(363, '+', 4, 'Syntax:\n+\n\nAddition:\n', 'mysql> SELECT 3+5;\n        -> 8\n', 'arithmetic-functions'),
(364, 'INET_NTOA', 13, 'Syntax:\nINET_NTOA(expr)\n\nGiven a numeric network address (4 or 8 byte), returns the dotted-quad\nrepresentation of the address as a string.\n', 'mysql> SELECT INET_NTOA(3520061480);\n        -> ''209.207.224.40''\n', 'miscellaneous-functions'),
(365, 'ACOS', 4, 'Syntax:\nACOS(X)\n\nReturns the arc cosine of X, that is, the value whose cosine is X.\nReturns NULL if X is not in the range -1 to 1.\n', 'mysql> SELECT ACOS(1);\n        -> 0.000000\nmysql> SELECT ACOS(1.0001);\n        -> NULL\nmysql> SELECT ACOS(0);\n        -> 1.570796\n', 'mathematical-functions'),
(366, 'ISOLATION', 7, 'Syntax:\nSET [GLOBAL | SESSION] TRANSACTION ISOLATION LEVEL\n{ READ UNCOMMITTED | READ COMMITTED | REPEATABLE READ | SERIALIZABLE }\n\nThis statement sets the transaction isolation level for the next\ntransaction, globally, or for the current session.\n\nThe default behavior of SET TRANSACTION is to set the isolation level\nfor the next (not yet started) transaction. If you use the GLOBAL\nkeyword, the statement sets the default transaction level globally for\nall new connections created from that point on. Existing connections\nare unaffected. You need the SUPER privilege to do this. Using the\nSESSION keyword sets the default transaction level for all future\ntransactions performed on the current connection.\n\nFor descriptions of each InnoDB transaction isolation level, see\nhttp://dev.mysql.com/doc/refman/4.1/en/innodb-transaction-isolation.htm\nl. InnoDB supports each of these levels from MySQL 4.0.5 on. The\ndefault level is REPEATABLE READ.\n\nTo set the initial default global isolation level for mysqld, use the\n--transaction-isolation option. See\nhttp://dev.mysql.com/doc/refman/4.1/en/server-options.html.\n', '', 'set-transaction'),
(367, 'CEILING', 4, 'Syntax:\nCEILING(X), CEIL(X)\n\nReturns the smallest integer value not less than X.\n', 'mysql> SELECT CEILING(1.23);\n        -> 2\nmysql> SELECT CEIL(-1.23);\n        -> -1\n', 'mathematical-functions'),
(368, 'SIN', 4, 'Syntax:\nSIN(X)\n\nReturns the sine of X, where X is given in radians.\n', 'mysql> SELECT SIN(PI());\n        -> 1.2246063538224e-16\nmysql> SELECT ROUND(SIN(PI()));\n        -> 0\n', 'mathematical-functions'),
(369, 'DAYOFWEEK', 27, 'Syntax:\nDAYOFWEEK(date)\n\nReturns the weekday index for date (1 = Sunday, 2 = Monday, ..., 7 =\nSaturday). These index values correspond to the ODBC standard.\n', 'mysql> SELECT DAYOFWEEK(''1998-02-03'');\n        -> 3\n', 'date-and-time-functions'),
(370, 'LINEFROMWKB', 28, 'LineFromWKB(wkb[,srid]), LineStringFromWKB(wkb[,srid])\n\nConstructs a LINESTRING value using its WKB representation and SRID.\n', '', 'gis-wkb-functions'),
(371, 'SHOW PROCESSLIST', 24, 'Syntax:\nSHOW [FULL] PROCESSLIST\n\nSHOW PROCESSLIST shows you which threads are running. You can also get\nthis information using the mysqladmin processlist command. If you have\nthe PROCESS privilege, you can see all threads. Otherwise, you can see\nonly your own threads (that is, threads associated with the MySQL\naccount that you are using). See [HELP KILL]. If you do not use the\nFULL keyword, only the first 100 characters of each statement are shown\nin the Info field.\n', '', 'show-processlist'),
(372, 'GEOMETRYTYPE', 31, 'GeometryType(g)\n\nReturns as a string the name of the geometry type of which the geometry\ninstance g is a member. The name corresponds to one of the instantiable\nGeometry subclasses.\n', 'mysql> SELECT GeometryType(GeomFromText(''POINT(1 1)''));\n+------------------------------------------+\n| GeometryType(GeomFromText(''POINT(1 1)'')) |\n+------------------------------------------+\n| POINT                                    |\n+------------------------------------------+\n', 'general-geometry-property-functions'),
(373, 'TRIM', 32, 'Syntax:\nTRIM([{BOTH | LEADING | TRAILING} [remstr] FROM] str), TRIM([remstr\nFROM] str)\n\nReturns the string str with all remstr prefixes or suffixes removed. If\nnone of the specifiers BOTH, LEADING, or TRAILING is given, BOTH is\nassumed. remstr is optional and, if not specified, spaces are removed.\n', 'mysql> SELECT TRIM(''  bar   '');\n        -> ''bar''\nmysql> SELECT TRIM(LEADING ''x'' FROM ''xxxbarxxx'');\n        -> ''barxxx''\nmysql> SELECT TRIM(BOTH ''x'' FROM ''xxxbarxxx'');\n        -> ''bar''\nmysql> SELECT TRIM(TRAILING ''xyz'' FROM ''barxxyz'');\n        -> ''barx''\n', 'string-functions'),
(374, 'GET_FORMAT', 27, 'Syntax:\nGET_FORMAT(DATE|TIME|DATETIME, ''EUR''|''USA''|''JIS''|''ISO''|''INTERNAL'')\n\nReturns a format string. This function is useful in combination with\nthe DATE_FORMAT() and the STR_TO_DATE() functions.\n', 'mysql> SELECT DATE_FORMAT(''2003-10-03'',GET_FORMAT(DATE,''EUR''));\n        -> ''03.10.2003''\nmysql> SELECT STR_TO_DATE(''10.31.2003'',GET_FORMAT(DATE,''USA''));\n        -> ''2003-10-31''\n', 'date-and-time-functions'),
(375, 'TINYBLOB', 20, 'TINYBLOB\n\nA BLOB column with a maximum length of 255 (28 - 1) bytes.\n', '', 'string-type-overview'),
(376, 'SAVEPOINT', 7, 'Syntax:\nSAVEPOINT identifier\nROLLBACK TO SAVEPOINT identifier\n\nStarting from MySQL 4.0.14 and 4.1.1, InnoDB supports the SQL\nstatements SAVEPOINT and ROLLBACK TO SAVEPOINT.\n', '', 'savepoints'),
(377, 'USER', 15, 'Syntax:\nUSER()\n\nReturns the current MySQL username and hostname.\n', 'mysql> SELECT USER();\n        -> ''davida@localhost''\n', 'information-functions'),
(378, 'MPOINTFROMWKB', 28, 'MPointFromWKB(wkb[,srid]), MultiPointFromWKB(wkb[,srid])\n\nConstructs a MULTIPOINT value using its WKB representation and SRID.\n', '', 'gis-wkb-functions'),
(379, 'ALTER TABLE', 34, 'Syntax:\nALTER [IGNORE] TABLE tbl_name\n    alter_specification [, alter_specification] ...\n\nalter_specification:\n    ADD [COLUMN] column_definition [FIRST | AFTER col_name ]\n  | ADD [COLUMN] (column_definition,...)\n  | ADD {INDEX|KEY} [index_name] [index_type] (index_col_name,...)\n  | ADD [CONSTRAINT [symbol]]\n        PRIMARY KEY [index_type] (index_col_name,...)\n  | ADD [CONSTRAINT [symbol]]\n        UNIQUE [INDEX|KEY] [index_name] [index_type] (index_col_name,...)\n  | ADD [FULLTEXT|SPATIAL] [INDEX|KEY] [index_name] (index_col_name,...)\n  | ADD [CONSTRAINT [symbol]]\n        FOREIGN KEY [index_name] (index_col_name,...)\n        [reference_definition]\n  | ALTER [COLUMN] col_name {SET DEFAULT literal | DROP DEFAULT}\n  | CHANGE [COLUMN] old_col_name column_definition\n        [FIRST|AFTER col_name]\n  | MODIFY [COLUMN] column_definition [FIRST | AFTER col_name]\n  | DROP [COLUMN] col_name\n  | DROP PRIMARY KEY\n  | DROP {INDEX|KEY} index_name\n  | DROP FOREIGN KEY fk_symbol\n  | DISABLE KEYS\n  | ENABLE KEYS\n  | RENAME [TO] new_tbl_name\n  | ORDER BY col_name\n  | CONVERT TO CHARACTER SET charset_name [COLLATE collation_name]\n  | [DEFAULT] CHARACTER SET charset_name [COLLATE collation_name]\n  | DISCARD TABLESPACE\n  | IMPORT TABLESPACE\n  | table_option ...\n\nindex_col_name:\n    col_name [(length)] [ASC | DESC]\n\nindex_type:\n    USING {BTREE | HASH}\n\nALTER TABLE enables you to change the structure of an existing table.\nFor example, you can add or delete columns, create or destroy indexes,\nchange the type of existing columns, or rename columns or the table\nitself. You can also change the comment for the table and type of the\ntable.\n', '', 'alter-table');
INSERT INTO `help_topic` (`help_topic_id`, `name`, `help_category_id`, `description`, `example`, `url`) VALUES
(380, 'PURGE MASTER LOGS', 24, 'Syntax:\nPURGE {MASTER | BINARY} LOGS TO ''log_name''\nPURGE {MASTER | BINARY} LOGS BEFORE ''date''\n\nDeletes all the binary logs listed in the log index prior to the\nspecified log or date. The logs also are removed from the list recorded\nin the log index file, so that the given log becomes the first.\n', 'PURGE MASTER LOGS TO ''mysql-bin.010'';\nPURGE MASTER LOGS BEFORE ''2003-04-02 22:46:26'';\n', 'purge-master-logs'),
(381, 'CHAR BYTE', 20, 'From MySQL 4.1.2 on, the CHAR BYTE data type is an alias for the BINARY\ndata type. This is a compatibility feature.\n', '', 'string-type-overview'),
(382, 'REPAIR TABLE', 19, 'Syntax:\nREPAIR [LOCAL | NO_WRITE_TO_BINLOG] TABLE\n    tbl_name [, tbl_name] ... [QUICK] [EXTENDED] [USE_FRM]\n\nREPAIR TABLE repairs a possibly corrupted table. By default, it has the\nsame effect as myisamchk --recover tbl_name. REPAIR TABLE works for\nMyISAM and for ARCHIVE tables. See\nhttp://dev.mysql.com/doc/refman/4.1/en/myisam-storage-engine.html, and\nhttp://dev.mysql.com/doc/refman/4.1/en/archive-storage-engine.html.\n\nThis statement requires SELECT and INSERT privileges for the table.\n', '', 'repair-table'),
(383, 'MERGE', 34, 'The MERGE storage engine was introduced in MySQL 3.23.25. It is also\nknown as the MRG_MyISAM engine.\n\nA MERGE table is a collection of identical MyISAM tables that can be\nused as one. "Identical" means that all tables have identical column\nand index information. You cannot merge MyISAM tables in which the\ncolumns are listed in a different order, do not have exactly the same\ncolumns, or have the indexes in different order. However, any or all of\nthe MyISAM tables can be compressed with myisampack. See\nhttp://dev.mysql.com/doc/refman/4.1/en/myisampack.html. Differences in\ntable options such as AVG_ROW_LENGTH, MAX_ROWS, or PACK_KEYS do not\nmatter.\n', 'mysql> CREATE TABLE t1 (\n    ->    a INT NOT NULL AUTO_INCREMENT PRIMARY KEY,\n    ->    message CHAR(20)) ENGINE=MyISAM;\nmysql> CREATE TABLE t2 (\n    ->    a INT NOT NULL AUTO_INCREMENT PRIMARY KEY,\n    ->    message CHAR(20)) ENGINE=MyISAM;\nmysql> INSERT INTO t1 (message) VALUES (''Testing''),(''table''),(''t1'');\nmysql> INSERT INTO t2 (message) VALUES (''Testing''),(''table''),(''t2'');\nmysql> CREATE TABLE total (\n    ->    a INT NOT NULL AUTO_INCREMENT,\n    ->    message CHAR(20), INDEX(a))\n    ->    ENGINE=MERGE UNION=(t1,t2) INSERT_METHOD=LAST;\n', 'merge-storage-engine'),
(384, 'CREATE TABLE', 34, 'Syntax:\nCREATE [TEMPORARY] TABLE [IF NOT EXISTS] tbl_name\n    (create_definition,...)\n    [table_option ...]\n\nOr:\n\nCREATE [TEMPORARY] TABLE [IF NOT EXISTS] tbl_name\n    [(create_definition,...)]\n    [table_option ...]\n    select_statement\n\nOr:\n\nCREATE [TEMPORARY] TABLE [IF NOT EXISTS] tbl_name\n    { LIKE old_tbl_name | (LIKE old_tbl_name) }\n\ncreate_definition:\n    column_definition\n  | [CONSTRAINT [symbol]] PRIMARY KEY [index_type] (index_col_name,...)\n  | {INDEX|KEY} [index_name] [index_type] (index_col_name,...)\n  | [CONSTRAINT [symbol]] UNIQUE [INDEX|KEY]\n      [index_name] [index_type] (index_col_name,...)\n  | {FULLTEXT|SPATIAL} [INDEX|KEY] [index_name] (index_col_name,...)\n  | [CONSTRAINT [symbol]] FOREIGN KEY\n      [index_name] (index_col_name,...) [reference_definition]\n  | CHECK (expr)\n\ncolumn_definition:\n    col_name data_type [NOT NULL | NULL] [DEFAULT default_value]\n      [AUTO_INCREMENT] [UNIQUE [KEY] | [PRIMARY] KEY]\n      [COMMENT ''string''] [reference_definition]\n\ndata_type:\n    TINYINT[(length)] [UNSIGNED] [ZEROFILL]\n  | SMALLINT[(length)] [UNSIGNED] [ZEROFILL]\n  | MEDIUMINT[(length)] [UNSIGNED] [ZEROFILL]\n  | INT[(length)] [UNSIGNED] [ZEROFILL]\n  | INTEGER[(length)] [UNSIGNED] [ZEROFILL]\n  | BIGINT[(length)] [UNSIGNED] [ZEROFILL]\n  | REAL[(length,decimals)] [UNSIGNED] [ZEROFILL]\n  | DOUBLE[(length,decimals)] [UNSIGNED] [ZEROFILL]\n  | FLOAT[(length,decimals)] [UNSIGNED] [ZEROFILL]\n  | DECIMAL(length,decimals) [UNSIGNED] [ZEROFILL]\n  | NUMERIC(length,decimals) [UNSIGNED] [ZEROFILL]\n  | DATE\n  | TIME\n  | TIMESTAMP\n  | DATETIME\n  | YEAR\n  | CHAR(length)\n      [CHARACTER SET charset_name] [COLLATE collation_name]\n  | VARCHAR(length)\n      [CHARACTER SET charset_name] [COLLATE collation_name]\n  | BINARY(length)\n  | VARBINARY(length)\n  | TINYBLOB\n  | BLOB\n  | MEDIUMBLOB\n  | LONGBLOB\n  | TINYTEXT [BINARY]\n      [CHARACTER SET charset_name] [COLLATE collation_name]\n  | TEXT [BINARY]\n      [CHARACTER SET charset_name] [COLLATE collation_name]\n  | MEDIUMTEXT [BINARY]\n      [CHARACTER SET charset_name] [COLLATE collation_name]\n  | LONGTEXT [BINARY]\n      [CHARACTER SET charset_name] [COLLATE collation_name]\n  | ENUM(value1,value2,value3,...)\n      [CHARACTER SET charset_name] [COLLATE collation_name]\n  | SET(value1,value2,value3,...)\n      [CHARACTER SET charset_name] [COLLATE collation_name]\n  | spatial_type\n\nindex_col_name:\n    col_name [(length)] [ASC | DESC]\n\nindex_type:\n    USING {BTREE | HASH}\n\nreference_definition:\n    REFERENCES tbl_name [(index_col_name,...)]\n      [MATCH FULL | MATCH PARTIAL | MATCH SIMPLE]\n      [ON DELETE reference_option]\n      [ON UPDATE reference_option]\n\nreference_option:\n    RESTRICT | CASCADE | SET NULL | NO ACTION\n\ntable_option:\n    {ENGINE|TYPE} = engine_name\n  | AUTO_INCREMENT = value\n  | AVG_ROW_LENGTH = value\n  | [DEFAULT] CHARACTER SET charset_name\n  | CHECKSUM = {0 | 1}\n  | COLLATE collation_name\n  | COMMENT = ''string''\n  | DATA DIRECTORY = ''absolute path to directory''\n  | DELAY_KEY_WRITE = {0 | 1}\n  | INDEX DIRECTORY = ''absolute path to directory''\n  | INSERT_METHOD = { NO | FIRST | LAST }\n  | MAX_ROWS = value\n  | MIN_ROWS = value\n  | PACK_KEYS = {0 | 1 | DEFAULT}\n  | PASSWORD = ''string''\n  | RAID_TYPE = { 1 | STRIPED | RAID0 }\n      RAID_CHUNKS = value\n      RAID_CHUNKSIZE = value\n  | ROW_FORMAT = {DEFAULT|DYNAMIC|FIXED|COMPRESSED|REDUNDANT|COMPACT}\n  | UNION = (tbl_name[,tbl_name]...)\n\nselect_statement:\n    [IGNORE | REPLACE] [AS] SELECT ...   (Some legal select statement)\n\nCREATE TABLE creates a table with the given name. You must have the\nCREATE privilege for the table.\n\nRules for allowable table names are given in\nhttp://dev.mysql.com/doc/refman/4.1/en/legal-names.html. By default,\nthe table is created in the default database. An error occurs if the\ntable exists, if there is no default database, or if the database does\nnot exist.\n', '', 'create-table'),
(385, '>', 17, 'Syntax:\n>\n\nGreater than:\n', 'mysql> SELECT 2 > 2;\n        -> 0\n', 'comparison-operators'),
(386, 'ANALYZE TABLE', 19, 'Syntax:\nANALYZE [LOCAL | NO_WRITE_TO_BINLOG] TABLE tbl_name [, tbl_name] ...\n\nANALYZE TABLE analyzes and stores the key distribution for a table.\nDuring the analysis, the table is locked with a read lock for MyISAM\nand BDB. For InnoDB the table is locked with a write lock. This\nstatement works with MyISAM, BDB, and (as of MySQL 4.0.13) InnoDB\ntables. For MyISAM tables, this statement is equivalent to using\nmyisamchk --analyze.\n\nFor more information on how the analysis works withinInnoDB, see\nhttp://dev.mysql.com/doc/refman/4.1/en/innodb-restrictions.html.\n\nMySQL uses the stored key distribution to decide the order in which\ntables should be joined when you perform a join on something other than\na constant.\n\nThis statement requires SELECT and INSERT privileges for the table.\n', '', 'analyze-table'),
(387, 'MICROSECOND', 27, 'Syntax:\nMICROSECOND(expr)\n\nReturns the microseconds from the time or datetime expression expr as a\nnumber in the range from 0 to 999999.\n', 'mysql> SELECT MICROSECOND(''12:00:00.123456'');\n        -> 123456\nmysql> SELECT MICROSECOND(''1997-12-31 23:59:59.000010'');\n        -> 10\n', 'date-and-time-functions'),
(388, 'CONSTRAINT', 34, 'The syntax of a foreign key constraint definition in InnoDB looks like\nthis:\n\n[CONSTRAINT symbol] FOREIGN KEY [id] (index_col_name, ...)\n    REFERENCES tbl_name (index_col_name, ...)\n    [ON DELETE {RESTRICT | CASCADE | SET NULL | NO ACTION}]\n    [ON UPDATE {RESTRICT | CASCADE | SET NULL | NO ACTION}]\n', 'CREATE TABLE product (category INT NOT NULL, id INT NOT NULL,\n                      price DECIMAL,\n                      PRIMARY KEY(category, id)) TYPE=INNODB;\nCREATE TABLE customer (id INT NOT NULL,\n                       PRIMARY KEY (id)) TYPE=INNODB;\nCREATE TABLE product_order (no INT NOT NULL AUTO_INCREMENT,\n                            product_category INT NOT NULL,\n                            product_id INT NOT NULL,\n                            customer_id INT NOT NULL,\n                            PRIMARY KEY(no),\n                            INDEX (product_category, product_id),\n                            FOREIGN KEY (product_category, product_id)\n                              REFERENCES product(category, id)\n                              ON UPDATE CASCADE ON DELETE RESTRICT,\n                            INDEX (customer_id),\n                            FOREIGN KEY (customer_id)\n                              REFERENCES customer(id)) TYPE=INNODB;\n', 'innodb-foreign-key-constraints'),
(389, 'FIELD', 32, 'Syntax:\nFIELD(str,str1,str2,str3,...)\n\nReturns the index (position) of str in the str1, str2, str3, ... list.\nReturns 0 if str is not found.\n\nIf all arguments to FIELD() are strings, all arguments are compared as\nstrings. If all arguments are numbers, they are compared as numbers.\nOtherwise, the arguments are compared as double.\n\nIf str is NULL, the return value is 0 because NULL fails equality\ncomparison with any value. FIELD() is the complement of ELT().\n', 'mysql> SELECT FIELD(''ej'', ''Hej'', ''ej'', ''Heja'', ''hej'', ''foo'');\n        -> 2\nmysql> SELECT FIELD(''fo'', ''Hej'', ''ej'', ''Heja'', ''hej'', ''foo'');\n        -> 0\n', 'string-functions'),
(390, 'MAKETIME', 27, 'Syntax:\nMAKETIME(hour,minute,second)\n\nReturns a time value calculated from the hour, minute, and second\narguments.\n', 'mysql> SELECT MAKETIME(12,15,30);\n        -> ''12:15:30''\n', 'date-and-time-functions'),
(391, 'CURDATE', 27, 'Syntax:\nCURDATE()\n\nReturns the current date as a value in ''YYYY-MM-DD'' or YYYYMMDD format,\ndepending on whether the function is used in a string or numeric\ncontext.\n', 'mysql> SELECT CURDATE();\n        -> ''1997-12-15''\nmysql> SELECT CURDATE() + 0;\n        -> 19971215\n', 'date-and-time-functions'),
(392, 'MIN MAX', 14, 'Syntax:\nMIN(expr), MAX(expr)\n\nReturns the minimum or maximum value of expr. MIN() and MAX() may take\na string argument; in such cases they return the minimum or maximum\nstring value. See\nhttp://dev.mysql.com/doc/refman/4.1/en/mysql-indexes.html.\n\nMIN() and MAX() return NULL if there were no matching rows.\n', 'mysql> SELECT student_name, MIN(test_score), MAX(test_score)\n    ->        FROM student\n    ->        GROUP BY student_name;\n', 'group-by-functions'),
(393, 'SET PASSWORD', 8, 'Syntax:\nSET PASSWORD [FOR user] = PASSWORD(''some password'')\n\nThe SET PASSWORD statement assigns a password to an existing MySQL user\naccount.\n\nWith no FOR clause, this statement sets the password for the current\nuser. Any client that has connected to the server using a non-anonymous\naccount can change the password for that account.\n\nWith a FOR clause, this statement sets the password for a specific\naccount on the current server host. Only clients that have the UPDATE\nprivilege for the mysql database can do this. The user value should be\ngiven in user_name@host_name format, where user_name and host_name are\nexactly as they are listed in the User and Host columns of the\nmysql.user table entry. For example, if you had an entry with User and\nHost column values of ''bob'' and ''%.loc.gov'', you would write the\nstatement like this:\n\nSET PASSWORD FOR ''bob''@''%.loc.gov'' = PASSWORD(''newpass'');\n', '', 'set-password'),
(394, 'ENUM', 20, 'ENUM(''value1'',''value2'',...) [CHARACTER SET charset_name] [COLLATE\ncollation_name]\n\nAn enumeration. A string object that can have only one value, chosen\nfrom the list of values ''value1'', ''value2'', ..., NULL or the special ''''\nerror value. An ENUM column can have a maximum of 65,535 distinct\nvalues. ENUM values are represented internally as integers.\n', '', 'string-type-overview'),
(395, 'IF FUNCTION', 6, 'Syntax:\nIF(expr1,expr2,expr3)\n\nIf expr1 is TRUE (expr1 <> 0 and expr1 <> NULL) then IF() returns\nexpr2; otherwise it returns expr3. IF() returns a numeric or string\nvalue, depending on the context in which it is used.\n', 'mysql> SELECT IF(1>2,2,3);\n        -> 3\nmysql> SELECT IF(1<2,''yes'',''no'');\n        -> ''yes''\nmysql> SELECT IF(STRCMP(''test'',''test1''),''no'',''yes'');\n        -> ''no''\n', 'control-flow-functions'),
(396, 'DATABASE', 15, 'Syntax:\nDATABASE()\n\nReturns the default (current) database name. As of MySQL 4.1, the\nstring uses the utf8 character set. If there is no default database,\nDATABASE() returns NULL as of MySQL 4.1.1, and the empty string before\nthat.\n', 'mysql> SELECT DATABASE();\n        -> ''test''\n', 'information-functions'),
(397, 'POINTFROMWKB', 28, 'PointFromWKB(wkb[,srid])\n\nConstructs a POINT value using its WKB representation and SRID.\n', '', 'gis-wkb-functions'),
(398, 'POWER', 4, 'Syntax:\nPOW(X,Y), POWER(X,Y)\n\nReturns the value of X raised to the power of Y.\n', 'mysql> SELECT POW(2,2);\n        -> 4.000000\nmysql> SELECT POW(2,-2);\n        -> 0.250000\n', 'mathematical-functions'),
(399, 'ATAN', 4, 'Syntax:\nATAN(X)\n\nReturns the arc tangent of X, that is, the value whose tangent is X.\n', 'mysql> SELECT ATAN(2);\n        -> 1.107149\nmysql> SELECT ATAN(-2);\n        -> -1.107149\n', 'mathematical-functions'),
(400, 'STRCMP', 32, 'Syntax:\nSTRCMP(expr1,expr2)\n\nSTRCMP() returns 0 if the strings are the same, -1 if the first\nargument is smaller than the second according to the current sort\norder, and 1 otherwise.\n', 'mysql> SELECT STRCMP(''text'', ''text2'');\n        -> -1\nmysql> SELECT STRCMP(''text2'', ''text'');\n        -> 1\nmysql> SELECT STRCMP(''text'', ''text'');\n        -> 0\n', 'string-comparison-functions'),
(401, 'INSERT DELAYED', 24, 'Syntax:\nINSERT DELAYED ...\n\nThe DELAYED option for the INSERT statement is a MySQL extension to\nstandard SQL that is very useful if you have clients that cannot or\nneed not wait for the INSERT to complete. This is a common situation\nwhen you use MySQL for logging and you also periodically run SELECT and\nUPDATE statements that take a long time to complete. DELAYED was\nintroduced in MySQL 3.22.15.\n\nWhen a client uses INSERT DELAYED, it gets an okay from the server at\nonce, and the row is queued to be inserted when the table is not in use\nby any other thread.\n\nAnother major benefit of using INSERT DELAYED is that inserts from many\nclients are bundled together and written in one block. This is much\nfaster than performing many separate inserts.\n\nNote that INSERT DELAYED is slower than a normal INSERT if the table is\nnot otherwise in use. There is also the additional overhead for the\nserver to handle a separate thread for each table for which there are\ndelayed rows. This means that you should use INSERT DELAYED only when\nyou are really sure that you need it.\n\nThe queued rows are held only in memory until they are inserted into\nthe table. This means that if you terminate mysqld forcibly (for\nexample, with kill -9) or if mysqld dies unexpectedly, any queued rows\nthat have not been written to disk are lost.\n\nThere are some constraints on the use of DELAYED:\n\no INSERT DELAYED works only with ISAM, MyISAM, and (beginning with\n  MySQL 4.1) MEMORY tables. See\n  http://dev.mysql.com/doc/refman/4.1/en/myisam-storage-engine.html,\n  http://dev.mysql.com/doc/refman/4.1/en/memory-storage-engine.html,\n  and\n  http://dev.mysql.com/doc/refman/4.1/en/archive-storage-engine.html.\n\n  For MyISAM tables, if there are no free blocks in the middle of the\n  data file, concurrent SELECT and INSERT statements are supported.\n  Under these circumstances, you very seldom need to use INSERT DELAYED\n  with MyISAM.\n\no INSERT DELAYED should be used only for INSERT statements that specify\n  value lists. This is enforced as of MySQL 4.0.18. The server ignores\n  DELAYED for INSERT ... SELECT or INSERT ... ON DUPLICATE KEY UPDATE\n  statements.\n\no Because the INSERT DELAYED statement returns immediately, before the\n  rows are inserted, you cannot use LAST_INSERT_ID() to get the\n  AUTO_INCREMENT value that the statement might generate.\n\no DELAYED rows are not visible to SELECT statements until they actually\n  have been inserted.\n\no DELAYED is ignored on slave replication servers because it could\n  cause the slave to have different data than the master.\n\no Pending INSERT DELAYED statements are lost if a table is write locked\n  and ALTER TABLE is used to modify the table structure.\n', '', 'insert-delayed'),
(402, 'MEDIUMTEXT', 20, 'MEDIUMTEXT [CHARACTER SET charset_name] [COLLATE collation_name]\n\nA TEXT column with a maximum length of 16,777,215 (224 - 1) characters.\n', '', 'string-type-overview'),
(403, 'LN', 4, 'Syntax:\nLN(X)\n\nReturns the natural logarithm of X; that is, the base-e logarithm of X.\n', 'mysql> SELECT LN(2);\n        -> 0.693147\nmysql> SELECT LN(-2);\n        -> NULL\n', 'mathematical-functions'),
(404, 'SHOW COLLATION', 24, 'Syntax:\nSHOW COLLATION [LIKE ''pattern'']\n\nThe output from SHOW COLLATION includes all available character sets.\nIt takes an optional LIKE clause whose pattern indicates which\ncollation names to match. For example:\n\nmysql> SHOW COLLATION LIKE ''latin1%'';\n+-------------------+---------+----+---------+----------+---------+\n| Collation         | Charset | Id | Default | Compiled | Sortlen |\n+-------------------+---------+----+---------+----------+---------+\n| latin1_german1_ci | latin1  |  5 |         |          |       0 |\n| latin1_swedish_ci | latin1  |  8 | Yes     | Yes      |       0 |\n| latin1_danish_ci  | latin1  | 15 |         |          |       0 |\n| latin1_german2_ci | latin1  | 31 |         | Yes      |       2 |\n| latin1_bin        | latin1  | 47 |         | Yes      |       0 |\n| latin1_general_ci | latin1  | 48 |         |          |       0 |\n| latin1_general_cs | latin1  | 49 |         |          |       0 |\n| latin1_spanish_ci | latin1  | 94 |         |          |       0 |\n+-------------------+---------+----+---------+----------+---------+\n\nThe Default column indicates whether a collation is the default for its\ncharacter set. Compiled indicates whether the character set is compiled\ninto the server. Sortlen is related to the amount of memory required to\nsort strings expressed in the character set.\n', '', 'show-collation'),
(405, 'LOG', 4, 'Syntax:\nLOG(X), LOG(B,X)\n\nIf called with one parameter, this function returns the natural\nlogarithm of X.\n', 'mysql> SELECT LOG(2);\n        -> 0.693147\nmysql> SELECT LOG(-2);\n        -> NULL\n', 'mathematical-functions'),
(406, 'SET SQL_LOG_BIN', 24, 'Syntax:\nSET SQL_LOG_BIN = {0|1}\n\nDisables or enables binary logging for the current connection\n(SQL_LOG_BIN is a session variable) if the client that has the SUPER\nprivilege. The statement is refused with an error if the client does\nnot have that privilege. (Before MySQL 4.1.2, the statement was simply\nignored in that case.)\n', '', 'set-sql-log-bin'),
(407, '!=', 17, 'Syntax:\n<>, !=\n\nNot equal:\n', 'mysql> SELECT ''.01'' <> ''0.01'';\n        -> 1\nmysql> SELECT .01 <> ''0.01'';\n        -> 0\nmysql> SELECT ''zapp'' <> ''zappp'';\n        -> 1\n', 'comparison-operators'),
(408, 'AES_DECRYPT', 10, 'Syntax:\nAES_ENCRYPT(str,key_str), AES_DECRYPT(crypt_str,key_str)\n\nThese functions allow encryption and decryption of data using the\nofficial AES (Advanced Encryption Standard) algorithm, previously known\nas "Rijndael." Encoding with a 128-bit key length is used, but you can\nextend it up to 256 bits by modifying the source. We chose 128 bits\nbecause it is much faster and it is secure enough for most purposes.\n\nAES_ENCRYPT() encrypts a string and returns a binary string.\nAES_DECRYPT() decrypts the encrypted string and returns the original\nstring. The input arguments may be any length. If either argument is\nNULL, the result of this function is also NULL.\n\nBecause AES is a block-level algorithm, padding is used to encode\nuneven length strings and so the result string length may be calculated\nusing this formula:\n\n16 x (trunc(string_length / 16) + 1)\n\nIf AES_DECRYPT() detects invalid data or incorrect padding, it returns\nNULL. However, it is possible for AES_DECRYPT() to return a non-NULL\nvalue (possibly garbage) if the input data or the key is invalid.\n\nYou can use the AES functions to store data in an encrypted form by\nmodifying your queries:\n', 'INSERT INTO t VALUES (1,AES_ENCRYPT(''text'',''password''));\n', 'encryption-functions'),
(409, 'DAYNAME', 27, 'Syntax:\nDAYNAME(date)\n\nReturns the name of the weekday for date.\n', 'mysql> SELECT DAYNAME(''1998-02-05'');\n        -> ''Thursday''\n', 'date-and-time-functions'),
(410, 'COERCIBILITY', 15, 'Syntax:\nCOERCIBILITY(str)\n\nReturns the collation coercibility value of the string argument.\n', 'mysql> SELECT COERCIBILITY(''abc'' COLLATE latin1_swedish_ci);\n        -> 0\nmysql> SELECT COERCIBILITY(USER());\n        -> 3\nmysql> SELECT COERCIBILITY(''abc'');\n        -> 4\n', 'information-functions'),
(411, 'INT', 20, 'INT[(M)] [UNSIGNED] [ZEROFILL]\n\nA normal-size integer. The signed range is -2147483648 to 2147483647.\nThe unsigned range is 0 to 4294967295.\n', '', 'numeric-type-overview'),
(412, 'GLENGTH', 11, 'GLength(ls)\n\nReturns as a double-precision number the length of the LineString value\nls in its associated spatial reference.\n', 'mysql> SET @ls = ''LineString(1 1,2 2,3 3)'';\nmysql> SELECT GLength(GeomFromText(@ls));\n+----------------------------+\n| GLength(GeomFromText(@ls)) |\n+----------------------------+\n|            2.8284271247462 |\n+----------------------------+\n', 'linestring-property-functions'),
(413, 'RADIANS', 4, 'Syntax:\nRADIANS(X)\n\nReturns the argument X, converted from degrees to radians. (Note that\nπ radians equals 180 degrees.)\n', 'mysql> SELECT RADIANS(90);\n        -> 1.570796\n', 'mathematical-functions'),
(414, 'COLLATION', 15, 'Syntax:\nCOLLATION(str)\n\nReturns the collation of the string argument.\n', 'mysql> SELECT COLLATION(''abc'');\n        -> ''latin1_swedish_ci''\nmysql> SELECT COLLATION(_utf8''abc'');\n        -> ''utf8_general_ci''\n', 'information-functions'),
(415, 'COALESCE', 17, 'Syntax:\nCOALESCE(value,...)\n\nReturns the first non-NULL value in the list, or NULL if there are no\nnon-NULL values.\n', 'mysql> SELECT COALESCE(NULL,1);\n        -> 1\nmysql> SELECT COALESCE(NULL,NULL,NULL);\n        -> NULL\n', 'comparison-operators'),
(416, 'VERSION', 15, 'Syntax:\nVERSION()\n\nReturns a string that indicates the MySQL server version. As of MySQL\n4.1, the string has the utf8 character set.\n', 'mysql> SELECT VERSION();\n        -> ''4.1.22-standard''\n', 'information-functions'),
(417, 'MAKE_SET', 32, 'Syntax:\nMAKE_SET(bits,str1,str2,...)\n\nReturns a set value (a string containing substrings separated by `,''\ncharacters) consisting of the strings that have the corresponding bit\nin bits set. str1 corresponds to bit 0, str2 to bit 1, and so on. NULL\nvalues in str1, str2, ... are not appended to the result.\n', 'mysql> SELECT MAKE_SET(1,''a'',''b'',''c'');\n        -> ''a''\nmysql> SELECT MAKE_SET(1 | 4,''hello'',''nice'',''world'');\n        -> ''hello,world''\nmysql> SELECT MAKE_SET(1 | 4,''hello'',''nice'',NULL,''world'');\n        -> ''hello''\nmysql> SELECT MAKE_SET(0,''a'',''b'',''c'');\n        -> ''''\n', 'string-functions'),
(418, 'FIND_IN_SET', 32, 'Syntax:\nFIND_IN_SET(str,strlist)\n\nReturns a value in the range of 1 to N if the string str is in the\nstring list strlist consisting of N substrings. A string list is a\nstring composed of substrings separated by `,'' characters. If the first\nargument is a constant string and the second is a column of type SET,\nthe FIND_IN_SET() function is optimized to use bit arithmetic. Returns\n0 if str is not in strlist or if strlist is the empty string. Returns\nNULL if either argument is NULL. This function does not work properly\nif the first argument contains a comma (`,'') character.\n', 'mysql> SELECT FIND_IN_SET(''b'',''a,b,c,d'');\n        -> 2\n', 'string-functions');

-- --------------------------------------------------------

--
-- Table structure for table `host`
--

CREATE TABLE IF NOT EXISTS `host` (
  `Host` char(60) COLLATE utf8_bin NOT NULL DEFAULT '',
  `Db` char(64) COLLATE utf8_bin NOT NULL DEFAULT '',
  `Select_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Insert_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Update_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Delete_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Create_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Drop_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Grant_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `References_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Index_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Alter_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Create_tmp_table_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Lock_tables_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Create_view_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Show_view_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Create_routine_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Alter_routine_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Execute_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Trigger_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  PRIMARY KEY (`Host`,`Db`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='Host privileges;  Merged with database privileges';

--
-- Dumping data for table `host`
--


-- --------------------------------------------------------

--
-- Table structure for table `ndb_binlog_index`
--

CREATE TABLE IF NOT EXISTS `ndb_binlog_index` (
  `Position` bigint(20) unsigned NOT NULL,
  `File` varchar(255) NOT NULL,
  `epoch` bigint(20) unsigned NOT NULL,
  `inserts` bigint(20) unsigned NOT NULL,
  `updates` bigint(20) unsigned NOT NULL,
  `deletes` bigint(20) unsigned NOT NULL,
  `schemaops` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`epoch`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `ndb_binlog_index`
--


-- --------------------------------------------------------

--
-- Table structure for table `plugin`
--

CREATE TABLE IF NOT EXISTS `plugin` (
  `name` char(64) COLLATE utf8_bin NOT NULL DEFAULT '',
  `dl` char(128) COLLATE utf8_bin NOT NULL DEFAULT '',
  PRIMARY KEY (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='MySQL plugins';

--
-- Dumping data for table `plugin`
--


-- --------------------------------------------------------

--
-- Table structure for table `proc`
--

CREATE TABLE IF NOT EXISTS `proc` (
  `db` char(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '',
  `name` char(64) NOT NULL DEFAULT '',
  `type` enum('FUNCTION','PROCEDURE') NOT NULL,
  `specific_name` char(64) NOT NULL DEFAULT '',
  `language` enum('SQL') NOT NULL DEFAULT 'SQL',
  `sql_data_access` enum('CONTAINS_SQL','NO_SQL','READS_SQL_DATA','MODIFIES_SQL_DATA') NOT NULL DEFAULT 'CONTAINS_SQL',
  `is_deterministic` enum('YES','NO') NOT NULL DEFAULT 'NO',
  `security_type` enum('INVOKER','DEFINER') NOT NULL DEFAULT 'DEFINER',
  `param_list` blob NOT NULL,
  `returns` longblob NOT NULL,
  `body` longblob NOT NULL,
  `definer` char(77) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '',
  `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `modified` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `sql_mode` set('REAL_AS_FLOAT','PIPES_AS_CONCAT','ANSI_QUOTES','IGNORE_SPACE','NOT_USED','ONLY_FULL_GROUP_BY','NO_UNSIGNED_SUBTRACTION','NO_DIR_IN_CREATE','POSTGRESQL','ORACLE','MSSQL','DB2','MAXDB','NO_KEY_OPTIONS','NO_TABLE_OPTIONS','NO_FIELD_OPTIONS','MYSQL323','MYSQL40','ANSI','NO_AUTO_VALUE_ON_ZERO','NO_BACKSLASH_ESCAPES','STRICT_TRANS_TABLES','STRICT_ALL_TABLES','NO_ZERO_IN_DATE','NO_ZERO_DATE','INVALID_DATES','ERROR_FOR_DIVISION_BY_ZERO','TRADITIONAL','NO_AUTO_CREATE_USER','HIGH_NOT_PRECEDENCE','NO_ENGINE_SUBSTITUTION','PAD_CHAR_TO_FULL_LENGTH') NOT NULL DEFAULT '',
  `comment` char(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '',
  `character_set_client` char(32) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
  `collation_connection` char(32) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
  `db_collation` char(32) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
  `body_utf8` longblob,
  PRIMARY KEY (`db`,`name`,`type`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Stored Procedures';

--
-- Dumping data for table `proc`
--


-- --------------------------------------------------------

--
-- Table structure for table `procs_priv`
--

CREATE TABLE IF NOT EXISTS `procs_priv` (
  `Host` char(60) COLLATE utf8_bin NOT NULL DEFAULT '',
  `Db` char(64) COLLATE utf8_bin NOT NULL DEFAULT '',
  `User` char(16) COLLATE utf8_bin NOT NULL DEFAULT '',
  `Routine_name` char(64) CHARACTER SET utf8 NOT NULL DEFAULT '',
  `Routine_type` enum('FUNCTION','PROCEDURE') COLLATE utf8_bin NOT NULL,
  `Grantor` char(77) COLLATE utf8_bin NOT NULL DEFAULT '',
  `Proc_priv` set('Execute','Alter Routine','Grant') CHARACTER SET utf8 NOT NULL DEFAULT '',
  `Timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`Host`,`Db`,`User`,`Routine_name`,`Routine_type`),
  KEY `Grantor` (`Grantor`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='Procedure privileges';

--
-- Dumping data for table `procs_priv`
--


-- --------------------------------------------------------

--
-- Table structure for table `servers`
--

CREATE TABLE IF NOT EXISTS `servers` (
  `Server_name` char(64) NOT NULL DEFAULT '',
  `Host` char(64) NOT NULL DEFAULT '',
  `Db` char(64) NOT NULL DEFAULT '',
  `Username` char(64) NOT NULL DEFAULT '',
  `Password` char(64) NOT NULL DEFAULT '',
  `Port` int(4) NOT NULL DEFAULT '0',
  `Socket` char(64) NOT NULL DEFAULT '',
  `Wrapper` char(64) NOT NULL DEFAULT '',
  `Owner` char(64) NOT NULL DEFAULT '',
  PRIMARY KEY (`Server_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='MySQL Foreign Servers table';

--
-- Dumping data for table `servers`
--


-- --------------------------------------------------------

--
-- Table structure for table `slow_log`
--

CREATE TABLE IF NOT EXISTS `slow_log` (
  `start_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `user_host` mediumtext NOT NULL,
  `query_time` time NOT NULL,
  `lock_time` time NOT NULL,
  `rows_sent` int(11) NOT NULL,
  `rows_examined` int(11) NOT NULL,
  `db` varchar(512) NOT NULL,
  `last_insert_id` int(11) NOT NULL,
  `insert_id` int(11) NOT NULL,
  `server_id` int(10) unsigned NOT NULL,
  `sql_text` mediumtext NOT NULL
) ENGINE=CSV DEFAULT CHARSET=utf8 COMMENT='Slow log';

--
-- Dumping data for table `slow_log`
--


-- --------------------------------------------------------

--
-- Table structure for table `tables_priv`
--

CREATE TABLE IF NOT EXISTS `tables_priv` (
  `Host` char(60) COLLATE utf8_bin NOT NULL DEFAULT '',
  `Db` char(64) COLLATE utf8_bin NOT NULL DEFAULT '',
  `User` char(16) COLLATE utf8_bin NOT NULL DEFAULT '',
  `Table_name` char(64) COLLATE utf8_bin NOT NULL DEFAULT '',
  `Grantor` char(77) COLLATE utf8_bin NOT NULL DEFAULT '',
  `Timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `Table_priv` set('Select','Insert','Update','Delete','Create','Drop','Grant','References','Index','Alter','Create View','Show view','Trigger') CHARACTER SET utf8 NOT NULL DEFAULT '',
  `Column_priv` set('Select','Insert','Update','References') CHARACTER SET utf8 NOT NULL DEFAULT '',
  PRIMARY KEY (`Host`,`Db`,`User`,`Table_name`),
  KEY `Grantor` (`Grantor`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='Table privileges';

--
-- Dumping data for table `tables_priv`
--


-- --------------------------------------------------------

--
-- Table structure for table `time_zone`
--

CREATE TABLE IF NOT EXISTS `time_zone` (
  `Time_zone_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `Use_leap_seconds` enum('Y','N') NOT NULL DEFAULT 'N',
  PRIMARY KEY (`Time_zone_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Time zones' AUTO_INCREMENT=1 ;

--
-- Dumping data for table `time_zone`
--


-- --------------------------------------------------------

--
-- Table structure for table `time_zone_leap_second`
--

CREATE TABLE IF NOT EXISTS `time_zone_leap_second` (
  `Transition_time` bigint(20) NOT NULL DEFAULT '0',
  `Correction` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`Transition_time`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Leap seconds information for time zones';

--
-- Dumping data for table `time_zone_leap_second`
--


-- --------------------------------------------------------

--
-- Table structure for table `time_zone_name`
--

CREATE TABLE IF NOT EXISTS `time_zone_name` (
  `Name` char(64) NOT NULL DEFAULT '',
  `Time_zone_id` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`Name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Time zone names';

--
-- Dumping data for table `time_zone_name`
--


-- --------------------------------------------------------

--
-- Table structure for table `time_zone_transition`
--

CREATE TABLE IF NOT EXISTS `time_zone_transition` (
  `Time_zone_id` int(10) unsigned NOT NULL DEFAULT '0',
  `Transition_time` bigint(20) NOT NULL DEFAULT '0',
  `Transition_type_id` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`Time_zone_id`,`Transition_time`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Time zone transitions';

--
-- Dumping data for table `time_zone_transition`
--


-- --------------------------------------------------------

--
-- Table structure for table `time_zone_transition_type`
--

CREATE TABLE IF NOT EXISTS `time_zone_transition_type` (
  `Time_zone_id` int(10) unsigned NOT NULL DEFAULT '0',
  `Transition_type_id` int(10) unsigned NOT NULL DEFAULT '0',
  `Offset` int(11) NOT NULL DEFAULT '0',
  `Is_DST` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `Abbreviation` char(8) NOT NULL DEFAULT '',
  PRIMARY KEY (`Time_zone_id`,`Transition_type_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Time zone transition types';

--
-- Dumping data for table `time_zone_transition_type`
--


-- --------------------------------------------------------

--
-- Table structure for table `user`
--

CREATE TABLE IF NOT EXISTS `user` (
  `Host` char(60) COLLATE utf8_bin NOT NULL DEFAULT '',
  `User` char(16) COLLATE utf8_bin NOT NULL DEFAULT '',
  `Password` char(41) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL DEFAULT '',
  `Select_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Insert_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Update_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Delete_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Create_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Drop_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Reload_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Shutdown_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Process_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `File_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Grant_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `References_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Index_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Alter_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Show_db_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Super_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Create_tmp_table_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Lock_tables_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Execute_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Repl_slave_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Repl_client_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Create_view_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Show_view_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Create_routine_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Alter_routine_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Create_user_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Event_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `Trigger_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
  `ssl_type` enum('','ANY','X509','SPECIFIED') CHARACTER SET utf8 NOT NULL DEFAULT '',
  `ssl_cipher` blob NOT NULL,
  `x509_issuer` blob NOT NULL,
  `x509_subject` blob NOT NULL,
  `max_questions` int(11) unsigned NOT NULL DEFAULT '0',
  `max_updates` int(11) unsigned NOT NULL DEFAULT '0',
  `max_connections` int(11) unsigned NOT NULL DEFAULT '0',
  `max_user_connections` int(11) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`Host`,`User`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='Users and global privileges';

--
-- Dumping data for table `user`
--

INSERT INTO `user` (`Host`, `User`, `Password`, `Select_priv`, `Insert_priv`, `Update_priv`, `Delete_priv`, `Create_priv`, `Drop_priv`, `Reload_priv`, `Shutdown_priv`, `Process_priv`, `File_priv`, `Grant_priv`, `References_priv`, `Index_priv`, `Alter_priv`, `Show_db_priv`, `Super_priv`, `Create_tmp_table_priv`, `Lock_tables_priv`, `Execute_priv`, `Repl_slave_priv`, `Repl_client_priv`, `Create_view_priv`, `Show_view_priv`, `Create_routine_priv`, `Alter_routine_priv`, `Create_user_priv`, `Event_priv`, `Trigger_priv`, `ssl_type`, `ssl_cipher`, `x509_issuer`, `x509_subject`, `max_questions`, `max_updates`, `max_connections`, `max_user_connections`) VALUES
('localhost', 'imagectr', '74999219121d5e16', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', '', '', '', '', 0, 0, 0, 0),
('image-center.com', 'imagectr', '74999219121d5e16', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', '', '', '', '', 0, 0, 0, 0),
('image-center.com', '', '', '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', '', '', '', '', 0, 0, 0, 0),
('localhost', '', '', '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', '', '', '', '', 0, 0, 0, 0),
('localhost', 'TWsEER', '31dbe28a3e266b4e', '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', 'Y', 'N', 'N', '', '', '', '', 0, 0, 0, 0),
('localhost', 'OKYkcP', '2f04fb3070f40302', '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', '', '', '', '', 0, 0, 0, 0);
--
-- Database: `test`
--
CREATE DATABASE `test` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
USE `test`;
--
-- Database: `wordpress`
--
CREATE DATABASE `wordpress` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
USE `wordpress`;

-- --------------------------------------------------------

--
-- Table structure for table `wp_2commentmeta`
--

CREATE TABLE IF NOT EXISTS `wp_2commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `wp_2commentmeta`
--


-- --------------------------------------------------------

--
-- Table structure for table `wp_2comments`
--

CREATE TABLE IF NOT EXISTS `wp_2comments` (
  `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`),
  KEY `comment_parent` (`comment_parent`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `wp_2comments`
--

INSERT INTO `wp_2comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(1, 1, 'Mr WordPress', '', 'http://wordpress.org/', '', '2011-02-19 21:29:54', '2011-02-19 21:29:54', 'Hi, this is a comment.<br />To delete a comment, just log in and view the post&#039;s comments. There you will have the option to edit or delete them.', 0, 'post-trashed', '', '', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_2links`
--

CREATE TABLE IF NOT EXISTS `wp_2links` (
  `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  DEFAULT CHARSET=utf8 AUTO_INCREMENT=8 ;

--
-- Dumping data for table `wp_2links`
--

INSERT INTO `wp_2links` (`link_id`, `link_url`, `link_name`, `link_image`, `link_target`, `link_description`, `link_visible`, `link_owner`, `link_rating`, `link_updated`, `link_rel`, `link_notes`, `link_rss`) VALUES
(1, 'http://codex.wordpress.org/', 'Documentation', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(2, 'http://wordpress.org/news/', 'WordPress Blog', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', 'http://wordpress.org/news/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', '', '', '');

-- --------------------------------------------------------

--
-- Table structure for table `wp_2options`
--

CREATE TABLE IF NOT EXISTS `wp_2options` (
  `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`),
  UNIQUE KEY `option_name` (`option_name`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=978 ;

--
-- Dumping data for table `wp_2options`
--

INSERT INTO `wp_2options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 0, 'siteurl', 'http://image-center.com/architecture', 'yes'),
(2, 0, 'blogname', 'Image Center - Architecture', 'yes'),
(3, 0, 'blogdescription', 'Future Home Of Marco Zecchin&#039;s Awesome Architectural Photography', 'yes'),
(4, 0, 'users_can_register', '0', 'yes'),
(5, 0, 'admin_email', 'gil@synapticsystems.com', 'yes'),
(6, 0, 'start_of_week', '1', 'yes'),
(7, 0, 'use_balanceTags', '', 'yes'),
(8, 0, 'use_smilies', '1', 'yes'),
(9, 0, 'require_name_email', '1', 'yes'),
(10, 0, 'comments_notify', '1', 'yes'),
(11, 0, 'posts_per_rss', '10', 'yes'),
(12, 0, 'rss_use_excerpt', '0', 'yes'),
(13, 0, 'mailserver_url', 'mail.example.com', 'yes'),
(14, 0, 'mailserver_login', 'login@example.com', 'yes'),
(15, 0, 'mailserver_pass', 'password', 'yes'),
(16, 0, 'mailserver_port', '110', 'yes'),
(17, 0, 'default_category', '1', 'yes'),
(18, 0, 'default_comment_status', 'closed', 'yes'),
(19, 0, 'default_ping_status', 'open', 'yes'),
(20, 0, 'default_pingback_flag', '', 'yes'),
(21, 0, 'default_post_edit_rows', '50', 'yes'),
(22, 0, 'posts_per_page', '10', 'yes'),
(23, 0, 'date_format', 'F j, Y', 'yes'),
(24, 0, 'time_format', 'g:i a', 'yes'),
(25, 0, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 0, 'links_recently_updated_prepend', '<em>', 'yes'),
(27, 0, 'links_recently_updated_append', '</em>', 'yes'),
(28, 0, 'links_recently_updated_time', '120', 'yes'),
(29, 0, 'comment_moderation', '', 'yes'),
(30, 0, 'moderation_notify', '1', 'yes'),
(31, 0, 'permalink_structure', '/%year%/%category%/%postname%/', 'yes'),
(32, 0, 'gzipcompression', '0', 'yes'),
(33, 0, 'hack_file', '0', 'yes'),
(34, 0, 'blog_charset', 'UTF-8', 'yes'),
(35, 0, 'moderation_keys', '', 'no'),
(36, 0, 'active_plugins', 'a:7:{i:0;s:31:"genesis-simple-hooks/plugin.php";i:1;s:29:"gravityforms/gravityforms.php";i:2;s:47:"regenerate-thumbnails/regenerate-thumbnails.php";i:3;s:65:"social-profiles-sidebar-widget/social-profiles-sidebar-widget.php";i:4;s:37:"tinymce-advanced/tinymce-advanced.php";i:5;s:21:"wp-cycle/wp-cycle.php";i:6;s:39:"wp-table-reloaded/wp-table-reloaded.php";}', 'yes'),
(37, 0, 'home', 'http://image-center.com/architecture', 'yes'),
(38, 0, 'category_base', '', 'yes'),
(39, 0, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(40, 0, 'advanced_edit', '0', 'yes'),
(41, 0, 'comment_max_links', '2', 'yes'),
(42, 0, 'gmt_offset', '', 'yes'),
(43, 0, 'default_email_category', '1', 'yes'),
(44, 0, 'recently_edited', 'a:3:{i:0;s:89:"/usr/home/imagectr/www/htdocs/architecture/wp-content/themes/manhattan/page_portfolio.php";i:1;s:80:"/usr/home/imagectr/www/htdocs/architecture/wp-content/themes/manhattan/style.css";i:2;s:0:"";}', 'no'),
(45, 0, 'template', 'genesis', 'yes'),
(46, 0, 'stylesheet', 'manhattan', 'yes'),
(47, 0, 'comment_whitelist', '1', 'yes'),
(48, 0, 'blacklist_keys', '', 'no'),
(49, 0, 'comment_registration', '', 'yes'),
(50, 0, 'rss_language', 'en', 'yes'),
(51, 0, 'html_type', 'text/html', 'yes'),
(52, 0, 'use_trackback', '0', 'yes'),
(53, 0, 'default_role', 'subscriber', 'yes'),
(54, 0, 'db_version', '15477', 'yes'),
(55, 0, 'uploads_use_yearmonth_folders', '1', 'yes'),
(56, 0, 'upload_path', '', 'yes'),
(57, 0, 'blog_public', '0', 'yes'),
(58, 0, 'default_link_category', '2', 'yes'),
(59, 0, 'show_on_front', 'posts', 'yes'),
(60, 0, 'tag_base', '', 'yes'),
(61, 0, 'show_avatars', '1', 'yes'),
(62, 0, 'avatar_rating', 'G', 'yes'),
(63, 0, 'upload_url_path', '', 'yes'),
(64, 0, 'thumbnail_size_w', '150', 'yes'),
(65, 0, 'thumbnail_size_h', '150', 'yes'),
(66, 0, 'thumbnail_crop', '1', 'yes'),
(67, 0, 'medium_size_w', '550', 'yes'),
(68, 0, 'medium_size_h', '550', 'yes'),
(69, 0, 'avatar_default', 'mystery', 'yes'),
(70, 0, 'enable_app', '', 'yes'),
(71, 0, 'enable_xmlrpc', '', 'yes'),
(72, 0, 'large_size_w', '1024', 'yes'),
(73, 0, 'large_size_h', '1024', 'yes'),
(74, 0, 'image_default_link_type', '', 'yes'),
(75, 0, 'image_default_size', '', 'yes'),
(76, 0, 'image_default_align', '', 'yes'),
(77, 0, 'close_comments_for_old_posts', '', 'yes'),
(78, 0, 'close_comments_days_old', '14', 'yes'),
(79, 0, 'thread_comments', '1', 'yes'),
(80, 0, 'thread_comments_depth', '5', 'yes'),
(81, 0, 'page_comments', '', 'yes'),
(82, 0, 'comments_per_page', '50', 'yes'),
(83, 0, 'default_comments_page', 'newest', 'yes'),
(84, 0, 'comment_order', 'asc', 'yes'),
(85, 0, 'sticky_posts', 'a:0:{}', 'yes'),
(86, 0, 'widget_categories', 'a:2:{i:2;a:4:{s:5:"title";s:0:"";s:5:"count";i:0;s:12:"hierarchical";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(87, 0, 'widget_text', 'a:5:{i:2;a:0:{}i:4;a:3:{s:5:"title";s:0:"";s:4:"text";s:14:"[table id=1 /]";s:6:"filter";b:0;}i:6;a:3:{s:5:"title";s:0:"";s:4:"text";s:14:"[table id=1 /]";s:6:"filter";b:0;}i:8;a:3:{s:5:"title";s:0:"";s:4:"text";s:0:"";s:6:"filter";b:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(88, 0, 'widget_rss', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(89, 0, 'timezone_string', 'America/Los_Angeles', 'yes'),
(90, 0, 'embed_autourls', '1', 'yes'),
(91, 0, 'embed_size_w', '', 'yes'),
(92, 0, 'embed_size_h', '600', 'yes'),
(93, 0, 'page_for_posts', '0', 'yes'),
(94, 0, 'page_on_front', '0', 'yes'),
(95, 0, 'wp_2user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:62:{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:11:"update_core";b:1;s:10:"list_users";b:1;s:12:"remove_users";b:1;s:9:"add_users";b:1;s:13:"promote_users";b:1;s:18:"edit_theme_options";b:1;s:13:"delete_themes";b:1;s:6:"export";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'),
(96, 0, 'widget_search', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(97, 0, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'),
(98, 0, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'),
(99, 0, 'widget_archives', 'a:2:{i:2;a:3:{s:5:"title";s:0:"";s:5:"count";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(100, 0, 'widget_meta', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(101, 0, 'sidebars_widgets', 'a:14:{s:19:"wp_inactive_widgets";a:22:{i:0;s:7:"pages-2";i:1;s:10:"calendar-2";i:2;s:7:"links-2";i:3;s:6:"text-2";i:4;s:5:"rss-2";i:5;s:11:"tag_cloud-2";i:6;s:10:"nav_menu-2";i:7;s:14:"user-profile-2";i:8;s:7:"enews-2";i:9;s:15:"featured-post-2";i:10;s:15:"featured-page-2";i:11;s:15:"latest-tweets-2";i:12;s:12:"menu-pages-2";i:13;s:17:"menu-categories-2";i:14;s:8:"search-2";i:15;s:14:"recent-posts-2";i:16;s:17:"recent-comments-2";i:17;s:10:"archives-2";i:18;s:12:"categories-2";i:19;s:6:"text-4";i:20;s:15:"featured-post-3";i:21;s:6:"meta-2";}s:12:"header-right";a:1:{i:0;s:10:"nav_menu-4";}s:7:"sidebar";a:2:{i:0;s:25:"social_profiles_sidebar-4";i:1;s:10:"calendar-3";}s:11:"sidebar-alt";a:0:{}s:8:"home-top";a:0:{}s:9:"home-note";a:1:{i:0;s:6:"text-6";}s:13:"home-featured";a:0:{}s:16:"home-bottom-left";a:1:{i:0;s:25:"social_profiles_sidebar-3";}s:17:"home-bottom-right";a:1:{i:0;s:6:"text-8";}s:11:"footer-note";a:0:{}s:8:"footer-1";a:1:{i:0;s:25:"social_profiles_sidebar-5";}s:8:"footer-2";a:0:{}s:8:"footer-3";a:0:{}s:13:"array_version";i:3;}', 'yes'),
(102, 0, 'cron', 'a:3:{i:1299662997;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;}}}i:1299706220;a:1:{s:19:"wp_scheduled_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}s:7:"version";i:2;}', 'yes'),
(103, 0, '_transient_doing_cron', '1299638039', 'yes'),
(975, 0, '_site_transient_timeout_theme_roots', '1299645240', 'yes'),
(974, 0, '_site_transient_theme_roots', 'a:4:{s:6:"agency";s:7:"/themes";s:7:"genesis";s:7:"/themes";s:9:"manhattan";s:7:"/themes";s:9:"twentyten";s:7:"/themes";}', 'yes'),
(109, 0, 'widget_pages', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(143, 0, '_site_transient_update_core', 'O:8:"stdClass":3:{s:7:"updates";a:1:{i:0;O:8:"stdClass":7:{s:8:"response";s:7:"upgrade";s:3:"url";s:30:"http://wordpress.org/download/";s:7:"package";s:38:"http://wordpress.org/wordpress-3.1.zip";s:7:"current";s:3:"3.1";s:6:"locale";s:5:"en_US";s:11:"php_version";s:3:"4.3";s:13:"mysql_version";s:5:"4.1.2";}}s:12:"last_checked";i:1299638048;s:15:"version_checked";s:5:"3.0.5";}', 'yes'),
(850, 0, 'rewrite_rules', 'a:73:{s:14:".*wp-atom.php$";s:19:"index.php?feed=atom";s:13:".*wp-rdf.php$";s:18:"index.php?feed=rdf";s:13:".*wp-rss.php$";s:18:"index.php?feed=rss";s:14:".*wp-rss2.php$";s:19:"index.php?feed=rss2";s:14:".*wp-feed.php$";s:19:"index.php?feed=feed";s:22:".*wp-commentsrss2.php$";s:34:"index.php?feed=rss2&withcomments=1";s:32:"feed/(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:27:"(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:20:"page/?([0-9]{1,})/?$";s:28:"index.php?&paged=$matches[1]";s:41:"comments/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:36:"comments/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:29:"comments/page/?([0-9]{1,})/?$";s:28:"index.php?&paged=$matches[1]";s:44:"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:39:"search/(.+)/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:32:"search/(.+)/page/?([0-9]{1,})/?$";s:41:"index.php?s=$matches[1]&paged=$matches[2]";s:14:"search/(.+)/?$";s:23:"index.php?s=$matches[1]";s:47:"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:42:"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:35:"category/(.+?)/page/?([0-9]{1,})/?$";s:53:"index.php?category_name=$matches[1]&paged=$matches[2]";s:17:"category/(.+?)/?$";s:35:"index.php?category_name=$matches[1]";s:42:"tag/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:37:"tag/(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:30:"tag/(.+?)/page/?([0-9]{1,})/?$";s:43:"index.php?tag=$matches[1]&paged=$matches[2]";s:12:"tag/(.+?)/?$";s:25:"index.php?tag=$matches[1]";s:47:"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:42:"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:35:"author/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?author_name=$matches[1]&paged=$matches[2]";s:17:"author/([^/]+)/?$";s:33:"index.php?author_name=$matches[1]";s:69:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:64:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:57:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:81:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]";s:39:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$";s:63:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]";s:56:"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:51:"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:44:"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:65:"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]";s:26:"([0-9]{4})/([0-9]{1,2})/?$";s:47:"index.php?year=$matches[1]&monthnum=$matches[2]";s:43:"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:38:"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:31:"([0-9]{4})/page/?([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&paged=$matches[2]";s:13:"([0-9]{4})/?$";s:26:"index.php?year=$matches[1]";s:40:"[0-9]{4}/.+?/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:50:"[0-9]{4}/.+?/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:70:"[0-9]{4}/.+?/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:65:"[0-9]{4}/.+?/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:65:"[0-9]{4}/.+?/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:37:"([0-9]{4})/(.+?)/([^/]+)/trackback/?$";s:74:"index.php?year=$matches[1]&category_name=$matches[2]&name=$matches[3]&tb=1";s:57:"([0-9]{4})/(.+?)/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:86:"index.php?year=$matches[1]&category_name=$matches[2]&name=$matches[3]&feed=$matches[4]";s:52:"([0-9]{4})/(.+?)/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:86:"index.php?year=$matches[1]&category_name=$matches[2]&name=$matches[3]&feed=$matches[4]";s:45:"([0-9]{4})/(.+?)/([^/]+)/page/?([0-9]{1,})/?$";s:87:"index.php?year=$matches[1]&category_name=$matches[2]&name=$matches[3]&paged=$matches[4]";s:52:"([0-9]{4})/(.+?)/([^/]+)/comment-page-([0-9]{1,})/?$";s:87:"index.php?year=$matches[1]&category_name=$matches[2]&name=$matches[3]&cpage=$matches[4]";s:37:"([0-9]{4})/(.+?)/([^/]+)(/[0-9]+)?/?$";s:86:"index.php?year=$matches[1]&category_name=$matches[2]&name=$matches[3]&page=$matches[4]";s:29:"[0-9]{4}/.+?/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:39:"[0-9]{4}/.+?/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:59:"[0-9]{4}/.+?/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:54:"[0-9]{4}/.+?/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:54:"[0-9]{4}/.+?/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:49:"([0-9]{4})/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:69:"index.php?year=$matches[1]&category_name=$matches[2]&feed=$matches[3]";s:44:"([0-9]{4})/(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:69:"index.php?year=$matches[1]&category_name=$matches[2]&feed=$matches[3]";s:37:"([0-9]{4})/(.+?)/page/?([0-9]{1,})/?$";s:70:"index.php?year=$matches[1]&category_name=$matches[2]&paged=$matches[3]";s:44:"([0-9]{4})/(.+?)/comment-page-([0-9]{1,})/?$";s:70:"index.php?year=$matches[1]&category_name=$matches[2]&cpage=$matches[3]";s:19:"([0-9]{4})/(.+?)/?$";s:52:"index.php?year=$matches[1]&category_name=$matches[2]";s:38:"([0-9]{4})/comment-page-([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&cpage=$matches[2]";s:25:".+?/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:35:".+?/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:55:".+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:50:".+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:50:".+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:18:"(.+?)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:38:"(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:33:"(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:26:"(.+?)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:33:"(.+?)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:18:"(.+?)(/[0-9]+)?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";}', 'yes'),
(108, 0, '_site_transient_update_themes', 'O:8:"stdClass":1:{s:12:"last_checked";i:1299638058;}', 'yes'),
(110, 0, 'widget_calendar', 'a:3:{i:2;a:0:{}i:3;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(111, 0, 'widget_links', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(112, 0, 'widget_tag_cloud', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(113, 0, 'widget_nav_menu', 'a:3:{i:2;a:0:{}i:4;a:2:{s:5:"title";s:0:"";s:8:"nav_menu";i:8;}s:12:"_multiwidget";i:1;}', 'yes'),
(114, 0, 'dashboard_widget_options', 'a:4:{s:25:"dashboard_recent_comments";a:1:{s:5:"items";i:5;}s:24:"dashboard_incoming_links";a:5:{s:4:"home";s:36:"http://image-center.com/architecture";s:4:"link";s:112:"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://image-center.com/architecture/";s:3:"url";s:145:"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://image-center.com/architecture/";s:5:"items";i:10;s:9:"show_date";b:0;}s:17:"dashboard_primary";a:7:{s:4:"link";s:26:"http://wordpress.org/news/";s:3:"url";s:31:"http://wordpress.org/news/feed/";s:5:"title";s:14:"WordPress 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:7:{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;s:12:"show_summary";i:0;s:11:"show_author";i:0;s:9:"show_date";i:0;}}', 'yes'),
(144, 0, 'current_theme', 'Manhattan Child Theme', 'yes'),
(976, 0, '_transient_timeout_genesis-update', '1299724458', 'no'),
(977, 0, '_transient_genesis-update', 'a:4:{s:11:"new_version";s:3:"1.5";s:3:"url";s:41:"http://www.studiopress.com/themes/genesis";s:7:"package";s:58:"http://www.genesistheme.com/download/?file=genesis.1.5.zip";s:13:"changelog_url";s:53:"http://www.genesistheme.com/changelog/?TB_iframe=true";}', 'no'),
(677, 0, '_site_transient_update_plugins', 'O:8:"stdClass":3:{s:12:"last_checked";i:1299638052;s:7:"checked";a:9:{s:19:"akismet/akismet.php";s:5:"2.5.3";s:31:"genesis-simple-hooks/plugin.php";s:3:"1.4";s:29:"gravityforms/gravityforms.php";s:5:"1.4.5";s:47:"regenerate-thumbnails/regenerate-thumbnails.php";s:5:"2.1.3";s:65:"social-profiles-sidebar-widget/social-profiles-sidebar-widget.php";s:5:"1.3.7";s:37:"tinymce-advanced/tinymce-advanced.php";s:5:"3.2.7";s:15:"stats/stats.php";s:5:"1.8.1";s:21:"wp-cycle/wp-cycle.php";s:6:"0.1.11";s:39:"wp-table-reloaded/wp-table-reloaded.php";s:3:"1.8";}s:8:"response";a:1:{s:39:"wp-table-reloaded/wp-table-reloaded.php";O:8:"stdClass":6:{s:2:"id";s:4:"7505";s:4:"slug";s:17:"wp-table-reloaded";s:11:"new_version";s:5:"1.9.1";s:14:"upgrade_notice";s:117:"This upgrade includes a few new features, like output caching and a custom table CSS class, and several enhancements.";s:3:"url";s:54:"http://wordpress.org/extend/plugins/wp-table-reloaded/";s:7:"package";s:65:"http://downloads.wordpress.org/plugin/wp-table-reloaded.1.9.1.zip";}}}', 'yes'),
(678, 0, 'widget_social_profiles_sidebar', 'a:5:{i:2;a:0:{}i:3;a:7:{s:5:"title";s:19:"Follow Image Center";s:16:"selected_iconset";s:38:"bohncore-SocialMedia-Glaskugel-IconSet";s:8:"iconsize";s:5:"32x32";s:12:"target_blank";i:1;s:12:"rel_nofollow";i:0;s:12:"iconposition";s:6:"center";s:7:"profile";a:35:{s:9:"delicious";s:0:"";s:8:"facebook";s:54:"http://www.facebook.com/pages/Image-Center/87466712499";s:6:"flickr";s:0:"";s:6:"google";s:0:"";s:9:"linkarena";s:0:"";s:8:"linkedin";s:51:"http://www.linkedin.com/pub/marco-zecchin/1/302/b35";s:3:"rss";s:46:"http://image-center.com/architecture/feed/rss/";s:10:"technorati";s:0:"";s:7:"twitter";s:15:"@imagecenterpic";s:5:"wikio";s:0:"";s:4:"wong";s:0:"";s:4:"xing";s:0:"";s:5:"yahoo";s:0:"";s:4:"yigg";s:0:"";s:7:"youtube";s:0:"";s:3:"aim";s:0:"";s:9:"blinklist";s:0:"";s:7:"blogger";s:0:"";s:9:"blogmarks";s:0:"";s:11:"designfloat";s:0:"";s:4:"digg";s:0:"";s:5:"diigo";s:0:"";s:5:"dzone";s:0:"";s:10:"feedburner";s:0:"";s:10:"friendfeed";s:0:"";s:3:"hi5";s:0:"";s:11:"mister-wong";s:0:"";s:3:"msn";s:0:"";s:7:"myspace";s:0:"";s:6:"picasa";s:0:"";s:6:"reddit";s:0:"";s:9:"slash-dot";s:0:"";s:11:"stumbleupon";s:0:"";s:9:"wordpress";s:0:"";s:5:"skype";s:0:"";}}i:4;a:7:{s:5:"title";s:19:"Follow Image Center";s:16:"selected_iconset";s:38:"bohncore-SocialMedia-Glaskugel-IconSet";s:8:"iconsize";s:5:"32x32";s:12:"target_blank";i:1;s:12:"rel_nofollow";i:0;s:12:"iconposition";s:6:"center";s:7:"profile";a:15:{s:9:"delicious";s:0:"";s:8:"facebook";s:54:"http://www.facebook.com/pages/Image-Center/87466712499";s:6:"flickr";s:0:"";s:6:"google";s:0:"";s:9:"linkarena";s:0:"";s:8:"linkedin";s:51:"http://www.linkedin.com/pub/marco-zecchin/1/302/b35";s:3:"rss";s:46:"http://image-center.com/architecture/feed/rss/";s:10:"technorati";s:0:"";s:7:"twitter";s:15:"@imagecenterpic";s:5:"wikio";s:0:"";s:4:"wong";s:0:"";s:4:"xing";s:0:"";s:5:"yahoo";s:0:"";s:4:"yigg";s:0:"";s:7:"youtube";s:0:"";}}i:5;a:7:{s:5:"title";s:19:"Follow Image Center";s:16:"selected_iconset";s:38:"bohncore-SocialMedia-Glaskugel-IconSet";s:8:"iconsize";s:5:"32x32";s:12:"target_blank";i:1;s:12:"rel_nofollow";i:0;s:12:"iconposition";s:6:"center";s:7:"profile";a:15:{s:9:"delicious";s:0:"";s:8:"facebook";s:54:"http://www.facebook.com/pages/Image-Center/87466712499";s:6:"flickr";s:0:"";s:6:"google";s:0:"";s:9:"linkarena";s:0:"";s:8:"linkedin";s:51:"http://www.linkedin.com/pub/marco-zecchin/1/302/b35";s:3:"rss";s:46:"http://image-center.com/architecture/feed/rss/";s:10:"technorati";s:0:"";s:7:"twitter";s:15:"@imagecenterpic";s:5:"wikio";s:0:"";s:4:"wong";s:0:"";s:4:"xing";s:0:"";s:5:"yahoo";s:0:"";s:4:"yigg";s:0:"";s:7:"youtube";s:0:"";}}s:12:"_multiwidget";i:1;}', 'yes'),
(875, 0, '_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c', '1299238246', 'no');
INSERT INTO `wp_2options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(876, 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:3:"\n\n\n";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:87:"WordPress.tv: Merlin Mann: There is no plugin for awesome and the only tool here is you";s: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=5593";s: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:104:"http://wordpress.tv/2011/03/03/merlin-mann-there-is-no-plugin-for-awesome-and-the-only-tool-here-is-you/";s: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:1855:"<div id="x-video-0" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/5593/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/5593/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/5593/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/5593/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/5593/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/5593/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/5593/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/5593/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/5593/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/5593/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/5593/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/5593/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/5593/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/5593/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=5593&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/03/03/merlin-mann-there-is-no-plugin-for-awesome-and-the-only-tool-here-is-you/"><img alt="Merlin Mann: There is no plugin for awesome and the only tool he" src="http://videos.videopress.com/7vlxLj3Y/merlinmann-keynote_std.original.jpg" width="160" height="120" /></a></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 Mar 2011 22:41:07 +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:14:"Chelsea Otakan";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:49:"Weblog Tools Collection: Admin Bar Plugin Roundup";s: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=9739";s: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:78:"http://weblogtoolscollection.com/archives/2011/03/03/admin-bar-plugin-roundup/";s: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:2618:"<p>When <a href="http://wordpress.org/">WordPress</a> 3.1 premiered, the new admin bar was probably the most noticeable new feature. Hiding it is as simple as unchecking an option at Users -&gt; Your Profile in your Dashboard, but what if you&#8217;ve embraced the admin bar and actually want to add to it?</p>\n<p>As you may have expected, there&#8217;s already a healthy handful of plugins that add functionality to the admin bar.</p>\n<p><a href="http://wordpress.org/extend/plugins/admin-bar-id-menu/"><strong>Admin Bar ID Menu</strong></a> displays the ID number of the page, post, category, or tag you are looking at in the WordPress Admin Bar.</p>\n<p><a href="http://wordpress.org/extend/plugins/debug-bar/"><strong>Debug Bar</strong></a> adds a debug menu to the admin bar that shows query, cache, and other helpful debugging information. When WP_DEBUG is enabled, it also tracks PHP Warnings and Notices to make them easier to find. When SAVEQUERIES is enabled, the mysql queries are tracked and displayed.</p>\n<p><a href="http://wordpress.org/extend/plugins/debug-bar-console/"><strong>Debug Bar Console</strong></a> adds a PHP/MySQL console to the debug bar. (requires the Debug Bar plugin)</p>\n<p><a href="http://wordpress.org/extend/plugins/debug-bar-extender/"><strong>Debug Bar Extender</strong></a> adds more features to the debug bar and is mainly aimed at developers who like to debug their code or want to measure runtimes to find glitches in their code. It also allows lookup of variables by adding simple code snippets in your source. (requires the Debug Bar plugin)</p>\n<p><a href="http://wordpress.org/extend/plugins/logged-out-admin-bar/"><strong>Logged Out Admin Bar</strong></a> makes that admin bar always visible even for logged out users. Adds a login button when logged out, the shortlink also displays when available.</p>\n<p><a href="http://wordpress.org/extend/plugins/snack-bar/"><strong>Snack Bar</strong></a> adds a snack menu to the admin bar that provides quick access to blog/network admin screens for SuperAdmins.</p>\n<p><a href="http://wordpress.org/extend/plugins/stats/"><strong>WordPress.com Stats</strong></a> add a 48-hour stats chart for each page to the admin bar.</p>\n<p><a href="http://wordpress.org/extend/plugins/wp-custom-admin-bar/"><strong>WP Custom Admin Bar</strong></a> gives you options to change who sees the Admin Bar based on their user role, change or override the default styling, and remove the Admin Bar altogether.</p>\n<p>What do you think of the new admin bar? Are you using a plugin that we&#8217;ve missed? If so, we&#8217;d love to hear about it!</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 Mar 2011 14:00:08 +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:"James Huff";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:61:"WordPress.tv: Brandon Dove: Child Themes vs. Theme Frameworks";s: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=4876";s: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.tv/2010/10/23/brandon-dove-child-themes-vs-theme-frameworks/";s: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:1825:"<div id="x-video-57" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/4876/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/4876/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/4876/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/4876/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/4876/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/4876/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/4876/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/4876/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/4876/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/4876/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/4876/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/4876/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/4876/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/4876/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=4876&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2010/10/23/brandon-dove-child-themes-vs-theme-frameworks/"><img alt="Brandon Dove: Child Themes vs. Theme Frameworks" src="http://videos.videopress.com/IRlKLdNl/01-brandondove_h264_2128k_2997p_std.original.jpg" width="160" height="120" /></a></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 Mar 2011 17:15: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:14:"blazestreaming";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:47:"WordPress.tv: Jake Spurlock: The Loop in Action";s: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=4882";s: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.tv/2010/10/23/jake-spurlock-the-loop-in-action/";s: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:1791:"<div id="x-video-58" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/4882/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/4882/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/4882/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/4882/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/4882/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/4882/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/4882/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/4882/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/4882/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/4882/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/4882/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/4882/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/4882/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/4882/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=4882&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2010/10/23/jake-spurlock-the-loop-in-action/"><img alt="Jake Spurlock: The Loop in Action" src="http://videos.videopress.com/n9gHNNW7/03-jack_h264_2128k_2997p_std.original.jpg" width="160" height="120" /></a></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 Mar 2011 17:00: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:14:"blazestreaming";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:71:"WordPress.tv: Eric Marden: DevCraft: Best Practices for WordPress Teams";s: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=4909";s: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://wordpress.tv/2010/10/23/eric-marden-devcraft-best-practices-for-wordpress-teams/";s: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:1834:"<div id="x-video-59" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/4909/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/4909/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/4909/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/4909/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/4909/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/4909/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/4909/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/4909/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/4909/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/4909/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/4909/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/4909/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/4909/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/4909/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=4909&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2010/10/23/eric-marden-devcraft-best-practices-for-wordpress-teams/"><img alt="Eric Marden: DevCraft: Best Practices for WordPress Teams" src="http://videos.videopress.com/maOjXowX/05-_h264_2128k_2997p_std.original.jpg" width="160" height="120" /></a></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 Mar 2011 17:00: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:14:"blazestreaming";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:58:"Weblog Tools Collection: WordPress Theme Releases for 3/02";s: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=9732";s: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/2011/03/02/wordpress-theme-releases-for-302-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:2014:"<p><img class="alignnone size-full wp-image-9733" title="keepcalm" src="http://weblogtoolscollection.com/wp-content/uploads/2011/03/keepcalm.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://www.polaraul.com/post/3446566790/keep-calm-and-drink-tea-wordpress-theme"><strong>Keep Calm And Drink Tea</strong></a> is a grunge type theme with a retro based feel.</p>\n<p><img class="alignnone size-full wp-image-9734" title="minimo" src="http://weblogtoolscollection.com/wp-content/uploads/2011/03/minimo.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://www.wpexplorer.com/minimo-wordpress-theme.html"><strong>Minimo</strong></a> is a next generation WordPress 3.1 theme that comes jam-packed with all the awesome new wp features. Plus, it has a clean and minimal design perfect for all sorts of blogs.</p>\n<p><img class="alignnone size-full wp-image-9735" title="pongsari" src="http://weblogtoolscollection.com/wp-content/uploads/2011/03/pongsari.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://www.dynamicwp.net/free-themes/pongsari-theme/"><strong>Pongsari</strong></a> is a simple and clean WP Theme, modified from TwentyTen.</p>\n<p><img class="alignnone size-full wp-image-9736" title="simpleblog" src="http://weblogtoolscollection.com/wp-content/uploads/2011/03/simpleblog.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://www.wpexplorer.com/simple-blog-wordpress-theme.html"><strong>Simple Blog</strong></a> is a theme for those that want a super clean and simple blogging solution while still keeping some premium-like features.</p>\n<p><img class="alignnone size-full wp-image-9737" title="zeemagazine" src="http://weblogtoolscollection.com/wp-content/uploads/2011/03/zeemagazine.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://themezee.com/zeeMagazine/"><strong>zeeMagazine</strong></a> is a clean two column theme in magazine style with great features: Costum Logo, Colorpicker, Content Slider, Shortcodes, Dropdown Navigation and more.</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, 02 Mar 2011 14:00: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:10:"James Huff";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:69:"Publisher Blog: Elance: WordPress #2 for Top Overall Skills in Demand";s: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:43:"http://publisherblog.automattic.com/?p=1271";s: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://publisherblog.automattic.com/2011/03/01/elance-wordpress-top-cms-choice/";s: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:3104:"<p>Elance&#8217;s 2010 Q4 Online Employment Report catapults WordPress into the #2 spot for <strong>Top Overall Skills in Demand.</strong> WordPress has made a steady climb in the Skills in Demand ranking, listed as <a href="http://publisherblog.automattic.com/2009/05/20/wordpress-elance/">#13 in May 2009</a> and <a href="http://publisherblog.automattic.com/2010/09/01/wordpress-top-elance/">#6 in September 2010</a>.</p>\n<p>&#8220;A number of popular open-source platforms like Drupal and Joomla! are  available for online content, but over the course of 2010, <strong>WordPress appears to have moved from top contender to top choice</strong>:  Demand for WordPress experts rose an impressive 15%  quarter-over-quarter, moving up three highly coveted spots to #2,  trailing only behind PHP programmers. <strong>This marks the first time  that any content management system has moved into the top three skills  in demand by businesses, solidifying it as the undisputed champ of  content, for now</strong>.&#8221;</p>\n<p><strong><a><img class="aligncenter size-full wp-image-1278" title="Picture 2" src="http://wordpresspublishers.files.wordpress.com/2011/03/picture-2.png?w=269&h=252" alt="" width="269" height="252" /></a><br />\n</strong></p>\n<p>[<a href="http://www.elance.com/p/online-employment-report.html">Read more in Elance''s Online Employment Report</a>]</p>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wordpresspublishers.wordpress.com/1271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wordpresspublishers.wordpress.com/1271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wordpresspublishers.wordpress.com/1271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wordpresspublishers.wordpress.com/1271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wordpresspublishers.wordpress.com/1271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wordpresspublishers.wordpress.com/1271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wordpresspublishers.wordpress.com/1271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wordpresspublishers.wordpress.com/1271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wordpresspublishers.wordpress.com/1271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wordpresspublishers.wordpress.com/1271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wordpresspublishers.wordpress.com/1271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wordpresspublishers.wordpress.com/1271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wordpresspublishers.wordpress.com/1271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wordpresspublishers.wordpress.com/1271/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=publisherblog.automattic.com&blog=1470857&post=1271&subd=wordpresspublishers&ref=&feed=1" 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, 01 Mar 2011 21:12: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Sara Rosso";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:90:"WordPress.tv: Cory Miller: Riding the Entrepreneurial Roller Coaster & How Not to Throw Up";s: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=5405";s: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://wordpress.tv/2011/01/29/cory-miller-riding-the-entrepreneurial-roller-coaster-how-not-to-throw-up/";s: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:1859:"<div id="x-video-13" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/5405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/5405/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/5405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/5405/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/5405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/5405/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/5405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/5405/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/5405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/5405/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/5405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/5405/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/5405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/5405/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=5405&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/01/29/cory-miller-riding-the-entrepreneurial-roller-coaster-how-not-to-throw-up/"><img alt="Cory Miller: Riding the Entrepreneurial Roller Coaster & How Not" src="http://videos.videopress.com/nUR40PsJ/04_h264_4160k_2997p1_std.original.jpg" width="160" height="120" /></a></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, 01 Mar 2011 17:00: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:14:"blazestreaming";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:60:"WordPress.tv: Tyler Hurst: How to pick topics to write about";s: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=5399";s: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.tv/2011/01/29/tyler-hurst-how-to-pick-topics-to-write-about/";s: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:1819:"<div id="x-video-14" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/5399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/5399/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/5399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/5399/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/5399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/5399/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/5399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/5399/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/5399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/5399/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/5399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/5399/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/5399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/5399/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=5399&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/01/29/tyler-hurst-how-to-pick-topics-to-write-about/"><img alt="Tyler Hurst: How to pick topics to write about" src="http://videos.videopress.com/hjxnBxU4/02_h264_4160k_2997p1_scruberthumbnail_0.jpg" width="160" height="120" /></a></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, 01 Mar 2011 16:45: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:14:"blazestreaming";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:76:"Weblog Tools Collection: Mark Jaquith on WordPress Theme and Plugin 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:40:"http://weblogtoolscollection.com/?p=9729";s: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/2011/03/01/mark-jaquith-on-wordpress-theme-and-plugin-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:501:"<p>If you hate to read about security, then this great presentation by <a href="http://wordpress.org/">WordPress</a> Core Developer <a href="http://markjaquith.com/">Mark Jaquith</a> on <a href="http://wordpress.tv/2011/01/29/mark-jaquith-theme-plugin-security/">WordPress Theme and Plugin Security</a> from <a href="http://phxwordcamp.com/">WordCamp Phoenix</a> 2011 is just for you!</p>\n<p>The presentation is great to watch and quite educational for both WordPress users and developers.</p>\n<p></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 Mar 2011 14:00:02 +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:"James Huff";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:42:"Alex King: WordPress HelpCenter to Reopen!";s: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=5563";s: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://alexking.org/blog/2011/02/28/wordpress-helpcenter-to-reopen";s: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:2120:"<p>I am excited to announce that <a href="http://wphelpcenter.com">WordPress HelpCenter</a> is coming back! Look for it to reopen on March 14th under new management.</p>\n<p class="center"><a href="http://www.flickr.com/photos/alexkingorg/5488278648/" title="WordPress HelpCenter Reopening! by alexkingorg, on Flickr"><img src="http://farm6.static.flickr.com/5137/5488278648_c900c27170_m.jpg" width="240" height="118" alt="WordPress HelpCenter Reopening!" /></a></p>\n<p>Nathan Garza, who has been with me at both <a href="http://crowdfavorite.com">Crowd Favorite</a> and WordPress HelpCenter is acquiring the business. He is someone I trust, has experience running a business, is intimately familiar with the HelpCenter and is an experienced <a href="http://wordpress.org/" rel="external">WordPress</a> developer &#8211; a great fit all around.</p>\n<p>I&#8217;m pleased on two fronts that the HelpCenter will continue. First because it&#8217;s a great resource for the WordPress community and I was very sad to be <a href="http://alexking.org/blog/2011/01/25/helpcenter-shutting-down">taking that away</a>, and second because I&#8217;ll still have a quality resource to refer folks to when <a href="http://crowdfavorite.com">Crowd Favorite</a> isn&#8217;t a good fit for their needs.</p>\n<p>I am keeping an affiliation with the company by joining their board of advisors (I hope my experience will be useful), however I will not have any day-to-day responsibilities.</p>\n<p>Based on my conversations with Nathan, I believe the business will structured a little differently once it reopens, but with the same focus on providing great service to the WordPress community. Watch the website for additional details.</p>\n<p>It was the right move for me to exit from the HelpCenter; with my other obligations I just couldn&#8217;t focus on it enough. At the same time it&#8217;s the right move for Nathan to take it over. He can invest the time needed to make it a great WordPress success story. I look forward to watching that happen.</p>\n<img src="http://alexking.org/wp/?ak_action=api_record_view&id=5563&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:"Tue, 01 Mar 2011 06:27:51 +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: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:54:"Publisher Blog: Naked Security Joins WordPress.com VIP";s: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:43:"http://publisherblog.automattic.com/?p=1216";s: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:80:"http://publisherblog.automattic.com/2011/02/28/naked-security-wordpress-com-vip/";s: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:3061:"<p>The wildly popular and informative <a href="http://nakedsecurity.sophos.com/">Naked Security</a> blog from the leading IT security firm <a href="http://sophos.com">Sophos</a>,  recently launched in our <a href="http://vip.wordpress.com">WordPress.com VIP</a> program:<br />\n<a href="http://nakedsecurity.sophos.com/"><img src="http://s2.wp.com/mshots/v1/http%3A%2F%2Fnakedsecurity.sophos.com%2F?w=600&r=1" alt="http://nakedsecurity.sophos.com/" width="600" /></a></p>\n<p>The <a href="http://nakedsecurity.sophos.com/about/">mission of the blog</a> is to highlight &#8220;various news, opinion, advice and research on computer security issues and the latest internet threats.&#8221;</p>\n<p>Just this past November, the Naked Security team was bestowed with a very prestigious award &#8212; crowning them the &#8220;Best IT Security Blog&#8221; from the <a href="http://nakedsecurity.sophos.com/2010/11/19/naked-security-wins-twice-at-computer-weeklys-it-blog-awards-2010/">Computer Weekly Blog Awards</a>.</p>\n<p>[ Visit <a href="http://nakedsecurity.sophos.com/">Naked Security</a> ]</p>\n<p><strong><em>Ready to become a <a href="http://vip.wordpress.com/">VIP Services Client</a>? Some of the <a href="http://vip.wordpress.com/clients">world&#8217;s biggest brands rely on WordPress.com VIP Services.</a></em></strong></p>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wordpresspublishers.wordpress.com/1216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wordpresspublishers.wordpress.com/1216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wordpresspublishers.wordpress.com/1216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wordpresspublishers.wordpress.com/1216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wordpresspublishers.wordpress.com/1216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wordpresspublishers.wordpress.com/1216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wordpresspublishers.wordpress.com/1216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wordpresspublishers.wordpress.com/1216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wordpresspublishers.wordpress.com/1216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wordpresspublishers.wordpress.com/1216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wordpresspublishers.wordpress.com/1216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wordpresspublishers.wordpress.com/1216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wordpresspublishers.wordpress.com/1216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wordpresspublishers.wordpress.com/1216/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=publisherblog.automattic.com&blog=1470857&post=1216&subd=wordpresspublishers&ref=&feed=1" 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:"Mon, 28 Feb 2011 17:30: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: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: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:105:"WordPress.tv: Pieter Droppert: How to submit a takedown notice under the Digital Millennium Copyright Act";s: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=5426";s: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:122:"http://wordpress.tv/2011/01/29/pieter-droppert-how-to-submit-a-takedown-notice-under-the-digital-millennium-copyright-act/";s: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:1881:"<div id="x-video-15" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/5426/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/5426/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/5426/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/5426/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/5426/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/5426/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/5426/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/5426/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/5426/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/5426/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/5426/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/5426/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/5426/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/5426/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=5426&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/01/29/pieter-droppert-how-to-submit-a-takedown-notice-under-the-digital-millennium-copyright-act/"><img alt="Pieter Droppert: How to submit a takedown notice under the Digit" src="http://videos.videopress.com/zaSAkBVI/10_h264_4160k_2997p_scruberthumbnail_1.jpg" width="160" height="120" /></a></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, 28 Feb 2011 16:15: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:14:"blazestreaming";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:"WordPress.tv: Michael Palermo: Good Bye IE6, Hello IE9";s: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=5412";s: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.tv/2011/01/29/michael-palermo-good-bye-ie6-hello-ie9/";s: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:1806:"<div id="x-video-16" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/5412/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/5412/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/5412/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/5412/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/5412/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/5412/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/5412/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/5412/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/5412/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/5412/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/5412/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/5412/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/5412/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/5412/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=5412&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/01/29/michael-palermo-good-bye-ie6-hello-ie9/"><img alt="Michael Palermo: Good Bye IE6, Hello IE9" src="http://videos.videopress.com/ssGI40GR/06_h264_4160k_2997p1_scruberthumbnail_0.jpg" width="160" height="120" /></a></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, 28 Feb 2011 16:00: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"blazestreaming";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:51:"WordPress.tv: Cody Landefeld: Plugins for Designers";s: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=5298";s: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:68:"http://wordpress.tv/2011/01/29/cody-landefeld-plugins-for-designers/";s: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:1801:"<div id="x-video-17" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/5298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/5298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/5298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/5298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/5298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/5298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/5298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/5298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/5298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/5298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/5298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/5298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/5298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/5298/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=5298&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/01/29/cody-landefeld-plugins-for-designers/"><img alt="Cody Landefeld: Plugins for Designers" src="http://videos.videopress.com/6QrCf2ev/07_h264_4160k_2997p1_scruberthumbnail_0.jpg" width="160" height="120" /></a></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, 28 Feb 2011 16:00: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"blazestreaming";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:61:"WordPress.tv: Michael Sippey: Monetization through Engagement";s: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=5340";s: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:78:"http://wordpress.tv/2011/01/29/michael-sippey-monetization-through-engagement/";s: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:1814:"<div id="x-video-18" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/5340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/5340/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/5340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/5340/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/5340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/5340/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/5340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/5340/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/5340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/5340/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/5340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/5340/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/5340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/5340/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=5340&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/01/29/michael-sippey-monetization-through-engagement/"><img alt="Michael Sippey: Monetization through Engagement" src="http://videos.videopress.com/u2BYWqoN/03_h264_1500k_2997p_std.original.jpg" width="160" height="120" /></a></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, 27 Feb 2011 15:30:10 +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:14:"blazestreaming";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:48:"WordPress.tv: Joshua Ziering: The Metrics System";s: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=5341";s: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.tv/2011/01/29/joshua-ziering-the-metrics-system/";s: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:1788:"<div id="x-video-19" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/5341/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/5341/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/5341/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/5341/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/5341/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/5341/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/5341/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/5341/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/5341/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/5341/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/5341/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/5341/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/5341/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/5341/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=5341&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/01/29/joshua-ziering-the-metrics-system/"><img alt="Joshua Ziering: The Metrics System" src="http://videos.videopress.com/PvqwHDrC/04_h264_1500k_2997p_std.original.jpg" width="160" height="120" /></a></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, 27 Feb 2011 15:30:10 +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:14:"blazestreaming";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:58:"WordPress.tv: Matt Danner: Why You Need a WordPress Backup";s: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=5419";s: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/2011/01/29/matt-danner-why-you-need-a-wordpress-backup/";s: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:1791:"<div id="x-video-20" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/5419/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/5419/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/5419/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/5419/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/5419/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/5419/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/5419/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/5419/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/5419/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/5419/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/5419/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/5419/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/5419/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/5419/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=5419&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/01/29/matt-danner-why-you-need-a-wordpress-backup/"><img alt="Matt Danner: Why You Need a WordPress Backup" src="http://videos.videopress.com/IY66vGlw/08_std.original.jpg" width="160" height="120" /></a></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, 27 Feb 2011 15:30:10 +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:14:"blazestreaming";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:56:"Weblog Tools Collection: WordPress FAQ: Moving 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=9715";s: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:84:"http://weblogtoolscollection.com/archives/2011/02/27/wordpress-faq-moving-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:1032:"<p>So, you&#8217;ve just installed <a href="http://wordpress.org/">WordPress</a>, but you&#8217;re not happy about the /wordpress/ that it adds at the end of your domain, or you&#8217;d just like to move it elsewhere. Fortunately, the process is rather easy.</p>\n<p>Go to the Settings section of your Dashboard and change the two URLs there to the location that you want to move WordPress to. Don&#8217;t panic, this will effectively kill your blog until you move all of the WordPress files to their new location.</p>\n<p>You may need to re-generate your permalinks at Settings/Permalinks in your Dashboard.</p>\n<p>Once that&#8217;s done, see our handy guide for <a href="http://weblogtoolscollection.com/archives/2010/12/13/wordpress-faq-changing-links-and-images-after-a-move/">changing links and images after a move</a>.</p>\n<p>Moving a WordPress installation is not too much of a complicated procedure, but feel free to contact the <a href="http://wordpress.org/support/">WordPress Support Forums</a> if you run into trouble.</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, 27 Feb 2011 14:00:49 +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:"James Huff";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:58:"Weblog Tools Collection: WordPress Theme Releases for 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:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=9704";s: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/2011/02/26/wordpress-theme-releases-for-226-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:792:"<p><img class="alignnone size-full wp-image-9705" title="beautydots" src="http://weblogtoolscollection.com/wp-content/uploads/2011/02/beautydots.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/beauty-dots"><strong>Beauty Dots</strong></a> is a dark and attractive editor-style theme with dropdown menus.</p>\n<p><img class="alignnone size-full wp-image-9706" title="shiword" src="http://weblogtoolscollection.com/wp-content/uploads/2011/02/shiword.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/shiword"><strong>Shiword</strong></a> is a simple dark theme with lots of features, like a &#8220;quick links&#8221; menu, an &#8220;easy navigation&#8221; bar, header and footer sidebars, and print preview.</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, 26 Feb 2011 14:00: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";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:61:"WordPress.tv: Heather Billings: Design that speaks for itself";s: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=5415";s: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:78:"http://wordpress.tv/2011/01/29/heather-billings-design-that-speaks-for-itself/";s: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:1815:"<div id="x-video-21" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/5415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/5415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/5415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/5415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/5415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/5415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/5415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/5415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/5415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/5415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/5415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/5415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/5415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/5415/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=5415&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/01/29/heather-billings-design-that-speaks-for-itself/"><img alt="Heather Billings: Design that speaks for itself" src="http://videos.videopress.com/z4N0Y0vr/07_h264_4160k_2997p2_std.original.jpg" width="160" height="120" /></a></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:"Sat, 26 Feb 2011 03:30: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:14:"blazestreaming";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:51:"WordPress.tv: Mark Jaquith: Theme & Plugin 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:27:"http://wordpress.tv/?p=5258";s: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://wordpress.tv/2011/01/29/mark-jaquith-theme-plugin-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1778:"<div id="x-video-22" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/5258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/5258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/5258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/5258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/5258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/5258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/5258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/5258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/5258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/5258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/5258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/5258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/5258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/5258/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=5258&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/01/29/mark-jaquith-theme-plugin-security/"><img alt="Theme & Plugin Security" src="http://videos.videopress.com/gS4Lzanf/02_h264_1500k_2997p_std.original.jpg" width="160" height="120" /></a></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:"Sat, 26 Feb 2011 03:30: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:14:"blazestreaming";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:45:"WordPress.tv: Amanda Blum: WP for Non Profits";s: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=5354";s: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/2011/01/29/amanda-blum-wp-for-non-profits/";s: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:1783:"<div id="x-video-23" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/5354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/5354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/5354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/5354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/5354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/5354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/5354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/5354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/5354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/5354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/5354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/5354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/5354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/5354/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=5354&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/01/29/amanda-blum-wp-for-non-profits/"><img alt="Amanda Blum: WP for Non Profits" src="http://videos.videopress.com/Tq6NfjgW/07_h264_1500k_2997p1_std.original.jpg" width="160" height="120" /></a></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:"Sat, 26 Feb 2011 03:30: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:14:"blazestreaming";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:42:"Mark Jaquith: Custom WordPress laptop skin";s: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=590";s: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:73:"http://markjaquith.wordpress.com/2011/02/25/custom-wordpress-laptop-skin/";s: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:2159:"<p>Jealous?</p>\n<div id="attachment_591" class="wp-caption aligncenter"><img src="http://markjaquith.files.wordpress.com/2011/02/wordpress-custom-laptop-skin.jpg?w=700&h=522" alt="" title="wordpress-custom-laptop-skin" width="700" height="522" class="size-large wp-image-591" /><p class="wp-caption-text">Custom WordPress skin for MacBook Pro</p></div>\n<p>It took forever to cut out, because it was printed against a white vinyl background, and I wanted the background to show the aluminum of the laptop. But I think it turned out pretty well. What do you think?</p>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markjaquith.wordpress.com/590/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markjaquith.wordpress.com/590/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/markjaquith.wordpress.com/590/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/markjaquith.wordpress.com/590/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/markjaquith.wordpress.com/590/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/markjaquith.wordpress.com/590/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/markjaquith.wordpress.com/590/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/markjaquith.wordpress.com/590/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/markjaquith.wordpress.com/590/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/markjaquith.wordpress.com/590/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/markjaquith.wordpress.com/590/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/markjaquith.wordpress.com/590/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/markjaquith.wordpress.com/590/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/markjaquith.wordpress.com/590/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markjaquith.wordpress.com&blog=316&post=590&subd=markjaquith&ref=&feed=1" 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:"Sat, 26 Feb 2011 01:57: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:"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: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:63:"Lorelle on WP: WordPress 3.1: Features, Tutorials, and Pure Joy";s: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=4821";s: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://lorelle.wordpress.com/2011/02/25/wordpress-3-1-features-tutorials-and-pure-joy/";s: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:482:"WordPress 3.1 is now out. YEAH!!! It&#8217;s named after one of our personal favorite jazz musicians, Django Reinhardt. My sneak preview of WordPress 3.1, one of the most eagerly and long awaited versions, barely did the new features justice. The WordCast team and I gathered up all of our research and dug deep into Trac [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=4821&subd=lorelle&ref=&feed=1" 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:"Fri, 25 Feb 2011 17:29: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: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: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:67:"Weblog Tools Collection: WordPress FAQ: Blocking Spam Registrations";s: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=9713";s: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:95:"http://weblogtoolscollection.com/archives/2011/02/25/wordpress-faq-blocking-spam-registrations/";s: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:1418:"<p>Spam is not limited to just comments. If you leave your <a href="http://wordpress.org/">WordPress</a> blog open to new user registration, you could be hit by a wave of spam bots or rather nefarious individuals registering with hopes that you&#8217;ll give them a chance to post spam on your blog.</p>\n<p>First of all, do you really need open registration? If not, uncheck &#8220;Anyone can register&#8221; from the Settings area of your Dashboard.</p>\n<p>So, what if you need open registration? First, stop the bad bots from even visiting your blog with <a href="http://bad-behavior.ioerror.us/">Bad Behavior</a>.</p>\n<p>Now, you could certainly use a <a href="http://en.wikipedia.org/wiki/CAPTCHA">CAPTCHA</a> on your registration form, but I wouldn&#8217;t bother with that. Several CAPTCHA have been <a href="http://caca.zoy.org/wiki/PWNtcha">broken by a simple program</a>, and they <a href="http://code.ipstenu.org/2010/captcha-isnt-accessible/">just aren&#8217;t accessible</a>. Instead, use <a href="http://code.ipstenu.org/my-plugins/ban-hammer/">Ban Hammer</a>, which compares registration email addresses with your comment blacklist (just add them if you notice a trend) and the collective blacklist at <a href="http://stopforumspam.com/">Stop Forum Spam</a>.</p>\n<p>Like comment spam, registration spam will be a constant battle, but Bad Behavior and Ban Hammer should at least make it easier on you.</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, 25 Feb 2011 14:00: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";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:48:"WordPress.tv: Shayne Sanderson: Ecommerce for 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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=5348";s: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.tv/2011/01/29/shayne-sanderson-ecommerce-for-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:1789:"<div id="x-video-29" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/5348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/5348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/5348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/5348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/5348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/5348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/5348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/5348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/5348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/5348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/5348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/5348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/5348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/5348/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=5348&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/01/29/shayne-sanderson-ecommerce-for-wp/"><img alt="Shayne Sanderson: Ecommerce for WP" src="http://videos.videopress.com/0ut9Nrda/05_h264_1500k_2997p1_std.original.jpg" width="160" height="120" /></a></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, 25 Feb 2011 01:30: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:14:"blazestreaming";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:56:"WordPress.tv: Ward Andrews: Design Roadmap for Small Biz";s: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=5265";s: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:73:"http://wordpress.tv/2011/01/29/ward-andrews-design-roadmap-for-small-biz/";s: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:1788:"<div id="x-video-30" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/5265/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/5265/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/5265/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/5265/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/5265/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/5265/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/5265/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/5265/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/5265/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/5265/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/5265/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/5265/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/5265/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/5265/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=5265&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/01/29/ward-andrews-design-roadmap-for-small-biz/"><img alt="Ward Andrews: Design Roadmap for Small Biz" src="http://videos.videopress.com/sMosAI3a/011_std.original.jpg" width="160" height="120" /></a></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, 25 Feb 2011 01:30: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:14:"blazestreaming";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:46:"WordPress.tv: Lisa Sabin Wilson: 2010 for 2011";s: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=5296";s: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.tv/2011/01/29/lisa-sabin-wilson-2010-for-2011/";s: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:1784:"<div id="x-video-31" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/5296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/5296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/5296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/5296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/5296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/5296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/5296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/5296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/5296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/5296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/5296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/5296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/5296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/5296/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=5296&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/01/29/lisa-sabin-wilson-2010-for-2011/"><img alt="Lisa Sabin Wilson: 2010 for 2011" src="http://videos.videopress.com/nbKNBPr4/06_h264_4160k_2997p_std.original.jpg" width="160" height="120" /></a></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, 25 Feb 2011 01:30: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:14:"blazestreaming";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:59:"Weblog Tools Collection: WordPress Plugin Releases for 2/24";s: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=9722";s: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/2011/02/24/wordpress-plugin-releases-for-224-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:668:"<h3>New plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/chimpexpress/"><strong>ChimpExpress</strong></a> allows you to create MailChimp campaigns from within WordPress and include blog posts or import recent campaigns.</p>\n<h3>Updated plugins</h3>\n<p><a href="http://www.gowebsolutions.com/plugins/wp-customer-reviews/"><strong>WP Customer Reviews</strong></a> allows your customers and visitors to leave reviews or testimonials of your services.</p>\n<p><a href="http://wordpress.org/extend/plugins/wp-tweet-button/"><strong>WP Tweet Button</strong></a> easily and fully implements Twitter&#8217;s official Tweet Button on your WordPress blog or site.</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, 24 Feb 2011 14:00:49 +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:"James Huff";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:47:"Weblog Tools Collection: WordPress 3.1 Released";s: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=9724";s: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://weblogtoolscollection.com/archives/2011/02/23/wordpress-3-1-released/";s: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:1475:"<p><a href="http://wordpress.org/">WordPress</a> 3.1 <a href="http://wordpress.org/news/2011/02/threeone/">has been released</a>.</p>\n<blockquote><p>This release features a lightning fast redesigned linking workflow which makes it easy to link to your existing posts and pages, an admin bar so you’re never more than a click away from your most-used dashboard pages, a streamlined writing interface that hides many of the seldom-used panels by default to create a simpler and less intimidating writing experience for new bloggers (visit Screen Options in the top right to get old panels back), and a refreshed blue admin scheme available for selection under your personal options.</p></blockquote>\n<p>All together, this release fixes <a href="http://core.trac.wordpress.org/query?status=closed&resolution=fixed&milestone=3.1&group=status&desc=1&order=priority">more than 820 issues</a>.</p>\n<p>Users can upgrade automatically via their Dashboard or use <a href="http://codex.wordpress.org/Upgrading_WordPress_Extended">the manual instructions</a>. As always, please contact the <a href="http://wordpress.org/support/">WordPress Support Forums</a> if you run into any trouble.</p>\n<p>Now that WordPress 3.1 has been released, the core developers plan 3.2  to be a shorter development cycle,  &#8221;and include some fun improvements around plugins and the speed of the admin.&#8221;</p>\n<p>Have you upgraded to WordPress 3.1 yet? What do you think of the new features?</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, 24 Feb 2011 02:40: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";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:28:"BuddyPress: BuddyPress 1.2.8";s: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://buddypress.org/?p=1398";s: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://buddypress.org/2011/02/buddypress-1-2-8/";s: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:840:"<p>Our next item up for bid is <a href="http://wordpress.org/extend/plugins/buddypress/">BuddyPress 1.2.8</a>, which includes a few small bug fixes to the 1.2 branch of code and is a highly recommended update if you are updating to <a href="http://wordpress.org/download/">WordPress 3.1</a>.</p>\n<p>This release backports a few important fixes from the currently in-development 1.3 version of BuddyPress to play nicely with the new and very much improved WordPress network administration interface. We&#8217;ve also updated the bundled version of bbPress from 1.0.2 to 1.0.3, which addresses a few issues that do not effect BuddyPress directly.</p>\n<p>Every effort has been put into supporting both WordPress 3.0 and 3.1 with this release to make updating your sites as painless as possible, so this should be another worry-free update!</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, 23 Feb 2011 19:18: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:17:"John James Jacoby";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:102:"WordPress.tv: Michael “mitcho” Erlewine: The Yet Another Related Posts Plugin Algorithm EXPLAINED!";s: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=5423";s: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:130:"http://wordpress.tv/2011/01/29/michael-%e2%80%9cmitcho%e2%80%9d-erlewine-the-yet-another-related-posts-plugin-algorithm-explained/";s: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:1888:"<div id="x-video-9" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/5423/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/5423/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/5423/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/5423/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/5423/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/5423/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/5423/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/5423/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/5423/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/5423/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/5423/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/5423/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/5423/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/5423/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=5423&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/01/29/michael-%e2%80%9cmitcho%e2%80%9d-erlewine-the-yet-another-related-posts-plugin-algorithm-explained/"><img alt="Michael “mitcho” Erlewine: The Yet Another Related Posts Plu" src="http://videos.videopress.com/0n2TSzkb/09_h264_4160k_2997p_scruberthumbnail_0.jpg" width="160" height="120" /></a></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, 23 Feb 2011 19:00: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"blazestreaming";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:42:"WordPress.tv: Danielle Morrill: Engagement";s: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=5330";s: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:59:"http://wordpress.tv/2011/01/29/danielle-morrill-engagement/";s: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:1782:"<div id="x-video-10" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/5330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/5330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/5330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/5330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/5330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/5330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/5330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/5330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/5330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/5330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/5330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/5330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/5330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/5330/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=5330&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/01/29/danielle-morrill-engagement/"><img alt="Danielle Morrill: Engagement" src="http://videos.videopress.com/lrgAT8Zr/01_h264_1500k_2997p_scruberthumbnail_0.jpg" width="160" height="120" /></a></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, 23 Feb 2011 19:00: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"blazestreaming";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:43:"WordPress.tv: Grant Swaim: Membership 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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=5349";s: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.tv/2011/01/29/grant-swaim-membership-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1785:"<div id="x-video-11" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/5349/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/5349/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/5349/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/5349/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/5349/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/5349/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/5349/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/5349/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/5349/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/5349/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/5349/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/5349/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/5349/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/5349/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=5349&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/01/29/grant-swaim-membership-sites/"><img alt="Grant Swaim: Membership Sites" src="http://videos.videopress.com/0q6IVdQo/06_h264_1500k_2997p1_scruberthumbnail_0.jpg" width="160" height="120" /></a></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, 23 Feb 2011 19:00: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"blazestreaming";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:63:"Weblog Tools Collection: WordPress and the Not Found Permalinks";s: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=9701";s: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:92:"http://weblogtoolscollection.com/archives/2011/02/23/wordpress-and-the-not-found-permalinks/";s: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:1194:"<p>So, you&#8217;ve just switched from the default <a href="http://wordpress.org/">WordPress</a> permalink structure and now your permalinks are returning Not Found (404) errors, or you didn&#8217;t do anything at all and they&#8217;re return the error.</p>\n<p>First, there could have been a momentary glitch, so try re-saving your permalink structure at Settings/Permalinks in your admin panel.  If WordPress cannot automatically edit the .htaccess file, it will provide manual instructions after saving.</p>\n<p>If that doesn&#8217;t work, contact your hosting provider and find out if mod_rewite is installed and active on your server. If it isn&#8217;t, refer to <a href="http://codex.wordpress.org/Using_Permalinks#Permalinks_without_mod_rewrite">this guide</a> for some tips on using permalinks without mod_rewrite, or find yourself a nice Apache-based server with mod_rewrite.</p>\n<p>Permalinks are a finicky thing. They&#8217;ll either work right away, if you re-save, and if you use a work-around, otherwise they just won&#8217;t work at all. If you&#8217;re still having trouble, contact the <a href="http://wordpress.org/support/">WordPress Support Forums</a> for more assistance.</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, 23 Feb 2011 14: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";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:50:"WordPress.tv: Andrew Norcross: CPT + the front end";s: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=5281";s: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.tv/2011/01/29/andrew-norcross-cpt-the-front-end/";s: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:1796:"<div id="x-video-24" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/5281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/5281/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/5281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/5281/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/5281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/5281/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/5281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/5281/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/5281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/5281/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/5281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/5281/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/5281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/5281/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=5281&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/01/29/andrew-norcross-cpt-the-front-end/"><img alt="Andrew Norcross: CPT + the front end" src="http://videos.videopress.com/Xhrvrpif/06_h264_1500k_2997p_scruberthumbnail_1.jpg" width="160" height="120" /></a></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, 23 Feb 2011 02:30: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:14:"blazestreaming";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:61:"WordPress.tv: Michael Erlewine: A/B Testing the WordPress Way";s: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=5255";s: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.tv/2011/01/29/michael-erlewine-ab-testing-the-wordpress-way/";s: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:1778:"<div id="x-video-25" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/5255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/5255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/5255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/5255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/5255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/5255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/5255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/5255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/5255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/5255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/5255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/5255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/5255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/5255/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=5255&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/01/29/michael-erlewine-ab-testing-the-wordpress-way/"><img alt="A/B testing the WordPress Way" src="http://videos.videopress.com/7zrKMlXK/01_std.original.jpg" width="160" height="120" /></a></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, 23 Feb 2011 02:15: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:14:"blazestreaming";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:52:"WordPress.tv: Daryl Koopersmith: Advanced Javascript";s: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=5262";s: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.tv/2011/01/29/daryl-koopersmith-advanced-javascript/";s: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:1779:"<div id="x-video-26" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/5262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/5262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/5262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/5262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/5262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/5262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/5262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/5262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/5262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/5262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/5262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/5262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/5262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/5262/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=5262&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/01/29/daryl-koopersmith-advanced-javascript/"><img alt="Daryl Koopersmith: Advanced Javascript" src="http://videos.videopress.com/YLolKdm2/03_std.original.jpg" width="160" height="120" /></a></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, 23 Feb 2011 02:15: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:14:"blazestreaming";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:58:"Weblog Tools Collection: WordPress Theme Releases for 2/22";s: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=9697";s: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/2011/02/22/wordpress-theme-releases-for-222-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:854:"<p><img class="alignnone size-full wp-image-9698" title="dusk" src="http://weblogtoolscollection.com/wp-content/uploads/2011/02/dusk.jpg" alt="" width="150" height="104" /></p>\n<p><a href="http://wordpress.org/extend/themes/dusk-till-dawn"><strong>Dusk Till Dawn</strong></a> is an atmospheric WordPress theme with a tropical feel, containing a toggleable widgetbar, a custom multilevel menu and some css3 features.</p>\n<p><img class="alignnone size-full wp-image-9699" title="martin" src="http://weblogtoolscollection.com/wp-content/uploads/2011/02/martin.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/martin"><strong>Martin</strong></a> is a black, green and white multi layout theme with a customizable background, custom header, custom navigation menus, widget ready sidebars and footer widget blocks.</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, 22 Feb 2011 14:00:36 +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:"James Huff";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:36:"Dev Blog: WordPress 3.1, lots of fun";s: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://wordpress.org/news/?p=1704";s: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://wordpress.org/news/2011/02/threeone/";s: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:17125:"<p>The long-awaited fourteenth release of WordPress is now available. WordPress 3.1 &#8220;Reinhardt&#8221; is named in <a href="http://wordpress.org/about/roadmap/">honor of</a> the jazz guitarist <a href="http://en.wikipedia.org/wiki/Django_Reinhardt">Django Reinhardt</a>. Version 3.1 is <a href="http://wordpress.org/download/">available for download</a>, or you can <a href="http://codex.wordpress.org/Dashboard_Updates_SubPanel">update from within your dashboard</a>.</p>\n<p>This release features a lightning fast <strong>redesigned linking workflow</strong> which makes it easy to link to your existing posts and pages, an <strong>admin bar</strong> so you&#8217;re never more than a click away from your most-used dashboard pages, a <strong>streamlined writing interface</strong> that hides many of the seldom-used panels by default to create a simpler and less intimidating writing experience for new bloggers (visit Screen Options in the top right to get old panels back), and a <strong>refreshed blue admin scheme</strong> available for selection under your personal options.</p>\n<p>There&#8217;s a bucket of candy for developers as well, including our new <strong>Post Formats support</strong> which makes it easy for themes to create portable tumblelogs with different styling for different types of posts, <strong>new CMS capabilities</strong> like archive pages for custom content types, a <strong>new Network Admin</strong>, an overhaul of the import and export system, and the ability to perform<strong> advanced taxonomy and custom fields queries</strong>.</p>\n<p>With the 3.1 release, <strong>WordPress is more of a CMS than ever before</strong>. The only limit to what you can build is your imagination.</p>\n<p>(No video yet for 3.1, we&#8217;re going to add it later.)</p>\n<h3>By the Numbers</h3>\n<p>There were over <strong>two thousand commits</strong> to the codebase in the 3.1 cycle! For a more comprehensive look at everything that has improved in 3.1, check out <a href="http://codex.wordpress.org/Version_3.1">3.1’s Codex page</a> or the <a href="http://core.trac.wordpress.org/query?status=closed&resolution=fixed&milestone=3.1&group=status&desc=1&order=priority">more than 820 closed issues in Trac</a>.</p>\n<p>Now is the time to drop by our development channels if you are interested in being involved with 3.2, as the agenda will be under discussion shortly. We&#8217;re hoping to get the 3.2 release out in a shorter development cycle (3.1 took too long) and include some fun improvements around plugins and the speed of the admin. (Don&#8217;t worry, we&#8217;re still planning <a href="http://www.djangoproject.com/">on using PHP</a>.)</p>\n<h3>We&#8217;re All in This Together</h3>\n<p>WordPress is the result of the combined effort of people from all over the world united with a common goal: to make the best darn web software for publishing your story on the web and sharing it with the world. Here is a list of the more than 180 people who helped out with development during the 3.1 cycle:</p>\n<p><a href="http://profiles.wordpress.org/aaroncampbell">Aaron Campbell (aaroncampbell)</a>, <a href="http://profiles.wordpress.org/adambackstrom">Adam Backstrom (adambackstrom)</a>, <a href="http://profiles.wordpress.org/aldenta">John Ford (aldenta)</a>, <a href="http://profiles.wordpress.org/alexdunae">Alex Dunae (alexdunae)</a>, <a href="http://profiles.wordpress.org/alexkingorg">Alex King (alexkingorg)</a>, <a href="http://profiles.wordpress.org/amandafrench">Amanda French (amandafrench)</a>, <a href="http://profiles.wordpress.org/anderswc">Will Anderson (anderswc)</a>, <a href="http://profiles.wordpress.org/andrea_r">Andrea Rennick (andrea_r)</a>, <a href="http://profiles.wordpress.org/azaozz">Andrew Ozz (azaozz)</a>, <a href="http://profiles.wordpress.org/andy">Andy Skelton (andy/skeltoac)</a>, <a href="http://profiles.wordpress.org/andyblackwell">Andy Blackwell (andyblackwell)</a>, <a href="http://profiles.wordpress.org/arena">André Renaut (arena)</a>, <a href="http://profiles.wordpress.org/avereha">Andrei Vereha (avereha)</a>, <a href="http://profiles.wordpress.org/azizur">Azizur Rahman (azizur)</a>, <a href="http://profiles.wordpress.org/barry">Barry Abrahamson (barry)</a>, <a href="http://profiles.wordpress.org/batmoo">Mohammad Jangda (batmoo)</a>, <a href="http://profiles.wordpress.org/beaulebens">Beau Lebens (beaulebens)</a>, <a href="http://profiles.wordpress.org/benward">Ben Ward (benward)</a>, <a href="http://profiles.wordpress.org/bigdawggi">Matthew G. Richmond (bigdawggi)</a>, <a href="http://profiles.wordpress.org/bigsmoke">Rowan Rodrik van der Molen (bigsmoke)</a>, <a href="http://profiles.wordpress.org/blepoxp">Glenn Ansley (blepoxp)</a>, <a href="http://profiles.wordpress.org/blt4">blt4</a>, <a href="http://profiles.wordpress.org/bobbyblade">bobbyblade</a>, <a href="http://profiles.wordpress.org/boonebgorges">Boone B. Gorges (boonebgorges)</a>, <a href="http://profiles.wordpress.org/briancolinger">Brian Colinger (briancolinger)</a>, <a href="http://profiles.wordpress.org/brianlayman">Brian Layman (brianlayman)</a>, <a href="http://profiles.wordpress.org/caesarsgrunt">Caesar Schinas (caesarsgrunt)</a>, <a href="http://profiles.wordpress.org/casben79">Ben Casey (casben79)</a>, <a href="http://profiles.wordpress.org/chipbennett">Chip Bennett (chipbennett)</a>, Chris Sfanos, <a href="http://profiles.wordpress.org/chrisbliss18">Chris Jean (chrisbliss18)</a>, <a href="http://profiles.wordpress.org/cimmo">Marco Cimmino (cimmo)</a>, <a href="http://profiles.wordpress.org/coffee2code">Scott Reilly (coffee2code)</a>, <a href="http://profiles.wordpress.org/cyberhobo">Dylan Kuhn (cyberhobo)</a>, <a href="http://profiles.wordpress.org/darrenmeehan">Darren Meehan (darrenmeehan)</a>, <a href="http://profiles.wordpress.org/dd32">Dion Hulse (dd32)</a>, <a href="http://profiles.wordpress.org/deanjrobinson">Dean Robinson (deanjrobinson)</a>, <a href="http://profiles.wordpress.org/demetris">Demetris Kikizas, Δημήτρης Κίκιζας (demetris)</a>, <a href="http://profiles.wordpress.org/Denis-de-Bernardy">Denis-de-Bernardy</a>, <a href="http://profiles.wordpress.org/djzone">djzone</a>, <a href="http://profiles.wordpress.org/doktorbro">Доктор Бро (doktorbro)</a>, <a href="http://profiles.wordpress.org/donalmacarthur">Donal MacArthur (donalmacarthur)</a>, <a href="http://profiles.wordpress.org/dougal">Dougal Campbell (dougal)</a>, <a href="http://profiles.wordpress.org/dremeda">Dre Armeda (dremeda)</a>, <a href="http://profiles.wordpress.org/duck_">Jon Cave (duck_)</a>, <a href="http://profiles.wordpress.org/dougwrites">Doug Provencio (dougwrites)</a>, Edward Hevlund (edward mindreantre), <a href="http://profiles.wordpress.org/einare">Einar Egilsson (einare)</a>, <a href="http://profiles.wordpress.org/ericmann">Eric Mann (ericmann)</a>, <a href="http://profiles.wordpress.org/filosofo">Austin Matzko (filosofo)</a>, <a href="http://profiles.wordpress.org/flashingcursor">Gil Rutkowski (flashingcursor)</a>, <a href="http://profiles.wordpress.org/foofy">foofy</a>, <a href="http://profiles.wordpress.org/francescolaffi">Francesco Laffi (francescolaffi)</a>, <a href="http://profiles.wordpress.org/garyc40">Gary Cao (garyc40)</a>, <a href="http://profiles.wordpress.org/greenshady">Justin Tadlock (greenshady)</a>, <a href="http://profiles.wordpress.org/greuben">Reuben Gunday (greuben)</a>, <a href="http://profiles.wordpress.org/hakre">hakre</a>, <a href="http://profiles.wordpress.org/huichen">Hui Chen (huichen)</a>, <a href="http://profiles.wordpress.org/husobj">Ben Huson (husobj)</a>, <a href="http://profiles.wordpress.org/iammattthomas">Matt Thomas (iammattthomas)</a>, <a href="http://profiles.wordpress.org/iandstewart">Ian Stewart (iandstewart)</a>, <a href="http://profiles.wordpress.org/indie-ulf">indie-ulf</a>, <a href="http://profiles.wordpress.org/jacobsantos">Jacob Santos (jacobsantos)</a>, <a href="http://profiles.wordpress.org/jakub.misek">Jakub Míšek (jakub.misek)</a>, <a href="http://profiles.wordpress.org/jamescollins">James Collins (jamescollins)</a>, <a href="http://profiles.wordpress.org/janeforshort">Jane Wells (jane/janeforshort)</a>, <a href="http://profiles.wordpress.org/jayjdk">jayjdk</a>, <a href="http://profiles.wordpress.org/jczorkmid">Jason Penney (jczorkmid)</a>, <a href="http://profiles.wordpress.org/jfarthing84">Jeff Farthing (jfarthing84)</a>, <a href="http://profiles.wordpress.org/jk0">Josh Kearney (jk0)</a>, <a href="http://profiles.wordpress.org/joelhardi">joelhardi</a>, <a href="http://profiles.wordpress.org/johnbillion">John Blackbourn (johnbillion)</a>, <a href="http://profiles.wordpress.org/johnjamesjacoby">John James Jacoby (johnjamesjacoby/jjj)</a>, <a href="http://profiles.wordpress.org/johnonolan">John O’Nolan (johnonolan)</a>, <a href="http://profiles.wordpress.org/JohnPBloch">John Bloch (JohnPBloch)</a>, <a href="http://profiles.wordpress.org/joostdevalk">Joost de Valk (joostdevalk/yoast)</a>, <a href="http://profiles.wordpress.org/jorbin">Aaron Jorbin (jorbin)</a>, <a href="http://profiles.wordpress.org/josephscott">Joseph Scott (josephscott)</a>, Justin Rainbow, <a href="http://profiles.wordpress.org/kapeels">Kapeel Sable (kapeels)</a>, <a href="http://profiles.wordpress.org/kawauso">Adam Harley (kawauso)</a>, <a href="http://profiles.wordpress.org/koke">Jorge Bernal (koke)</a>, <a href="http://profiles.wordpress.org/koopersmith">Daryl Koopersmith (koopersmith)</a>, <a href="http://profiles.wordpress.org/lancewillett">Lance Willett (lancewillett)</a>, <a href="http://profiles.wordpress.org/latz">Lutz Schroeer (latz)</a>, <a href="http://profiles.wordpress.org/layotte">Lew Ayotte (layotte)</a>, <a href="http://profiles.wordpress.org/linguasite">linguasite</a>, <a href="http://profiles.wordpress.org/lloydbudd">Lloyd Budd (lloydbudd)</a>, <a href="http://profiles.wordpress.org/loushou">loushou</a>, <a href="http://profiles.wordpress.org/mailnew2ster">mailnew2ster</a>, <a href="http://profiles.wordpress.org/mako09">mako09</a>, <a href="http://profiles.wordpress.org/markjaquith">Mark Jaquith (markjaquith)</a>, <a href="http://profiles.wordpress.org/markmcwilliams">Mark McWilliams (markmcwilliams)</a>, <a href="http://profiles.wordpress.org/MattyRob">MattyRob</a>, Mauro Gentile, <a href="http://profiles.wordpress.org/mdawaffe">Michael Adams (mdawaffe)</a>, <a href="http://profiles.wordpress.org/mellertime">Chris Meller (mellertime)</a>, <a href="http://profiles.wordpress.org/mfields">Michael Fields (mfields)</a>, <a href="http://profiles.wordpress.org/MichaelH">MichaelH</a>, <a href="http://profiles.wordpress.org/mikeschinkel">Mike Schinkel (mikeschinkel)</a>, <a href="http://profiles.wordpress.org/miqrogroove">Robert Chapin (miqrogroove)</a>, <a href="http://profiles.wordpress.org/mitchoyoshitaka">Michael &#8220;Mitcho&#8221; Erlewine (mitchoyoshitaka)</a>, <a href="http://profiles.wordpress.org/mrmist">David McFarlane (mrmist)</a>, <a href="http://profiles.wordpress.org/mrwok">mrwok</a>, <a href="http://profiles.wordpress.org/mtekk">John Havlik (mtekk)</a>, <a href="http://profiles.wordpress.org/mwidmann">Martin Widmann (mwidmann)</a>, <a href="http://profiles.wordpress.org/nacin">Andrew Nacin (nacin)</a>, <a href="http://profiles.wordpress.org/nbachiyski">Nikolay Bachiyski (nbachiyski)</a>, <a href="http://profiles.wordpress.org/nathanrice">Nathan Rice (nathanrice)</a>, <a href="http://profiles.wordpress.org/niallkennedy">Niall Kennedy (niallkennedy)</a>, <a href="http://profiles.wordpress.org/neoxx">Bernhard Riedl (neoxx)</a>, <a href="http://profiles.wordpress.org/nickmomrik">Nick Momrik (nickmomrik)</a>, Nils Juenemannn, <a href="http://profiles.wordpress.org/nkuttler">Nicolas Kuttler (nkuttler)</a>, <a href="http://profiles.wordpress.org/nootron">nootron</a>, <a href="http://profiles.wordpress.org/norbertm">norbertm</a>, <a href="http://profiles.wordpress.org/ocean90">Dominik Schilling (ocean90)</a>, <a href="http://profiles.wordpress.org/ohanesian">ohanesian</a>, <a href="http://profiles.wordpress.org/Otto42">Samuel Wood (Otto42)</a>, <a href="http://profiles.wordpress.org/ozh">Ozh Richard (ozh)</a>, Pádraic Brady, <a href="http://profiles.wordpress.org/peaceablewhale">Franklin Tse (peaceablewhale)</a>, <a href="http://profiles.wordpress.org/PeteMall">Pete Mall (PeteMall)</a>, <a href="http://profiles.wordpress.org/phill_brown">Phill Brown (phill_brown)</a>, <a href="http://profiles.wordpress.org/PhillKenoyer">Phill Kenoyer (PhillKenoyer)</a>, <a href="http://profiles.wordpress.org/phrostypoison">phrostypoison</a>, <a href="http://profiles.wordpress.org/prettyboymp">Michael Pretty (prettyboymp)</a>, <a href="http://profiles.wordpress.org/pross">Simon Prosser (pross)</a>, <a href="http://profiles.wordpress.org/ptahdunbar">Ptah Dunbar (ptahdunbar)</a>, <a href="http://profiles.wordpress.org/qwertymaniac">Harsh J. Chouraria (qwertymaniac)</a>, <a href="http://profiles.wordpress.org/RanYanivHartstein">Ran Yaniv Hartstein (RanYanivHartstein)</a>, <a href="http://profiles.wordpress.org/rasheed">Rasheed Bydousi (rasheed)</a>, <a href="http://profiles.wordpress.org/redsweater">Daniel Jalkut (redsweater)</a>, <a href="http://profiles.wordpress.org/rfw">rfw</a>, <a href="http://profiles.wordpress.org/rlerdorf">Rasmus Lerdorf (rlerdorf)</a>, <a href="http://profiles.wordpress.org/rmccue">Ryan McCue (rmccue)</a>, <a href="http://profiles.wordpress.org/rogertheriault">Roger Theriault (rogertheriault)</a>, <a href="http://profiles.wordpress.org/ronbme">ronbme</a>, <a href="http://profiles.wordpress.org/rovo89">rovo89</a>, <a href="http://profiles.wordpress.org/ryan">Ryan Boren (ryan)</a>, <a href="http://profiles.wordpress.org/saracannon">Sara Cannon (saracannon)</a>, <a href="http://profiles.wordpress.org/sbressler">Scott Bressler (sbressler)</a>, <a href="http://profiles.wordpress.org/sc0ttkclark">Scott Kingsley Clark (sc0ttkclark)</a>, <a href="http://profiles.wordpress.org/ScottMac">ScottMac</a>, <a href="http://profiles.wordpress.org/scribu">Silviu Cristian Burca (scribu)</a>, <a href="http://profiles.wordpress.org/SergeyBiryukov">Sergey Biryukov, Сергей Бирюков (SergeyBiryukov)</a>, <a href="http://profiles.wordpress.org/SeyelentEco">Alex Petrescu (SeyelentEco)</a>, <a href="http://profiles.wordpress.org/shawnparker">Shawn Parker (shawnparker)</a>, <a href="http://profiles.wordpress.org/shidouhikari">shidouhikari</a>, <a href="http://profiles.wordpress.org/simonwheatley">Simon Wheatley (simonwheatley)</a>, <a href="http://profiles.wordpress.org/sivel">Matt Martz (sivel)</a>, <a href="http://profiles.wordpress.org/solarissmoke">Samir Shah (solarissmoke)</a>, <a href="http://profiles.wordpress.org/sorich87">sorich87</a>, <a href="http://profiles.wordpress.org/studionashvegas">Mitch Canter (studionashvegas)</a>, <a href="http://profiles.wordpress.org/t31os_">t31os_</a>, <a href="http://profiles.wordpress.org/TECannon">Tracy Cannon (TECannon)</a>, <a href="http://profiles.wordpress.org/tech163">tech163</a>, <a href="http://profiles.wordpress.org/technosailor">Aaron Brazell (technosailor)</a>, <a href="http://profiles.wordpress.org/TheDeadMedic">TheDeadMedic</a>, <a href="http://profiles.wordpress.org/tmoorewp">Tim Moore (tmoorewp)</a>, <a href="http://profiles.wordpress.org/TobiasBg">Tobias Bäthge (TobiasBg)</a>, <a href="http://profiles.wordpress.org/tomthewebmaster">Tom Lany (tomthewebmaster)</a>, <a href="http://profiles.wordpress.org/tonyf12">tonyf12</a>, <a href="http://profiles.wordpress.org/Utkarsh">Utkarsh Kukreti (Utkarsh)</a>, <a href="http://profiles.wordpress.org/vanillalounge">Zé Fontainhas (vanillalounge)</a>, <a href="http://profiles.wordpress.org/vegasgeek">John Hawkins (vegasgeek)</a>, <a href="http://profiles.wordpress.org/vericgar">Michael Stewart (vericgar)</a>, <a href="http://profiles.wordpress.org/Viper007Bond">Alex Mills (Viper007Bond)</a>, <a href="http://profiles.wordpress.org/vladimir_kolesnikov">Vladimir Kolesnikov (vladimir_kolesnikov)</a>, <a href="http://profiles.wordpress.org/wahgnube">wahgnube</a>, <a href="http://profiles.wordpress.org/wedsxcrfv">wedsxcrfv</a>, <a href="http://profiles.wordpress.org/westi">Peter Westwood (westi)</a>, <a href="http://profiles.wordpress.org/whoismanu">whoismanu</a>, <a href="http://profiles.wordpress.org/wnorris">Will Norris (wnorris)</a>, <a href="http://profiles.wordpress.org/wojtek.szkutnik">Wojtek Szkutnik (wojtek.szkutnik)</a>, <a href="http://profiles.wordpress.org/wpcanyon">wpcanyon</a>, <a href="http://profiles.wordpress.org/wpdavis">William P. Davis (wpdavis)</a>, <a href="http://profiles.wordpress.org/wpmuguru">Ron Rennick (wpmuguru)</a>, <a href="http://profiles.wordpress.org/wraithkenny">Kenneth Newman (WraithKenny)</a>, <a href="http://profiles.wordpress.org/yoavf">Yoav Farhi (yoavf)</a>, and <a href="http://profiles.wordpress.org/zeo">Safirul Alfreda (zeo)</a>.</p>\n<p><strong>Bonus:</strong> Don&#8217;t forget to <a href="http://wordpress.tv/">check out the latest on WordPress.tv</a> to see all the cool <a href="http://wordcamp.org/">WordCamp</a> sessions you may have missed.</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, 22 Feb 2011 07:55: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";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:48:"WordPress.tv: Stephanie Leary: Tricky Migrations";s: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=5289";s: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.tv/2011/01/29/stephanie-leary-tricky-migrations/";s: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:1793:"<div id="x-video-3" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/5289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/5289/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/5289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/5289/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/5289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/5289/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/5289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/5289/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/5289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/5289/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/5289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/5289/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/5289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/5289/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=5289&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/01/29/stephanie-leary-tricky-migrations/"><img alt="Stephanie Leary: Tricky Migrations" src="http://videos.videopress.com/77DFF7xf/07_h264_1500k_2997p_scruberthumbnail_0.jpg" width="160" height="120" /></a></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, 21 Feb 2011 23:45: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:14:"blazestreaming";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:43:"WordPress.tv: Corey Eulas: SEO Master Class";s: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=5271";s: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.tv/2011/01/29/corey-eulas-seo-master-class/";s: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:1760:"<div id="x-video-4" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/5271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/5271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/5271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/5271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/5271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/5271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/5271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/5271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/5271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/5271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/5271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/5271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/5271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/5271/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=5271&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/01/29/corey-eulas-seo-master-class/"><img alt="Corey Eulas: SEO Master Class" src="http://videos.videopress.com/mGcVgf4U/04_std.original.jpg" width="160" height="120" /></a></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, 21 Feb 2011 23:30:28 +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:14:"blazestreaming";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:45:"WordPress.tv: Chelsea Otakan: Typography & 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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=5278";s: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.tv/2011/01/29/chelsea-otakan-typography-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:1785:"<div id="x-video-5" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/5278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/5278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/5278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/5278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/5278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/5278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/5278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/5278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/5278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/5278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/5278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/5278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/5278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/5278/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=5278&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/01/29/chelsea-otakan-typography-wp/"><img alt="Chelsea Otakan: Typography & WP" src="http://videos.videopress.com/w5sdBumG/03_h264_4160k_2997p_scruberthumbnail_0.jpg" width="160" height="120" /></a></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, 21 Feb 2011 23:30:28 +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:14:"blazestreaming";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:79:"Publisher Blog: Agency uses Windows to run all their clients’ WordPress 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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:43:"http://publisherblog.automattic.com/?p=1243";s: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:108:"http://publisherblog.automattic.com/2011/02/21/agency-uses-windows-to-run-all-their-clients-wordpress-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3172:"<p>We&#8217;re proud of the fact that WordPress is versatile and can run on many operating systems, once <a href="http://wordpress.org/about/requirements/">the minimum requirements</a> for the software are met.</p>\n<p>We&#8217;re going to continue to highlight interesting case studies, and this time we&#8217;re pleased to find that Microsoft did a case study with Bella Web Design, a web design and development firm who uses Windows to host all of their clients&#8217; WordPress sites.</p>\n<p>Check out Microsoft&#8217;s case study about Bella Web Design and how they <a href="http://www.microsoft.com/casestudies/Microsoft-.NET-Framework/Bella-Web-Design-Inc/Web-Agency-Trusts-Windows-to-Run-its-Customers-WordPress-Sites/4000009162">use both WordPress and Windows to power their business</a>, and check out Microsoft&#8217;s dedicated microsite for information about installing <a href="http://www.microsoft.com/web/wordpress">WordPress for Windows</a>.</p>\n<p><a href="http://www.microsoft.com/casestudies/Microsoft-.NET-Framework/Bella-Web-Design-Inc/Web-Agency-Trusts-Windows-to-Run-its-Customers-WordPress-Sites/4000009162"><img class="aligncenter size-full wp-image-1244" title="Picture 18" src="http://wordpresspublishers.files.wordpress.com/2011/02/picture-18.png?w=640&h=451" alt="" width="640" height="451" /></a></p>\n<p><em>Have an interesting WordPress case study to share? Send us a note.</em></p>\n<p><em><br />\n</em></p>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wordpresspublishers.wordpress.com/1243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wordpresspublishers.wordpress.com/1243/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wordpresspublishers.wordpress.com/1243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wordpresspublishers.wordpress.com/1243/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wordpresspublishers.wordpress.com/1243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wordpresspublishers.wordpress.com/1243/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wordpresspublishers.wordpress.com/1243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wordpresspublishers.wordpress.com/1243/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wordpresspublishers.wordpress.com/1243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wordpresspublishers.wordpress.com/1243/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wordpresspublishers.wordpress.com/1243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wordpresspublishers.wordpress.com/1243/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wordpresspublishers.wordpress.com/1243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wordpresspublishers.wordpress.com/1243/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=publisherblog.automattic.com&blog=1470857&post=1243&subd=wordpresspublishers&ref=&feed=1" 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:"Mon, 21 Feb 2011 17:30: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:10:"Sara Rosso";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:34:"Donncha: WordPress in my Minecraft";s: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=89496151";s: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:38:"http://ocaoimh.ie/wordpress-minecraft/";s: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:1200:"<p><a href="http://cdn1.ocaoimh.ie/wp-content/uploads/2011/02/2011-02-20_19.53.30.png"><img src="http://cdn2.ocaoimh.ie/wp-content/uploads/2011/02/2011-02-20_19.53.30-300x168.png" alt="" title="WordPress logo in Minecraft blocks" width="300" height="168" class="aligncenter size-medium wp-image-89496152" /></a></p>\n<p>I logged into my <a href="http://xeer2000.com/tag/minecraft/">Minecraft</a> server yesterday evening to see a stunning WordPress logo up on a hill. <strike>It was created by <a href="http://twitter.com/#!/thott">Thorsten</a>.</strike> No it wasn&#8217;t. Author remains unknown. I wonder who created it?</p>\n<p>I really must get that Minecraft commmentary done so I can show off what he and everyone else created in this world..</p>\n<p><strong>Related Posts</strong><ul><li><a href="http://ocaoimh.ie/wordpress-mu-27/" rel="bookmark" title="Permanent Link: WordPress MU 2.7">WordPress MU 2.7</a></li><li><a href="http://ocaoimh.ie/wordpress-mu-261/" rel="bookmark" title="Permanent Link: WordPress MU 2.6.1">WordPress MU 2.6.1</a></li><li><a href="http://ocaoimh.ie/wordpress-mu-2-8-1/" rel="bookmark" title="Permanent Link: WordPress MU 2.8.1">WordPress MU 2.8.1</a></li></ul></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 Feb 2011 17:02:42 +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: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:20:"Matt: Blogging Drift";s: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=37873";s: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/2011/02/blogging-drift/";s: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:2332:"<p>The <em>New York Times</em> has a pretty prominent article today called <a href="http://www.nytimes.com/2011/02/21/technology/internet/21blog.html?_r=1&src=busln">Blogs Wane as the Young Drift to Sites Like Twitter</a>. The title was probably written by an editor, not the author, because as soon as the article gets past the two token teenagers who tumble and Facebook instead of blogging, the stats show all the major blogging services growing &#8212; even Blogger whose global &#8220;unique visitors rose 9 percent, to 323 million,&#8221; meaning it grew about <em>6 Foursquares</em> last year alone. (In the same timeframe WordPress.com grew about 80 million uniques according to Quantcast.)</p>\n<p>Blogging has legs &#8212; it&#8217;s been growing now for more than a decade, but it&#8217;s not a &#8220;new thing&#8221; anymore. Underneath the data in the article there&#8217;s an interesting super-trend that the <cite>Times</cite> misses: <strong>people of all ages are becoming more and more comfortable publishing online</strong>. If you&#8217;re reading this blog you probably know the thrill of posting and getting feedback is addictive, and once you have a taste of that it&#8217;s hard to go back. You rode a bike before you drove a car, and both opened up your horizons in a way you hadn&#8217;t imagined before. That&#8217;s why blogging just won&#8217;t quit no matter how many times it&#8217;s declared dead.</p>\n<p>Blogging (with WordPress) is the natural evolution of the lighter publishing methods &#8212; at some point you&#8217;ll have more to say than fits in 140 characters, is too important to put in Facebook&#8217;s generic chrome, or you&#8217;ve matured to the point you want more flexibility and control around your words and ideas. (As <a href="http://thedailywh.at/">The Daily What did</a> in their recent switch from Tumblr to WordPress.) You don&#8217;t stop using the lighter method, you just complement it &#8212; different mediums afford different messages.</p>\n<p><strong>Read more:</strong> <a href="http://www.wordyard.com/2011/02/21/another-misleading-story-reports-that-blogs-r-dead/">Scott Rosenberg on &#8220;Another misleading story&#8221;</a>; <a href="http://www.markevanstech.com/2011/02/21/why-i-still-love-blogging/">Mark Evans &#8220;Why I Still Love Blogging.&#8221;</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, 21 Feb 2011 15:44: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: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:55:"Weblog Tools Collection: WordPress FAQ: Audio and Video";s: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=9708";s: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/2011/02/21/wordpress-faq-audio-and-video/";s: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:1554:"<p>If you attempted to upload an audio or video file to a post in <a href="http://wordpress.org/">WordPress</a>, you may notice that all you get is a link to download the file. If you want the file to actually play, you&#8217;ll need to use an extra plugin.</p>\n<p>By far, the most popular audio plugin is <a href="http://wpaudioplayer.com/">WordPress Audio Player</a>. Video plugins are significantly less popular, probably because video files take up so much space and bandwidth, and it&#8217;s so easy to <a href="http://codex.wordpress.org/Embeds">embed videos from external providers</a>.</p>\n<p>When embedding audio and video, I prefer to use the <a href="http://soukie.net/degradable-html5-audio-and-video-plugin/">Degradable HTML5 Audio and Video Plugin</a>. Sure, it may require some file conversion, but it&#8217;s a great way to embed both audio and video files that use the browser&#8217;s native (non-Flash) player while also providing the option of a Flash-based player for browsers that don&#8217;t support HTML5 embeds.</p>\n<p>If you&#8217;d rather embed videos from an external provider, it&#8217;s easy to do (as mentioned above), but <a href="http://www.viper007bond.com/wordpress-plugins/vipers-video-quicktags/">Viper&#8217;s Video Quicktags</a> providers a few additional features and customizations, plus it uses XHTML-valid embeds, which most external providers tend to avoid for some strange reason.</p>\n<p>Embedding audio and especially video opens your blog to a whole new world of content. Give it a try, you may enjoy it.</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 Feb 2011 14:00:40 +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:"James Huff";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:40:"Alex King: Internal Link Shortcode 1.0.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:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://alexking.org/?p=5521";s: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://alexking.org/blog/2011/02/20/internal-link-shortcode-1-0-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1385:"<p>My Internal Link Shortcode plugin has been updated to version 1.0.1, addressing a bug where text left in the search field could accidentally overwrite the post or page title on save.</p>\n<p>The Internal Link Shortcode plugin allows you to insert links that are references to posts and pages within your <a href="http://wordpress.org/" rel="external">WordPress</a> powered site. These links will be automatically updated to new titles (optional) and URL locations if you reorganize your site (as opposed to standard, hard-coded links).</p>\n<p>Note: to keep these links up to date there is some additional processing overhead as they are retrieved from the database. The use of a caching plugin is recommended.</p>\n<p>The download and more information are available on the <a href="http://crowdfavorite.com/wordpress/plugins/">Crowd Favorite WordPress Plugins page</a>.</p>\n<p>Unfortunately we are not currently in position to provide support for our free plugins; they are all offered on an &#8220;as-is&#8221; basis in the hopes they will be useful. If you have questions or need help you can try our <a href="http://crowdfavorite.com/forums/forum/wordpress-plugins">community support forums</a> or the <a href="http://wordpress.org/support/" rel="external">official WP Support Forums</a>.</p>\n<img src="http://alexking.org/wp/?ak_action=api_record_view&id=5521&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, 20 Feb 2011 22:47:56 +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: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:43:"WordPress.tv: Ryan Duff: CPT + the back end";s: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=5276";s: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/2011/01/29/ryan-duff-cpt-the-back-end/";s: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:1781:"<div id="x-video-6" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/5276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/5276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/5276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/5276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/5276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/5276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/5276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/5276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/5276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/5276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/5276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/5276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/5276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/5276/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=5276&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/01/29/ryan-duff-cpt-the-back-end/"><img alt="Ryan Duff: CPT + the back end" src="http://videos.videopress.com/87bAoYcF/05_h264_1500k_2997p_scruberthumbnail_0.jpg" width="160" height="120" /></a></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, 20 Feb 2011 22:30: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:14:"blazestreaming";s: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:9:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Thu, 03 Mar 2011 23:30:45 GMT";s:12:"content-type";s:15:"application/xml";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:29:"Thu, 03 Mar 2011 23:15:25 GMT";s:14:"content-length";s:6:"149858";s:4:"x-nc";s:11:"HIT luv 139";s:13:"accept-ranges";s:5:"bytes";}s:5:"build";s:14:"20090627192103";}', 'no');
INSERT INTO `wp_2options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(865, 0, '_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1299238245', 'no'),
(866, 0, '_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1299195045', 'no'),
(867, 0, '_transient_timeout_feed_a5420c83891a9c88ad2a4f04584a5efc', '1299238245', 'no'),
(868, 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:3:"\n	\n";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:72:"\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:2:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:39:"WordPress Plugins » View: 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:51:"http://wordpress.org/extend/plugins/browse/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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:39:"WordPress Plugins » View: 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:5:"en-US";s: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 Mar 2011 23:26: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:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:36:"http://bbpress.org/?v=1.1-alpha-2855";s: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:30:"\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:"Takayuki Miyoshi 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:16:"Takayuki Miyoshi";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:30:"\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:"edo888 on "GTranslate"";s: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/gtranslate/#post-14437";s: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, 26 Nov 2009 17:35:42 +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:"14437@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:"Get translations with a single click between 58 languages (more than 98% of internet users) on your website with the help of Google Translate automati";s: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:"edo888";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:30:"\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:3;a:6:{s:4:"data";s:30:"\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 Mullenweg 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:14:"Matt Mullenweg";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:30:"\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:"Brian Colinger on "WordPress Importer"";s: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://wordpress.org/extend/plugins/wordpress-importer/#post-18101";s: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, 20 May 2010 17:42: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"18101@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:101:"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.";s: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:"Brian Colinger";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:30:"\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:6;a:6:{s:4:"data";s:30:"\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:"Alex Rabe 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:108:"NextGEN Gallery is a full integrated Image Gallery plugin for WordPress with dozens of options and 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:"";}}}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:"Alex Rabe";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:30:"\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:"Mike Challis on "Fast Secure Contact Form"";s: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/si-contact-form/#post-12636";s: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, 27 Aug 2009 01:20: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:"12636@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:"A super customizable contact form that lets your visitors send you email. Blocks all automated spammers. No templates to mess with.";s: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:"Mike Challis";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:30:"\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:"Lester Chan on "WP-PageNavi"";s: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/wp-pagenavi/#post-363";s: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 23:17: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"363@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:62:"Adds a more advanced paging navigation to your WordPress 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:11:"Lester Chan";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:30:"\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:"Amaury on "Simple Tags"";s: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/simple-tags/#post-2463";s: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, 10 Oct 2007 15: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:"2463@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:134:"Add some tools for taxonomies : Terms suggestion, Mass Edit Terms, Auto link Terms, Ajax Autocompletion, Click Terms, Auto terms, etc.";s: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:"Amaury";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:30:"\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:"Andrew Ozz on "TinyMCE Advanced"";s: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/tinymce-advanced/#post-2082";s: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, 27 Jun 2007 15:00: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:"2082@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:"Enables the advanced features of TinyMCE, the WordPress WYSIWYG editor.";s: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:"Andrew Ozz";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:30:"\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:96:"nicashmu on "Post video players, slideshow albums, photo galleries and music / podcast playlist"";s: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.org/extend/plugins/video-playlist-and-gallery-plugin/#post-23415";s: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, 04 Jan 2011 16:16: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:42:"23415@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:"Post your videos, photo galleries/flash slideshows easily and in seconds.";s: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:"nicashmu";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:30:"\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:"Arne 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:105:"This plugin will generate a special XML sitemap which will help search engines to better index 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:4:"Arne";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:30:"\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:"mitcho on "Yet Another Related Posts Plugin"";s: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/yet-another-related-posts-plugin/#post-2769";s: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 Jan 2008 13:05: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:"2769@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:"Display a list of related entries on your site and feeds based on a unique algorithm. Templating allows customization of the 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:6:"mitcho";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:30:"\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:51:"micropat on "AddToAny: 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:140:"Help people share, bookmark, and email your posts &#38; pages using any service, such as Facebook, Twitter, Google Buzz, Digg and many 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:"";}}}}}}}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:52:"http://wordpress.org/extend/plugins/rss/view/popular";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:4:"type";i:128;s:7:"headers";a:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Thu, 03 Mar 2011 23:30:45 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:19:"2007-08-02 12:45:03";s:14:"content-length";s:4:"7846";s:4:"x-nc";s:11:"HIT luv 139";}s:5:"build";s:14:"20090627192103";}', 'no'),
(869, 0, '_transient_timeout_feed_mod_a5420c83891a9c88ad2a4f04584a5efc', '1299238245', 'no'),
(870, 0, '_transient_feed_mod_a5420c83891a9c88ad2a4f04584a5efc', '1299195045', 'no'),
(873, 0, '_transient_timeout_feed_mod_57bc725ad6568758915363af670fd8bc', '1299238246', 'no'),
(874, 0, '_transient_feed_mod_57bc725ad6568758915363af670fd8bc', '1299195046', 'no'),
(254, 0, 'rg_form_version', '1.4.5', 'yes'),
(253, 0, 'widget_gform_widget', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(230, 0, 'wp_cycle_images', 'a:4:{s:14:"20110223005110";a:6:{s:2:"id";s:14:"20110223005110";s:4:"file";s:81:"/usr/home/imagectr/www/htdocs/architecture/wp-content/uploads/2011/02/slide1b.jpg";s:8:"file_url";s:75:"http://image-center.com/architecture/wp-content/uploads/2011/02/slide1b.jpg";s:9:"thumbnail";s:87:"/usr/home/imagectr/www/htdocs/architecture/wp-content/uploads/2011/02/slide1b-thumb.jpg";s:13:"thumbnail_url";s:81:"http://image-center.com/architecture/wp-content/uploads/2011/02/slide1b-thumb.jpg";s:14:"image_links_to";s:0:"";}s:14:"20110223005122";a:6:{s:2:"id";s:14:"20110223005122";s:4:"file";s:81:"/usr/home/imagectr/www/htdocs/architecture/wp-content/uploads/2011/02/slide2b.jpg";s:8:"file_url";s:75:"http://image-center.com/architecture/wp-content/uploads/2011/02/slide2b.jpg";s:9:"thumbnail";s:87:"/usr/home/imagectr/www/htdocs/architecture/wp-content/uploads/2011/02/slide2b-thumb.jpg";s:13:"thumbnail_url";s:81:"http://image-center.com/architecture/wp-content/uploads/2011/02/slide2b-thumb.jpg";s:14:"image_links_to";s:0:"";}s:14:"20110223005149";a:6:{s:2:"id";s:14:"20110223005149";s:4:"file";s:81:"/usr/home/imagectr/www/htdocs/architecture/wp-content/uploads/2011/02/slide4b.jpg";s:8:"file_url";s:75:"http://image-center.com/architecture/wp-content/uploads/2011/02/slide4b.jpg";s:9:"thumbnail";s:87:"/usr/home/imagectr/www/htdocs/architecture/wp-content/uploads/2011/02/slide4b-thumb.jpg";s:13:"thumbnail_url";s:81:"http://image-center.com/architecture/wp-content/uploads/2011/02/slide4b-thumb.jpg";s:14:"image_links_to";s:0:"";}s:14:"20110223005156";a:6:{s:2:"id";s:14:"20110223005156";s:4:"file";s:82:"/usr/home/imagectr/www/htdocs/architecture/wp-content/uploads/2011/02/slide1bb.jpg";s:8:"file_url";s:76:"http://image-center.com/architecture/wp-content/uploads/2011/02/slide1bb.jpg";s:9:"thumbnail";s:88:"/usr/home/imagectr/www/htdocs/architecture/wp-content/uploads/2011/02/slide1bb-thumb.jpg";s:13:"thumbnail_url";s:82:"http://image-center.com/architecture/wp-content/uploads/2011/02/slide1bb-thumb.jpg";s:14:"image_links_to";s:0:"";}}', 'yes'),
(237, 0, 'genesis-term-meta', 'a:4:{i:0;b:0;i:7;a:0:{}i:8;a:0:{}i:6;a:4:{s:8:"doctitle";s:0:"";s:11:"description";s:0:"";s:8:"keywords";s:0:"";s:6:"layout";s:0:"";}}', 'yes'),
(238, 0, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:"auto_add";a:0:{}}', 'yes'),
(236, 0, 'mods_Manhattan Child Theme', 'a:1:{s:18:"nav_menu_locations";a:2:{s:7:"primary";i:7;s:9:"secondary";i:0;}}', 'yes'),
(846, 0, '_transient_timeout_gform_update_info', '1299205999', 'no'),
(847, 0, '_transient_gform_update_info', 'a:4:{s:7:"headers";a:6:{s:4:"date";s:29:"Thu, 03 Mar 2011 14:33:19 GMT";s:6:"server";s:118:"Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.10 with Suhosin-Patch mod_ssl/2.2.8 OpenSSL/0.9.8g mod_perl/2.0.3 Perl/v5.8.8";s:12:"x-powered-by";s:21:"PHP/5.2.4-2ubuntu5.10";s:14:"content-length";s:2:"10";s:10:"connection";s:5:"close";s:12:"content-type";s:9:"text/html";}s:4:"body";s:10:"0||1.4.5||";s:8:"response";a:2:{s:4:"code";i:200;s:7:"message";s:2:"OK";}s:7:"cookies";a:0:{}}', 'no'),
(323, 0, 'wp_table_reloaded_options', 'a:21:{s:17:"installed_version";s:3:"1.8";s:15:"plugin_language";s:4:"auto";s:27:"uninstall_upon_deactivation";b:0;s:17:"show_exit_warning";b:1;s:17:"growing_textareas";b:1;s:25:"add_target_blank_to_links";b:0;s:18:"enable_tablesorter";b:1;s:18:"tablesorter_script";s:10:"datatables";s:15:"use_default_css";b:1;s:14:"use_custom_css";b:1;s:10:"custom_css";s:429:".wp-table-reloaded {\r\n	border-collapse: separate;\r\n	border-spacing: 1px;\r\n	background-color: #CDCDCD;\r\n	margin: 10px 0px 10px 0px;\r\n	font-size: 9pt;\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: 1px;\r\n	color: #3D3D3D!important;\r\n}\r\n.wp-table-reloaded td {\r\n	color: #3D3D3D;\r\n	padding: 1px;\r\n	background-color: #FFFFFF;\r\n	vertical-align: top;\r\n";s:13:"enable_search";b:1;s:22:"admin_menu_parent_page";s:9:"tools.php";s:18:"user_access_plugin";s:6:"author";s:26:"user_access_plugin_options";s:6:"author";s:24:"frontend_edit_table_link";b:0;s:12:"install_time";i:1298476006;s:15:"show_donate_nag";b:1;s:20:"show_welcome_message";i:1;s:14:"update_message";a:1:{s:5:"1.9.1";s:123:"This upgrade includes a few new features, like output caching and a custom table CSS class, and several other enhancements.";}s:7:"last_id";i:1;}', 'yes'),
(324, 0, 'wp_table_reloaded_tables', 'a:1:{i:1;s:24:"wp_table_reloaded_data_1";}', 'yes'),
(325, 0, 'wp_table_reloaded_data_1', 'a:8:{s:2:"id";s:1:"1";s:4:"name";s:25:"Home Portfolio Navigation";s:11:"description";s:25:"Home Portfolio Navigation";s:10:"visibility";a:2:{s:4:"rows";a:2:{i:0;b:0;i:1;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:4:"data";a:2:{i:0;a:5:{i:0;s:331:"<a title=\\"View My Commercial Portfolio\\" href=\\"http://image-center.com/architecture/commercial-portfolio/\\"><img class=\\"alignnone size-full wp-image-121\\" title=\\"View My Commercial Portfolio\\" src=\\"http://image-center.com/architecture/wp-content/uploads/2011/02/commercial_th2.jpg\\" alt=\\"\\" width=\\"175\\" height=\\"98\\" /></a>";i:1;s:335:"<a title=\\"View My Residential Portfolio\\" href=\\"http://image-center.com/architecture/residential-portfolio/\\"><img class=\\"alignnone size-full wp-image-121\\" title=\\"View My Residential Portfolio\\" src=\\"http://image-center.com/architecture/wp-content/uploads/2011/02/residential_th2.jpg\\" alt=\\"\\" width=\\"175\\" height=\\"98\\" /></a>";i:2;s:331:"<a title=\\"View My Biomedical Portfolio\\" href=\\"http://image-center.com/architecture/biomedical-portfolio/\\"><img class=\\"alignnone size-full wp-image-121\\" title=\\"View My Biomedical Portfolio\\" src=\\"http://image-center.com/architecture/wp-content/uploads/2011/02/biomedical_th2.jpg\\" alt=\\"\\" width=\\"175\\" height=\\"98\\" /></a>";i:3;s:322:"<a title=\\"View My Public Portfolio\\" href=\\"http://image-center.com/architecture/public-portfolio/\\"><img class=\\"alignnone size-full wp-image-121\\" title=\\"View My Public Portfolio\\" src=\\"http://image-center.com/architecture/wp-content/uploads/2011/02/entertainment_th2.jpg\\" alt=\\"\\" width=\\"175\\" height=\\"98\\" /></a>";i:4;s:335:"<a title=\\"View My Hospitality Portfolio\\" href=\\"http://image-center.com/architecture/hospitality-portfolio/\\"><img class=\\"alignnone size-full wp-image-121\\" title=\\"View My Hospitality Portfolio\\" src=\\"http://image-center.com/architecture/wp-content/uploads/2011/02/hospitality_th2.jpg\\" alt=\\"\\" width=\\"174\\" height=\\"98\\" /></a>";}i:1;a:5:{i:0;s:162:"<p style=\\"text-align: center;\\"><a title=\\"View My Commercial Portfolio\\" href=\\" http://image-center.com/architecture/commercial-portfolio/\\">Commercial</a></p>";i:1;s:165:"<p style=\\"text-align: center;\\"><a title=\\"View My Residential Portfolio\\" href=\\" http://image-center.com/architecture/residential-portfolio/\\">Residential</a></p>";i:2;s:162:"<p style=\\"text-align: center;\\"><a title=\\"View My Biomedical Portfolio\\" href=\\" http://image-center.com/architecture/biomedical-portfolio/\\">Biomedical</a></p>";i:3;s:150:"<p style=\\"text-align: center;\\"><a title=\\"View My Public Portfolio\\" href=\\" http://image-center.com/architecture/public-portfolio/\\">Public</a></p>";i:4;s:165:"<p style=\\"text-align: center;\\"><a title=\\"View My Hospitality Portfolio\\" href=\\" http://image-center.com/architecture/hospitality-portfolio/\\">Hospitality</a></p>";}}s:7:"options";a:17:{s:19:"print_name_position";s:5:"above";s:26:"print_description_position";s:5:"below";s:27:"datatables_paginate_entries";i:10;s:25:"datatables_customcommands";s:0:"";s:22:"alternating_row_colors";b:0;s:9:"row_hover";b:0;s:12:"first_row_th";b:0;s:12:"table_footer";b:0;s:10:"print_name";b:0;s:17:"print_description";b:0;s:15:"use_tablesorter";b:0;s:15:"datatables_sort";b:0;s:19:"datatables_paginate";b:0;s:23:"datatables_lengthchange";b:0;s:17:"datatables_filter";b:0;s:15:"datatables_info";b:0;s:21:"datatables_tabletools";b:0;}s:13:"last_modified";s:19:"2011-02-28 11:54:12";s:14:"last_editor_id";s:1:"1";}', 'yes'),
(877, 0, '_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1299238246', 'no'),
(878, 0, '_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1299195046', 'no'),
(879, 0, '_transient_timeout_feed_1a5f760f2e2b48827d4974a60857e7c2', '1299238246', 'no');
INSERT INTO `wp_2options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(880, 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:3:"\n	\n";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:72:"\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:2:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:43:"WordPress Plugins » View: 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:51:"http://wordpress.org/extend/plugins/browse/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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:43:"WordPress Plugins » View: 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:5:"en-US";s: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 Mar 2011 23:22:42 +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:36:"http://bbpress.org/?v=1.1-alpha-2855";s: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:30:"\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:"torsteino on "PostMash Custom - custom post order"";s: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/postmash-custom/#post-24866";s: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 Mar 2011 00:55: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"24866@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:136:"Customize display order of posts by a simple drag-and-drop Ajax interface, now with support for custom post types and custom taxonomies.";s: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:"torsteino";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:30:"\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:"Zack Katz on "Gravity Forms Directory & Addons"";s: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:68:"http://wordpress.org/extend/plugins/gravity-forms-addons/#post-14028";s: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, 04 Nov 2009 21: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"14028@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:"Add directory capabilities and other functionality to the great Gravity Forms plugin.";s: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:"Zack Katz";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:30:"\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:"iHOUSEweb, Inc. on "IDXPro"";s: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:107:"http://wordpress.org/extend/plugins/idxpro-wordpress-plugin-an-mls-listings-quick-search-widget/#post-24792";s: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, 27 Feb 2011 22:22: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"24792@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:"IDXPro is an MLS Search Application. It&#039;s designed to blend seamlessly into your website. Try it for free!";s: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:15:"iHOUSEweb, Inc.";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:30:"\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:"macguru2000 on "TRUEedit"";s: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/trueedit/#post-24364";s: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 Feb 2011 17:58: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:"24364@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:"TRUEedit turns the Post HTML Tab into a raw HTML editor that does not texturize or modify your code.";s: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:"macguru2000";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:30:"\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:"no name on "Last Updated Posts Widget"";s: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:73:"http://wordpress.org/extend/plugins/last-updated-posts-widget/#post-16462";s: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, 07 Mar 2010 21:04:28 +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:"16462@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:36:"THIS PLUGIN IS NOT SUPPORTED ANYMORE";s: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:"no name";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:30:"\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:"justindgivens on "Current Location"";s: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/current-location/#post-11321";s: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, 17 Jun 2009 22:43: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"11321@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:"Gets your current location from Google Badge System. Use  to display your current location.";s: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:"justindgivens";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:30:"\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:"aaroncampbell on "Efficient Related Posts"";s: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/efficient-related-posts/#post-11277";s: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, 15 Jun 2009 21:31: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"11277@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:144:"A related posts plugin that works quickly even with thousands of posts and tags.  Can be added automatically to the end of posts. Requires PHP5.";s: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:"aaroncampbell";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:30:"\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:75:"_mjk_ on "AddThis featuring Sharing Buttons / Facebook Like / Tweet 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:54:"http://wordpress.org/extend/plugins/addthis/#post-8124";s: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, 17 Dec 2008 16:03: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"8124@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:123:"The AddThis Social Bookmarking Widget allows any visitor to bookmark and share your site easily with many popular services.";s: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:"_mjk_";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:30:"\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:"suchawla on "Windows Azure Storage 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/windows-azure-storage/#post-18071";s: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, 19 May 2010 04:24: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:42:"18071@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:121:"This WordPress plugin allows you to use Windows Azure Storage Service to host your media for your WordPress powered 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:8:"suchawla";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:30:"\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:"joedolson on "My Calendar"";s: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:59:"http://wordpress.org/extend/plugins/my-calendar/#post-17073";s: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, 03 Apr 2010 22:10:40 +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:"17073@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:114:"Accessible WordPress event calendar plugin. Show events from multiple calendars on pages, in posts, or in widgets.";s: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:"joedolson";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:30:"\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:"plugin-master on "Flexo Archives"";s: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:68:"http://wordpress.org/extend/plugins/flexo-archives-widget/#post-2194";s: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, 15 Aug 2007 00: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"2194@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:101:"Displays your archives as a compact list of years that expands when clicked, with optional animation.";s: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:"plugin-master";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:30:"\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:"M66B on "Add Link to Facebook"";s: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:68:"http://wordpress.org/extend/plugins/add-link-to-facebook/#post-24221";s: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 Feb 2011 14:30: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"24221@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:81:"Automatically add links to published posts to your Facebook wall, pages or groups";s: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:"M66B";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:30:"\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:"magblogapi on "BMLT WordPress Plugin"";s: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/bmlt-wordpress-satellite-plugin/#post-11263";s: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, 15 Jun 2009 02:47: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:"11263@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:79:"This is a &#34;satellite&#34; plugin for the Basic Meeting List Toolbox (BMLT).";s: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:"magblogapi";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:30:"\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:"bradvin on "Twitter Blackbird Pie"";s: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/twitter-blackbird-pie/#post-17790";s: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, 05 May 2010 14:19: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"17790@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:119:"Add awesome looking embedded HTML representations of actual tweets in your blog posts just by adding simple shortcodes.";s: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:"bradvin";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:30:"\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:"Jon Bishop 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:144:"Provides an easy way to selectively add actionable social bookmarks to your posts content or below the post in a &#039;Call To Action&#039; 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:10:"Jon Bishop";s: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:52:"http://wordpress.org/extend/plugins/rss/view/updated";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:4:"type";i:128;s:7:"headers";a:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Thu, 03 Mar 2011 23:30:46 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:19:"2011-03-03 00:55:37";s:14:"content-length";s:4:"8025";s:4:"x-nc";s:11:"HIT luv 139";}s:5:"build";s:14:"20090627192103";}', 'no'),
(871, 0, '_transient_timeout_feed_57bc725ad6568758915363af670fd8bc', '1299238246', 'no'),
(872, 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:3:"\n	\n";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:72:"\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:2:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"WordPress Plugins » View: 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:47:"http://wordpress.org/extend/plugins/browse/new/";s: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 Plugins » View: 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:5:"en-US";s: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 Mar 2011 23:29:05 +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:36:"http://bbpress.org/?v=1.1-alpha-2855";s: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:30:"\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:"torsteino on "PostMash Custom - custom post order"";s: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/postmash-custom/#post-24866";s: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 Mar 2011 00:55: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"24866@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:136:"Customize display order of posts by a simple drag-and-drop Ajax interface, now with support for custom post types and custom taxonomies.";s: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:"torsteino";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:30:"\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:"abaumg on "Re-send Welcome e-mail"";s: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/re-send-welcome-email/#post-24826";s: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 Mar 2011 09:39: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"24826@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:97:"Re-send welcome e-mails to users who did not receive the original welcome e-mail on registration.";s: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:"abaumg";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:30:"\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:"marcelotorres on "Nivo Slider 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:73:"http://wordpress.org/extend/plugins/nivo-slider-for-wordpress/#post-24779";s: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, 27 Feb 2011 16:54:02 +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:"24779@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:"Plugin to manage and generate a nice image sliding effect in 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:13:"marcelotorres";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:30:"\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:"pathawks on "DirtySuds - Embed 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:4:"link";a:1:{i:0;a:5:{s:4:"data";s:67:"http://wordpress.org/extend/plugins/dirtysuds-embed-rss/#post-24817";s: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, 28 Feb 2011 20:08: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:"24817@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:40:"Adds pseudo oembed support for RSS feeds";s: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:"pathawks";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:30:"\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:"pathawks on "DirtySuds - Kill Howdy"";s: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:68:"http://wordpress.org/extend/plugins/dirtysuds-kill-howdy/#post-24837";s: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 Mar 2011 18:56: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"24837@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:74:"Changes the text **Howdy** in the admin interface to a different greeting.";s: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:"pathawks";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:30:"\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:"alex chousmith on "Admin Bar Hopper"";s: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/admin-bar-hopper/#post-24810";s: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, 28 Feb 2011 16:27: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"24810@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:"Adds another dropdown menu to the WP Admin Bar, with quick links to Hop To the various parts of your site. So while you are logged in, any Page / Cate";s: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:"alex chousmith";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:30:"\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:"budhiman on "Antispam Extra"";s: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/antispam-extra/#post-24871";s: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 Mar 2011 06:22: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:"24871@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:146:"Provides options to disable the commenter&#039;s website and deactivate links in comments. Extra protection from spammers, best used with 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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"budhiman";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:30:"\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:"sewpafly on "Post Thumbnail Editor"";s: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/post-thumbnail-editor/#post-24808";s: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, 28 Feb 2011 15:32: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"24808@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:"Fed up with the lack of automated tools to properly crop and scale post thumbnails? Maybe this plugin can 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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"sewpafly";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:30:"\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:"ajbatac on "Wordpress Facebook Like Plugin"";s: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:78:"http://wordpress.org/extend/plugins/wordpress-facebook-like-plugin/#post-24861";s: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 Mar 2011 16:55:08 +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:"24861@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:"Author URI: <a href="http://allanjosephbatac.com/blog/" rel="nofollow">http://allanjosephbatac.com/blog/</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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"ajbatac";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:30:"\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:"kcfried on "WP Easy Columns"";s: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-columns/#post-24869";s: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 Mar 2011 02:30: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:"24869@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:"Easy Columns provides the shortcodes to create a grid system or magazine style columns for laying out your pages just the way you need them.";s: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:"kcfried";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:30:"\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:"glammedia on "Glam Expert Post Plugin"";s: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/glam-expert-post-plugin/#post-24812";s: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, 28 Feb 2011 16:37: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:"24812@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:"The plugin shows a Sponsored Post on the blog&#039;s pages. The Sponsored Post is shown only on the listing page of the blogs.";s: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:"glammedia";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:30:"\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:"amit_ish on "Admin Bar as Menu"";s: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/admin-bar-as-menu/#post-24849";s: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 Mar 2011 11:35:31 +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:"24849@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:64:"Displays menu items on admin bar when user isn&#039;t logged in.";s: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:"amit_ish";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:30:"\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:48:"brendaegeland on "Minutes, Agendas, Newsletters"";s: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/minutes-agendas-newsletters/#post-24860";s: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 Mar 2011 16:54: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:"24860@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:81:"Upload and manage pdfs of minutes, agendas and newsletters for your organization.";s: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:"brendaegeland";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:30:"\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:85:"Webpsilon on "★ Slider 3D, banner, menu and images gallery plugin or widget.   ★"";s: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/slider3d-gallery/#post-24845";s: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 Mar 2011 02:19: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:"24845@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:"&#9733;&#9733;&#9733; slider3d GALLERY is a flash real 3D with an expectacular desing. \nslider3d Gallery is perfect to create:\n\n    3D photo galleries";s: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:"Webpsilon";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:30:"\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:"jkohlbach on "hCard & vCard Generator"";s: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://wordpress.org/extend/plugins/hcard-vcard-generator-wordpress-plugin/#post-24473";s: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, 16 Feb 2011 13:00: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"24473@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:64:"Given a user ID, this plugin will generate appropriate hCard and";s: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:"jkohlbach";s: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:48:"http://wordpress.org/extend/plugins/rss/view/new";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:4:"type";i:128;s:7:"headers";a:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Thu, 03 Mar 2011 23:30:45 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:19:"2011-03-03 00:55:37";s:14:"content-length";s:4:"8018";s:4:"x-nc";s:11:"HIT luv 139";}s:5:"build";s:14:"20090627192103";}', 'no'),
(883, 0, '_transient_timeout_plugin_slugs', '1299281450', 'no'),
(884, 0, '_transient_plugin_slugs', 'a:9:{i:0;s:19:"akismet/akismet.php";i:1;s:31:"genesis-simple-hooks/plugin.php";i:2;s:29:"gravityforms/gravityforms.php";i:3;s:47:"regenerate-thumbnails/regenerate-thumbnails.php";i:4;s:65:"social-profiles-sidebar-widget/social-profiles-sidebar-widget.php";i:5;s:37:"tinymce-advanced/tinymce-advanced.php";i:6;s:15:"stats/stats.php";i:7;s:21:"wp-cycle/wp-cycle.php";i:8;s:39:"wp-table-reloaded/wp-table-reloaded.php";}', 'no'),
(142, 0, 'can_compress_scripts', '1', 'yes'),
(145, 0, 'widget_user-profile', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(146, 0, 'widget_enews', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(147, 0, 'widget_featured-post', 'a:3:{i:2;a:0:{}i:3;a:18:{s:5:"title";s:0:"";s:9:"posts_cat";s:1:"0";s:9:"posts_num";s:1:"4";s:12:"posts_offset";s:1:"0";s:7:"orderby";s:4:"date";s:5:"order";s:4:"DESC";s:13:"gravatar_size";s:2:"45";s:18:"gravatar_alignment";s:0:"";s:10:"show_image";s:1:"1";s:10:"image_size";s:8:"Homepage";s:15:"image_alignment";s:0:"";s:9:"post_info";s:55:"[post_date] By [post_author_posts_link] [post_comments]";s:12:"show_content";s:0:"";s:13:"content_limit";s:1:"0";s:9:"more_text";s:14:"[Read More...]";s:11:"extra_title";s:0:"";s:9:"extra_num";s:0:"";s:23:"more_from_category_text";s:29:"More Posts from this Category";}s:12:"_multiwidget";i:1;}', 'yes'),
(148, 0, 'widget_featured-page', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(149, 0, 'widget_latest-tweets', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(150, 0, 'widget_menu-pages', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(151, 0, 'widget_menu-categories', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wp_2options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(152, 0, 'genesis-settings', 'a:50:{s:13:"theme_version";s:3:"1.5";s:6:"update";s:1:"1";s:20:"update_email_address";s:0:"";s:10:"blog_title";s:5:"image";s:12:"header_right";s:1:"1";s:11:"site_layout";s:15:"content-sidebar";s:3:"nav";s:1:"1";s:13:"nav_superfish";s:1:"1";s:8:"nav_type";s:8:"nav-menu";s:14:"nav_pages_sort";s:10:"menu_order";s:19:"nav_categories_sort";s:4:"name";s:8:"nav_home";s:1:"1";s:9:"nav_depth";s:1:"0";s:11:"nav_include";s:0:"";s:11:"nav_exclude";s:0:"";s:17:"nav_extras_enable";s:1:"1";s:10:"nav_extras";s:4:"date";s:21:"nav_extras_twitter_id";s:0:"";s:23:"nav_extras_twitter_text";s:0:"";s:16:"subnav_superfish";s:1:"1";s:17:"subnav_pages_sort";s:10:"menu_order";s:11:"subnav_type";s:10:"categories";s:22:"subnav_categories_sort";s:4:"name";s:11:"subnav_home";s:1:"1";s:12:"subnav_depth";s:1:"0";s:14:"subnav_include";s:0:"";s:14:"subnav_exclude";s:0:"";s:14:"comments_posts";s:1:"1";s:16:"trackbacks_posts";s:1:"1";s:21:"crystal_portfolio_cat";s:1:"0";s:29:"crystal_portfolio_cat_exclude";s:0:"";s:25:"crystal_portfolio_cat_num";s:2:"12";s:25:"crystal_portfolio_content";s:8:"excerpts";s:39:"crystal_portfolio_content_archive_limit";s:0:"";s:8:"feed_uri";s:0:"";s:17:"comments_feed_uri";s:0:"";s:17:"breadcrumb_single";s:1:"1";s:15:"breadcrumb_page";s:1:"1";s:18:"breadcrumb_archive";s:1:"1";s:14:"breadcrumb_404";s:1:"1";s:15:"content_archive";s:8:"excerpts";s:21:"content_archive_limit";s:0:"";s:25:"content_archive_thumbnail";s:1:"1";s:10:"image_size";s:9:"thumbnail";s:9:"posts_nav";s:7:"numeric";s:8:"blog_cat";s:1:"0";s:16:"blog_cat_exclude";s:0:"";s:12:"blog_cat_num";s:2:"10";s:14:"header_scripts";s:0:"";s:14:"footer_scripts";s:0:"";}', 'yes'),
(153, 0, 'genesis-seo-settings', 'a:8:{s:19:"noindex_cat_archive";i:1;s:19:"noindex_tag_archive";i:1;s:22:"noindex_author_archive";i:1;s:20:"noindex_date_archive";i:1;s:22:"noindex_search_archive";i:1;s:5:"noodp";i:1;s:6:"noydir";i:1;s:18:"canonical_archives";i:1;}', 'yes'),
(173, 0, '_transient_random_seed', 'cf2dd603ad140c9702a2d11164921b6a', 'yes'),
(163, 0, 'tadv_toolbars', 'a:4:{s:9:"toolbar_1";a:29:{i:0;s:4:"bold";i:1;s:6:"italic";i:2;s:13:"strikethrough";i:3;s:9:"underline";i:4;s:10:"separator1";i:5;s:7:"bullist";i:6;s:7:"numlist";i:7;s:7:"outdent";i:8;s:6:"indent";i:9;s:10:"separator2";i:10;s:11:"justifyleft";i:11;s:13:"justifycenter";i:12;s:11:"justifyfull";i:13;s:12:"justifyright";i:14;s:10:"separator3";i:15;s:4:"link";i:16;s:6:"unlink";i:17;s:10:"separator4";i:18;s:5:"image";i:19;s:10:"styleprops";i:20;s:11:"separator12";i:21;s:7:"wp_more";i:22;s:7:"wp_page";i:23;s:10:"separator5";i:24;s:12:"spellchecker";i:25;s:6:"search";i:26;s:10:"separator6";i:27;s:10:"fullscreen";i:28;s:6:"wp_adv";}s:9:"toolbar_2";a:22:{i:0;s:14:"fontsizeselect";i:1;s:10:"fontselect";i:2;s:12:"formatselect";i:3;s:9:"pastetext";i:4;s:9:"pasteword";i:5;s:12:"removeformat";i:6;s:10:"separator8";i:7;s:7:"charmap";i:8;s:5:"print";i:9;s:10:"separator9";i:10;s:9:"forecolor";i:11;s:9:"backcolor";i:12;s:8:"emotions";i:13;s:11:"separator10";i:14;s:3:"sup";i:15;s:3:"sub";i:16;s:5:"media";i:17;s:11:"separator11";i:18;s:4:"undo";i:19;s:4:"redo";i:20;s:7:"attribs";i:21;s:7:"wp_help";}s:9:"toolbar_3";a:2:{i:0;s:5:"advhr";i:1;s:13:"tablecontrols";}s:9:"toolbar_4";a:0:{}}', 'no'),
(164, 0, 'tadv_options', 'a:5:{s:7:"advlink";i:1;s:8:"advimage";i:1;s:9:"importcss";i:0;s:11:"contextmenu";i:0;s:9:"fix_autop";i:1;}', 'no'),
(165, 0, 'tadv_plugins', 'a:9:{i:0;s:5:"advhr";i:1;s:5:"style";i:2;s:8:"emotions";i:3;s:5:"table";i:4;s:5:"print";i:5;s:13:"searchreplace";i:6;s:10:"xhtmlxtras";i:7;s:7:"advlink";i:8;s:8:"advimage";}', 'no'),
(166, 0, 'tadv_btns1', 'a:29:{i:0;s:4:"bold";i:1;s:6:"italic";i:2;s:13:"strikethrough";i:3;s:9:"underline";i:4;s:9:"separator";i:5;s:7:"bullist";i:6;s:7:"numlist";i:7;s:7:"outdent";i:8;s:6:"indent";i:9;s:9:"separator";i:10;s:11:"justifyleft";i:11;s:13:"justifycenter";i:12;s:11:"justifyfull";i:13;s:12:"justifyright";i:14;s:9:"separator";i:15;s:4:"link";i:16;s:6:"unlink";i:17;s:9:"separator";i:18;s:5:"image";i:19;s:10:"styleprops";i:20;s:9:"separator";i:21;s:7:"wp_more";i:22;s:7:"wp_page";i:23;s:9:"separator";i:24;s:12:"spellchecker";i:25;s:6:"search";i:26;s:9:"separator";i:27;s:10:"fullscreen";i:28;s:6:"wp_adv";}', 'no'),
(167, 0, 'tadv_btns2', 'a:22:{i:0;s:14:"fontsizeselect";i:1;s:10:"fontselect";i:2;s:12:"formatselect";i:3;s:9:"pastetext";i:4;s:9:"pasteword";i:5;s:12:"removeformat";i:6;s:9:"separator";i:7;s:7:"charmap";i:8;s:5:"print";i:9;s:9:"separator";i:10;s:9:"forecolor";i:11;s:9:"backcolor";i:12;s:8:"emotions";i:13;s:9:"separator";i:14;s:3:"sup";i:15;s:3:"sub";i:16;s:5:"media";i:17;s:9:"separator";i:18;s:4:"undo";i:19;s:4:"redo";i:20;s:7:"attribs";i:21;s:7:"wp_help";}', 'no'),
(168, 0, 'tadv_btns3', 'a:2:{i:0;s:5:"advhr";i:1;s:13:"tablecontrols";}', 'no'),
(169, 0, 'tadv_btns4', 'a:0:{}', 'no'),
(170, 0, 'tadv_allbtns', 'a:65:{i:0;s:6:"wp_adv";i:1;s:10:"blockquote";i:2;s:4:"bold";i:3;s:6:"italic";i:4;s:13:"strikethrough";i:5;s:9:"underline";i:6;s:7:"bullist";i:7;s:7:"numlist";i:8;s:7:"outdent";i:9;s:6:"indent";i:10;s:11:"justifyleft";i:11;s:13:"justifycenter";i:12;s:12:"justifyright";i:13;s:11:"justifyfull";i:14;s:3:"cut";i:15;s:4:"copy";i:16;s:5:"paste";i:17;s:4:"link";i:18;s:6:"unlink";i:19;s:5:"image";i:20;s:7:"wp_more";i:21;s:7:"wp_page";i:22;s:6:"search";i:23;s:7:"replace";i:24;s:10:"fontselect";i:25;s:14:"fontsizeselect";i:26;s:7:"wp_help";i:27;s:10:"fullscreen";i:28;s:11:"styleselect";i:29;s:12:"formatselect";i:30;s:9:"forecolor";i:31;s:9:"backcolor";i:32;s:9:"pastetext";i:33;s:9:"pasteword";i:34;s:12:"removeformat";i:35;s:7:"cleanup";i:36;s:12:"spellchecker";i:37;s:7:"charmap";i:38;s:5:"print";i:39;s:4:"undo";i:40;s:4:"redo";i:41;s:13:"tablecontrols";i:42;s:4:"cite";i:43;s:3:"ins";i:44;s:3:"del";i:45;s:4:"abbr";i:46;s:7:"acronym";i:47;s:7:"attribs";i:48;s:5:"layer";i:49;s:5:"advhr";i:50;s:4:"code";i:51;s:11:"visualchars";i:52;s:11:"nonbreaking";i:53;s:3:"sub";i:54;s:3:"sup";i:55;s:9:"visualaid";i:56;s:10:"insertdate";i:57;s:10:"inserttime";i:58;s:6:"anchor";i:59;s:10:"styleprops";i:60;s:8:"emotions";i:61;s:5:"media";i:62;s:7:"iespell";i:63;s:9:"separator";i:64;s:1:"|";}', 'no'),
(171, 0, 'simplehooks-settings', 'a:52:{s:7:"wp_head";a:1:{s:7:"content";s:0:"";}s:9:"wp_footer";a:1:{s:7:"content";s:0:"";}s:13:"genesis_title";a:1:{s:7:"content";s:0:"";}s:12:"genesis_meta";a:1:{s:7:"content";s:0:"";}s:14:"genesis_before";a:1:{s:7:"content";s:0:"";}s:13:"genesis_after";a:1:{s:7:"content";s:0:"";}s:21:"genesis_before_header";a:1:{s:7:"content";s:0:"";}s:14:"genesis_header";a:1:{s:7:"content";s:0:"";}s:20:"genesis_after_header";a:1:{s:7:"content";s:0:"";}s:35:"genesis_before_content_sidebar_wrap";a:1:{s:7:"content";s:0:"";}s:34:"genesis_after_content_sidebar_wrap";a:1:{s:7:"content";s:0:"";}s:22:"genesis_before_content";a:1:{s:7:"content";s:0:"";}s:21:"genesis_after_content";a:1:{s:7:"content";s:0:"";}s:19:"genesis_before_loop";a:1:{s:7:"content";s:0:"";}s:12:"genesis_loop";a:1:{s:7:"content";s:0:"";}s:18:"genesis_after_loop";a:1:{s:7:"content";s:0:"";}s:22:"genesis_after_endwhile";a:1:{s:7:"content";s:0:"";}s:17:"genesis_loop_else";a:1:{s:7:"content";s:0:"";}s:19:"genesis_before_post";a:1:{s:7:"content";s:0:"";}s:18:"genesis_after_post";a:1:{s:7:"content";s:0:"";}s:25:"genesis_before_post_title";a:1:{s:7:"content";s:0:"";}s:18:"genesis_post_title";a:1:{s:7:"content";s:0:"";}s:24:"genesis_after_post_title";a:1:{s:7:"content";s:0:"";}s:27:"genesis_before_post_content";a:1:{s:7:"content";s:0:"";}s:20:"genesis_post_content";a:1:{s:7:"content";s:0:"";}s:26:"genesis_after_post_content";a:1:{s:7:"content";s:0:"";}s:23:"genesis_before_comments";a:1:{s:7:"content";s:0:"";}s:16:"genesis_comments";a:1:{s:7:"content";s:0:"";}s:21:"genesis_list_comments";a:1:{s:7:"content";s:0:"";}s:22:"genesis_after_comments";a:1:{s:7:"content";s:0:"";}s:20:"genesis_before_pings";a:1:{s:7:"content";s:0:"";}s:13:"genesis_pings";a:1:{s:7:"content";s:0:"";}s:18:"genesis_list_pings";a:1:{s:7:"content";s:0:"";}s:19:"genesis_after_pings";a:1:{s:7:"content";s:0:"";}s:22:"genesis_before_comment";a:1:{s:7:"content";s:0:"";}s:21:"genesis_after_comment";a:1:{s:7:"content";s:0:"";}s:27:"genesis_before_comment_form";a:1:{s:7:"content";s:0:"";}s:20:"genesis_comment_form";a:1:{s:7:"content";s:0:"";}s:26:"genesis_after_comment_form";a:1:{s:7:"content";s:0:"";}s:22:"genesis_before_sidebar";a:1:{s:7:"content";s:0:"";}s:15:"genesis_sidebar";a:1:{s:7:"content";s:0:"";}s:21:"genesis_after_sidebar";a:1:{s:7:"content";s:0:"";}s:34:"genesis_before_sidebar_widget_area";a:1:{s:7:"content";s:0:"";}s:33:"genesis_after_sidebar_widget_area";a:1:{s:7:"content";s:0:"";}s:26:"genesis_before_sidebar_alt";a:1:{s:7:"content";s:0:"";}s:19:"genesis_sidebar_alt";a:1:{s:7:"content";s:0:"";}s:25:"genesis_after_sidebar_alt";a:1:{s:7:"content";s:0:"";}s:38:"genesis_before_sidebar_alt_widget_area";a:1:{s:7:"content";s:0:"";}s:37:"genesis_after_sidebar_alt_widget_area";a:1:{s:7:"content";s:0:"";}s:21:"genesis_before_footer";a:1:{s:7:"content";s:0:"";}s:14:"genesis_footer";a:4:{s:6:"unhook";a:1:{i:0;s:17:"genesis_do_footer";}s:7:"content";s:344:"<div class="gototop">\r\n    <p><a href="#wrap" rel="nofollow">To Top Of Page</a></p>\r\n</div>\r\n<div class="creds">\r\n    <p>Copyright &copy; <?php echo date(''Y''); ?> &middot; <a href="http://image-center.com/" title="Image Center/Marco P. Zecchin, All Rights Reserved">Image Center/Marco P. Zecchin</a> &middot; <?php wp_loginout(); ?></p>\r\n</div>";s:10:"shortcodes";s:1:"1";s:3:"php";s:1:"1";}s:20:"genesis_after_footer";a:1:{s:7:"content";s:456:"<p style="text-align: center;"><span style="font-size: x-small;">Site by <a title="Synaptic Systems - Get Online Soon!" href="http://synapticsystems.com/get-online-soon/" target="_blank">Synaptic Systems Inc.</a> - Using the <a href="http://www.shareasale.com/r.cfm?b=241696&amp;u=462597&amp;m=28169&amp;urllink=&amp;afftrack=" target="_blank">STUDIOPRESS Genesis Framework</a> under <a href="http://wordpress.org/" target="_blank">WordPress</a></span></p>";}}', 'yes'),
(227, 0, 'wp_cycle_settings', 'a:7:{s:6:"rotate";i:1;s:6:"effect";s:4:"fade";s:5:"delay";s:1:"6";s:8:"duration";s:1:"2";s:9:"img_width";i:920;s:10:"img_height";i:450;s:3:"div";s:7:"rotator";}', 'yes'),
(196, 0, 'wporg_popular_tags', 'O:8:"stdClass":2:{s:7:"timeout";i:1298916971;s:6:"cached";a:40:{s:6:"widget";a:3:{s:4:"name";s:6:"widget";s:4:"slug";s:6:"widget";s:5:"count";s:4:"2071";}s:4:"post";a:3:{s:4:"name";s:4:"Post";s:4:"slug";s:4:"post";s:5:"count";s:4:"1465";}s:6:"plugin";a:3:{s:4:"name";s:6:"plugin";s:4:"slug";s:6:"plugin";s:5:"count";s:4:"1281";}s:5:"posts";a:3:{s:4:"name";s:5:"posts";s:4:"slug";s:5:"posts";s:5:"count";s:4:"1111";}s:5:"admin";a:3:{s:4:"name";s:5:"admin";s:4:"slug";s:5:"admin";s:5:"count";s:4:"1081";}s:7:"sidebar";a:3:{s:4:"name";s:7:"sidebar";s:4:"slug";s:7:"sidebar";s:5:"count";s:4:"1054";}s:8:"comments";a:3:{s:4:"name";s:8:"comments";s:4:"slug";s:8:"comments";s:5:"count";s:3:"797";}s:6:"images";a:3:{s:4:"name";s:6:"images";s:4:"slug";s:6:"images";s:5:"count";s:3:"719";}s:7:"twitter";a:3:{s:4:"name";s:7:"twitter";s:4:"slug";s:7:"twitter";s:5:"count";s:3:"653";}s:4:"page";a:3:{s:4:"name";s:4:"page";s:4:"slug";s:4:"page";s:5:"count";s:3:"642";}s:6:"google";a:3:{s:4:"name";s:6:"google";s:4:"slug";s:6:"google";s:5:"count";s:3:"629";}s:5:"links";a:3:{s:4:"name";s:5:"links";s:4:"slug";s:5:"links";s:5:"count";s:3:"615";}s:5:"image";a:3:{s:4:"name";s:5:"image";s:4:"slug";s:5:"image";s:5:"count";s:3:"564";}s:3:"seo";a:3:{s:4:"name";s:3:"seo";s:4:"slug";s:3:"seo";s:5:"count";s:3:"509";}s:3:"rss";a:3:{s:4:"name";s:3:"rss";s:4:"slug";s:3:"rss";s:5:"count";s:3:"483";}s:7:"gallery";a:3:{s:4:"name";s:7:"gallery";s:4:"slug";s:7:"gallery";s:5:"count";s:3:"439";}s:5:"pages";a:3:{s:4:"name";s:5:"pages";s:4:"slug";s:5:"pages";s:5:"count";s:3:"391";}s:4:"ajax";a:3:{s:4:"name";s:4:"AJAX";s:4:"slug";s:4:"ajax";s:5:"count";s:3:"388";}s:7:"widgets";a:3:{s:4:"name";s:7:"widgets";s:4:"slug";s:7:"widgets";s:5:"count";s:3:"353";}s:9:"wordpress";a:3:{s:4:"name";s:9:"wordpress";s:4:"slug";s:9:"wordpress";s:5:"count";s:3:"332";}s:6:"social";a:3:{s:4:"name";s:6:"social";s:4:"slug";s:6:"social";s:5:"count";s:3:"327";}s:4:"feed";a:3:{s:4:"name";s:4:"feed";s:4:"slug";s:4:"feed";s:5:"count";s:3:"325";}s:8:"facebook";a:3:{s:4:"name";s:8:"Facebook";s:4:"slug";s:8:"facebook";s:5:"count";s:3:"307";}s:5:"photo";a:3:{s:4:"name";s:5:"photo";s:4:"slug";s:5:"photo";s:5:"count";s:3:"304";}s:6:"photos";a:3:{s:4:"name";s:6:"photos";s:4:"slug";s:6:"photos";s:5:"count";s:3:"304";}s:5:"media";a:3:{s:4:"name";s:5:"media";s:4:"slug";s:5:"media";s:5:"count";s:3:"298";}s:5:"flash";a:3:{s:4:"name";s:5:"flash";s:4:"slug";s:5:"flash";s:5:"count";s:3:"297";}s:5:"video";a:3:{s:4:"name";s:5:"video";s:4:"slug";s:5:"video";s:5:"count";s:3:"296";}s:5:"email";a:3:{s:4:"name";s:5:"email";s:4:"slug";s:5:"email";s:5:"count";s:3:"294";}s:9:"shortcode";a:3:{s:4:"name";s:9:"shortcode";s:4:"slug";s:9:"shortcode";s:5:"count";s:3:"293";}s:4:"tags";a:3:{s:4:"name";s:4:"tags";s:4:"slug";s:4:"tags";s:5:"count";s:3:"289";}s:10:"buddypress";a:3:{s:4:"name";s:10:"buddypress";s:4:"slug";s:10:"buddypress";s:5:"count";s:3:"287";}s:10:"javascript";a:3:{s:4:"name";s:10:"javascript";s:4:"slug";s:10:"javascript";s:5:"count";s:3:"286";}s:6:"jquery";a:3:{s:4:"name";s:6:"jquery";s:4:"slug";s:6:"jquery";s:5:"count";s:3:"274";}s:5:"stats";a:3:{s:4:"name";s:5:"stats";s:4:"slug";s:5:"stats";s:5:"count";s:3:"272";}s:4:"link";a:3:{s:4:"name";s:4:"link";s:4:"slug";s:4:"link";s:5:"count";s:3:"268";}s:7:"content";a:3:{s:4:"name";s:7:"content";s:4:"slug";s:7:"content";s:5:"count";s:3:"268";}s:4:"spam";a:3:{s:4:"name";s:4:"spam";s:4:"slug";s:4:"spam";s:5:"count";s:3:"266";}s:7:"comment";a:3:{s:4:"name";s:7:"comment";s:4:"slug";s:7:"comment";s:5:"count";s:3:"263";}s:8:"category";a:3:{s:4:"name";s:8:"category";s:4:"slug";s:8:"category";s:5:"count";s:3:"251";}}}', 'no'),
(172, 0, '_transient_plugins_delete_result_1', '1', 'yes'),
(861, 0, '_transient_timeout_feed_mod_8f8298d0889a4fd98205f00d6e4f49d0', '1299238244', 'no'),
(862, 0, '_transient_feed_mod_8f8298d0889a4fd98205f00d6e4f49d0', '1299195044', 'no'),
(859, 0, '_transient_timeout_feed_8f8298d0889a4fd98205f00d6e4f49d0', '1299238244', 'no'),
(860, 0, '_transient_feed_8f8298d0889a4fd98205f00d6e4f49d0', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:1:"\n";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:63:"link:http://image-center.com/architecture/ - 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:115:"http://blogsearch.google.com/blogsearch?scoring=d&ie=ISO-8859-1&num=10&q=link:http://image-center.com/architecture/";s: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:97:"Your search - <b>link:http://image-center.com/architecture/</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:9:{s:4:"date";s:29:"Thu, 03 Mar 2011 23:30:44 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=b0152f1fb368fec6:TM=1299195044:LM=1299195044:S=_hbFyTThUop7VIM1; expires=Sat, 02-Mar-2013 23:30:44 GMT; path=/; domain=.google.com";s:22:"x-content-type-options";s:7:"nosniff";s:6:"server";s:4:"bsfe";s:16:"x-xss-protection";s:13:"1; mode=block";}s:5:"build";s:14:"20090627192103";}', 'no'),
(742, 0, '_transient_timeout_wporg_theme_feature_list', '1298979400', 'no'),
(424, 0, '_transient_timeout_gilnamur-5-5', '1298576648', 'no'),
(425, 0, '_transient_gilnamur-5-5', 'a:5:{i:0;s:325:"<li>Need an online presence? Don''t have the time to learn the skills? Need help? Get Online Soon! - <a href="http://tinyurl.com/2a5r76d" target="_blank">http://tinyurl.com/2a5r76d</a> <span style="font-size: 85%;"><a href="http://twitter.com/gilnamur/status/39479472411377664" rel="nofollow">about 4 days ago</a></span></li>\n";i:1;s:292:"<li>New Service From Synaptic Systems - Logos And Graphics at affordable prices! - <a href="http://ow.ly/401yT" target="_blank">http://ow.ly/401yT</a> <span style="font-size: 85%;"><a href="http://twitter.com/gilnamur/status/39460130680475648" rel="nofollow">about 4 days ago</a></span></li>\n";i:2;s:551:"<li>RT <a href="http://www.twitter.com/lifeasahuman" target="_blank">@lifeasahuman</a>: <a href="http://search.twitter.com/search?q=photographers" target="_blank">#photographers</a> We''re looking for you! Show your work at Life As A Human Photography! <a href="http://ow.ly/3ZKK4" target="_blank">http://ow.ly/3ZKK4</a> <a href="http://search.twitter.com/search?q=photography" target="_blank">#photography</a> <span style="font-size: 85%;"><a href="http://twitter.com/gilnamur/status/39132571606450177" rel="nofollow">about 5 days ago</a></span></li>\n";i:3;s:351:"<li>RT <a href="http://www.twitter.com/amyjsilver" target="_blank">@amyjsilver</a>: wish i would''ve discovered <a href="http://www.twitter.com/lifeasahuman" target="_blank">@lifeasahuman</a> a long time ago... <span style="font-size: 85%;"><a href="http://twitter.com/gilnamur/status/38781740856262656" rel="nofollow">about 6 days ago</a></span></li>\n";i:4;s:420:"<li>RT <a href="http://www.twitter.com/danlhays" target="_blank">@danlhays</a>: <a href="http://search.twitter.com/search?q=winspire" target="_blank">#winspire</a> My 2nd memoir AND THEN I STOP, healing journey. Unraveling mystery of writers block. Deep origin but I break free! <span style="font-size: 85%;"><a href="http://twitter.com/gilnamur/status/38422185047494656" rel="nofollow">about 7 days ago</a></span></li>\n";}', 'no'),
(743, 0, '_transient_wporg_theme_feature_list', 'a:5:{s:6:"Colors";a:14:{i:0;s:5:"black";i:1;s:4:"blue";i:2;s:5:"brown";i:3;s:5:"green";i:4;s:6:"orange";i:5;s:4:"pink";i:6;s:6:"purple";i:7;s:3:"red";i:8;s:6:"silver";i:9;s:3:"tan";i:10;s:5:"white";i:11;s:6:"yellow";i:12;s:4:"dark";i:13;s:5:"light";}s:7:"Columns";a:6:{i:0;s:10:"one-column";i:1;s:11:"two-columns";i:2;s:13:"three-columns";i:3;s:12:"four-columns";i:4;s:12:"left-sidebar";i:5;s:13:"right-sidebar";}s:5:"Width";a:2:{i:0;s:11:"fixed-width";i:1;s:14:"flexible-width";}s:8:"Features";a:13:{i:0;s:13:"custom-colors";i:1;s:13:"custom-header";i:2;s:17:"custom-background";i:3;s:11:"custom-menu";i:4;s:12:"editor-style";i:5;s:13:"theme-options";i:6;s:17:"threaded-comments";i:7;s:11:"sticky-post";i:8;s:12:"microformats";i:9;s:20:"rtl-language-support";i:10;s:17:"translation-ready";i:11;s:20:"front-page-post-form";i:12;s:10:"buddypress";}s:7:"Subject";a:3:{i:0;s:7:"holiday";i:1;s:13:"photoblogging";i:2;s:8:"seasonal";}}', 'no'),
(682, 0, 'category_children', 'a:1:{i:11;a:3:{i:0;i:6;i:1;i:12;i:2;i:13;}}', 'yes'),
(863, 0, '_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1299238245', 'no');
INSERT INTO `wp_2options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(864, 0, '_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";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:50:"\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:14:"WordPress News";s: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:25:"http://wordpress.org/news";s: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:14:"WordPress News";s: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:"Wed, 23 Feb 2011 16:05: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: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:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:36:"http://wordpress.org/?v=3.2-bleeding";s: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: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:26:"WordPress 3.1, lots of fun";s: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://wordpress.org/news/2011/02/threeone/";s: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:52:"http://wordpress.org/news/2011/02/threeone/#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, 22 Feb 2011 07:55: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:33:"http://wordpress.org/news/?p=1704";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:388:"The long-awaited fourteenth release of WordPress is now available. WordPress 3.1 &#8220;Reinhardt&#8221; is named in honor of the jazz guitarist Django Reinhardt. Version 3.1 is available for download, or you can update from within your dashboard. This release features a lightning fast redesigned linking workflow which makes it easy to link to your existing posts and pages, an [...]";s: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:"Matt Mullenweg";s: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:17146:"<p>The long-awaited fourteenth release of WordPress is now available. WordPress 3.1 &#8220;Reinhardt&#8221; is named in <a href="http://wordpress.org/about/roadmap/">honor of</a> the jazz guitarist <a href="http://en.wikipedia.org/wiki/Django_Reinhardt">Django Reinhardt</a>. Version 3.1 is <a href="http://wordpress.org/download/">available for download</a>, or you can <a href="http://codex.wordpress.org/Dashboard_Updates_SubPanel">update from within your dashboard</a>.</p>\n<p>This release features a lightning fast <strong>redesigned linking workflow</strong> which makes it easy to link to your existing posts and pages, an <strong>admin bar</strong> so you&#8217;re never more than a click away from your most-used dashboard pages, a <strong>streamlined writing interface</strong> that hides many of the seldom-used panels by default to create a simpler and less intimidating writing experience for new bloggers (visit Screen Options in the top right to get old panels back), and a <strong>refreshed blue admin scheme</strong> available for selection under your personal options.</p>\n<p>There&#8217;s a bucket of candy for developers as well, including our new <strong>Post Formats support</strong> which makes it easy for themes to create portable tumblelogs with different styling for different types of posts, <strong>new CMS capabilities</strong> like archive pages for custom content types, a <strong>new Network Admin</strong>, an overhaul of the import and export system, and the ability to perform<strong> advanced taxonomy and custom fields queries</strong>.</p>\n<p>With the 3.1 release, <strong>WordPress is more of a CMS than ever before</strong>. The only limit to what you can build is your imagination.</p>\n<p>(No video yet for 3.1, we&#8217;re going to add it later.)</p>\n<h3>By the Numbers</h3>\n<p>There were over <strong>two thousand commits</strong> to the codebase in the 3.1 cycle! For a more comprehensive look at everything that has improved in 3.1, check out <a href="http://codex.wordpress.org/Version_3.1">3.1’s Codex page</a> or the <a href="http://core.trac.wordpress.org/query?status=closed&amp;resolution=fixed&amp;milestone=3.1&amp;group=status&amp;desc=1&amp;order=priority">more than 820 closed issues in Trac</a>.</p>\n<p>Now is the time to drop by our development channels if you are interested in being involved with 3.2, as the agenda will be under discussion shortly. We&#8217;re hoping to get the 3.2 release out in a shorter development cycle (3.1 took too long) and include some fun improvements around plugins and the speed of the admin. (Don&#8217;t worry, we&#8217;re still planning <a href="http://www.djangoproject.com/">on using PHP</a>.)</p>\n<h3>We&#8217;re All in This Together</h3>\n<p>WordPress is the result of the combined effort of people from all over the world united with a common goal: to make the best darn web software for publishing your story on the web and sharing it with the world. Here is a list of the more than 180 people who helped out with development during the 3.1 cycle:</p>\n<p><a href="http://profiles.wordpress.org/aaroncampbell">Aaron Campbell (aaroncampbell)</a>, <a href="http://profiles.wordpress.org/adambackstrom">Adam Backstrom (adambackstrom)</a>, <a href="http://profiles.wordpress.org/aldenta">John Ford (aldenta)</a>, <a href="http://profiles.wordpress.org/alexdunae">Alex Dunae (alexdunae)</a>, <a href="http://profiles.wordpress.org/alexkingorg">Alex King (alexkingorg)</a>, <a href="http://profiles.wordpress.org/amandafrench">Amanda French (amandafrench)</a>, <a href="http://profiles.wordpress.org/anderswc">Will Anderson (anderswc)</a>, <a href="http://profiles.wordpress.org/andrea_r">Andrea Rennick (andrea_r)</a>, <a href="http://profiles.wordpress.org/azaozz">Andrew Ozz (azaozz)</a>, <a href="http://profiles.wordpress.org/andy">Andy Skelton (andy/skeltoac)</a>, <a href="http://profiles.wordpress.org/andyblackwell">Andy Blackwell (andyblackwell)</a>, <a href="http://profiles.wordpress.org/arena">André Renaut (arena)</a>, <a href="http://profiles.wordpress.org/avereha">Andrei Vereha (avereha)</a>, <a href="http://profiles.wordpress.org/azizur">Azizur Rahman (azizur)</a>, <a href="http://profiles.wordpress.org/barry">Barry Abrahamson (barry)</a>, <a href="http://profiles.wordpress.org/batmoo">Mohammad Jangda (batmoo)</a>, <a href="http://profiles.wordpress.org/beaulebens">Beau Lebens (beaulebens)</a>, <a href="http://profiles.wordpress.org/benward">Ben Ward (benward)</a>, <a href="http://profiles.wordpress.org/bigdawggi">Matthew G. Richmond (bigdawggi)</a>, <a href="http://profiles.wordpress.org/bigsmoke">Rowan Rodrik van der Molen (bigsmoke)</a>, <a href="http://profiles.wordpress.org/blepoxp">Glenn Ansley (blepoxp)</a>, <a href="http://profiles.wordpress.org/blt4">blt4</a>, <a href="http://profiles.wordpress.org/bobbyblade">bobbyblade</a>, <a href="http://profiles.wordpress.org/boonebgorges">Boone B. Gorges (boonebgorges)</a>, <a href="http://profiles.wordpress.org/briancolinger">Brian Colinger (briancolinger)</a>, <a href="http://profiles.wordpress.org/brianlayman">Brian Layman (brianlayman)</a>, <a href="http://profiles.wordpress.org/caesarsgrunt">Caesar Schinas (caesarsgrunt)</a>, <a href="http://profiles.wordpress.org/casben79">Ben Casey (casben79)</a>, <a href="http://profiles.wordpress.org/chipbennett">Chip Bennett (chipbennett)</a>, Chris Sfanos, <a href="http://profiles.wordpress.org/chrisbliss18">Chris Jean (chrisbliss18)</a>, <a href="http://profiles.wordpress.org/cimmo">Marco Cimmino (cimmo)</a>, <a href="http://profiles.wordpress.org/coffee2code">Scott Reilly (coffee2code)</a>, <a href="http://profiles.wordpress.org/cyberhobo">Dylan Kuhn (cyberhobo)</a>, <a href="http://profiles.wordpress.org/darrenmeehan">Darren Meehan (darrenmeehan)</a>, <a href="http://profiles.wordpress.org/dd32">Dion Hulse (dd32)</a>, <a href="http://profiles.wordpress.org/deanjrobinson">Dean Robinson (deanjrobinson)</a>, <a href="http://profiles.wordpress.org/demetris">Demetris Kikizas, Δημήτρης Κίκιζας (demetris)</a>, <a href="http://profiles.wordpress.org/Denis-de-Bernardy">Denis-de-Bernardy</a>, <a href="http://profiles.wordpress.org/djzone">djzone</a>, <a href="http://profiles.wordpress.org/doktorbro">Доктор Бро (doktorbro)</a>, <a href="http://profiles.wordpress.org/donalmacarthur">Donal MacArthur (donalmacarthur)</a>, <a href="http://profiles.wordpress.org/dougal">Dougal Campbell (dougal)</a>, <a href="http://profiles.wordpress.org/dremeda">Dre Armeda (dremeda)</a>, <a href="http://profiles.wordpress.org/duck_">Jon Cave (duck_)</a>, <a href="http://profiles.wordpress.org/dougwrites">Doug Provencio (dougwrites)</a>, Edward Hevlund (edward mindreantre), <a href="http://profiles.wordpress.org/einare">Einar Egilsson (einare)</a>, <a href="http://profiles.wordpress.org/ericmann">Eric Mann (ericmann)</a>, <a href="http://profiles.wordpress.org/filosofo">Austin Matzko (filosofo)</a>, <a href="http://profiles.wordpress.org/flashingcursor">Gil Rutkowski (flashingcursor)</a>, <a href="http://profiles.wordpress.org/foofy">foofy</a>, <a href="http://profiles.wordpress.org/francescolaffi">Francesco Laffi (francescolaffi)</a>, <a href="http://profiles.wordpress.org/garyc40">Gary Cao (garyc40)</a>, <a href="http://profiles.wordpress.org/greenshady">Justin Tadlock (greenshady)</a>, <a href="http://profiles.wordpress.org/greuben">Reuben Gunday (greuben)</a>, <a href="http://profiles.wordpress.org/hakre">hakre</a>, <a href="http://profiles.wordpress.org/huichen">Hui Chen (huichen)</a>, <a href="http://profiles.wordpress.org/husobj">Ben Huson (husobj)</a>, <a href="http://profiles.wordpress.org/iammattthomas">Matt Thomas (iammattthomas)</a>, <a href="http://profiles.wordpress.org/iandstewart">Ian Stewart (iandstewart)</a>, <a href="http://profiles.wordpress.org/indie-ulf">indie-ulf</a>, <a href="http://profiles.wordpress.org/jacobsantos">Jacob Santos (jacobsantos)</a>, <a href="http://profiles.wordpress.org/jakub.misek">Jakub Míšek (jakub.misek)</a>, <a href="http://profiles.wordpress.org/jamescollins">James Collins (jamescollins)</a>, <a href="http://profiles.wordpress.org/janeforshort">Jane Wells (jane/janeforshort)</a>, <a href="http://profiles.wordpress.org/jayjdk">jayjdk</a>, <a href="http://profiles.wordpress.org/jczorkmid">Jason Penney (jczorkmid)</a>, <a href="http://profiles.wordpress.org/jfarthing84">Jeff Farthing (jfarthing84)</a>, <a href="http://profiles.wordpress.org/jk0">Josh Kearney (jk0)</a>, <a href="http://profiles.wordpress.org/joelhardi">joelhardi</a>, <a href="http://profiles.wordpress.org/johnbillion">John Blackbourn (johnbillion)</a>, <a href="http://profiles.wordpress.org/johnjamesjacoby">John James Jacoby (johnjamesjacoby/jjj)</a>, <a href="http://profiles.wordpress.org/johnonolan">John O’Nolan (johnonolan)</a>, <a href="http://profiles.wordpress.org/JohnPBloch">John Bloch (JohnPBloch)</a>, <a href="http://profiles.wordpress.org/joostdevalk">Joost de Valk (joostdevalk/yoast)</a>, <a href="http://profiles.wordpress.org/jorbin">Aaron Jorbin (jorbin)</a>, <a href="http://profiles.wordpress.org/josephscott">Joseph Scott (josephscott)</a>, Justin Rainbow, <a href="http://profiles.wordpress.org/kapeels">Kapeel Sable (kapeels)</a>, <a href="http://profiles.wordpress.org/kawauso">Adam Harley (kawauso)</a>, <a href="http://profiles.wordpress.org/koke">Jorge Bernal (koke)</a>, <a href="http://profiles.wordpress.org/koopersmith">Daryl Koopersmith (koopersmith)</a>, <a href="http://profiles.wordpress.org/lancewillett">Lance Willett (lancewillett)</a>, <a href="http://profiles.wordpress.org/latz">Lutz Schroeer (latz)</a>, <a href="http://profiles.wordpress.org/layotte">Lew Ayotte (layotte)</a>, <a href="http://profiles.wordpress.org/linguasite">linguasite</a>, <a href="http://profiles.wordpress.org/lloydbudd">Lloyd Budd (lloydbudd)</a>, <a href="http://profiles.wordpress.org/loushou">loushou</a>, <a href="http://profiles.wordpress.org/mailnew2ster">mailnew2ster</a>, <a href="http://profiles.wordpress.org/mako09">mako09</a>, <a href="http://profiles.wordpress.org/markjaquith">Mark Jaquith (markjaquith)</a>, <a href="http://profiles.wordpress.org/markmcwilliams">Mark McWilliams (markmcwilliams)</a>, <a href="http://profiles.wordpress.org/MattyRob">MattyRob</a>, Mauro Gentile, <a href="http://profiles.wordpress.org/mdawaffe">Michael Adams (mdawaffe)</a>, <a href="http://profiles.wordpress.org/mellertime">Chris Meller (mellertime)</a>, <a href="http://profiles.wordpress.org/mfields">Michael Fields (mfields)</a>, <a href="http://profiles.wordpress.org/MichaelH">MichaelH</a>, <a href="http://profiles.wordpress.org/mikeschinkel">Mike Schinkel (mikeschinkel)</a>, <a href="http://profiles.wordpress.org/miqrogroove">Robert Chapin (miqrogroove)</a>, <a href="http://profiles.wordpress.org/mitchoyoshitaka">Michael &#8220;Mitcho&#8221; Erlewine (mitchoyoshitaka)</a>, <a href="http://profiles.wordpress.org/mrmist">David McFarlane (mrmist)</a>, <a href="http://profiles.wordpress.org/mrwok">mrwok</a>, <a href="http://profiles.wordpress.org/mtekk">John Havlik (mtekk)</a>, <a href="http://profiles.wordpress.org/mwidmann">Martin Widmann (mwidmann)</a>, <a href="http://profiles.wordpress.org/nacin">Andrew Nacin (nacin)</a>, <a href="http://profiles.wordpress.org/nbachiyski">Nikolay Bachiyski (nbachiyski)</a>, <a href="http://profiles.wordpress.org/nathanrice">Nathan Rice (nathanrice)</a>, <a href="http://profiles.wordpress.org/niallkennedy">Niall Kennedy (niallkennedy)</a>, <a href="http://profiles.wordpress.org/neoxx">Bernhard Riedl (neoxx)</a>, <a href="http://profiles.wordpress.org/nickmomrik">Nick Momrik (nickmomrik)</a>, Nils Juenemannn, <a href="http://profiles.wordpress.org/nkuttler">Nicolas Kuttler (nkuttler)</a>, <a href="http://profiles.wordpress.org/nootron">nootron</a>, <a href="http://profiles.wordpress.org/norbertm">norbertm</a>, <a href="http://profiles.wordpress.org/ocean90">Dominik Schilling (ocean90)</a>, <a href="http://profiles.wordpress.org/ohanesian">ohanesian</a>, <a href="http://profiles.wordpress.org/Otto42">Samuel Wood (Otto42)</a>, <a href="http://profiles.wordpress.org/ozh">Ozh Richard (ozh)</a>, Pádraic Brady, <a href="http://profiles.wordpress.org/peaceablewhale">Franklin Tse (peaceablewhale)</a>, <a href="http://profiles.wordpress.org/PeteMall">Pete Mall (PeteMall)</a>, <a href="http://profiles.wordpress.org/phill_brown">Phill Brown (phill_brown)</a>, <a href="http://profiles.wordpress.org/PhillKenoyer">Phill Kenoyer (PhillKenoyer)</a>, <a href="http://profiles.wordpress.org/phrostypoison">phrostypoison</a>, <a href="http://profiles.wordpress.org/prettyboymp">Michael Pretty (prettyboymp)</a>, <a href="http://profiles.wordpress.org/pross">Simon Prosser (pross)</a>, <a href="http://profiles.wordpress.org/ptahdunbar">Ptah Dunbar (ptahdunbar)</a>, <a href="http://profiles.wordpress.org/qwertymaniac">Harsh J. Chouraria (qwertymaniac)</a>, <a href="http://profiles.wordpress.org/RanYanivHartstein">Ran Yaniv Hartstein (RanYanivHartstein)</a>, <a href="http://profiles.wordpress.org/rasheed">Rasheed Bydousi (rasheed)</a>, <a href="http://profiles.wordpress.org/redsweater">Daniel Jalkut (redsweater)</a>, <a href="http://profiles.wordpress.org/rfw">rfw</a>, <a href="http://profiles.wordpress.org/rlerdorf">Rasmus Lerdorf (rlerdorf)</a>, <a href="http://profiles.wordpress.org/rmccue">Ryan McCue (rmccue)</a>, <a href="http://profiles.wordpress.org/rogertheriault">Roger Theriault (rogertheriault)</a>, <a href="http://profiles.wordpress.org/ronbme">ronbme</a>, <a href="http://profiles.wordpress.org/rovo89">rovo89</a>, <a href="http://profiles.wordpress.org/ryan">Ryan Boren (ryan)</a>, <a href="http://profiles.wordpress.org/saracannon">Sara Cannon (saracannon)</a>, <a href="http://profiles.wordpress.org/sbressler">Scott Bressler (sbressler)</a>, <a href="http://profiles.wordpress.org/sc0ttkclark">Scott Kingsley Clark (sc0ttkclark)</a>, <a href="http://profiles.wordpress.org/ScottMac">ScottMac</a>, <a href="http://profiles.wordpress.org/scribu">Silviu Cristian Burca (scribu)</a>, <a href="http://profiles.wordpress.org/SergeyBiryukov">Sergey Biryukov, Сергей Бирюков (SergeyBiryukov)</a>, <a href="http://profiles.wordpress.org/SeyelentEco">Alex Petrescu (SeyelentEco)</a>, <a href="http://profiles.wordpress.org/shawnparker">Shawn Parker (shawnparker)</a>, <a href="http://profiles.wordpress.org/shidouhikari">shidouhikari</a>, <a href="http://profiles.wordpress.org/simonwheatley">Simon Wheatley (simonwheatley)</a>, <a href="http://profiles.wordpress.org/sivel">Matt Martz (sivel)</a>, <a href="http://profiles.wordpress.org/solarissmoke">Samir Shah (solarissmoke)</a>, <a href="http://profiles.wordpress.org/sorich87">sorich87</a>, <a href="http://profiles.wordpress.org/studionashvegas">Mitch Canter (studionashvegas)</a>, <a href="http://profiles.wordpress.org/t31os_">t31os_</a>, <a href="http://profiles.wordpress.org/TECannon">Tracy Cannon (TECannon)</a>, <a href="http://profiles.wordpress.org/tech163">tech163</a>, <a href="http://profiles.wordpress.org/technosailor">Aaron Brazell (technosailor)</a>, <a href="http://profiles.wordpress.org/TheDeadMedic">TheDeadMedic</a>, <a href="http://profiles.wordpress.org/tmoorewp">Tim Moore (tmoorewp)</a>, <a href="http://profiles.wordpress.org/TobiasBg">Tobias Bäthge (TobiasBg)</a>, <a href="http://profiles.wordpress.org/tomthewebmaster">Tom Lany (tomthewebmaster)</a>, <a href="http://profiles.wordpress.org/tonyf12">tonyf12</a>, <a href="http://profiles.wordpress.org/Utkarsh">Utkarsh Kukreti (Utkarsh)</a>, <a href="http://profiles.wordpress.org/vanillalounge">Zé Fontainhas (vanillalounge)</a>, <a href="http://profiles.wordpress.org/vegasgeek">John Hawkins (vegasgeek)</a>, <a href="http://profiles.wordpress.org/vericgar">Michael Stewart (vericgar)</a>, <a href="http://profiles.wordpress.org/Viper007Bond">Alex Mills (Viper007Bond)</a>, <a href="http://profiles.wordpress.org/vladimir_kolesnikov">Vladimir Kolesnikov (vladimir_kolesnikov)</a>, <a href="http://profiles.wordpress.org/wahgnube">wahgnube</a>, <a href="http://profiles.wordpress.org/wedsxcrfv">wedsxcrfv</a>, <a href="http://profiles.wordpress.org/westi">Peter Westwood (westi)</a>, <a href="http://profiles.wordpress.org/whoismanu">whoismanu</a>, <a href="http://profiles.wordpress.org/wnorris">Will Norris (wnorris)</a>, <a href="http://profiles.wordpress.org/wojtek.szkutnik">Wojtek Szkutnik (wojtek.szkutnik)</a>, <a href="http://profiles.wordpress.org/wpcanyon">wpcanyon</a>, <a href="http://profiles.wordpress.org/wpdavis">William P. Davis (wpdavis)</a>, <a href="http://profiles.wordpress.org/wpmuguru">Ron Rennick (wpmuguru)</a>, <a href="http://profiles.wordpress.org/wraithkenny">Kenneth Newman (WraithKenny)</a>, <a href="http://profiles.wordpress.org/yoavf">Yoav Farhi (yoavf)</a>, and <a href="http://profiles.wordpress.org/zeo">Safirul Alfreda (zeo)</a>.</p>\n<p><strong>Bonus:</strong> Don&#8217;t forget to <a href="http://wordpress.tv/">check out the latest on WordPress.tv</a> to see all the cool <a href="http://wordcamp.org/">WordCamp</a> sessions you may have missed.</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:48:"http://wordpress.org/news/2011/02/threeone/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: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:"";}}}}}i:1;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:45:"WordPress 3.0.5 (and 3.1 Release Candidate 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:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"http://wordpress.org/news/2011/02/wordpress-3-0-5/";s: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:59:"http://wordpress.org/news/2011/02/wordpress-3-0-5/#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, 07 Feb 2011 23:29: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:8:"category";a:3:{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:"";}i:2;a:5:{s:4:"data";s:7:"Testing";s: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://wordpress.org/news/?p=1683";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:366:"WordPress 3.0.5 is now available and is a security hardening update for all previous WordPress versions. This security release is required if you have any untrusted user accounts, but it also comes with important security enhancements and hardening. All WordPress users are strongly encouraged to update. Three point oh point five Enhances security Three point [...]";s: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:"Andrew Nacin";s: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:3674:"<p><a href="http://wordpress.org/download/">WordPress 3.0.5</a> is now available and is a security hardening update for all previous WordPress versions.</p>\n<p><a href="http://codex.wordpress.org/Version_3.0.5">This security release</a> is required if you have any untrusted user accounts, but it also comes with important security enhancements and hardening. All WordPress users are strongly encouraged to update.</p>\n<p>Three point oh point five<br />\nEnhances security<br />\nThree point one comes soon</p>\n<p>The release addresses a number of issues and provides two additional enhancements:</p>\n<p><strong>Two moderate security issues</strong> were fixed that could have allowed a Contributor- or Author-level user to gain further access to the site.</p>\n<p><strong>One information disclosure issue</strong> was addressed that could have allowed an Author-level user to view contents of posts they should not be able to see, such as draft or private posts.</p>\n<p><strong>Two security enhancements</strong> were added. One improved the security of any plugins which were not properly leveraging our security API. The other offers additional defense in depth against a vulnerability that was fixed in previous release.</p>\n<p>Thanks to Nils Jueneman and Saddy for their private and responsible disclosures to security@wordpress.org for two of the issues. The others were reported or repaired by our security team.</p>\n<p><strong><a href="http://wordpress.org/download/">Download 3.0.5</a> or update automatically from the Dashboard &gt; Updates menu in your site&#8217;s admin area. Please update immediately.</strong></p>\n<hr />\n<h3>WordPress 3.1 Release Candidate 4 is also now available.</h3>\n<p>The Release Candidate 4  build includes the security fixes and enhancements included in 3.0.5 and addresses about two dozen additional bugs. This includes fixes for:</p>\n<ul>\n<li>Deleting a user and reassigning their posts to another user.</li>\n<li>Marking multiple users or sites as spam in multisite.</li>\n<li>PHP4 compatibility.</li>\n</ul>\n<p>As outlined in <a href="http://wordpress.org/news/2011/01/wordpress-3-1-release-candidate-3/">previous</a> <a href="http://wordpress.org/news/2011/01/wordpress-3-1-release-candidate-2/">RC</a> <a href="http://wordpress.org/news/2010/12/wordpress-3-1-release-candidate/">posts</a>, if you are testing the release candidate and think you&#8217;ve found a bug, there are a few ways to let us know:</p>\n<ul>\n<li>Post it to the <a href="http://wordpress.org/support/forum/alphabeta/">Alpha/Beta area in the support forums</a></li>\n<li>Report it to the <a href="http://lists.automattic.com/mailman/listinfo/wp-testers">wp-testers mailing list</a></li>\n<li>Join the development IRC channel and tell us live at irc.freenode.net #wordpress-dev</li>\n<li>File a bug ticket on the <a href="http://core.trac.wordpress.org/">WordPress Trac</a></li>\n</ul>\n<p>To test WordPress 3.1, try the <a href="http://wordpress.org/extend/plugins/wordpress-beta-tester/">WordPress Beta Tester plugin</a> (you&#8217;ll want &#8220;bleeding edge nightlies&#8221;). Or you can <a href="http://wordpress.org/wordpress-3.1-RC4.zip">download the release candidate here</a> (zip). If any new issues become known, you&#8217;ll be able to <a href="http://core.trac.wordpress.org/report/6">find them here</a>.</p>\n<p>After nearly five months of development and testing, we think we&#8217;re very close to a final release. <strong>Users and developers, please test your themes and plugins.</strong></p>\n<p>Download <a href="http://wordpress.org/wordpress-3.1-RC4.zip">WordPress 3.1 RC4</a> or <a href="http://wordpress.org/download/">WordPress 3.0.5</a> now.</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:55:"http://wordpress.org/news/2011/02/wordpress-3-0-5/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: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:"";}}}}}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:49:"The Annual WordPress Conference: WordCamp SF 2011";s: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:51:"http://wordpress.org/news/2011/01/wordcamp-sf-2011/";s: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:60:"http://wordpress.org/news/2011/01/wordcamp-sf-2011/#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, 24 Jan 2011 22:57:02 +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:"WordCamp";s: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://wordpress.org/news/?p=1674";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:368:"Mark your calendars: WordCamp San Francisco, the official annual WordPress conference, will be August 12-14, 2011. This year will mark the 5th anniversary of WordCamp, and as always will feature Matt Mullenweg&#8217;s &#8220;State of the Word&#8221; address as well as a variety of amazing speakers that you&#8217;d normally only get to see at expensive industry [...]";s: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:1450:"<p>Mark your calendars: <a title="WordCamp San Francisco" href="http://2011.sf.wordcamp.org">WordCamp San Francisco</a>, the official annual WordPress conference, will be August 12-14, 2011. This year will mark the 5th anniversary of WordCamp, and as always will feature Matt Mullenweg&#8217;s &#8220;State of the Word&#8221; address as well as a variety of amazing speakers that you&#8217;d normally only get to see at expensive industry conferences. This year the program will be expanded to three days, with programming for publishers, bloggers, and developers. There will also be related activities, like core team summits, workshops  for contributors, designers, and local organizers, and various professional and networking events. The planning is just beginning, so save the date on your calendar and keep an eye on the <a title="WordCamp SF 2011" href="http://2011.sf.wordcamp.org/">WordCamp SF 2011</a> site (and/or follow the <a href="http://twitter.com/#!/WordCampSF">@wordcampsf</a> twitter account) for updates as details become available.</p>\n<p>*For people who attended WordCamp SF last year who thought the annual event this year would be called WordCon, with WordCamp SF becoming a more locally-oriented event, you can read <a title="What''s in a Name? WordCamp SF vs. WordCon" href="http://central.wordcamp.org/?p=1006">my long-winded explanation</a> of why we didn&#8217;t go that route over the on the WordCamp Central blog.</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:56:"http://wordpress.org/news/2011/01/wordcamp-sf-2011/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: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:"";}}}}}i:3;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 3.1 Release Candidate 3";s: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:68:"http://wordpress.org/news/2011/01/wordpress-3-1-release-candidate-3/";s: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:77:"http://wordpress.org/news/2011/01/wordpress-3-1-release-candidate-3/#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, 22 Jan 2011 18:58: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: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:7:"Testing";s: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://wordpress.org/news/?p=1664";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:343:"WordPress 3.1 Release Candidate 3 is now available. After careful evaluation of the 3.1 features in RC2, we recognized the need to make some adjustments. There are some significant differences from previous versions of 3.1, so please review the changes if you have been developing against a beta or RC version. The biggest change is 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:12:"Andrew Nacin";s: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:4042:"<p>WordPress 3.1 Release Candidate 3 is now available. After careful evaluation of the 3.1 features in RC2, we recognized the need to make some adjustments. There are some significant differences from previous versions of 3.1, so <strong>please</strong> review the changes if you have been developing against a beta or RC version.</p>\n<p>The biggest change is the removal of AJAX list tables, which had been an effort to move all of our list-style screens to full AJAX for pagination, searches, and column sorts, and to consolidate the list-style screens into a single API that plugins could leverage. Unfortunately, with more testing came realizations that there were too many major bugs and usability issues with how the functionality was implemented, so we&#8217;ve spent the last week rolling back the most important portions of the feature.</p>\n<ul>\n<li><strong>For users:</strong> AJAX has been entirely disabled for the list tables. We hope to bring this back again, in a form that is properly and fully implemented, in a future release. Column sorting remains, but everything else has returned to its 3.0 state.</li>\n<li><strong>For developers:</strong> The entire list table API is now marked <em>private</em>. If you attempt to leverage new components of the API, you are pretty much guaranteeing that your plugins will break in a future release, so please don&#8217;t do that. <img src=''http://wordpress.org/news/wp-includes/images/smilies/icon_smile.gif'' alt='':-)'' class=''wp-smiley'' />  We hope to enable all the fun new goodies for public use in a future release.</li>\n</ul>\n<p>This is the only way we could prevent any regressions in functionality and usability from WordPress 3.0 to 3.1. That&#8217;s right, users and plugin authors can still do everything you used to be able to do (and a little bit more).</p>\n<p>Because of the code churn between RC2 and RC3, <strong>this release candidate needs a lot of testing</strong>. Every list screen needs testing. In particular, the comment moderation screen needs testing, especially with keyboard shortcuts (if you didn&#8217;t know about those, now&#8217;s your chance to try them out).</p>\n<p>Other fixes in RC3 include:</p>\n<ul>\n<li>Properly display the author dropdown in Quick Edit</li>\n<li>Various important fixes to numerous taxonomy query variables</li>\n<li>Fixes to the theme deletion process</li>\n<li>Fixes to pages used for posts</li>\n<li>IIS and Multisite: Avoid resetting web.config on permalink save</li>\n<li>Properly validate post formats and their rewrite rules</li>\n</ul>\n<p>I&#8217;m assembling a group of friends in Washington, D.C., this weekend to test WordPress 3.1 and provide feedback. We&#8217;d love to see this idea catch on among friends at coffee shops around the world. (We&#8217;ll blog our results, and we&#8217;re thinking about using the hashtag #wptest on Twitter.) If you are testing the release candidate and think you&#8217;ve found a bug, there are a few ways to let us know:</p>\n<ul>\n<li>Post it to the <a href="http://wordpress.org/support/forum/alphabeta/">Alpha/Beta area in the support forums</a></li>\n<li>Report it to the <a href="http://lists.automattic.com/mailman/listinfo/wp-testers">wp-testers mailing list</a></li>\n<li>Join the development IRC channel and tell us live at irc.freenode.net #wordpress-dev</li>\n<li>File a bug ticket on the <a href="http://core.trac.wordpress.org/">WordPress Trac</a></li>\n</ul>\n<p>To test WordPress 3.1, try the <a href="http://wordpress.org/extend/plugins/wordpress-beta-tester/">WordPress Beta Tester plugin</a> (you&#8217;ll want &#8220;bleeding edge nightlies&#8221;). Or you can <a href="http://wordpress.org/wordpress-3.1-RC3.zip">download the release candidate here</a> (zip).</p>\n<p>We&#8217;re going to study this release carefully to see where we can improve on our internal processes in the future. With that, our requisite haiku, authored by Jane:</p>\n<p>Pulling the AJAX &#8211;<br />\nsometimes you need to step back<br />\nand show some restraint.</p>\n<p>Happy testing!</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:73:"http://wordpress.org/news/2011/01/wordpress-3-1-release-candidate-3/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: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:"";}}}}}i:4;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 3.1 Release Candidate 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:68:"http://wordpress.org/news/2011/01/wordpress-3-1-release-candidate-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:77:"http://wordpress.org/news/2011/01/wordpress-3-1-release-candidate-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:"Sat, 01 Jan 2011 23:57: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: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:7:"Testing";s: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://wordpress.org/news/?p=1649";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:321:"The second release candidate for WordPress 3.1 is now available. The requisite haiku: Rounding up stragglers Last few bugs for 3.1 Go test RC2 As I outlined in the announcement post for RC1, release candidates are the last stop before the final release. It means we think we&#8217;re done, and we again have no bugs [...]";s: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:"Andrew Nacin";s: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:2973:"<p>The second release candidate for WordPress 3.1 is now available. The requisite haiku:</p>\n<p>Rounding up stragglers<br />\nLast few bugs for 3.1<br />\nGo test RC2</p>\n<p>As I outlined in <a title="WordPress 3.1 Release Candidate" href="http://wordpress.org/news/2010/12/wordpress-3-1-release-candidate/">the announcement post for RC1</a>, release candidates are the last stop before the final release. It means we think we&#8217;re done, and we again have no bugs to squash. But with tens of millions of users, many server configurations and setups, and thousands of plugins and themes, it&#8217;s still possible we&#8217;ve missed something.</p>\n<p>Beta 1 came on Thanksgiving, RC1 on Christmas, and RC2 on New Year&#8217;s Day. We won&#8217;t be waiting for another holiday for the final release, though, so <strong>if you haven&#8217;t tested WordPress 3.1 yet, now is the time!</strong></p>\n<p>Select changes since RC1:</p>\n<ul>\n<li>The security fixes included in WordPress 3.0.4</li>\n<li>Fix issues related to handling a static front page</li>\n<li>Fixes and enhancements for the pagination buttons</li>\n<li>Fix searching for partial usernames</li>\n<li>Properly reactivate plugins after editing them</li>\n<li>Always show the current author in the author dropdown when editing a post</li>\n<li>Fixes for attachment taxonomies</li>\n<li>Fix node removal for the admin bar</li>\n<li>Fix the custom post type show_in_menu argument</li>\n<li>Various fixes for right-to-left languages</li>\n<li>and <a href="http://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=17204&amp;stop_rev=17149&amp;limit=100&amp;verbose=on">a few dozen more changes</a></li>\n</ul>\n<p>If you are testing the release candidate and think you&#8217;ve found a bug, there are a few ways to let us know:</p>\n<ul>\n<li>Post it to the <a href="http://wordpress.org/support/forum/alphabeta/">Alpha/Beta area in the support forums</a></li>\n<li>Report it to the <a href="http://lists.automattic.com/mailman/listinfo/wp-testers">wp-testers mailing list</a></li>\n<li>Join the development IRC channel and tell us live at irc.freenode.net #wordpress-dev</li>\n<li>File a bug ticket on the <a href="http://core.trac.wordpress.org/">WordPress Trac</a></li>\n</ul>\n<p>To test WordPress 3.1, try the <a href="http://wordpress.org/extend/plugins/wordpress-beta-tester/">WordPress Beta Tester plugin</a> (you&#8217;ll want &#8220;bleeding edge nightlies&#8221;). Or you can <a href="http://wordpress.org/wordpress-3.1-RC2.zip">download the release candidate here</a> (zip).</p>\n<p>If any known issues crop up, you&#8217;ll be able to <a href="http://core.trac.wordpress.org/report/5">find them here</a>. If you&#8217;d like to know which levers to pull in your testing, <a href="http://wordpress.org/news/2010/11/wordpress-3-1-beta-1/">check out a list of features</a> in our Beta 1 post.</p>\n<p><a href="http://wordpress.org/wordpress-3.1-RC2.zip">Download WordPress 3.1 RC 2</a></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:73:"http://wordpress.org/news/2011/01/wordpress-3-1-release-candidate-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: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:"";}}}}}i:5;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:31:"3.0.4 Important Security Update";s: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://wordpress.org/news/2010/12/3-0-4-update/";s: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:56:"http://wordpress.org/news/2010/12/3-0-4-update/#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, 29 Dec 2010 21:50: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: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:33:"http://wordpress.org/news/?p=1641";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:343:"Version 3.0.4 of WordPress, available immediately through the update page in your dashboard or for download here, is a very important update to apply to your sites as soon as possible because it fixes a core security bug in our HTML sanitation library, called KSES. I would rate this release as &#8220;critical.&#8221; This issue affects [...]";s: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:"Matt Mullenweg";s: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:1207:"<p>Version 3.0.4 of WordPress, available immediately through the update page in your dashboard or <a href="http://wordpress.org/download/">for download here</a>, is a very important update to apply to your sites as soon as possible because it fixes a core security bug in our HTML sanitation library, called KSES. I would rate this release as &#8220;critical.&#8221;</p>\n<p>This issue affects all versions of WordPress prior to 3.0.4, so if you are still on a 2.X release you need to update as well.</p>\n<p>I realize an update during the holidays is no fun, but this one is worth putting down the eggnog for. In the spirit of the holidays, consider helping your friends as well.</p>\n<p>If you are a security researcher, we&#8217;d appreciate you <a href="http://core.trac.wordpress.org/changeset/17172/branches/3.0">taking a look over this changeset</a> as well to review our update. We&#8217;ve given it a lot of thought and review but since this is so core we want as many brains on it as possible. Thanks to <a href="http://www.sneaked.net">Mauro Gentile</a> and <a title="duck undah" href="http://joncave.co.uk">Jon Cave (duck_)</a> who discovered and alerted us to these XSS vulnerabilities first.</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:52:"http://wordpress.org/news/2010/12/3-0-4-update/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: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:"";}}}}}i:6;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:26:"Coming Up: Meet the Makers";s: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/news/2010/12/coming-up-meet-the-makers/";s: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:69:"http://wordpress.org/news/2010/12/coming-up-meet-the-makers/#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, 27 Dec 2010 20:34: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:8:"category";a:1:{i:0;a:5:{s:4:"data";s:9:"Community";s: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://wordpress.org/news/?p=1633";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:374:"I am often asked how decisions are made for WordPress, who&#8217;s involved in decision-making, and how the open source project is structured in general. WordPress is a meritocracy, meaning that anyone can get involved, and a combination of the quality of someone&#8217;s contributions and their level of interest/time commitment will determine how much influence they [...]";s: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:2899:"<p>I am often asked how decisions are made for WordPress, who&#8217;s involved in decision-making, and how the open source project is structured in general. WordPress is a meritocracy, meaning that anyone can get involved, and a combination of the quality of someone&#8217;s contributions and their level of interest/time commitment will determine how much influence they have over decisions. Because these factors vary, we have several levels of contributors to the core WordPress application, ranging from full-time lead developers to casual one-patch contributors.</p>\n<p>I loved it when that Intel commercial in 2009 gave Ajay Bhatt, co-inventor of the USB, some recognition as a rock star of geekland (though I hated it that it wasn&#8217;t actually Ajay Bhatt, but an actor &#8212; way to kill the message, Intel).<sup>1</sup> In WordPress-land, most people know who Matt Mullenweg is, but most of the other leaders and contributors are much less visible. Moving forward, I&#8217;m going to be posting profiles here of some of our more dedicated contributors.</p>\n<p>Why now? We&#8217;re coming up on the second annual WordPress core leadership meetup in January 2011, and we&#8217;re thinking we&#8217;ll hold a video town hall at some point during our time together. Between now and then the profiles I post will be of the core developers who will be at the meetup. After that, I&#8217;ll be branching out and posting about other contributors, including developers, designers, forum moderators, etc.</p>\n<p>I&#8217;ll post here in January when we have dates/times set for the video town hall. In the meantime, you can submit questions for us to answer then in the forum thread <a title="Suggestions thread" href="http://wordpress.org/support/topic/what-should-2011-hold-for-wordpress?">What Should 2011 Hold for WordPress?</a></p>\n<p>To get a sense of how all these people fit together and how decisions are made, you can check out the presentation I did at WordCamp Portland in October on <a title="How WordPress Decisions Get Made video" href="http://wordpress.tv/2010/09/18/jane-wells-how-wordpress-decisions-get-made/">How WordPress Decisions Get Made</a><span style="font-size: 11.6667px">.</span></p>\n<p><sup>1 &#8211; And how lame is it that Conan O&#8217;Brien&#8217;s interview with the real Ajay Bhatt is no longer available on the The Tonight Show&#8217;s website, and everyone&#8217;s embedded videos are blank? I found a copy of it <a title="Conan interviews the real Ajay Bhatt" href="http://vimeo.com/10662430">here</a>. And here&#8217;s the <a title="Intel rock star commercial" href="http://video.intel.com/?fr_story=8d8f50ebfdded3db4eb14514d66e4f9628f653b5&amp;rf=sitemap">original Intel commercial</a> if you were living under a rock and never saw it. <img src=''http://wordpress.org/news/wp-includes/images/smilies/icon_smile.gif'' alt='':)'' class=''wp-smiley'' /> </sup></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:65:"http://wordpress.org/news/2010/12/coming-up-meet-the-makers/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: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:"";}}}}}i:7;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:31:"WordPress 3.1 Release Candidate";s: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://wordpress.org/news/2010/12/wordpress-3-1-release-candidate/";s: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:75:"http://wordpress.org/news/2010/12/wordpress-3-1-release-candidate/#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, 25 Dec 2010 23:59:05 +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:7:"Testing";s: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://wordpress.org/news/?p=1606";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:337:"The first release candidate (RC1) for WordPress 3.1 is now available. An RC comes after the beta period and before final release. That means we think we&#8217;re done. We currently have no known issues or bugs to squash. But with tens of millions of users, a variety of configurations, and thousands of plugins, it&#8217;s possible [...]";s: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:"Andrew Nacin";s: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:2568:"<p>The first release candidate (RC1) for WordPress 3.1 is now available.</p>\n<p>An RC comes after the beta period and before final release. That means we think we&#8217;re done. We currently have no known issues or bugs to squash. But with tens of millions of users, a variety of configurations, and thousands of plugins, it&#8217;s possible we&#8217;ve missed something. So if you haven&#8217;t tested WordPress 3.1 yet, now is the time! Please though, not on your live site unless you&#8217;re extra adventurous.</p>\n<p>Things to keep in mind:</p>\n<ul>\n<li>With <a href="http://core.trac.wordpress.org/milestone/3.1">nearly 700 tickets closed</a>, there are tons of changes. Plugin and theme authors, <strong>please test your plugins and themes now</strong>, so that if there is a compatibility issue, we can figure it out before the final release.</li>\n<li><strong>Users</strong> are also encouraged to test things out. If you find problems, let your plugin/theme authors know so they can figure out the cause.</li>\n<li>If any known issues crop up, you&#8217;ll be able to <a href="http://core.trac.wordpress.org/report/5">find them here</a>.</li>\n</ul>\n<p>If you are testing the release candidate and think you&#8217;ve found a bug, there are a few ways to let us know:</p>\n<ul>\n<li>Post it to the <a href="http://wordpress.org/support/forum/alphabeta/">Alpha/Beta area in the support forums</a></li>\n<li>Report it to the <a href="http://lists.automattic.com/mailman/listinfo/wp-testers">wp-testers mailing list</a></li>\n<li>Join the development IRC channel and tell us live at irc.freenode.net #wordpress-dev</li>\n<li>File a bug ticket on the <a href="http://core.trac.wordpress.org/">WordPress Trac</a></li>\n</ul>\n<p>To test WordPress 3.1, try the <a href="http://wordpress.org/extend/plugins/wordpress-beta-tester/">WordPress Beta Tester plugin</a> (you&#8217;ll want &#8220;bleeding edge nightlies&#8221;). Or you can <a href="http://wordpress.org/wordpress-3.1-RC1.zip">download the release candidate here</a> (zip).</p>\n<p>We <a href="http://wordpress.org/news/2010/11/wordpress-3-1-beta-1/">released</a> WordPress 3.1 Beta 1 on Thanksgiving, so it&#8217;s only fitting that the release candidate comes as a Christmas present. Happy holidays and happy testing!</p>\n<p><a href="http://wordpress.org/wordpress-3.1-RC1.zip">Download WordPress 3.1 RC 1</a></p>\n<p><em>If you&#8217;d like to know which levers to pull in your testing, <a href="http://wordpress.org/news/2010/11/wordpress-3-1-beta-1/">check out a list of features</a> in our Beta 1 post.</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:71:"http://wordpress.org/news/2010/12/wordpress-3-1-release-candidate/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: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:"";}}}}}i:8;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:20:"WordPress 3.1 Beta 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:55:"http://wordpress.org/news/2010/12/wordpress-3-1-beta-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:64:"http://wordpress.org/news/2010/12/wordpress-3-1-beta-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:"Wed, 15 Dec 2010 03:18: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:8:"category";a:3:{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:7:"Testing";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:"3.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:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=1572";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:321:"Haikus from Jane on her 39th birthday: Practice makes perfect is what they say about things, but sometimes it&#8217;s not. In this case it is not practice but refinement, and then more testing. You can help WordPress! Now: 3.1, beta 2 is here; needs testing. But! Remember this: Only install on test sites, as YMMV. [...]";s: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:"Andrew Nacin";s: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:1689:"<p>Haikus from Jane on her 39th birthday:</p>\n<blockquote><p>Practice makes perfect<br />\nis what they say about things,<br />\nbut sometimes it&#8217;s not.</p>\n<p>In this case it is<br />\nnot practice but refinement,<br />\nand then more testing.</p>\n<p>You can help WordPress!<br />\nNow: 3.1, beta 2<br />\nis here; needs testing.</p>\n<p>But! Remember this:<br />\n<strong>Only install on test sites</strong>,<br />\nas YMMV.</p></blockquote>\n<p>The second beta of WordPress 3.1 is now available!</p>\n<p>For things to test, please review our <a href="http://wordpress.org/news/2010/11/wordpress-3-1-beta-1/">Beta 1 release announcement</a>. A <a href="http://core.trac.wordpress.org/report/5">list of known issues</a> can be found on our bug tracker.</p>\n<p>Already have a test install that you want to switch over to the beta? <a href="http://wordpress.org/extend/plugins/wordpress-beta-tester/">Try the beta tester plugin</a>. Please test 3.1 on a test site, not on your live site, as interactions with plugins that haven&#8217;t been updated may be unpredictable, and we can&#8217;t predict (see how that works?) whether something will break or not&#8230; that&#8217;s why we&#8217;re asking people to help us test everything! <img src=''http://wordpress.org/news/wp-includes/images/smilies/icon_smile.gif'' alt='':)'' class=''wp-smiley'' /> </p>\n<p>Testers, don&#8217;t forget to use the <a href="http://lists.automattic.com/mailman/listinfo/wp-testers">wp-testers mailing list</a> to discuss bugs you encounter. Plugin and theme authors, please test your plugins for compatibility.</p>\n<p><a href="http://wordpress.org/wordpress-3.1-beta2.zip">Download the WordPress 3.1 Beta 2</a> now.</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:60:"http://wordpress.org/news/2010/12/wordpress-3-1-beta-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: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:"";}}}}}i:9;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:15:"WordPress 3.0.3";s: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:50:"http://wordpress.org/news/2010/12/wordpress-3-0-3/";s: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:59:"http://wordpress.org/news/2010/12/wordpress-3-0-3/#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, 08 Dec 2010 18:35:36 +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: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:"";}i:2;a:5:{s:4:"data";s:6:"xmlrpc";s: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://wordpress.org/news/?p=1557";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:397:"WordPress 3.0.3 is available and is a security update for all previous WordPress versions. This release fixes issues in the remote publishing interface, which under certain circumstances allowed Author- and Contributor-level users to improperly edit, publish, or delete posts. These issues only affect sites that have remote publishing enabled. Remote publishing is disabled by default, but [...]";s: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:892:"<p><a href="http://wordpress.org/download/">WordPress 3.0.3 is available</a> and is a security update for all previous WordPress versions.</p>\n<p><a href="http://codex.wordpress.org/Version_3.0.3">This release</a> fixes issues in the remote publishing interface, which under certain circumstances allowed Author- and Contributor-level users to improperly edit, publish, or delete posts.</p>\n<p><strong>These issues only affect sites that have remote publishing enabled.</strong></p>\n<p>Remote publishing is disabled by default, but you may have enabled it to use a remote publishing client such as one of the WordPress mobile apps. You can check these settings on the &#8220;Settings → Writing&#8221; screen.</p>\n<p><a href="http://wordpress.org/download/">Download 3.0.3</a> or update automatically from the &#8220;Dashboard → Updates&#8221; screen in your site&#8217;s admin area.</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:55:"http://wordpress.org/news/2010/12/wordpress-3-0-3/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: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: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:31:"http://wordpress.org/news/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:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Thu, 03 Mar 2011 23:30:45 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:10:"x-pingback";s:36:"http://wordpress.org/news/xmlrpc.php";s:13:"last-modified";s:29:"Wed, 23 Feb 2011 16:05:22 GMT";s:4:"x-nc";s:11:"HIT luv 139";}s:5:"build";s:14:"20090627192103";}', 'no');
INSERT INTO `wp_2options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(881, 0, '_transient_timeout_feed_mod_1a5f760f2e2b48827d4974a60857e7c2', '1299238246', 'no'),
(882, 0, '_transient_feed_mod_1a5f760f2e2b48827d4974a60857e7c2', '1299195046', 'no');

-- --------------------------------------------------------

--
-- Table structure for table `wp_2postmeta`
--

CREATE TABLE IF NOT EXISTS `wp_2postmeta` (
  `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  DEFAULT CHARSET=utf8 AUTO_INCREMENT=1126 ;

--
-- Dumping data for table `wp_2postmeta`
--

INSERT INTO `wp_2postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 2, '_edit_lock', '1299112108'),
(3, 1, '_wp_trash_meta_status', 'publish'),
(4, 1, '_wp_trash_meta_time', '1298396488'),
(5, 1, '_wp_trash_meta_comments_status', 'a:1:{i:1;s:1:"1";}'),
(6, 8, '_edit_last', '1'),
(7, 8, '_edit_lock', '1298867243'),
(26, 19, '_wp_attached_file', '2011/02/101215-08.jpg'),
(27, 19, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"683";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:21:"2011/02/101215-08.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"101215-08-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"101215-08-550x366.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"366";}s:8:"Homepage";a:3:{s:4:"file";s:20:"101215-08-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"101215-08-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"101215-08-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"16";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1292383154";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:3:"0.3";s:5:"title";s:17:"AAi, San Jose, CA";}}'),
(12, 11, '_edit_last', '1'),
(11, 8, '_wp_old_slug', ''),
(13, 11, '_edit_lock', '1298960168'),
(30, 22, '_wp_attached_file', '2011/02/090110-02.jpg'),
(31, 22, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"681";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:21:"2011/02/090110-02.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"090110-02-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"090110-02-550x365.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"365";}s:8:"Homepage";a:3:{s:4:"file";s:20:"090110-02-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"090110-02-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"090110-02-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"11";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:1:"0";s:5:"title";s:37:"Silicon Valley Glass, Morgan Hill, CA";}}'),
(19, 15, '_edit_last', '1'),
(17, 11, '_wp_old_slug', ''),
(20, 15, '_edit_lock', '1298873503'),
(21, 16, '_wp_attached_file', '2011/02/110204-05.jpg'),
(22, 16, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"683";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:21:"2011/02/110204-05.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"110204-05-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"110204-05-550x366.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"366";}s:8:"Homepage";a:3:{s:4:"file";s:20:"110204-05-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"110204-05-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"110204-05-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"16";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1296845658";s:9:"copyright";s:38:"Copyright(C)Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:1:"5";s:5:"title";s:36:"Hillhouse Construction, San Jose, CA";}}'),
(35, 26, '_edit_lock', '1298960142'),
(24, 15, '_wp_old_slug', ''),
(34, 26, '_edit_last', '1'),
(36, 27, '_wp_attached_file', '2011/02/100316-04.jpg'),
(37, 27, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"683";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:21:"2011/02/100316-04.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"100316-04-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"100316-04-550x366.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"366";}s:8:"Homepage";a:3:{s:4:"file";s:20:"100316-04-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"100316-04-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"100316-04-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"11";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1268760584";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:17:"0.076923076923077";s:5:"title";s:29:"XL Construction, Milpitas, CA";}}'),
(47, 36, '_wp_attached_file', '2011/02/090820-09.jpg'),
(39, 26, '_wp_old_slug', ''),
(48, 36, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"681";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:21:"2011/02/090820-09.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"090820-09-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"090820-09-550x365.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"365";}s:8:"Homepage";a:3:{s:4:"file";s:20:"090820-09-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"090820-09-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"090820-09-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"8";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1250797111";s:9:"copyright";s:38:"Copyright(C)Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:1:"4";s:5:"title";s:32:"Blach Construction, San Jose, CA";}}'),
(93, 49, '_wp_page_template', 'default'),
(92, 49, '_edit_lock', '1298442761'),
(636, 268, '_genesis_description', 'Architectural and interior design photography by Image Center Marco Zecchin of Commercial, Residential, Biomedical, Entertainment &amp; Hospitality properties.'),
(635, 268, '_genesis_title', 'Architectural photography of Solyndra, Fremont, CA - Corporate Headquarters'),
(632, 274, '_genesis_keywords', 'architecture, photography, commercial, residential, house, resort, biomedical, medical, entertainment, restaurant, theater, church, hospitality, interior design, construction, building, realty, educational, hospital'),
(91, 49, '_edit_last', '2'),
(631, 274, '_genesis_description', 'Architectural and interior design photography by Image Center Marco Zecchin of Commercial, Residential, Biomedical, Entertainment &amp; Hospitality properties.'),
(630, 274, '_genesis_title', 'Architectural photography of Easton-Moore Foundation, Palo Alto, CA - Foundation Headquarters'),
(640, 262, '_genesis_title', 'Architectural photography of Netflix, Los Gatos, CA - Corporate Headquarters'),
(624, 386, '_wp_trash_meta_time', '1298735311'),
(90, 2, '_edit_last', '2'),
(623, 386, '_wp_trash_meta_status', 'draft'),
(622, 386, '_edit_lock', '1298735293'),
(621, 386, '_genesis_keywords', 'no more than 20 words!'),
(620, 386, '_genesis_description', 'Keep this under 160 &quot;characters&quot;\r\n'),
(87, 15, '_thumbnail_id', '36'),
(94, 52, '_menu_item_type', 'custom'),
(95, 52, '_menu_item_menu_item_parent', '0'),
(96, 52, '_menu_item_object_id', '52'),
(97, 52, '_menu_item_object', 'custom'),
(98, 52, '_menu_item_target', ''),
(99, 52, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(100, 52, '_menu_item_xfn', ''),
(101, 52, '_menu_item_url', 'http://image-center.com/architecture/'),
(103, 53, '_menu_item_type', 'post_type'),
(104, 53, '_menu_item_menu_item_parent', '0'),
(105, 53, '_menu_item_object_id', '2'),
(106, 53, '_menu_item_object', 'page'),
(107, 53, '_menu_item_target', ''),
(108, 53, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(109, 53, '_menu_item_xfn', ''),
(110, 53, '_menu_item_url', ''),
(112, 54, '_menu_item_type', 'post_type'),
(113, 54, '_menu_item_menu_item_parent', '0'),
(114, 54, '_menu_item_object_id', '49'),
(115, 54, '_menu_item_object', 'page'),
(116, 54, '_menu_item_target', ''),
(117, 54, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(118, 54, '_menu_item_xfn', ''),
(119, 54, '_menu_item_url', ''),
(132, 69, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"683";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:22:"2011/02/110204-051.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"110204-051-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"110204-051-550x366.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"366";}s:8:"Homepage";a:3:{s:4:"file";s:21:"110204-051-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:22:"110204-051-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:22:"110204-051-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"16";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1296845658";s:9:"copyright";s:38:"Copyright(C)Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:1:"5";s:5:"title";s:36:"Hillhouse Construction, San Jose, CA";}}'),
(131, 69, '_wp_attached_file', '2011/02/110204-051.jpg'),
(133, 69, '_wp_attachment_image_alt', 'This is the alternate text for Hillhouse Construction, San Jose, CA'),
(136, 73, '_wp_attached_file', '2011/02/slide1as.jpg'),
(137, 73, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"210";s:6:"height";s:3:"114";s:14:"hwstring_small";s:23:"height=''69'' width=''128''";s:4:"file";s:20:"2011/02/slide1as.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"slide1as-150x114.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"114";}s:8:"Homepage";a:3:{s:4:"file";s:19:"slide1as-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"slide1as-200x114.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"114";}}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:"";}}'),
(138, 74, '_wp_attached_file', '2011/02/slide2a.jpg'),
(139, 74, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"920";s:6:"height";s:3:"500";s:14:"hwstring_small";s:23:"height=''69'' width=''128''";s:4:"file";s:19:"2011/02/slide2a.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"slide2a-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"slide2a-550x298.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"298";}s:8:"Homepage";a:3:{s:4:"file";s:18:"slide2a-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:19:"slide2a-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:19:"slide2a-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}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:"";}}'),
(140, 75, '_wp_attached_file', '2011/02/slide2as.jpg'),
(141, 75, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"210";s:6:"height";s:3:"114";s:14:"hwstring_small";s:23:"height=''69'' width=''128''";s:4:"file";s:20:"2011/02/slide2as.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"slide2as-150x114.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"114";}s:8:"Homepage";a:3:{s:4:"file";s:19:"slide2as-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"slide2as-200x114.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"114";}}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:"";}}'),
(142, 72, '_edit_last', '1'),
(143, 72, '_edit_lock', '1298655034'),
(144, 76, '_wp_attached_file', '2011/02/slide3as.jpg'),
(145, 76, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"210";s:6:"height";s:3:"114";s:14:"hwstring_small";s:23:"height=''69'' width=''128''";s:4:"file";s:20:"2011/02/slide3as.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"slide3as-150x114.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"114";}s:8:"Homepage";a:3:{s:4:"file";s:19:"slide3as-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"slide3as-200x114.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"114";}}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:"";}}'),
(146, 77, '_wp_attached_file', '2011/02/slide4as.jpg'),
(147, 77, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"210";s:6:"height";s:3:"114";s:14:"hwstring_small";s:23:"height=''69'' width=''128''";s:4:"file";s:20:"2011/02/slide4as.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"slide4as-150x114.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"114";}s:8:"Homepage";a:3:{s:4:"file";s:19:"slide4as-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"slide4as-200x114.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"114";}}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:"";}}'),
(148, 79, '_edit_last', '1'),
(149, 79, '_edit_lock', '1298558664'),
(150, 79, '_wp_page_template', 'default'),
(199, 123, '_wp_attached_file', '2011/02/biomedical_th2.jpg'),
(200, 123, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"175";s:6:"height";s:2:"98";s:14:"hwstring_small";s:23:"height=''71'' width=''128''";s:4:"file";s:26:"2011/02/biomedical_th2.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"biomedical_th2-150x98.jpg";s:5:"width";s:3:"150";s:6:"height";s:2:"98";}s:8:"Homepage";a:3:{s:4:"file";s:25:"biomedical_th2-175x90.jpg";s:5:"width";s:3:"175";s:6:"height";s:2:"90";}}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:"";}}'),
(201, 124, '_wp_attached_file', '2011/02/entertainment_th2.jpg'),
(202, 124, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"175";s:6:"height";s:2:"98";s:14:"hwstring_small";s:23:"height=''71'' width=''128''";s:4:"file";s:29:"2011/02/entertainment_th2.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:28:"entertainment_th2-150x98.jpg";s:5:"width";s:3:"150";s:6:"height";s:2:"98";}s:8:"Homepage";a:3:{s:4:"file";s:28:"entertainment_th2-175x90.jpg";s:5:"width";s:3:"175";s:6:"height";s:2:"90";}}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:"";}}'),
(203, 125, '_wp_attached_file', '2011/02/hospitality_th2.jpg'),
(204, 125, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"175";s:6:"height";s:2:"98";s:14:"hwstring_small";s:23:"height=''71'' width=''128''";s:4:"file";s:27:"2011/02/hospitality_th2.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:26:"hospitality_th2-150x98.jpg";s:5:"width";s:3:"150";s:6:"height";s:2:"98";}s:8:"Homepage";a:3:{s:4:"file";s:26:"hospitality_th2-175x90.jpg";s:5:"width";s:3:"175";s:6:"height";s:2:"90";}}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:"";}}'),
(205, 126, '_wp_attached_file', '2011/02/residential_th2.jpg'),
(206, 126, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"175";s:6:"height";s:2:"98";s:14:"hwstring_small";s:23:"height=''71'' width=''128''";s:4:"file";s:27:"2011/02/residential_th2.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:26:"residential_th2-150x98.jpg";s:5:"width";s:3:"150";s:6:"height";s:2:"98";}s:8:"Homepage";a:3:{s:4:"file";s:26:"residential_th2-175x90.jpg";s:5:"width";s:3:"175";s:6:"height";s:2:"90";}}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:"";}}'),
(161, 102, '_edit_last', '1'),
(162, 102, '_edit_lock', '1298874637'),
(163, 103, '_wp_attached_file', '2011/02/090331-3.jpg'),
(164, 103, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"681";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:20:"2011/02/090331-3.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"090331-3-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"090331-3-550x365.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"365";}s:8:"Homepage";a:3:{s:4:"file";s:19:"090331-3-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"090331-3-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"090331-3-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"8";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1238426791";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:1:"2";s:5:"title";s:31:"Tico Construction, San Jose, CA";}}'),
(619, 386, '_genesis_title', 'A second descriptive title'),
(166, 102, '_wp_old_slug', ''),
(618, 386, '_edit_last', '1'),
(582, 350, '_menu_item_url', ''),
(581, 350, '_menu_item_xfn', ''),
(946, 579, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"825";s:14:"hwstring_small";s:23:"height=''96'' width=''119''";s:4:"file";s:20:"2011/03/940923-E.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"940923-E-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"940923-E-550x443.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"443";}s:8:"Homepage";a:3:{s:4:"file";s:19:"940923-E-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"940923-E-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"940923-E-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:40:"Copyright (C) Image Center/Marco Zecchin";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:36:"Paul Davis Partnership, Monterey, CA";}}'),
(945, 579, '_wp_attached_file', '2011/03/940923-E.jpg'),
(185, 114, '_edit_lock', '1298567310'),
(184, 114, '_edit_last', '1'),
(207, 128, '_edit_last', '1'),
(208, 128, '_edit_lock', '1298653761'),
(209, 128, 'query_args', 'cat=3'),
(210, 128, '_wp_page_template', 'page_portfolio.php'),
(391, 252, '_wp_attached_file', '2011/02/051102-I.jpg'),
(392, 252, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"681";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:20:"2011/02/051102-I.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"051102-I-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"051102-I-550x365.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"365";}s:8:"Homepage";a:3:{s:4:"file";s:19:"051102-I-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"051102-I-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"051102-I-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"16";s:6:"credit";s:16:"Marco P. Zecchin";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:123:"R&S Construction, Redwood City, CA - Offices\nClients: CAS Architects, Mountain View, CA & R&S Construction Redwood City, CA";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:43:"Copyright (C) Image Center/Marco P. Zecchin";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:3:"2.5";s:5:"title";s:44:"R&S Construction, Redwood City, CA - Offices";}}'),
(393, 248, '_thumbnail_id', '249'),
(394, 248, '_edit_last', '2'),
(396, 248, '_wp_old_slug', ''),
(399, 256, '_wp_attached_file', '2011/02/080430-1.jpg'),
(398, 248, '_edit_lock', '1298959429'),
(400, 256, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"681";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''63''";s:4:"file";s:20:"2011/02/080430-1.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"080430-1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"080430-1-365x550.jpg";s:5:"width";s:3:"365";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:19:"080430-1-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"080430-1-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"080430-1-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:1:"?";s:7:"caption";s:34:"Hayes Architects, Redwood City, CA";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:38:"Copyright(C)Marco Zecchin/Image Center";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:33:"Private Foundation, Palo Alto, CA";}}'),
(196, 114, '_wp_page_template', 'default'),
(197, 121, '_wp_attached_file', '2011/02/commercial_th2.jpg'),
(198, 121, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"175";s:6:"height";s:2:"98";s:14:"hwstring_small";s:23:"height=''71'' width=''128''";s:4:"file";s:26:"2011/02/commercial_th2.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"commercial_th2-150x98.jpg";s:5:"width";s:3:"150";s:6:"height";s:2:"98";}s:8:"Homepage";a:3:{s:4:"file";s:25:"commercial_th2-175x90.jpg";s:5:"width";s:3:"175";s:6:"height";s:2:"90";}}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:"";}}'),
(385, 249, '_wp_attached_file', '2011/02/051102-A.jpg'),
(386, 249, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"681";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:20:"2011/02/051102-A.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"051102-A-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"051102-A-550x365.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"365";}s:8:"Homepage";a:3:{s:4:"file";s:19:"051102-A-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"051102-A-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"051102-A-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"16";s:6:"credit";s:16:"Marco P. Zecchin";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:123:"R&S Construction, Redwood City, CA - Offices\nClients: CAS Architects, Mountain View, CA & R&S Construction Redwood City, CA";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:43:"Copyright (C) Image Center/Marco P. Zecchin";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:1:"5";s:5:"title";s:44:"R&S Construction, Redwood City, CA - Offices";}}'),
(387, 250, '_wp_attached_file', '2011/02/051102-F.jpg'),
(388, 250, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"681";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''63''";s:4:"file";s:20:"2011/02/051102-F.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"051102-F-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"051102-F-365x550.jpg";s:5:"width";s:3:"365";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:19:"051102-F-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"051102-F-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"051102-F-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"16";s:6:"credit";s:16:"Marco P. Zecchin";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:123:"R&S Construction, Redwood City, CA - Offices\nClients: CAS Architects, Mountain View, CA & R&S Construction Redwood City, CA";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:43:"Copyright (C) Image Center/Marco P. Zecchin";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:1:"5";s:5:"title";s:44:"R&S Construction, Redwood City, CA - Offices";}}'),
(389, 251, '_wp_attached_file', '2011/02/051102-H.jpg'),
(390, 251, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"681";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''63''";s:4:"file";s:20:"2011/02/051102-H.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"051102-H-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"051102-H-365x550.jpg";s:5:"width";s:3:"365";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:19:"051102-H-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"051102-H-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"051102-H-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"16";s:6:"credit";s:16:"Marco P. Zecchin";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:123:"R&S Construction, Redwood City, CA - Offices\nClients: CAS Architects, Mountain View, CA & R&S Construction Redwood City, CA";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:43:"Copyright (C) Image Center/Marco P. Zecchin";s:12:"focal_length";s:2:"20";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:1:"5";s:5:"title";s:44:"R&S Construction, Redwood City, CA - Offices";}}'),
(221, 135, '_wp_attached_file', '2011/02/081125-02.jpg'),
(222, 135, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"681";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''63''";s:4:"file";s:21:"2011/02/081125-02.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"081125-02-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"081125-02-365x550.jpg";s:5:"width";s:3:"365";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:20:"081125-02-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"081125-02-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"081125-02-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"14";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:36:"Hillhouse Construction, San Jose, CA";s:17:"created_timestamp";s:10:"1227434752";s:9:"copyright";s:38:"Copyright(C)Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:5:"0.004";s:5:"title";s:33:"Veterinarian office, Campbell, CA";}}'),
(223, 136, '_wp_attached_file', '2011/02/081125-07.jpg'),
(224, 136, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"681";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''63''";s:4:"file";s:21:"2011/02/081125-07.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"081125-07-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"081125-07-365x550.jpg";s:5:"width";s:3:"365";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:20:"081125-07-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"081125-07-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"081125-07-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"11";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:36:"Hillhouse Construction, San Jose, CA";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:38:"Copyright(C)Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:1:"0";s:5:"title";s:33:"Veterinarian office, Campbell, CA";}}'),
(225, 137, '_wp_attached_file', '2011/02/081125-09.jpg'),
(226, 137, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"681";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''63''";s:4:"file";s:21:"2011/02/081125-09.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"081125-09-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"081125-09-365x550.jpg";s:5:"width";s:3:"365";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:20:"081125-09-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"081125-09-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"081125-09-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"11";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:36:"Hillhouse Construction, San Jose, CA";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:38:"Copyright(C)Marco Zecchin/Image Center";s:12:"focal_length";s:2:"23";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:1:"0";s:5:"title";s:33:"Veterinarian office, Campbell, CA";}}'),
(227, 138, '_wp_attached_file', '2011/02/081125-14.jpg'),
(228, 138, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"681";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:21:"2011/02/081125-14.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"081125-14-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"081125-14-550x365.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"365";}s:8:"Homepage";a:3:{s:4:"file";s:20:"081125-14-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"081125-14-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"081125-14-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"11";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:36:"Hillhouse Construction, San Jose, CA";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:38:"Copyright(C)Marco Zecchin/Image Center";s:12:"focal_length";s:2:"20";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:1:"0";s:5:"title";s:33:"Veterinarian office, Campbell, CA";}}'),
(229, 139, '_wp_attached_file', '2011/02/081125-21.jpg'),
(230, 139, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"681";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''63''";s:4:"file";s:21:"2011/02/081125-21.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"081125-21-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"081125-21-365x550.jpg";s:5:"width";s:3:"365";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:20:"081125-21-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"081125-21-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"081125-21-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"11";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:36:"Hillhouse Construction, San Jose, CA";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:38:"Copyright(C)Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:1:"0";s:5:"title";s:33:"Veterinarian office, Campbell, CA";}}'),
(231, 140, '_wp_attached_file', '2011/02/100316-01.jpg'),
(232, 140, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"683";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:21:"2011/02/100316-01.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"100316-01-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"100316-01-550x366.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"366";}s:8:"Homepage";a:3:{s:4:"file";s:20:"100316-01-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"100316-01-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"100316-01-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"11";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:29:"XL Construction, Milpitas, CA";s:17:"created_timestamp";s:10:"1268755204";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:5:"0.005";s:5:"title";s:47:"El Camino Hospital Radiology, Mountain View, CA";}}'),
(233, 141, '_wp_attached_file', '2011/02/100316-041.jpg'),
(234, 141, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"683";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:22:"2011/02/100316-041.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"100316-041-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"100316-041-550x366.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"366";}s:8:"Homepage";a:3:{s:4:"file";s:21:"100316-041-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:22:"100316-041-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:22:"100316-041-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"11";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:29:"XL Construction, Milpitas, CA";s:17:"created_timestamp";s:10:"1268760584";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:17:"0.076923076923077";s:5:"title";s:47:"El Camino Hospital Radiology, Mountain View, CA";}}'),
(235, 142, '_wp_attached_file', '2011/02/100316-07.jpg'),
(236, 142, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"683";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:21:"2011/02/100316-07.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"100316-07-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"100316-07-550x366.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"366";}s:8:"Homepage";a:3:{s:4:"file";s:20:"100316-07-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"100316-07-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"100316-07-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"11";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:29:"XL Construction, Milpitas, CA";s:17:"created_timestamp";s:10:"1268762504";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:5:"0.125";s:5:"title";s:47:"El Camino Hospital Radiology, Mountain View, CA";}}'),
(237, 143, '_wp_attached_file', '2011/02/100608-02.jpg'),
(238, 143, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"683";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:21:"2011/02/100608-02.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"100608-02-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"100608-02-550x366.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"366";}s:8:"Homepage";a:3:{s:4:"file";s:20:"100608-02-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"100608-02-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"100608-02-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"8";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:36:"Hillhouse Construction, San Jose, CA";s:17:"created_timestamp";s:10:"1276004376";s:9:"copyright";s:38:"Copyright(C)Marco Zecchin/Image Center";s:12:"focal_length";s:2:"25";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:3:"0.1";s:5:"title";s:50:"California Cardiovascular Consultants, Fremont, CA";}}'),
(239, 144, '_wp_attached_file', '2011/02/100608-03.jpg'),
(240, 144, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"683";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''64''";s:4:"file";s:21:"2011/02/100608-03.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"100608-03-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"100608-03-366x550.jpg";s:5:"width";s:3:"366";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:20:"100608-03-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"100608-03-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"100608-03-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"11";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:36:"Hillhouse Construction, San Jose, CA";s:17:"created_timestamp";s:10:"1276005284";s:9:"copyright";s:38:"Copyright(C)Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:3:"0.1";s:5:"title";s:50:"California Cardiovascular Consultants, Fremont, CA";}}'),
(241, 145, '_wp_attached_file', '2011/02/100608-07.jpg'),
(242, 145, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"683";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:21:"2011/02/100608-07.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"100608-07-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"100608-07-550x366.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"366";}s:8:"Homepage";a:3:{s:4:"file";s:20:"100608-07-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"100608-07-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"100608-07-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"11";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:36:"Hillhouse Construction, San Jose, CA";s:17:"created_timestamp";s:10:"1276008711";s:9:"copyright";s:38:"Copyright(C)Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:17:"0.076923076923077";s:5:"title";s:50:"California Cardiovascular Consultants, Fremont, CA";}}'),
(243, 146, '_wp_attached_file', '2011/02/100608-09.jpg'),
(244, 146, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"683";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''64''";s:4:"file";s:21:"2011/02/100608-09.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"100608-09-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"100608-09-366x550.jpg";s:5:"width";s:3:"366";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:20:"100608-09-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"100608-09-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"100608-09-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"11";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:36:"Hillhouse Construction, San Jose, CA";s:17:"created_timestamp";s:10:"1276010131";s:9:"copyright";s:38:"Copyright(C)Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:5:"0.025";s:5:"title";s:50:"California Cardiovascular Consultants, Fremont, CA";}}'),
(245, 147, '_wp_attached_file', '2011/02/100608-10.jpg'),
(246, 147, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"683";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:21:"2011/02/100608-10.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"100608-10-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"100608-10-550x366.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"366";}s:8:"Homepage";a:3:{s:4:"file";s:20:"100608-10-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"100608-10-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"100608-10-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"11";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:36:"Hillhouse Construction, San Jose, CA";s:17:"created_timestamp";s:10:"1276331517";s:9:"copyright";s:38:"Copyright(C)Marco Zecchin/Image Center";s:12:"focal_length";s:2:"31";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:5:"0.004";s:5:"title";s:50:"California Cardiovascular Consultants, Fremont, CA";}}'),
(247, 148, '_wp_attached_file', '2011/02/070512-A.jpg'),
(248, 148, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"681";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:20:"2011/02/070512-A.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"070512-A-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"070512-A-550x365.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"365";}s:8:"Homepage";a:3:{s:4:"file";s:19:"070512-A-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"070512-A-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"070512-A-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:13:"Marco Zecchin";s:6:"camera";s:0:"";s:7:"caption";s:38:"David Solnick Architect, Palo Alto, CA";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:21:"Private Residence, CA";}}'),
(249, 149, '_wp_attached_file', '2011/02/070512-F.jpg'),
(250, 149, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"681";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:20:"2011/02/070512-F.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"070512-F-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"070512-F-550x365.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"365";}s:8:"Homepage";a:3:{s:4:"file";s:19:"070512-F-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"070512-F-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"070512-F-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:13:"Marco Zecchin";s:6:"camera";s:0:"";s:7:"caption";s:38:"David Solnick Architect, Palo Alto, CA";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:27:"890 Coleman, Menlo Park, CA";}}'),
(251, 150, '_wp_attached_file', '2011/02/070512-N.jpg'),
(252, 150, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"681";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:20:"2011/02/070512-N.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"070512-N-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"070512-N-550x365.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"365";}s:8:"Homepage";a:3:{s:4:"file";s:19:"070512-N-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"070512-N-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"070512-N-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:13:"Marco Zecchin";s:6:"camera";s:0:"";s:7:"caption";s:38:"David Solnick Architect, Palo Alto, CA";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:27:"890 Coleman, Menlo Park, CA";}}'),
(253, 151, '_wp_attached_file', '2011/02/070719-C.jpg'),
(254, 151, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"681";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''63''";s:4:"file";s:20:"2011/02/070719-C.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"070719-C-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"070719-C-365x550.jpg";s:5:"width";s:3:"365";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:19:"070719-C-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"070719-C-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"070719-C-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:13:"Marco Zecchin";s:6:"camera";s:0:"";s:7:"caption";s:54:"Hawley Peterson & Snyder Architects, Mountain View, CA";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:21:"Private Residence, CA";}}'),
(255, 152, '_wp_attached_file', '2011/02/070719-E.jpg');
INSERT INTO `wp_2postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(256, 152, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"681";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''63''";s:4:"file";s:20:"2011/02/070719-E.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"070719-E-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"070719-E-365x550.jpg";s:5:"width";s:3:"365";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:19:"070719-E-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"070719-E-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"070719-E-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:13:"Marco Zecchin";s:6:"camera";s:0:"";s:7:"caption";s:54:"Hawley Peterson & Snyder Architects, Mountain View, CA";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:21:"Private Residence, CA";}}'),
(257, 153, '_wp_attached_file', '2011/02/070719-I.jpg'),
(258, 153, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"681";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''63''";s:4:"file";s:20:"2011/02/070719-I.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"070719-I-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"070719-I-365x550.jpg";s:5:"width";s:3:"365";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:19:"070719-I-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"070719-I-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"070719-I-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:13:"Marco Zecchin";s:6:"camera";s:0:"";s:7:"caption";s:54:"Hawley Peterson & Snyder Architects, Mountain View, CA";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:21:"Private Residence, CA";}}'),
(259, 154, '_wp_attached_file', '2011/02/070719-L.jpg'),
(260, 154, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"681";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''63''";s:4:"file";s:20:"2011/02/070719-L.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"070719-L-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"070719-L-365x550.jpg";s:5:"width";s:3:"365";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:19:"070719-L-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"070719-L-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"070719-L-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:13:"Marco Zecchin";s:6:"camera";s:0:"";s:7:"caption";s:54:"Hawley Peterson & Snyder Architects, Mountain View, CA";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:21:"Private Residence, CA";}}'),
(261, 155, '_wp_attached_file', '2011/02/070719-M.jpg'),
(262, 155, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"681";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:20:"2011/02/070719-M.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"070719-M-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"070719-M-550x365.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"365";}s:8:"Homepage";a:3:{s:4:"file";s:19:"070719-M-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"070719-M-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"070719-M-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:13:"Marco Zecchin";s:6:"camera";s:0:"";s:7:"caption";s:54:"Hawley Peterson & Snyder Architects, Mountain View, CA";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:21:"Private Residence, CA";}}'),
(263, 156, '_wp_attached_file', '2011/02/080813-10.jpg'),
(264, 156, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"681";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''63''";s:4:"file";s:21:"2011/02/080813-10.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"080813-10-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"080813-10-365x550.jpg";s:5:"width";s:3:"365";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:20:"080813-10-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"080813-10-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"080813-10-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"16";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:1:"0";s:5:"title";s:43:"Hawley Peterson & Snyder, Mountain View, CA";}}'),
(265, 157, '_wp_attached_file', '2011/02/090702-03.jpg'),
(266, 157, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"681";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:21:"2011/02/090702-03.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"090702-03-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"090702-03-550x365.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"365";}s:8:"Homepage";a:3:{s:4:"file";s:20:"090702-03-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"090702-03-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"090702-03-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"11";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:29:"C.M. Peletz Co., San Jose, CA";s:17:"created_timestamp";s:10:"1246528280";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:16:"0.16666666666667";s:5:"title";s:26:"Nob Hill Private Residence";}}'),
(267, 158, '_wp_attached_file', '2011/02/090702-10.jpg'),
(268, 158, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"681";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''63''";s:4:"file";s:21:"2011/02/090702-10.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"090702-10-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"090702-10-365x550.jpg";s:5:"width";s:3:"365";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:20:"090702-10-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"090702-10-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"090702-10-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"9";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:29:"C.M. Peletz Co., San Jose, CA";s:17:"created_timestamp";s:10:"1246549877";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:4:"0.04";s:5:"title";s:26:"Nob Hill Private Residence";}}'),
(269, 159, '_wp_attached_file', '2011/02/090702-14.jpg'),
(270, 159, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"681";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''63''";s:4:"file";s:21:"2011/02/090702-14.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"090702-14-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"090702-14-365x550.jpg";s:5:"width";s:3:"365";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:20:"090702-14-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"090702-14-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"090702-14-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"11";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:29:"C.M. Peletz Co., San Jose, CA";s:17:"created_timestamp";s:10:"1246532903";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:16:"0.16666666666667";s:5:"title";s:26:"Nob Hill Private Residence";}}'),
(271, 160, '_wp_attached_file', '2011/02/090702-20.jpg'),
(272, 160, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"681";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''63''";s:4:"file";s:21:"2011/02/090702-20.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"090702-20-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"090702-20-365x550.jpg";s:5:"width";s:3:"365";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:20:"090702-20-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"090702-20-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"090702-20-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"11";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:29:"C.M. Peletz Co., San Jose, CA";s:17:"created_timestamp";s:10:"1246537442";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:4:"0.05";s:5:"title";s:26:"Nob Hill Private Residence";}}'),
(273, 161, '_wp_attached_file', '2011/02/090702-22.jpg'),
(274, 161, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"681";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''63''";s:4:"file";s:21:"2011/02/090702-22.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"090702-22-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"090702-22-365x550.jpg";s:5:"width";s:3:"365";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:20:"090702-22-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"090702-22-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"090702-22-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"11";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:29:"C.M. Peletz Co., San Jose, CA";s:17:"created_timestamp";s:10:"1246540834";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:3:"0.2";s:5:"title";s:26:"Nob Hill Private Residence";}}'),
(275, 162, '_wp_attached_file', '2011/02/110128-06.jpg'),
(276, 162, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"682";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''63''";s:4:"file";s:21:"2011/02/110128-06.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"110128-06-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"110128-06-366x550.jpg";s:5:"width";s:3:"366";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:20:"110128-06-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"110128-06-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"110128-06-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"8";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1296240426";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:1:"0";s:5:"title";s:43:"Marclyn Morris Construction, Santa Cruz, CA";}}'),
(277, 163, '_wp_attached_file', '2011/02/110128-11.jpg'),
(278, 163, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"682";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:21:"2011/02/110128-11.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"110128-11-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"110128-11-550x366.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"366";}s:8:"Homepage";a:3:{s:4:"file";s:20:"110128-11-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"110128-11-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"110128-11-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"11";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1296207156";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:1:"0";s:5:"title";s:43:"Marclyn Morris Construction, Santa Cruz, CA";}}'),
(279, 164, '_wp_attached_file', '2011/02/110128-12.jpg'),
(280, 164, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"682";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''63''";s:4:"file";s:21:"2011/02/110128-12.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"110128-12-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"110128-12-366x550.jpg";s:5:"width";s:3:"366";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:20:"110128-12-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"110128-12-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"110128-12-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"11";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1296204941";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:1:"0";s:5:"title";s:43:"Marclyn Morris Construction, Santa Cruz, CA";}}'),
(281, 165, '_wp_attached_file', '2011/02/110128-16.jpg'),
(282, 165, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"683";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''64''";s:4:"file";s:21:"2011/02/110128-16.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"110128-16-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"110128-16-366x550.jpg";s:5:"width";s:3:"366";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:20:"110128-16-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"110128-16-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"110128-16-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"11";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1296223145";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:1:"0";s:5:"title";s:43:"Marclyn Morris Construction, Santa Cruz, CA";}}'),
(283, 166, '_wp_attached_file', '2011/02/110128-17.jpg'),
(284, 166, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"683";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''64''";s:4:"file";s:21:"2011/02/110128-17.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"110128-17-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"110128-17-366x550.jpg";s:5:"width";s:3:"366";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:20:"110128-17-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"110128-17-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"110128-17-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"16";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1296223145";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:1:"0";s:5:"title";s:43:"Marclyn Morris Construction, Santa Cruz, CA";}}'),
(305, 195, '_edit_last', '2'),
(306, 195, '_edit_lock', '1298960276'),
(311, 200, '_edit_lock', '1298960136'),
(308, 195, '_wp_old_slug', ''),
(310, 200, '_edit_last', '2'),
(312, 200, '_thumbnail_id', '157'),
(314, 200, '_wp_old_slug', ''),
(316, 203, '_thumbnail_id', '155'),
(317, 203, '_edit_last', '2'),
(318, 203, '_edit_lock', '1298960560'),
(320, 203, '_wp_old_slug', ''),
(326, 195, '_thumbnail_id', '163'),
(330, 214, '_edit_lock', '1298960747'),
(329, 214, '_edit_last', '2'),
(331, 214, '_thumbnail_id', '150'),
(333, 214, '_wp_old_slug', ''),
(335, 217, '_thumbnail_id', '147'),
(336, 217, '_edit_last', '2'),
(337, 217, '_edit_lock', '1298960246'),
(339, 217, '_wp_old_slug', ''),
(346, 224, '_edit_last', '2'),
(345, 224, '_thumbnail_id', '141'),
(348, 224, '_wp_old_slug', ''),
(351, 228, '_thumbnail_id', '138'),
(350, 224, '_edit_lock', '1298960223'),
(352, 228, '_edit_last', '2'),
(354, 228, '_wp_old_slug', ''),
(357, 232, '_wp_attached_file', '2011/02/081020-011.jpg'),
(356, 228, '_edit_lock', '1298960070'),
(358, 232, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"681";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:22:"2011/02/081020-011.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"081020-011-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"081020-011-550x365.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"365";}s:8:"Homepage";a:3:{s:4:"file";s:21:"081020-011-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:22:"081020-011-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:22:"081020-011-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"16";s:6:"credit";s:0:"";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:29:"XL Construction, Milpitas, CA";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:2:"20";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:1:"0";s:5:"title";s:36:"Valley Care Emegency, Pleasanton, CA";}}'),
(359, 233, '_wp_attached_file', '2011/02/081020-021.jpg'),
(360, 233, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"681";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:22:"2011/02/081020-021.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"081020-021-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"081020-021-550x365.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"365";}s:8:"Homepage";a:3:{s:4:"file";s:21:"081020-021-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:22:"081020-021-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:22:"081020-021-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"16";s:6:"credit";s:0:"";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:29:"XL Construction, Milpitas, CA";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:1:"0";s:5:"title";s:36:"Valley Care Emegency, Pleasanton, CA";}}'),
(361, 234, '_wp_attached_file', '2011/02/081103-021.jpg'),
(362, 234, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"681";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:22:"2011/02/081103-021.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"081103-021-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"081103-021-550x365.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"365";}s:8:"Homepage";a:3:{s:4:"file";s:21:"081103-021-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:22:"081103-021-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:22:"081103-021-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"8";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:29:"XL Construction, Milpitas, CA";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:1:"0";s:5:"title";s:36:"Valley Care Emegency, Pleasanton, CA";}}'),
(363, 231, '_thumbnail_id', '234'),
(364, 231, '_edit_last', '2'),
(365, 231, '_edit_lock', '1298960524'),
(367, 231, '_wp_old_slug', ''),
(369, 238, '_wp_attached_file', '2011/02/050425-F1.jpg'),
(370, 238, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"814";s:14:"hwstring_small";s:23:"height=''96'' width=''120''";s:4:"file";s:21:"2011/02/050425-F1.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"050425-F1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"050425-F1-550x437.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"437";}s:8:"Homepage";a:3:{s:4:"file";s:20:"050425-F1-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"050425-F1-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"050425-F1-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:16:"Marco P. Zecchin";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:43:"Copyright (C) Image Center/Marco P. Zecchin";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:27:"Dentist Office, Milpitas CA";}}'),
(371, 239, '_wp_attached_file', '2011/02/050425-H1.jpg'),
(372, 239, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"832";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''78''";s:4:"file";s:21:"2011/02/050425-H1.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"050425-H1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"050425-H1-446x550.jpg";s:5:"width";s:3:"446";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:20:"050425-H1-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"050425-H1-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"050425-H1-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:16:"Marco P. Zecchin";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:43:"Copyright (C) Image Center/Marco P. Zecchin";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:27:"Dentist Office, Milpitas CA";}}'),
(373, 237, '_thumbnail_id', '238'),
(374, 237, '_edit_last', '2'),
(375, 237, '_edit_lock', '1298960700'),
(377, 237, '_wp_old_slug', ''),
(401, 257, '_wp_attached_file', '2011/02/080430-2.jpg'),
(402, 257, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"681";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:20:"2011/02/080430-2.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"080430-2-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"080430-2-550x365.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"365";}s:8:"Homepage";a:3:{s:4:"file";s:19:"080430-2-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"080430-2-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"080430-2-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:1:"?";s:7:"caption";s:34:"Hayes Architects, Redwood City, CA";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:38:"Copyright(C)Marco Zecchin/Image Center";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:33:"Private Foundation, Palo Alto, CA";}}'),
(403, 258, '_wp_attached_file', '2011/02/080430-5.jpg'),
(404, 258, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"681";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''63''";s:4:"file";s:20:"2011/02/080430-5.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"080430-5-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"080430-5-365x550.jpg";s:5:"width";s:3:"365";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:19:"080430-5-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"080430-5-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"080430-5-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:1:"F";s:7:"caption";s:34:"Hayes Architects, Redwood City, CA";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:38:"Copyright(C)Marco Zecchin/Image Center";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:33:"Private Foundation, Palo Alto, CA";}}'),
(405, 259, '_wp_attached_file', '2011/02/080430-6.jpg'),
(406, 259, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"681";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:20:"2011/02/080430-6.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"080430-6-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"080430-6-550x365.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"365";}s:8:"Homepage";a:3:{s:4:"file";s:19:"080430-6-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"080430-6-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"080430-6-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:1:"?";s:7:"caption";s:34:"Hayes Architects, Redwood City, CA";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:38:"Copyright(C)Marco Zecchin/Image Center";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:33:"Private Foundation, Palo Alto, CA";}}'),
(407, 255, '_edit_last', '2'),
(408, 255, '_edit_lock', '1299176469'),
(409, 255, '_thumbnail_id', '257'),
(411, 255, '_wp_old_slug', ''),
(413, 263, '_wp_attached_file', '2011/02/090110-021.jpg'),
(414, 263, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"681";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:22:"2011/02/090110-021.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"090110-021-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"090110-021-550x365.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"365";}s:8:"Homepage";a:3:{s:4:"file";s:21:"090110-021-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:22:"090110-021-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:22:"090110-021-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"11";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:1:"0";s:5:"title";s:37:"Silicon Valley Glass, Morgan Hill, CA";}}'),
(415, 264, '_wp_attached_file', '2011/02/090110-04.jpg'),
(416, 264, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"681";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''63''";s:4:"file";s:21:"2011/02/090110-04.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"090110-04-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"090110-04-365x550.jpg";s:5:"width";s:3:"365";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:20:"090110-04-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"090110-04-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"090110-04-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"11";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:1:"0";s:5:"title";s:37:"Silicon Valley Glass, Morgan Hill, CA";}}'),
(417, 265, '_wp_attached_file', '2011/02/090110-09.jpg'),
(418, 265, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"681";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:21:"2011/02/090110-09.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"090110-09-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"090110-09-550x365.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"365";}s:8:"Homepage";a:3:{s:4:"file";s:20:"090110-09-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"090110-09-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"090110-09-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"11";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:2:"24";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:1:"0";s:5:"title";s:37:"Silicon Valley Glass, Morgan Hill, CA";}}'),
(419, 262, '_thumbnail_id', '263'),
(420, 262, '_edit_last', '2'),
(422, 262, '_wp_old_slug', ''),
(425, 269, '_wp_attached_file', '2011/02/090307-04.jpg'),
(424, 262, '_edit_lock', '1298959861'),
(426, 269, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"681";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''63''";s:4:"file";s:21:"2011/02/090307-04.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"090307-04-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"090307-04-365x550.jpg";s:5:"width";s:3:"365";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:20:"090307-04-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"090307-04-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"090307-04-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"13";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:33:"CAS Architects, Mountain View, CA";s:17:"created_timestamp";s:10:"1236451670";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:2:"28";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:5:"0.005";s:5:"title";s:8:"Solyndra";}}'),
(427, 270, '_wp_attached_file', '2011/02/090307-09.jpg'),
(428, 270, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"681";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:21:"2011/02/090307-09.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"090307-09-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"090307-09-550x365.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"365";}s:8:"Homepage";a:3:{s:4:"file";s:20:"090307-09-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"090307-09-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"090307-09-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"13";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:33:"CAS Architects, Mountain View, CA";s:17:"created_timestamp";s:10:"1236449615";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:6:"0.0125";s:5:"title";s:8:"Solyndra";}}'),
(429, 271, '_wp_attached_file', '2011/02/090307-12.jpg'),
(430, 271, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"681";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:21:"2011/02/090307-12.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"090307-12-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"090307-12-550x365.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"365";}s:8:"Homepage";a:3:{s:4:"file";s:20:"090307-12-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"090307-12-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"090307-12-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"13";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:33:"CAS Architects, Mountain View, CA";s:17:"created_timestamp";s:10:"1236457053";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:5:"0.008";s:5:"title";s:8:"Solyndra";}}'),
(431, 268, '_thumbnail_id', '271'),
(432, 268, '_edit_last', '2'),
(434, 268, '_wp_old_slug', ''),
(437, 275, '_wp_attached_file', '2011/02/090313-01.jpg'),
(436, 268, '_edit_lock', '1298960202'),
(438, 275, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"681";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''63''";s:4:"file";s:21:"2011/02/090313-01.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"090313-01-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"090313-01-365x550.jpg";s:5:"width";s:3:"365";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:20:"090313-01-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"090313-01-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"090313-01-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"11";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1236967687";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:3:"0.6";s:5:"title";s:43:"Hawley Peterson & Snyder, Mountain View, CA";}}'),
(439, 276, '_wp_attached_file', '2011/02/090313-05.jpg'),
(440, 276, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"681";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:21:"2011/02/090313-05.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"090313-05-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"090313-05-550x365.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"365";}s:8:"Homepage";a:3:{s:4:"file";s:20:"090313-05-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"090313-05-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"090313-05-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"11";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1236981823";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:3:"0.4";s:5:"title";s:43:"Hawley Peterson & Snyder, Mountain View, CA";}}'),
(441, 277, '_wp_attached_file', '2011/02/090313-06.jpg'),
(442, 277, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"681";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:21:"2011/02/090313-06.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"090313-06-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"090313-06-550x365.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"365";}s:8:"Homepage";a:3:{s:4:"file";s:20:"090313-06-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"090313-06-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"090313-06-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"11";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1236984371";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:4:"0.25";s:5:"title";s:43:"Hawley Peterson & Snyder, Mountain View, CA";}}'),
(443, 278, '_wp_attached_file', '2011/02/090516-11.jpg'),
(444, 278, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"681";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:21:"2011/02/090516-11.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"090516-11-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"090516-11-550x365.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"365";}s:8:"Homepage";a:3:{s:4:"file";s:20:"090516-11-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"090516-11-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"090516-11-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"11";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1242433769";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:16:"0.16666666666667";s:5:"title";s:43:"Hawley Peterson & Snyder, Mountain View, CA";}}'),
(445, 274, '_thumbnail_id', '278'),
(446, 274, '_edit_last', '2'),
(447, 274, '_edit_lock', '1298960479'),
(449, 274, '_wp_old_slug', ''),
(453, 284, '_wp_attached_file', '2011/02/101215-02.jpg'),
(454, 284, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"683";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:21:"2011/02/101215-02.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"101215-02-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"101215-02-550x366.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"366";}s:8:"Homepage";a:3:{s:4:"file";s:20:"101215-02-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"101215-02-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"101215-02-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"16";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1292371735";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:5:"0.125";s:5:"title";s:17:"AAi, San Jose, CA";}}'),
(455, 285, '_wp_attached_file', '2011/02/101215-05.jpg'),
(456, 285, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"683";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:21:"2011/02/101215-05.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"101215-05-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"101215-05-550x366.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"366";}s:8:"Homepage";a:3:{s:4:"file";s:20:"101215-05-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"101215-05-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"101215-05-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"16";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1292379659";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:2:"19";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:1:"8";s:5:"title";s:17:"AAi, San Jose, CA";}}'),
(457, 286, '_wp_attached_file', '2011/02/101215-081.jpg'),
(458, 286, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"683";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:22:"2011/02/101215-081.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"101215-081-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"101215-081-550x366.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"366";}s:8:"Homepage";a:3:{s:4:"file";s:21:"101215-081-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:22:"101215-081-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:22:"101215-081-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"16";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1292383154";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:3:"0.3";s:5:"title";s:17:"AAi, San Jose, CA";}}'),
(459, 283, '_thumbnail_id', '286'),
(460, 283, '_edit_last', '2'),
(461, 283, '_edit_lock', '1298960672'),
(463, 283, '_wp_old_slug', ''),
(476, 301, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"683";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''64''";s:4:"file";s:21:"2011/02/100108-08.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"100108-08-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"100108-08-366x550.jpg";s:5:"width";s:3:"366";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:20:"100108-08-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"100108-08-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"100108-08-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"11";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1262979677";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:2:"32";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:4:"0.04";s:5:"title";s:43:"Hawley Peterson & Snyder, Mountain View, CA";}}'),
(475, 301, '_wp_attached_file', '2011/02/100108-08.jpg'),
(477, 302, '_wp_attached_file', '2011/02/100108-10.jpg'),
(478, 302, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"683";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:21:"2011/02/100108-10.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"100108-10-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"100108-10-550x366.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"366";}s:8:"Homepage";a:3:{s:4:"file";s:20:"100108-10-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"100108-10-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"100108-10-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"11";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1262983828";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:17:"0.066666666666667";s:5:"title";s:43:"Hawley Peterson & Snyder, Mountain View, CA";}}'),
(482, 306, '_edit_lock', '1298653876'),
(481, 306, '_edit_last', '1'),
(483, 306, 'query_args', 'cat=4'),
(484, 306, '_wp_page_template', 'page_portfolio.php'),
(485, 308, '_edit_last', '1'),
(486, 308, '_edit_lock', '1298653951'),
(487, 308, 'query_args', 'cat=5'),
(488, 308, '_wp_page_template', 'page_portfolio.php'),
(489, 310, '_edit_last', '1'),
(490, 310, '_edit_lock', '1298653992'),
(491, 310, 'query_args', 'cat=6'),
(492, 310, '_wp_page_template', 'page_portfolio.php'),
(493, 312, '_edit_last', '1'),
(494, 312, '_edit_lock', '1298922548'),
(495, 312, 'query_args', 'cat=10'),
(496, 312, '_wp_page_template', 'page_portfolio.php'),
(497, 72, '_wp_trash_meta_status', 'draft'),
(498, 72, '_wp_trash_meta_time', '1298655061'),
(520, 341, '_wp_page_template', 'page_blog.php'),
(519, 341, '_edit_lock', '1298679063'),
(518, 341, '_edit_last', '1'),
(580, 350, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(579, 350, '_menu_item_target', ''),
(578, 350, '_menu_item_object', 'page'),
(577, 350, '_menu_item_object_id', '341'),
(576, 350, '_menu_item_menu_item_parent', '0'),
(575, 350, '_menu_item_type', 'post_type'),
(530, 345, '_menu_item_type', 'post_type'),
(531, 345, '_menu_item_menu_item_parent', '0'),
(532, 345, '_menu_item_object_id', '312'),
(533, 345, '_menu_item_object', 'page'),
(534, 345, '_menu_item_target', ''),
(535, 345, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(536, 345, '_menu_item_xfn', ''),
(537, 345, '_menu_item_url', ''),
(866, 518, '_edit_last', '1'),
(865, 516, '_wp_page_template', 'page_portfolio.php'),
(864, 516, 'query_args', 'cat=13'),
(863, 516, '_edit_lock', '1298925968'),
(862, 516, '_edit_last', '1'),
(548, 347, '_menu_item_type', 'post_type'),
(549, 347, '_menu_item_menu_item_parent', '0'),
(550, 347, '_menu_item_object_id', '308'),
(551, 347, '_menu_item_object', 'page'),
(552, 347, '_menu_item_target', ''),
(553, 347, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(554, 347, '_menu_item_xfn', ''),
(555, 347, '_menu_item_url', ''),
(557, 348, '_menu_item_type', 'post_type'),
(558, 348, '_menu_item_menu_item_parent', '0'),
(559, 348, '_menu_item_object_id', '306'),
(560, 348, '_menu_item_object', 'page'),
(561, 348, '_menu_item_target', ''),
(562, 348, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(563, 348, '_menu_item_xfn', ''),
(564, 348, '_menu_item_url', ''),
(566, 349, '_menu_item_type', 'post_type'),
(567, 349, '_menu_item_menu_item_parent', '0'),
(568, 349, '_menu_item_object_id', '128'),
(569, 349, '_menu_item_object', 'page'),
(570, 349, '_menu_item_target', ''),
(571, 349, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(572, 349, '_menu_item_xfn', ''),
(573, 349, '_menu_item_url', '');
INSERT INTO `wp_2postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(637, 268, '_genesis_keywords', 'architecture, photography, commercial, residential, house, resort, biomedical, medical, entertainment, restaurant, theater, church, hospitality, interior design, construction, building, realty, educational, hospital'),
(645, 248, '_genesis_title', 'Architectural photography of Netflix, Los Gatos, CA Corporate Headquarters'),
(641, 262, '_genesis_description', 'Architectural and interior design photography by Image Center Marco Zecchin of Commercial, Residential, Biomedical, Entertainment &amp; Hospitality properties.'),
(642, 262, '_genesis_keywords', 'architecture, photography, commercial, residential, house, resort, biomedical, medical, entertainment, restaurant, theater, church, hospitality, interior design, construction, building, realty, educational, hospital'),
(646, 248, '_genesis_description', 'Architectural and interior design photography by Image Center Marco Zecchin of Commercial, Residential, Biomedical, Entertainment &amp; Hospitality properties.'),
(647, 248, '_genesis_keywords', 'architecture, photography, commercial, residential, house, resort, biomedical, medical, entertainment, restaurant, theater, church, hospitality, interior design, construction, building, realty, educational, hospital'),
(663, 8, '_wp_trash_meta_time', '1298867249'),
(654, 255, '_genesis_title', 'Architectural photography of Private Foundation, Palo Alto, CA - Foundation headquarter'),
(655, 255, '_genesis_description', 'Architectural and interior design photography by Image Center Marco Zecchin of Commercial, Residential, Biomedical, Entertainment &amp; Hospitality properties.'),
(656, 255, '_genesis_keywords', 'architecture, photography, commercial, residential, house, resort, biomedical, medical, entertainment, restaurant, theater, church, hospitality, interior design, construction, building, realty, educational, hospital'),
(662, 8, '_wp_trash_meta_status', 'publish'),
(679, 283, '_genesis_title', 'Easton-Bell, Scotts Valley, CA - Helmet design and testing facility'),
(668, 214, '_genesis_title', 'Architectural photography of private residence - Menlo Park, CA'),
(669, 214, '_genesis_description', 'Architectural and interior design photography by Image Center Marco Zecchin of Commercial, Residential, Biomedical, Entertainment &amp; Hospitality properties.'),
(670, 214, '_genesis_keywords', 'architecture, photography, commercial, residential, house, resort, biomedical, medical, entertainment, restaurant, theater, church, hospitality, interior design, construction, building, realty, educational, hospital'),
(672, 203, '_genesis_title', 'Architectural photography of private residence - Hillsborough, CA'),
(673, 203, '_genesis_description', 'Architectural and interior design photography by Image Center Marco Zecchin of Commercial, Residential, Biomedical, Entertainment &amp; Hospitality properties.'),
(674, 203, '_genesis_keywords', 'architecture, photography, commercial, residential, house, resort, biomedical, medical, entertainment, restaurant, theater, church, hospitality, interior design, construction, building, realty, educational, hospital'),
(700, 195, '_genesis_title', 'Architectural photography of Morris Residence, Homewood, CA'),
(680, 283, '_genesis_description', 'Architectural and interior design photography by Image Center Marco Zecchin of Commercial, Residential, Biomedical, Entertainment &amp; Hospitality properties.'),
(681, 283, '_genesis_keywords', 'architecture, photography, commercial, residential, house, resort, biomedical, medical, entertainment, restaurant, theater, church, hospitality, interior design, construction, building, realty, educational, hospital'),
(713, 231, '_genesis_title', 'Architectural photography of Valley Care Emergency, Pleasanton, CA'),
(701, 195, '_genesis_description', 'Architectural and interior design photography by Image Center Marco Zecchin of Commercial, Residential, Biomedical, Entertainment &amp; Hospitality properties.'),
(702, 195, '_genesis_keywords', 'architecture, photography, commercial, residential, house, resort, biomedical, medical, entertainment, restaurant, theater, church, hospitality, interior design, construction, building, realty, educational, hospital'),
(704, 200, '_genesis_title', 'Architectural photography of private residence, San Francisco, CA'),
(705, 200, '_genesis_description', 'Architectural and interior design photography by Image Center Marco Zecchin of Commercial, Residential, Biomedical, Entertainment &amp; Hospitality properties.'),
(706, 200, '_genesis_keywords', 'architecture, photography, commercial, residential, house, resort, biomedical, medical, entertainment, restaurant, theater, church, hospitality, interior design, construction, building, realty, educational, hospital'),
(708, 237, '_genesis_title', 'Architectural photography of dental office, Fremont, CA'),
(709, 237, '_genesis_description', 'Architectural and interior design photography by Image Center Marco Zecchin of Commercial, Residential, Biomedical, Entertainment &amp; Hospitality properties.'),
(710, 237, '_genesis_keywords', 'architecture, photography, commercial, residential, house, resort, biomedical, medical, entertainment, restaurant, theater, church, hospitality, interior design, construction, building, realty, educational, hospital'),
(727, 228, '_genesis_title', 'Architectural photography of Veterinary Office, Campbell, CA'),
(714, 231, '_genesis_description', 'Architectural and interior design photography by Image Center Marco Zecchin of Commercial, Residential, Biomedical, Entertainment &amp; Hospitality properties.'),
(715, 231, '_genesis_keywords', 'architecture, photography, commercial, residential, house, resort, biomedical, medical, entertainment, restaurant, theater, church, hospitality, interior design, construction, building, realty, educational, hospital'),
(717, 217, '_genesis_title', 'Architectural photography of California Cardiovascular Consultants, Fremont, CA'),
(718, 217, '_genesis_description', 'Architectural and interior design photography by Image Center Marco Zecchin of Commercial, Residential, Biomedical, Entertainment &amp; Hospitality properties.'),
(719, 217, '_genesis_keywords', 'architecture, photography, commercial, residential, house, resort, biomedical, medical, entertainment, restaurant, theater, church, hospitality, interior design, construction, building, realty, educational, hospital'),
(721, 224, '_genesis_title', 'Architectural photography of El Camino Hospital Radiology, Mountain View, CA'),
(722, 224, '_genesis_description', 'Architectural and interior design photography by Image Center Marco Zecchin of Commercial, Residential, Biomedical, Entertainment &amp; Hospitality properties.'),
(723, 224, '_genesis_keywords', 'architecture, photography, commercial, residential, house, resort, biomedical, medical, entertainment, restaurant, theater, church, hospitality, interior design, construction, building, realty, educational, hospital'),
(728, 228, '_genesis_description', 'Architectural and interior design photography by Image Center Marco Zecchin of Commercial, Residential, Biomedical, Entertainment &amp; Hospitality properties.'),
(729, 228, '_genesis_keywords', 'architecture, photography, commercial, residential, house, resort, biomedical, medical, entertainment, restaurant, theater, church, hospitality, interior design, construction, building, realty, educational, hospital'),
(731, 454, '_wp_attached_file', '2011/02/090820-03.jpg'),
(732, 454, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"681";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:21:"2011/02/090820-03.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"090820-03-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"090820-03-550x365.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"365";}s:8:"Homepage";a:3:{s:4:"file";s:20:"090820-03-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"090820-03-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"090820-03-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"8";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:32:"Blach Construction, San Jose, CA";s:17:"created_timestamp";s:10:"1250799326";s:9:"copyright";s:38:"Copyright(C)Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:1:"5";s:5:"title";s:51:"Menlo Atherton Performing Arts Center, Atherton, CA";}}'),
(733, 455, '_wp_attached_file', '2011/02/090820-04.jpg'),
(734, 455, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"681";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:21:"2011/02/090820-04.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"090820-04-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"090820-04-550x365.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"365";}s:8:"Homepage";a:3:{s:4:"file";s:20:"090820-04-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"090820-04-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"090820-04-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"8";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:32:"Blach Construction, San Jose, CA";s:17:"created_timestamp";s:10:"1250800314";s:9:"copyright";s:38:"Copyright(C)Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:1:"8";s:5:"title";s:51:"Menlo Atherton Performing Arts Center, Atherton, CA";}}'),
(735, 456, '_wp_attached_file', '2011/02/090820-091.jpg'),
(736, 456, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"681";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:22:"2011/02/090820-091.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"090820-091-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"090820-091-550x365.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"365";}s:8:"Homepage";a:3:{s:4:"file";s:21:"090820-091-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:22:"090820-091-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:22:"090820-091-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"8";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:32:"Blach Construction, San Jose, CA";s:17:"created_timestamp";s:10:"1250797111";s:9:"copyright";s:38:"Copyright(C)Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:1:"4";s:5:"title";s:51:"Menlo Atherton Performing Arts Center, Atherton, CA";}}'),
(737, 457, '_wp_attached_file', '2011/02/090820-10.jpg'),
(738, 457, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"681";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:21:"2011/02/090820-10.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"090820-10-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"090820-10-550x365.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"365";}s:8:"Homepage";a:3:{s:4:"file";s:20:"090820-10-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"090820-10-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"090820-10-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"8";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:32:"Blach Construction, San Jose, CA";s:17:"created_timestamp";s:10:"1250797532";s:9:"copyright";s:38:"Copyright(C)Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:1:"8";s:5:"title";s:51:"Menlo Atherton Performing Arts Center, Atherton, CA";}}'),
(739, 453, '_edit_last', '2'),
(740, 453, '_edit_lock', '1298960639'),
(742, 453, '_wp_old_slug', ''),
(743, 453, '_genesis_title', 'Architectural photography of Menlo Atherton Performing Arts Center, Atherton, CA'),
(744, 453, '_genesis_description', 'Architectural and interior design photography by Image Center Marco Zecchin of Commercial, Residential, Biomedical, Entertainment &amp; Hospitality properties.'),
(745, 453, '_genesis_keywords', 'architecture, photography, commercial, residential, house, resort, biomedical, medical, entertainment, restaurant, theater, church, hospitality, interior design, construction, building, realty, educational, hospital'),
(747, 461, '_wp_attached_file', '2011/02/090712-07.jpg'),
(748, 461, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"681";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''63''";s:4:"file";s:21:"2011/02/090712-07.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"090712-07-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"090712-07-365x550.jpg";s:5:"width";s:3:"365";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:20:"090712-07-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"090712-07-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"090712-07-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"11";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:29:"XL Construction, Milpitas, CA";s:17:"created_timestamp";s:10:"1247430387";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:2:"21";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:17:"0.033333333333333";s:5:"title";s:28:"St. John''s Church, Aptos, CA";}}'),
(749, 462, '_wp_attached_file', '2011/02/090712-08.jpg'),
(750, 462, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"681";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:21:"2011/02/090712-08.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"090712-08-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"090712-08-550x365.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"365";}s:8:"Homepage";a:3:{s:4:"file";s:20:"090712-08-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"090712-08-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"090712-08-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"11";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:29:"XL Construction, Milpitas, CA";s:17:"created_timestamp";s:10:"1247437036";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:3:"0.4";s:5:"title";s:28:"St. John''s Church, Aptos, CA";}}'),
(751, 463, '_wp_attached_file', '2011/02/090712-14.jpg'),
(752, 463, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"681";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''63''";s:4:"file";s:21:"2011/02/090712-14.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"090712-14-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"090712-14-365x550.jpg";s:5:"width";s:3:"365";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:20:"090712-14-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"090712-14-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"090712-14-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"11";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:29:"XL Construction, Milpitas, CA";s:17:"created_timestamp";s:10:"1247429256";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:3:"0.4";s:5:"title";s:28:"St. John''s Church, Aptos, CA";}}'),
(753, 464, '_wp_attached_file', '2011/02/090712-19.jpg'),
(754, 464, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"681";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:21:"2011/02/090712-19.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"090712-19-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"090712-19-550x365.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"365";}s:8:"Homepage";a:3:{s:4:"file";s:20:"090712-19-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"090712-19-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"090712-19-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"11";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:29:"XL Construction, Milpitas, CA";s:17:"created_timestamp";s:10:"1247433140";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:4:"0.04";s:5:"title";s:28:"St. John''s Church, Aptos, CA";}}'),
(755, 460, '_edit_last', '2'),
(756, 460, '_edit_lock', '1298960375'),
(758, 460, '_wp_old_slug', ''),
(759, 460, '_genesis_title', 'Architectural photography of St. John&#039;s Church, Aptos, CA'),
(760, 460, '_genesis_description', 'Architectural and interior design photography by Image Center Marco Zecchin of Commercial, Residential, Biomedical, Entertainment &amp; Hospitality properties.'),
(761, 460, '_genesis_keywords', 'architecture, photography, commercial, residential, house, resort, biomedical, medical, entertainment, restaurant, theater, church, hospitality, interior design, construction, building, realty, educational, hospital'),
(763, 468, '_wp_attached_file', '2011/02/090331-1.jpg'),
(764, 468, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"681";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:20:"2011/02/090331-1.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"090331-1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"090331-1-550x365.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"365";}s:8:"Homepage";a:3:{s:4:"file";s:19:"090331-1-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"090331-1-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"090331-1-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"8";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:31:"Tico Construction, San Jose, CA";s:17:"created_timestamp";s:10:"1238425638";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:2:"32";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:1:"5";s:5:"title";s:28:"Angela''s Bistro, Alameda, CA";}}'),
(765, 469, '_wp_attached_file', '2011/02/090331-31.jpg'),
(766, 469, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"681";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:21:"2011/02/090331-31.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"090331-31-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"090331-31-550x365.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"365";}s:8:"Homepage";a:3:{s:4:"file";s:20:"090331-31-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"090331-31-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"090331-31-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"8";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:31:"Tico Construction, San Jose, CA";s:17:"created_timestamp";s:10:"1238426791";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:1:"2";s:5:"title";s:28:"Angela''s Bistro, Alameda, CA";}}'),
(767, 470, '_wp_attached_file', '2011/02/090331-4.jpg'),
(768, 470, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"681";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:20:"2011/02/090331-4.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"090331-4-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"090331-4-550x365.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"365";}s:8:"Homepage";a:3:{s:4:"file";s:19:"090331-4-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"090331-4-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"090331-4-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"8";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:31:"Tico Construction, San Jose, CA";s:17:"created_timestamp";s:10:"1238427204";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:1:"4";s:5:"title";s:28:"Angela''s Bistro, Alameda, CA";}}'),
(769, 471, '_wp_attached_file', '2011/02/090331-6.jpg'),
(770, 471, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"681";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:20:"2011/02/090331-6.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"090331-6-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"090331-6-550x365.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"365";}s:8:"Homepage";a:3:{s:4:"file";s:19:"090331-6-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"090331-6-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"090331-6-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"11";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:31:"Tico Construction, San Jose, CA";s:17:"created_timestamp";s:10:"1238427876";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:1:"8";s:5:"title";s:28:"Angela''s Bistro, Alameda, CA";}}'),
(771, 467, '_edit_last', '2'),
(772, 467, '_edit_lock', '1298959552'),
(773, 467, '_thumbnail_id', '469'),
(775, 467, '_wp_old_slug', ''),
(776, 467, '_genesis_title', 'Architectural photography of Angela&#039;s Bistro, Alameda, CA'),
(777, 467, '_genesis_description', 'Architectural and interior design photography by Image Center Marco Zecchin of Commercial, Residential, Biomedical, Entertainment &amp; Hospitality properties.'),
(778, 467, '_genesis_keywords', 'architecture, photography, commercial, residential, house, resort, biomedical, medical, entertainment, restaurant, theater, church, hospitality, interior design, construction, building, realty, educational, hospital'),
(782, 15, '_wp_trash_meta_status', 'publish'),
(783, 15, '_wp_trash_meta_time', '1298873507'),
(784, 478, '_wp_attached_file', '2011/02/041104-C.jpg'),
(785, 478, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"788";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''73''";s:4:"file";s:20:"2011/02/041104-C.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"041104-C-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"041104-C-423x550.jpg";s:5:"width";s:3:"423";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:19:"041104-C-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"041104-C-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"041104-C-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:16:"Marco P. Zecchin";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:43:"Copyright (C) Image Center/Marco P. Zecchin";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:32:"California Theatre, San Jose, CA";}}'),
(786, 479, '_wp_attached_file', '2011/02/041104-K.jpg'),
(787, 479, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"788";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''73''";s:4:"file";s:20:"2011/02/041104-K.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"041104-K-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"041104-K-423x550.jpg";s:5:"width";s:3:"423";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:19:"041104-K-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"041104-K-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"041104-K-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:16:"Marco P. Zecchin";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:43:"Copyright (C) Image Center/Marco P. Zecchin";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:32:"California Theatre, San Jose, CA";}}'),
(788, 480, '_wp_attached_file', '2011/02/041104-R.jpg'),
(789, 480, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"788";s:14:"hwstring_small";s:23:"height=''96'' width=''124''";s:4:"file";s:20:"2011/02/041104-R.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"041104-R-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"041104-R-550x423.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"423";}s:8:"Homepage";a:3:{s:4:"file";s:19:"041104-R-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"041104-R-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"041104-R-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:16:"Marco P. Zecchin";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:43:"Copyright (C) Image Center/Marco P. Zecchin";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:32:"California Theatre, San Jose, CA";}}'),
(790, 481, '_wp_attached_file', '2011/02/041104-V.jpg'),
(791, 481, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"788";s:14:"hwstring_small";s:23:"height=''96'' width=''124''";s:4:"file";s:20:"2011/02/041104-V.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"041104-V-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"041104-V-550x423.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"423";}s:8:"Homepage";a:3:{s:4:"file";s:19:"041104-V-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"041104-V-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"041104-V-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:16:"Marco P. Zecchin";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:43:"Copyright (C) Image Center/Marco P. Zecchin";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:32:"California Theatre, San Jose, CA";}}'),
(792, 477, '_edit_last', '2'),
(793, 477, '_edit_lock', '1298960464'),
(794, 477, '_thumbnail_id', '480'),
(803, 460, '_thumbnail_id', '464'),
(796, 477, '_wp_old_slug', ''),
(797, 477, '_genesis_title', 'Architectural photography of California Theatre, San Jose, CA'),
(798, 477, '_genesis_description', 'Architectural and interior design photography by Image Center Marco Zecchin of Commercial, Residential, Biomedical, Entertainment &amp; Hospitality properties.'),
(799, 477, '_genesis_keywords', 'architecture, photography, commercial, residential, house, resort, biomedical, medical, entertainment, restaurant, theater, church, hospitality, interior design, construction, building, realty, educational, hospital'),
(807, 489, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"683";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:21:"2011/02/100826-06.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"100826-06-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"100826-06-550x366.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"366";}s:8:"Homepage";a:3:{s:4:"file";s:20:"100826-06-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"100826-06-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"100826-06-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"8";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:28:"BP Management, Sunnyvale, CA";s:17:"created_timestamp";s:10:"1282850162";s:9:"copyright";s:38:"Copyright(C)Marco Zecchin/Image Center";s:12:"focal_length";s:2:"22";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:1:"4";s:5:"title";s:28:"Corporate Inn, Sunnyvale, CA";}}'),
(806, 489, '_wp_attached_file', '2011/02/100826-06.jpg'),
(808, 490, '_wp_attached_file', '2011/02/100826-12.jpg'),
(809, 490, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"683";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''64''";s:4:"file";s:21:"2011/02/100826-12.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"100826-12-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"100826-12-366x550.jpg";s:5:"width";s:3:"366";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:20:"100826-12-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"100826-12-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"100826-12-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"16";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:28:"BP Management, Sunnyvale, CA";s:17:"created_timestamp";s:10:"1282853646";s:9:"copyright";s:38:"Copyright(C)Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:17:"0.033333333333333";s:5:"title";s:28:"Corporate Inn, Sunnyvale, CA";}}'),
(810, 491, '_wp_attached_file', '2011/02/100826-13.jpg'),
(811, 491, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"683";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:21:"2011/02/100826-13.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"100826-13-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"100826-13-550x366.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"366";}s:8:"Homepage";a:3:{s:4:"file";s:20:"100826-13-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"100826-13-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"100826-13-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"16";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:28:"BP Management, Sunnyvale, CA";s:17:"created_timestamp";s:10:"1282863179";s:9:"copyright";s:38:"Copyright(C)Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:5:"0.125";s:5:"title";s:28:"Corporate Inn, Sunnyvale, CA";}}'),
(812, 492, '_wp_attached_file', '2011/02/100826-36.jpg'),
(813, 492, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"683";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:21:"2011/02/100826-36.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"100826-36-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"100826-36-550x366.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"366";}s:8:"Homepage";a:3:{s:4:"file";s:20:"100826-36-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"100826-36-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"100826-36-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"16";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:28:"BP Management, Sunnyvale, CA";s:17:"created_timestamp";s:10:"1282819968";s:9:"copyright";s:38:"Copyright(C)Marco Zecchin/Image Center";s:12:"focal_length";s:2:"27";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:17:"0.033333333333333";s:5:"title";s:28:"Corporate Inn, Sunnyvale, CA";}}'),
(814, 493, '_wp_attached_file', '2011/02/100826-49.jpg'),
(815, 493, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"683";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:21:"2011/02/100826-49.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"100826-49-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"100826-49-550x366.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"366";}s:8:"Homepage";a:3:{s:4:"file";s:20:"100826-49-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"100826-49-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"100826-49-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"16";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:28:"BP Management, Sunnyvale, CA";s:17:"created_timestamp";s:10:"1282784110";s:9:"copyright";s:38:"Copyright(C)Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:5:"0.125";s:5:"title";s:28:"Corporate Inn, Sunnyvale, CA";}}'),
(816, 488, '_thumbnail_id', '489'),
(817, 488, '_edit_last', '2'),
(818, 488, '_edit_lock', '1298960304'),
(820, 488, '_wp_old_slug', ''),
(821, 488, '_genesis_title', 'Architectural photography of Corporate Inn, Sunnyvale, CA'),
(822, 488, '_genesis_description', 'Architectural and interior design photography by Image Center Marco Zecchin of Commercial, Residential, Biomedical, Entertainment &amp; Hospitality properties.'),
(823, 488, '_genesis_keywords', 'architecture, photography, commercial, residential, house, resort, biomedical, medical, entertainment, restaurant, theater, church, hospitality, interior design, construction, building, realty, educational, hospital'),
(826, 102, '_wp_trash_meta_status', 'publish'),
(827, 102, '_wp_trash_meta_time', '1298874641'),
(828, 499, '_wp_attached_file', '2011/02/091015-03.jpg'),
(829, 499, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"681";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:21:"2011/02/091015-03.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"091015-03-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"091015-03-550x365.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"365";}s:8:"Homepage";a:3:{s:4:"file";s:20:"091015-03-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"091015-03-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"091015-03-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"11";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1255554611";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:2:"25";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:4:"0.04";s:5:"title";s:44:"Wald, Ruhnke & Dost Archtiects, Monterey, CA";}}'),
(830, 500, '_wp_attached_file', '2011/02/091015-11.jpg'),
(831, 500, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"681";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:21:"2011/02/091015-11.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"091015-11-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"091015-11-550x365.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"365";}s:8:"Homepage";a:3:{s:4:"file";s:20:"091015-11-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"091015-11-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"091015-11-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"11";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1255551859";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:3:"2.5";s:5:"title";s:44:"Wald, Ruhnke & Dost Archtiects, Monterey, CA";}}'),
(832, 501, '_wp_attached_file', '2011/02/091015-12.jpg'),
(833, 501, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"681";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:21:"2011/02/091015-12.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"091015-12-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"091015-12-550x365.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"365";}s:8:"Homepage";a:3:{s:4:"file";s:20:"091015-12-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"091015-12-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"091015-12-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"11";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1255553031";s:9:"copyright";s:40:"Copyright (C) Marco Zecchin/Image Center";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:3:"1.3";s:5:"title";s:44:"Wald, Ruhnke & Dost Archtiects, Monterey, CA";}}'),
(834, 498, '_thumbnail_id', '499'),
(835, 498, '_edit_last', '2'),
(836, 498, '_edit_lock', '1299193688'),
(842, 505, 'query_args', 'cat=11'),
(838, 498, '_wp_old_slug', ''),
(839, 498, '_genesis_title', 'Architectural photography of Abrego Hotel, Monterey, CA'),
(840, 498, '_genesis_description', 'Architectural and interior design photography by Image Center Marco Zecchin of Commercial, Residential, Biomedical, Entertainment &amp; Hospitality properties.'),
(841, 498, '_genesis_keywords', 'architecture, photography, commercial, residential, house, resort, biomedical, medical, entertainment, restaurant, theater, church, hospitality, interior design, construction, building, realty, educational, hospital'),
(843, 505, '_edit_last', '1'),
(844, 505, '_wp_page_template', 'page_portfolio.php'),
(845, 505, '_edit_lock', '1298923061'),
(846, 507, '_menu_item_type', 'post_type'),
(847, 507, '_menu_item_menu_item_parent', '0'),
(848, 507, '_menu_item_object_id', '505'),
(849, 507, '_menu_item_object', 'page'),
(850, 507, '_menu_item_target', ''),
(851, 507, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(852, 507, '_menu_item_xfn', ''),
(853, 507, '_menu_item_url', ''),
(867, 518, '_edit_lock', '1298926007'),
(868, 518, 'query_args', 'cat=12'),
(869, 518, '_wp_page_template', 'page_portfolio.php'),
(870, 520, '_menu_item_type', 'post_type'),
(871, 520, '_menu_item_menu_item_parent', '507'),
(872, 520, '_menu_item_object_id', '518'),
(873, 520, '_menu_item_object', 'page'),
(874, 520, '_menu_item_target', ''),
(875, 520, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(876, 520, '_menu_item_xfn', ''),
(877, 520, '_menu_item_url', ''),
(925, 11, '_wp_trash_meta_time', '1298960174'),
(879, 521, '_menu_item_type', 'post_type'),
(880, 521, '_menu_item_menu_item_parent', '507'),
(881, 521, '_menu_item_object_id', '516'),
(882, 521, '_menu_item_object', 'page'),
(883, 521, '_menu_item_target', ''),
(884, 521, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(885, 521, '_menu_item_xfn', ''),
(886, 521, '_menu_item_url', ''),
(924, 11, '_wp_trash_meta_status', 'draft'),
(888, 522, '_menu_item_type', 'post_type'),
(889, 522, '_menu_item_menu_item_parent', '507'),
(890, 522, '_menu_item_object_id', '310'),
(891, 522, '_menu_item_object', 'page'),
(892, 522, '_menu_item_target', ''),
(893, 522, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(894, 522, '_menu_item_xfn', ''),
(895, 522, '_menu_item_url', ''),
(923, 26, '_wp_trash_meta_time', '1298960157'),
(922, 26, '_wp_trash_meta_status', 'draft'),
(947, 580, '_wp_attached_file', '2011/03/940923-K.jpg'),
(948, 580, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"824";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:20:"2011/03/940923-K.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"940923-K-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"940923-K-442x550.jpg";s:5:"width";s:3:"442";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:19:"940923-K-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"940923-K-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"940923-K-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:40:"Copyright (C) Image Center/Marco Zecchin";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:36:"Paul Davis Partnership, Monterey, CA";}}'),
(949, 581, '_wp_attached_file', '2011/03/940923-M.jpg'),
(950, 581, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"824";s:14:"hwstring_small";s:23:"height=''96'' width=''119''";s:4:"file";s:20:"2011/03/940923-M.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"940923-M-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"940923-M-550x442.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"442";}s:8:"Homepage";a:3:{s:4:"file";s:19:"940923-M-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"940923-M-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"940923-M-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:40:"Copyright (C) Image Center/Marco Zecchin";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:36:"Paul Davis Partnership, Monterey, CA";}}'),
(951, 582, '_wp_attached_file', '2011/03/940923-W.jpg'),
(952, 582, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"824";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:20:"2011/03/940923-W.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"940923-W-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"940923-W-442x550.jpg";s:5:"width";s:3:"442";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:19:"940923-W-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"940923-W-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"940923-W-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:26:"Marco Zecchin/Image Center";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:40:"Copyright (C) Image Center/Marco Zecchin";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:36:"Paul Davis Partnership, Monterey, CA";}}'),
(953, 578, '_thumbnail_id', '579'),
(954, 583, '_thumbnail_id', '579'),
(955, 583, '_edit_last', '2'),
(956, 583, '_edit_lock', '1299182107'),
(958, 583, '_wp_old_slug', ''),
(959, 583, '_genesis_title', 'Architectural photography of Greenfield Library, Greenfield, CA '),
(960, 583, '_genesis_description', 'Architectural and interior design photography by Image Center Marco Zecchin of Commercial, Residential, Biomedical, Entertainment &amp; Hospitality properties.'),
(961, 583, '_genesis_keywords', 'architecture, photography, commercial, residential, house, resort, biomedical, medical, entertainment, restaurant, theater, church, hospitality, interior design, construction, building, realty, educational, hospital'),
(963, 587, '_wp_attached_file', '2011/03/940208-A.jpg'),
(964, 587, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"824";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:20:"2011/03/940208-A.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"940208-A-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"940208-A-442x550.jpg";s:5:"width";s:3:"442";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:19:"940208-A-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"940208-A-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"940208-A-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:7:"o?/?e(s";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:"";}}'),
(965, 588, '_wp_attached_file', '2011/03/940208-AA.jpg'),
(966, 588, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"824";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:21:"2011/03/940208-AA.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"940208-AA-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"940208-AA-442x550.jpg";s:5:"width";s:3:"442";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:20:"940208-AA-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"940208-AA-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"940208-AA-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:12:"¿ÿÖ´(s";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:"";}}'),
(967, 589, '_wp_attached_file', '2011/03/940208-AE.jpg'),
(968, 589, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"824";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:21:"2011/03/940208-AE.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"940208-AE-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"940208-AE-442x550.jpg";s:5:"width";s:3:"442";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:20:"940208-AE-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:21:"940208-AE-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:21:"940208-AE-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:7:"o?/?e(s";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:"";}}'),
(969, 590, '_wp_attached_file', '2011/03/940208-J.jpg');
INSERT INTO `wp_2postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(970, 590, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"824";s:14:"hwstring_small";s:23:"height=''96'' width=''119''";s:4:"file";s:20:"2011/03/940208-J.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"940208-J-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"940208-J-550x442.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"442";}s:8:"Homepage";a:3:{s:4:"file";s:19:"940208-J-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"940208-J-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"940208-J-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:7:"o?/?e(s";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:"";}}'),
(971, 591, '_wp_attached_file', '2011/03/940208-N.jpg'),
(972, 591, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"824";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:20:"2011/03/940208-N.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"940208-N-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"940208-N-442x550.jpg";s:5:"width";s:3:"442";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:19:"940208-N-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"940208-N-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"940208-N-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:7:"o?/?e(s";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:"";}}'),
(973, 586, '_thumbnail_id', '590'),
(974, 586, '_edit_last', '2'),
(975, 586, '_edit_lock', '1299182020'),
(977, 586, '_wp_old_slug', ''),
(978, 586, '_genesis_title', 'Architectural photography of Monterey Peninsula Museum of Art, Monterey CA'),
(979, 586, '_genesis_description', 'Architectural and interior design photography by Image Center Marco Zecchin of Commercial, Residential, Biomedical, Entertainment &amp; Hospitality properties.'),
(980, 586, '_genesis_keywords', 'architecture, photography, commercial, residential, house, resort, biomedical, medical, entertainment, restaurant, theater, church, hospitality, interior design, construction, building, realty, educational, hospital'),
(984, 597, '_wp_attached_file', '2011/03/051114-A.jpg'),
(985, 597, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"844";s:14:"hwstring_small";s:23:"height=''96'' width=''116''";s:4:"file";s:20:"2011/03/051114-A.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"051114-A-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"051114-A-550x453.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"453";}s:8:"Homepage";a:3:{s:4:"file";s:19:"051114-A-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"051114-A-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"051114-A-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"11";s:6:"credit";s:16:"Marco P. Zecchin";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:74:"First Bank, San Mateo, CA\nClient: Hillhouse Construction Co., San Jose, CA";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:43:"Copyright (C) Image Center/Marco P. Zecchin";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:3:"3.2";s:5:"title";s:25:"First Bank, San Mateo, CA";}}'),
(986, 598, '_wp_attached_file', '2011/03/051114-B.jpg'),
(987, 598, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"681";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''63''";s:4:"file";s:20:"2011/03/051114-B.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"051114-B-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"051114-B-365x550.jpg";s:5:"width";s:3:"365";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:19:"051114-B-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"051114-B-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"051114-B-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"11";s:6:"credit";s:16:"Marco P. Zecchin";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:74:"First Bank, San Mateo, CA\nClient: Hillhouse Construction Co., San Jose, CA";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:43:"Copyright (C) Image Center/Marco P. Zecchin";s:12:"focal_length";s:2:"22";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:1:"5";s:5:"title";s:25:"First Bank, San Mateo, CA";}}'),
(988, 599, '_wp_attached_file', '2011/03/051114-C.jpg'),
(989, 599, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"681";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:20:"2011/03/051114-C.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"051114-C-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"051114-C-550x365.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"365";}s:8:"Homepage";a:3:{s:4:"file";s:19:"051114-C-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"051114-C-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"051114-C-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"11";s:6:"credit";s:16:"Marco P. Zecchin";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:74:"First Bank, San Mateo, CA\nClient: Hillhouse Construction Co., San Jose, CA";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:43:"Copyright (C) Image Center/Marco P. Zecchin";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:3:"3.2";s:5:"title";s:25:"First Bank, San Mateo, CA";}}'),
(990, 596, '_thumbnail_id', '599'),
(991, 596, '_edit_last', '2'),
(992, 596, '_edit_lock', '1299181665'),
(994, 596, '_wp_old_slug', ''),
(995, 596, '_genesis_title', 'Architectural photography of First Bank, San Mateo, CA'),
(996, 596, '_genesis_description', 'Architectural and interior design photography by Image Center Marco Zecchin of Commercial, Residential, Biomedical, Entertainment &amp; Hospitality properties.'),
(997, 596, '_genesis_keywords', 'architecture, photography, commercial, residential, house, resort, biomedical, medical, entertainment, restaurant, theater, church, hospitality, interior design, construction, building, realty, educational, hospital'),
(999, 603, '_wp_attached_file', '2011/03/051027-C.jpg'),
(1000, 603, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"681";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''63''";s:4:"file";s:20:"2011/03/051027-C.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"051027-C-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"051027-C-365x550.jpg";s:5:"width";s:3:"365";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:19:"051027-C-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"051027-C-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"051027-C-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"16";s:6:"credit";s:16:"Marco P. Zecchin";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:73:"Formfactor Bldg. 2, Livermore, CA\nClient: Tico Construction, San Jose, CA";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:43:"Copyright (C) Image Center/Marco P. Zecchin";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:1:"6";s:5:"title";s:33:"Formfactor Bldg. 2, Livermore, CA";}}'),
(1001, 604, '_wp_attached_file', '2011/03/051027-D.jpg'),
(1002, 604, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"681";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:20:"2011/03/051027-D.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"051027-D-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"051027-D-550x365.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"365";}s:8:"Homepage";a:3:{s:4:"file";s:19:"051027-D-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"051027-D-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"051027-D-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"16";s:6:"credit";s:16:"Marco P. Zecchin";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:73:"Formfactor Bldg. 2, Livermore, CA\nClient: Tico Construction, San Jose, CA";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:43:"Copyright (C) Image Center/Marco P. Zecchin";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:1:"5";s:5:"title";s:33:"Formfactor Bldg. 2, Livermore, CA";}}'),
(1003, 605, '_wp_attached_file', '2011/03/051027-E.jpg'),
(1004, 605, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"681";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''63''";s:4:"file";s:20:"2011/03/051027-E.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"051027-E-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"051027-E-365x550.jpg";s:5:"width";s:3:"365";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:19:"051027-E-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"051027-E-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"051027-E-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"16";s:6:"credit";s:16:"Marco P. Zecchin";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:73:"Formfactor Bldg. 2, Livermore, CA\nClient: Tico Construction, San Jose, CA";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:43:"Copyright (C) Image Center/Marco P. Zecchin";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:1:"1";s:5:"title";s:33:"Formfactor Bldg. 2, Livermore, CA";}}'),
(1005, 606, '_wp_attached_file', '2011/03/051027-I.jpg'),
(1006, 606, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"681";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''63''";s:4:"file";s:20:"2011/03/051027-I.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"051027-I-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"051027-I-365x550.jpg";s:5:"width";s:3:"365";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:19:"051027-I-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"051027-I-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"051027-I-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"16";s:6:"credit";s:16:"Marco P. Zecchin";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:73:"Formfactor Bldg. 2, Livermore, CA\nClient: Tico Construction, San Jose, CA";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:43:"Copyright (C) Image Center/Marco P. Zecchin";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:3:"2.5";s:5:"title";s:33:"Formfactor Bldg. 2, Livermore, CA";}}'),
(1007, 607, '_wp_attached_file', '2011/03/051027-J.jpg'),
(1008, 607, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"681";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:20:"2011/03/051027-J.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"051027-J-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"051027-J-550x365.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"365";}s:8:"Homepage";a:3:{s:4:"file";s:19:"051027-J-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"051027-J-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"051027-J-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"16";s:6:"credit";s:16:"Marco P. Zecchin";s:6:"camera";s:13:"Canon EOS-1DS";s:7:"caption";s:73:"Formfactor Bldg. 2, Livermore, CA\nClient: Tico Construction, San Jose, CA";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:43:"Copyright (C) Image Center/Marco P. Zecchin";s:12:"focal_length";s:2:"20";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:3:"0.5";s:5:"title";s:33:"Formfactor Bldg. 2, Livermore, CA";}}'),
(1009, 602, '_thumbnail_id', '607'),
(1010, 602, '_edit_last', '2'),
(1011, 602, '_edit_lock', '1299181584'),
(1013, 602, '_wp_old_slug', ''),
(1014, 602, '_genesis_title', 'Architectural photography of Formfactor Bldg. 2, Livermore, CA'),
(1015, 602, '_genesis_description', 'Architectural and interior design photography by Image Center Marco Zecchin of Commercial, Residential, Biomedical, Entertainment &amp; Hospitality properties.'),
(1016, 602, '_genesis_keywords', 'architecture, photography, commercial, residential, house, resort, biomedical, medical, entertainment, restaurant, theater, church, hospitality, interior design, construction, building, realty, educational, hospital'),
(1018, 611, '_wp_attached_file', '2011/03/051010-A.jpg'),
(1019, 611, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"683";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:20:"2011/03/051010-A.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"051010-A-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"051010-A-550x366.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"366";}s:8:"Homepage";a:3:{s:4:"file";s:19:"051010-A-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"051010-A-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"051010-A-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"20";s:6:"credit";s:16:"Marco P. Zecchin";s:6:"camera";s:21:"Canon EOS-1Ds Mark II";s:7:"caption";s:84:"Carolyn Clark School, San Jose, CA\nPhotographed for: AEDIS Architectes, San Jose, CA";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:43:"Copyright (C) Image Center/Marco P. Zecchin";s:12:"focal_length";s:2:"21";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:7:"0.00625";s:5:"title";s:34:"Carolyn Clark School, San Jose, CA";}}'),
(1020, 612, '_wp_attached_file', '2011/03/051010-B.jpg'),
(1021, 612, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"906";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''84''";s:4:"file";s:20:"2011/03/051010-B.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"051010-B-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"051010-B-486x550.jpg";s:5:"width";s:3:"486";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:19:"051010-B-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"051010-B-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"051010-B-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"20";s:6:"credit";s:16:"Marco P. Zecchin";s:6:"camera";s:21:"Canon EOS-1Ds Mark II";s:7:"caption";s:84:"Carolyn Clark School, San Jose, CA\nPhotographed for: AEDIS Architectes, San Jose, CA";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:43:"Copyright (C) Image Center/Marco P. Zecchin";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:5:"0.005";s:5:"title";s:34:"Carolyn Clark School, San Jose, CA";}}'),
(1022, 613, '_wp_attached_file', '2011/03/051010-D.jpg'),
(1023, 613, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"683";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:20:"2011/03/051010-D.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"051010-D-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"051010-D-550x366.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"366";}s:8:"Homepage";a:3:{s:4:"file";s:19:"051010-D-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"051010-D-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"051010-D-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"20";s:6:"credit";s:16:"Marco P. Zecchin";s:6:"camera";s:21:"Canon EOS-1Ds Mark II";s:7:"caption";s:84:"Carolyn Clark School, San Jose, CA\nPhotographed for: AEDIS Architectes, San Jose, CA";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:43:"Copyright (C) Image Center/Marco P. Zecchin";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:6:"0.0125";s:5:"title";s:34:"Carolyn Clark School, San Jose, CA";}}'),
(1024, 614, '_wp_attached_file', '2011/03/051010-F.jpg'),
(1025, 614, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"683";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''64''";s:4:"file";s:20:"2011/03/051010-F.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"051010-F-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"051010-F-366x550.jpg";s:5:"width";s:3:"366";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:19:"051010-F-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"051010-F-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"051010-F-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"16";s:6:"credit";s:16:"Marco P. Zecchin";s:6:"camera";s:21:"Canon EOS-1Ds Mark II";s:7:"caption";s:84:"Carolyn Clark School, San Jose, CA\nPhotographed for: AEDIS Architectes, San Jose, CA";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:43:"Copyright (C) Image Center/Marco P. Zecchin";s:12:"focal_length";s:2:"27";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:16:"0.16666666666667";s:5:"title";s:34:"Carolyn Clark School, San Jose, CA";}}'),
(1026, 615, '_wp_attached_file', '2011/03/051010-G.jpg'),
(1027, 615, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"683";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''64''";s:4:"file";s:20:"2011/03/051010-G.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"051010-G-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"051010-G-366x550.jpg";s:5:"width";s:3:"366";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:19:"051010-G-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"051010-G-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"051010-G-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"16";s:6:"credit";s:16:"Marco P. Zecchin";s:6:"camera";s:21:"Canon EOS-1Ds Mark II";s:7:"caption";s:84:"Carolyn Clark School, San Jose, CA\nPhotographed for: AEDIS Architectes, San Jose, CA";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:43:"Copyright (C) Image Center/Marco P. Zecchin";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:3:"0.8";s:5:"title";s:34:"Carolyn Clark School, San Jose, CA";}}'),
(1028, 610, '_thumbnail_id', '611'),
(1029, 610, '_edit_last', '2'),
(1030, 610, '_edit_lock', '1299179120'),
(1035, 610, '_genesis_title', 'Architectural photography of Carolyn Clark School San Jose, CA'),
(1032, 610, '_wp_old_slug', ''),
(1036, 610, '_genesis_description', 'Architectural and interior design photography by Image Center Marco Zecchin of Commercial, Residential, Biomedical, Entertainment &amp; Hospitality properties.'),
(1037, 610, '_genesis_keywords', 'architecture, photography, commercial, residential, house, resort, biomedical, medical, entertainment, restaurant, theater, church, hospitality, interior design, construction, building, realty, educational, hospital'),
(1040, 624, '_wp_attached_file', '2011/03/051007-A.jpg'),
(1041, 624, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"683";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:20:"2011/03/051007-A.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"051007-A-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"051007-A-550x366.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"366";}s:8:"Homepage";a:3:{s:4:"file";s:19:"051007-A-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"051007-A-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"051007-A-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"14";s:6:"credit";s:13:"Marco Zecchin";s:6:"camera";s:21:"Canon EOS-1Ds Mark II";s:7:"caption";s:72:"Dartmouth School, San Jose, CA\nArchitect: AEDIS Architects, San Jose, CA";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:44:"Copyright(C)Image Center/Marco Zecchin, 2005";s:12:"focal_length";s:2:"24";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:4:"0.01";s:5:"title";s:37:"Dartmouth Middle School, San Jose, CA";}}'),
(1042, 625, '_wp_attached_file', '2011/03/051007-B.jpg'),
(1043, 625, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"683";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:20:"2011/03/051007-B.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"051007-B-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"051007-B-550x366.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"366";}s:8:"Homepage";a:3:{s:4:"file";s:19:"051007-B-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"051007-B-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"051007-B-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"22";s:6:"credit";s:16:"Marco P. Zecchin";s:6:"camera";s:21:"Canon EOS-1Ds Mark II";s:7:"caption";s:72:"Dartmouth School, San Jose, CA\nArchitect: AEDIS Architects, San Jose, CA";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:43:"Copyright (C) Image Center/Marco P. Zecchin";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:4:"0.02";s:5:"title";s:37:"Dartmouth Middle School, San Jose, CA";}}'),
(1044, 626, '_wp_attached_file', '2011/03/051007-C.jpg'),
(1045, 626, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"683";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:20:"2011/03/051007-C.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"051007-C-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"051007-C-550x366.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"366";}s:8:"Homepage";a:3:{s:4:"file";s:19:"051007-C-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"051007-C-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"051007-C-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"22";s:6:"credit";s:16:"Marco P. Zecchin";s:6:"camera";s:21:"Canon EOS-1Ds Mark II";s:7:"caption";s:72:"Dartmouth School, San Jose, CA\nArchitect: AEDIS Architects, San Jose, CA";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:43:"Copyright (C) Image Center/Marco P. Zecchin";s:12:"focal_length";s:2:"21";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:4:"0.01";s:5:"title";s:37:"Dartmouth Middle School, San Jose, CA";}}'),
(1046, 627, '_wp_attached_file', '2011/03/051007-F.jpg'),
(1047, 627, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"683";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:20:"2011/03/051007-F.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"051007-F-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"051007-F-550x366.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"366";}s:8:"Homepage";a:3:{s:4:"file";s:19:"051007-F-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"051007-F-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"051007-F-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"22";s:6:"credit";s:13:"Marco Zecchin";s:6:"camera";s:21:"Canon EOS-1Ds Mark II";s:7:"caption";s:72:"Dartmouth School, San Jose, CA\nArchitect: AEDIS Architects, San Jose, CA";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:43:"Copyright (C) Image Center/Marco P. Zecchin";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:3:"1.3";s:5:"title";s:30:"Dartmouth School, San Jose, CA";}}'),
(1048, 623, '_thumbnail_id', '625'),
(1049, 623, '_edit_last', '2'),
(1050, 623, '_edit_lock', '1299181353'),
(1052, 623, '_wp_old_slug', ''),
(1053, 623, '_genesis_title', 'Architectural photography of Dartmouth School, San Jose, CA'),
(1054, 623, '_genesis_description', 'Architectural and interior design photography by Image Center Marco Zecchin of Commercial, Residential, Biomedical, Entertainment &amp; Hospitality properties.'),
(1055, 623, '_genesis_keywords', 'architecture, photography, commercial, residential, house, resort, biomedical, medical, entertainment, restaurant, theater, church, hospitality, interior design, construction, building, realty, educational, hospital'),
(1061, 635, '_wp_attached_file', '2011/03/050826-A.jpg'),
(1062, 635, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"791";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''74''";s:4:"file";s:20:"2011/03/050826-A.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"050826-A-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"050826-A-424x550.jpg";s:5:"width";s:3:"424";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:19:"050826-A-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"050826-A-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"050826-A-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:13:"Marco Zecchin";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:44:"Copyright(C)Image Center/Marco Zecchin, 2005";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:22:"Equinox, San Mateo, CA";}}'),
(1063, 636, '_wp_attached_file', '2011/03/050826-B.jpg'),
(1064, 636, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"791";s:14:"hwstring_small";s:23:"height=''96'' width=''124''";s:4:"file";s:20:"2011/03/050826-B.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"050826-B-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"050826-B-550x424.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"424";}s:8:"Homepage";a:3:{s:4:"file";s:19:"050826-B-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"050826-B-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"050826-B-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:13:"Marco Zecchin";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:44:"Copyright(C)Image Center/Marco Zecchin, 2005";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:22:"Equinox, San Mateo, CA";}}'),
(1065, 637, '_wp_attached_file', '2011/03/050826-C.jpg'),
(1066, 637, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"791";s:14:"hwstring_small";s:23:"height=''96'' width=''124''";s:4:"file";s:20:"2011/03/050826-C.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"050826-C-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"050826-C-550x424.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"424";}s:8:"Homepage";a:3:{s:4:"file";s:19:"050826-C-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"050826-C-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"050826-C-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:13:"Marco Zecchin";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:44:"Copyright(C)Image Center/Marco Zecchin, 2005";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:22:"Equinox, San Mateo, CA";}}'),
(1067, 638, '_wp_attached_file', '2011/03/050826-D.jpg'),
(1068, 638, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"791";s:14:"hwstring_small";s:23:"height=''96'' width=''124''";s:4:"file";s:20:"2011/03/050826-D.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"050826-D-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"050826-D-550x424.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"424";}s:8:"Homepage";a:3:{s:4:"file";s:19:"050826-D-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"050826-D-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"050826-D-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:13:"Marco Zecchin";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:44:"Copyright(C)Image Center/Marco Zecchin, 2005";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:22:"Equinox, San Mateo, CA";}}'),
(1069, 634, '_thumbnail_id', '638'),
(1070, 634, '_edit_last', '2'),
(1071, 634, '_edit_lock', '1299181299'),
(1073, 634, '_wp_old_slug', ''),
(1074, 634, '_genesis_title', 'Architectural photography of Equinox Gym, San Mateo, CA'),
(1075, 634, '_genesis_description', 'Architectural and interior design photography by Image Center Marco Zecchin of Commercial, Residential, Biomedical, Entertainment &amp; Hospitality properties.'),
(1076, 634, '_genesis_keywords', 'architecture, photography, commercial, residential, house, resort, biomedical, medical, entertainment, restaurant, theater, church, hospitality, interior design, construction, building, realty, educational, hospital'),
(1078, 642, '_wp_attached_file', '2011/03/040929-A.jpg'),
(1079, 642, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"791";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''74''";s:4:"file";s:20:"2011/03/040929-A.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"040929-A-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"040929-A-424x550.jpg";s:5:"width";s:3:"424";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:19:"040929-A-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"040929-A-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"040929-A-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:16:"Marco P. Zecchin";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:46:"Copyright, 2004, Marco P. Zecchin/Image Center";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:21:"Formfactor, Livermore";}}'),
(1080, 643, '_wp_attached_file', '2011/03/040929-B.jpg'),
(1081, 643, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"791";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''74''";s:4:"file";s:20:"2011/03/040929-B.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"040929-B-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"040929-B-424x550.jpg";s:5:"width";s:3:"424";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:19:"040929-B-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"040929-B-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"040929-B-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:16:"Marco P. Zecchin";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:46:"Copyright, 2004, Marco P. Zecchin/Image Center";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:21:"Formfactor, Livermore";}}'),
(1082, 644, '_wp_attached_file', '2011/03/040929-D.jpg'),
(1083, 644, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"791";s:14:"hwstring_small";s:23:"height=''96'' width=''124''";s:4:"file";s:20:"2011/03/040929-D.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"040929-D-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"040929-D-550x424.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"424";}s:8:"Homepage";a:3:{s:4:"file";s:19:"040929-D-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"040929-D-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"040929-D-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:16:"Marco P. Zecchin";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:46:"Copyright, 2004, Marco P. Zecchin/Image Center";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:21:"Formfactor, Livermore";}}'),
(1084, 645, '_wp_attached_file', '2011/03/040929-G.jpg'),
(1085, 645, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"791";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''74''";s:4:"file";s:20:"2011/03/040929-G.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"040929-G-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"040929-G-424x550.jpg";s:5:"width";s:3:"424";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:19:"040929-G-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"040929-G-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"040929-G-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:16:"Marco P. Zecchin";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:46:"Copyright, 2004, Marco P. Zecchin/Image Center";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:21:"Formfactor, Livermore";}}'),
(1086, 646, '_wp_attached_file', '2011/03/040929-I.jpg'),
(1087, 646, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"791";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''74''";s:4:"file";s:20:"2011/03/040929-I.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"040929-I-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"040929-I-424x550.jpg";s:5:"width";s:3:"424";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:19:"040929-I-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"040929-I-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"040929-I-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:16:"Marco P. Zecchin";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:46:"Copyright, 2004, Marco P. Zecchin/Image Center";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:21:"Formfactor, Livermore";}}'),
(1088, 641, '_edit_last', '2'),
(1089, 641, '_edit_lock', '1299181203'),
(1097, 650, '_wp_attached_file', '2011/03/040323-D.jpg'),
(1091, 641, '_wp_old_slug', ''),
(1092, 641, '_genesis_title', 'Architectural photography of Formfactor, Livermore, CA'),
(1093, 641, '_genesis_description', 'Architectural and interior design photography by Image Center Marco Zecchin of Commercial, Residential, Biomedical, Entertainment &amp; Hospitality properties.'),
(1094, 641, '_genesis_keywords', 'architecture, photography, commercial, residential, house, resort, biomedical, medical, entertainment, restaurant, theater, church, hospitality, interior design, construction, building, realty, educational, hospital'),
(1095, 649, '_wp_attached_file', '2011/03/040323-B.jpg'),
(1096, 649, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"813";s:14:"hwstring_small";s:23:"height=''96'' width=''120''";s:4:"file";s:20:"2011/03/040323-B.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"040323-B-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"040323-B-550x436.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"436";}s:8:"Homepage";a:3:{s:4:"file";s:19:"040323-B-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"040323-B-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"040323-B-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}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:64:"Solnick Residence, Palo Alto, CA\nClient: David Solnick Architect";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:38:"Copyright(C)Marco Zecchin/Image Center";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:17:"Private Residence";}}'),
(1098, 650, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"813";s:14:"hwstring_small";s:23:"height=''96'' width=''120''";s:4:"file";s:20:"2011/03/040323-D.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"040323-D-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"040323-D-550x436.jpg";s:5:"width";s:3:"550";s:6:"height";s:3:"436";}s:8:"Homepage";a:3:{s:4:"file";s:19:"040323-D-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"040323-D-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"040323-D-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}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:64:"Solnick Residence, Palo Alto, CA\nClient: David Solnick Architect";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:38:"Copyright(C)Marco Zecchin/Image Center";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:17:"Private Residence";}}'),
(1099, 651, '_wp_attached_file', '2011/03/040323-E.jpg'),
(1100, 651, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"813";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''76''";s:4:"file";s:20:"2011/03/040323-E.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"040323-E-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"040323-E-436x550.jpg";s:5:"width";s:3:"436";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:19:"040323-E-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"040323-E-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"040323-E-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}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:64:"Solnick Residence, Palo Alto, CA\nClient: David Solnick Architect";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:38:"Copyright(C)Marco Zecchin/Image Center";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:17:"Private Residence";}}'),
(1101, 652, '_wp_attached_file', '2011/03/040323-F.jpg'),
(1102, 652, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"813";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''76''";s:4:"file";s:20:"2011/03/040323-F.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"040323-F-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"040323-F-436x550.jpg";s:5:"width";s:3:"436";s:6:"height";s:3:"550";}s:8:"Homepage";a:3:{s:4:"file";s:19:"040323-F-210x90.jpg";s:5:"width";s:3:"210";s:6:"height";s:2:"90";}s:6:"Square";a:3:{s:4:"file";s:20:"040323-F-210x210.jpg";s:5:"width";s:3:"210";s:6:"height";s:3:"210";}s:19:"Portfolio Thumbnail";a:3:{s:4:"file";s:20:"040323-F-200x130.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"130";}}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:64:"Solnick Residence, Palo Alto, CA\nClient: David Solnick Architect";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:38:"Copyright(C)Marco Zecchin/Image Center";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:17:"Private Residence";}}'),
(1103, 648, '_thumbnail_id', '649'),
(1104, 648, '_edit_last', '2'),
(1105, 648, '_edit_lock', '1299180928'),
(1111, 641, '_thumbnail_id', '643'),
(1107, 648, '_wp_old_slug', ''),
(1108, 648, '_genesis_title', 'Architectural photography of Private Residence, Palo Alto, CA'),
(1109, 648, '_genesis_description', 'Architectural and interior design photography by Image Center Marco Zecchin of Commercial, Residential, Biomedical, Entertainment &amp; Hospitality properties.'),
(1110, 648, '_genesis_keywords', 'architecture, photography, commercial, residential, house, resort, biomedical, medical, entertainment, restaurant, theater, church, hospitality, interior design, construction, building, realty, educational, hospital');

-- --------------------------------------------------------

--
-- Table structure for table `wp_2posts`
--

CREATE TABLE IF NOT EXISTS `wp_2posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT '0',
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(20) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` text NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=671 ;

--
-- Dumping data for table `wp_2posts`
--

INSERT INTO `wp_2posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1, 1, '2011-02-19 21:29:54', '2011-02-19 21:29:54', 'Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!', 'Hello world!', '', 'trash', 'open', 'open', '', 'hello-world', '', '', '2011-02-22 17:41:30', '2011-02-22 17:41:30', '', 0, 'http://image-center.com/architecture/?p=1', 0, 'post', '', 1),
(2, 2, '2011-02-19 21:29:54', '2011-02-19 21:29:54', '<p><span style="font-size: medium;"><strong>What Is Image Center?</strong></span></p>\r\n\r\n<p>My name is Marco Zecchin and I own Image Center.</p>\r\n\r\n<p>As a specialty firm providing photographic services to the Architectural, Interior Design, Construction, Development, Entertainment, Hospitality and Real Estate industries, I appreciate the building industries particular photographic needs and stake my reputation on your satisfaction every day.</p>\r\n\r\n<p>Marketing materials are becoming more interactive and visual, so great photographs are important in helping your clients quickly understand what you can do for them. With nearly 30 years of exclusively taking architectural photographs, I bring a wealth of experience to ensure that your project images not only inform but have visual impact!</p>\r\n\r\n<p>I hope that you have enjoyed browsing through the photographs on my web site and that you will contact me with your questions. I would also be pleased to discuss specific project that you would like to have photographed.</p>\r\n\r\n<p>Thank you for your interest and business. I know it''s your satisfaction with and success using my photographs that has kept me in business for nearly 30 years!</p>\r\n\r\n<p>Cheers,</p>\r\n\r\n<p>Marco Zecchin</p>\r\n\r\n<p><br class="spacer_" /></p>\r\n\r\n<p>Follow me on:</p>\r\n\r\n<p><a title="Follow Marco Zecchin On Facebook" href="http://www.facebook.com/marcozecchin" target="_blank"><img src="http://image-center.com/architecture/wp-content/plugins/social-profiles-sidebar-widget/iconsets/bohncore-SocialMedia-Glaskugel-IconSet/32x32/facebook.png" alt="" width="32" height="32" /></a><a title="Follow Marco Zecchin In Twitter" href="http://twitter.com/@mzecchin"><img src="http://image-center.com/architecture/wp-content/plugins/social-profiles-sidebar-widget/iconsets/bohncore-SocialMedia-Glaskugel-IconSet/32x32/twitter.png" alt="" width="32" height="32" /></a></p>', 'About', '', 'publish', 'closed', 'open', '', 'about', '', '', '2011-03-02 16:28:25', '2011-03-03 00:28:25', '', 0, 'http://image-center.com/architecture/?page_id=2', 0, 'page', '', 0),
(454, 2, '2011-02-27 21:50:32', '2011-02-28 05:50:32', 'Blach Construction, San Jose, CA', 'Menlo Atherton Performing Arts Center, Atherton, CA', '', 'inherit', 'closed', 'open', '', 'menlo-atherton-performing-arts-center-atherton-ca', '', '', '2011-02-27 21:50:32', '2011-02-28 05:50:32', '', 453, 'http://image-center.com/architecture/wp-content/uploads/2011/02/090820-03.jpg', 0, 'attachment', 'image/jpeg', 0),
(453, 2, '2011-02-20 21:49:21', '2011-02-21 05:49:21', '<p style="text-align: center;"><strong><span style="font-size: medium;">Menlo Atherton Performing Arts Center<br />\r\n</span></strong>Atherton, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-454" title="Menlo Atherton Performing Arts Center, Atherton, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090820-03-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-455" title="Menlo Atherton Performing Arts Center, Atherton, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090820-04-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><a rel="attachment wp-att-455" href="http://image-center.com/architecture/2011/public/entertainment/menlo-atherton-performing-arts-center/attachment/menlo-atherton-performing-arts-center-atherton-ca-2/"></a><img class="aligncenter size-medium wp-image-456" title="Menlo Atherton Performing Arts Center, Atherton, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090820-091-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><a rel="attachment wp-att-457" href="http://image-center.com/architecture/2011/public/entertainment/menlo-atherton-performing-arts-center/attachment/menlo-atherton-performing-arts-center-atherton-ca-4/"><img class="aligncenter size-medium wp-image-457" title="Menlo Atherton Performing Arts Center, Atherton, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090820-10-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Menlo Atherton Performing Arts Center', 'Menlo Atherton Performing Arts Center, Atherton, CA', 'publish', 'closed', 'open', '', 'menlo-atherton-performing-arts-center', '', '', '2011-02-28 22:23:58', '2011-03-01 06:23:58', '', 0, 'http://image-center.com/architecture/?p=453', 0, 'post', '', 0),
(6, 2, '2011-03-02 16:28:17', '2011-03-03 00:28:17', '<p><span style="font-size: medium;"><strong>What Is Image Center?</strong></span></p>\n\n<p>My name is Marco Zecchin and I own Image Center.</p>\n\n<p>As a specialty firm providing photographic services to the Architectural, Interior Design, Construction, Development, Entertainment, Hospitality and Real Estate industries, I appreciate the building industries particular photographic needs and stake my reputation on your satisfaction every day.</p>\n\n<p>Marketing materials are becoming more interactive and visual, so great photographs are important in helping your clients quickly understand what you can do for them. With nearly 30 years of exclusively taking architectural photographs, I bring a wealth of experience to ensure that your project images not only inform but have visual impact!</p>\n\n<p>I hope that you have enjoyed browsing through the photographs on my web site and that you will contact me with your questions. I would also be pleased to discuss specific project that you would like to have photographed.</p>\n\n<p>Thank you for your interest and business. I know it''s your satisfaction with and success using my photographs that has kept me in business for nearly 30 years!</p>\n\n<p>Cheers,</p>\n\n<p>Marco Zecchin</p>\n\n<p><br class="spacer_" /></p>\n\n<p>Follow me on:</p>\n\n<p><a title="Follow Marco Zecchin On Facebook" href="http://www.facebook.com/marcozecchin" target="_blank"><img src="http://image-center.com/architecture/wp-content/plugins/social-profiles-sidebar-widget/iconsets/bohncore-SocialMedia-Glaskugel-IconSet/32x32/facebook.png" alt="" width="32" height="32" /></a><a title="Follow Marco Zecchin In Twitter" href="http://twitter.com/@mzecchin"><img src="http://image-center.com/architecture/wp-content/plugins/social-profiles-sidebar-widget/iconsets/bohncore-SocialMedia-Glaskugel-IconSet/32x32/twitter.png" alt="" width="32" height="32" /></a></p>', 'About', '', 'inherit', 'open', 'open', '', '2-autosave', '', '', '2011-03-02 16:28:17', '2011-03-03 00:28:17', '', 2, 'http://image-center.com/architecture/2011/uncategorized/2-autosave/', 0, 'revision', '', 0),
(7, 1, '2011-02-19 21:29:54', '2011-02-19 21:29:54', 'Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!', 'Hello world!', '', 'inherit', 'open', 'open', '', '1-revision', '', '', '2011-02-19 21:29:54', '2011-02-19 21:29:54', '', 1, 'http://image-center.com/architecture/2011/uncategorized/1-revision/', 0, 'revision', '', 0),
(8, 2, '2011-02-22 17:43:27', '2011-02-22 17:43:27', '<p><a href="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-08.jpg"><a rel="attachment wp-att-19" href="http://image-center.com/architecture/2011/commercial/post-1/attachment/aai-san-jose-ca/"><img class="aligncenter size-medium wp-image-19" title="AAi, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-08-550x366.jpg" alt="" width="550" height="366" /></a><br />\r\n</a></p>', 'Post 1', '', 'trash', 'open', 'open', '', 'post-1', '', '', '2011-02-27 20:27:29', '2011-02-28 04:27:29', '', 0, 'http://image-center.com/architecture/?p=8', 0, 'post', '', 0),
(19, 1, '2011-02-22 18:48:23', '2011-02-22 18:48:23', '', 'AAi, San Jose, CA', '', 'inherit', 'open', 'open', '', 'aai-san-jose-ca', '', '', '2011-02-22 18:48:23', '2011-02-22 18:48:23', '', 8, 'http://image-center.com/architecture/wp-content/uploads/2011/02/101215-08.jpg', 0, 'attachment', 'image/jpeg', 0),
(10, 1, '2011-02-22 17:42:26', '2011-02-22 17:42:26', '', 'Post 1', '', 'inherit', 'open', 'open', '', '8-revision', '', '', '2011-02-22 17:42:26', '2011-02-22 17:42:26', '', 8, 'http://image-center.com/architecture/2011/uncategorized/8-revision/', 0, 'revision', '', 0),
(11, 2, '2011-02-22 17:47:55', '2011-02-22 17:47:55', '<p><a rel="attachment wp-att-22" href="http://image-center.com/architecture/?attachment_id=22"><img class="aligncenter size-medium wp-image-22" title="Silicon Valley Glass, Morgan Hill, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-02-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Post 2', '', 'trash', 'open', 'open', '', 'post-2', '', '', '2011-02-28 22:16:14', '2011-03-01 06:16:14', '', 0, 'http://image-center.com/architecture/?p=11', 0, 'post', '', 0),
(22, 1, '2011-02-22 18:49:51', '2011-02-22 18:49:51', '', 'Silicon Valley Glass, Morgan Hill, CA', '', 'inherit', 'open', 'open', '', 'silicon-valley-glass-morgan-hill-ca', '', '', '2011-02-22 18:49:51', '2011-02-22 18:49:51', '', 11, 'http://image-center.com/architecture/wp-content/uploads/2011/02/090110-02.jpg', 0, 'attachment', 'image/jpeg', 0),
(13, 1, '2011-02-22 17:47:45', '2011-02-22 17:47:45', '<p><a href="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-02.jpg"><img class="aligncenter size-medium wp-image-12" title="Silicon Valley Glass, Morgan Hill, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-02-300x199.jpg" alt="" width="300" height="199" /></a></p>', 'Post 2', '', 'inherit', 'open', 'open', '', '11-revision', '', '', '2011-02-22 17:47:45', '2011-02-22 17:47:45', '', 11, 'http://image-center.com/architecture/2011/uncategorized/11-revision/', 0, 'revision', '', 0),
(14, 1, '2011-02-22 17:43:27', '2011-02-22 17:43:27', '<p><a href="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-08.jpg"><img class="aligncenter size-medium wp-image-9" title="AAi, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-08-300x200.jpg" alt="" width="300" height="200" /></a></p>', 'Post 1', '', 'inherit', 'open', 'open', '', '8-revision-2', '', '', '2011-02-22 17:43:27', '2011-02-22 17:43:27', '', 8, 'http://image-center.com/architecture/2011/uncategorized/8-revision-2/', 0, 'revision', '', 0),
(15, 2, '2011-02-22 18:46:15', '2011-02-22 18:46:15', '<p><a rel="attachment wp-att-16" href="http://image-center.com/architecture/2011/entertainment/post-3/attachment/hillhouse-construction-san-jose-ca/"></a><a rel="attachment wp-att-36" href="http://image-center.com/architecture/2011/entertainment/post-3/attachment/blach-construction-san-jose-ca/"><img class="aligncenter size-medium wp-image-36" title="Blach Construction, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090820-09-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Post 3', '', 'trash', 'open', 'open', '', 'post-3', '', '', '2011-02-27 22:11:47', '2011-02-28 06:11:47', '', 0, 'http://image-center.com/architecture/?p=15', 0, 'post', '', 0),
(16, 1, '2011-02-22 18:45:35', '2011-02-22 18:45:35', '', 'Hillhouse Construction, San Jose, CA', '', 'inherit', 'open', 'open', '', 'hillhouse-construction-san-jose-ca', '', '', '2011-02-22 18:45:35', '2011-02-22 18:45:35', '', 15, 'http://image-center.com/architecture/wp-content/uploads/2011/02/110204-05.jpg', 0, 'attachment', 'image/jpeg', 0),
(17, 1, '2011-02-22 18:45:05', '2011-02-22 18:45:05', '', 'Post 3', '', 'inherit', 'open', 'open', '', '15-revision', '', '', '2011-02-22 18:45:05', '2011-02-22 18:45:05', '', 15, 'http://image-center.com/architecture/2011/uncategorized/15-revision/', 0, 'revision', '', 0),
(18, 1, '2011-02-22 18:46:15', '2011-02-22 18:46:15', '<p><a rel="attachment wp-att-16" href="http://image-center.com/architecture/?attachment_id=16"><img class="aligncenter size-medium wp-image-16" title="Hillhouse Construction, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110204-05-550x366.jpg" alt="" width="550" height="366" /></a></p>', 'Post 3', '', 'inherit', 'open', 'open', '', '15-revision-2', '', '', '2011-02-22 18:46:15', '2011-02-22 18:46:15', '', 15, 'http://image-center.com/architecture/2011/uncategorized/15-revision-2/', 0, 'revision', '', 0),
(20, 1, '2011-02-22 17:49:08', '2011-02-22 17:49:08', '<p><a href="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-08.jpg"><img class="aligncenter size-medium wp-image-9" title="AAi, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-08-300x200.jpg" alt="" width="300" height="200" /></a></p>', 'Post 1', '', 'inherit', 'open', 'open', '', '8-revision-3', '', '', '2011-02-22 17:49:08', '2011-02-22 17:49:08', '', 8, 'http://image-center.com/architecture/2011/uncategorized/8-revision-3/', 0, 'revision', '', 0),
(21, 1, '2011-02-22 18:48:42', '2011-02-22 18:48:42', '<p><a href="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-08.jpg"><a rel="attachment wp-att-19" href="http://image-center.com/architecture/2011/uncategorized/post-1/attachment/aai-san-jose-ca/"><img class="aligncenter size-medium wp-image-19" title="AAi, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-08-550x366.jpg" alt="" width="550" height="366" /></a><br />\r\n</a></p>', 'Post 1', '', 'inherit', 'open', 'open', '', '8-revision-4', '', '', '2011-02-22 18:48:42', '2011-02-22 18:48:42', '', 8, 'http://image-center.com/architecture/2011/uncategorized/8-revision-4/', 0, 'revision', '', 0),
(23, 1, '2011-02-22 17:47:55', '2011-02-22 17:47:55', '<p><a href="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-02.jpg"><img class="aligncenter size-medium wp-image-12" title="Silicon Valley Glass, Morgan Hill, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-02-300x199.jpg" alt="" width="300" height="199" /></a></p>', 'Post 2', '', 'inherit', 'open', 'open', '', '11-revision-2', '', '', '2011-02-22 17:47:55', '2011-02-22 17:47:55', '', 11, 'http://image-center.com/architecture/2011/uncategorized/11-revision-2/', 0, 'revision', '', 0),
(322, 1, '2011-02-23 16:17:01', '2011-02-23 16:17:01', '<p style="text-align: center;"><img class="alignnone size-full wp-image-77" title="slide4as" src="http://image-center.com/architecture/wp-content/uploads/2011/02/slide4as.jpg" alt="" width="210" height="114" /><span style="color: #e1e1e1;">...</span><img class="alignnone size-full wp-image-76" title="slide3as" src="http://image-center.com/architecture/wp-content/uploads/2011/02/slide3as.jpg" alt="" width="210" height="114" /><span style="color: #e1e1e1;">...</span><img class="alignnone size-full wp-image-73" title="slide1as" src="http://image-center.com/architecture/wp-content/uploads/2011/02/slide1as.jpg" alt="" width="210" height="114" /><span style="color: #e1e1e1;">...</span><img class="alignnone size-full wp-image-75" title="slide2as" src="http://image-center.com/architecture/wp-content/uploads/2011/02/slide2as.jpg" alt="" width="210" height="114" /></p>\n\n<p style="text-align: center;">Commercial<span style="color: #e1e1e1;"> ...... </span>Residential <span style="color: #e1e1e1;">......</span> Biomedical<span style="color: #e1e1e1;"> ...... </span>Entertainment</p>\n\n<p style="text-align: left;"> </p>\n\n<p style="text-align: center;">dsfsdfsdf</p>\n\n<p style="text-align: center;"><img class="size-full wp-image-93 alignnone" title="slide1as168" src="http://image-center.com/architecture/wp-content/uploads/2011/02/slide1as168.jpg" alt="" width="168" height="91" /><span style="color: #e1e1e1;">...<img class="alignnone size-full wp-image-94" title="slide2as168" src="http://image-center.com/architecture/wp-content/uploads/2011/02/slide2as168.jpg" alt="" width="168" height="91" /><span style="color: #e1e1e1;">...<img class="alignnone size-full wp-image-95" title="slide3as168" src="http://image-center.com/architecture/wp-content/uploads/2011/02/slide3as168.jpg" alt="" width="168" height="91" /><span style="color: #e1e1e1;">...<img class="alignnone size-full wp-image-96" title="slide4as168" src="http://image-center.com/architecture/wp-content/uploads/2011/02/slide4as168.jpg" alt="" width="168" height="91" /><span style="color: #e1e1e1;">...<img class="alignnone size-full wp-image-97" title="slide5as168" src="http://image-center.com/architecture/wp-content/uploads/2011/02/slide5as168.jpg" alt="" width="168" height="91" /></span></span></span></span></p>\n\n<p style="text-align: center;">Commercial<span style="color: #e1e1e1;"> ...... </span>Residential <span style="color: #e1e1e1;">......</span> Biomedical<span style="color: #e1e1e1;"> ...... </span>Entertainment<span style="color: #e1e1e1;"> ...... </span>Hospitality</p>\n\n<p style="text-align: center;"> </p>\n\n<p style="text-align: center;">frooo</p>\n\n<table border="0" align="center">\n<tbody>\n<tr>\n<td><p style="text-align: center;"><img title="slide1as168" src="../wp-content/uploads/2011/02/slide1as168.jpg" alt="" width="168" height="91" /></p></td>\n<td><p style="text-align: center;"><img title="slide2as168" src="../wp-content/uploads/2011/02/slide2as168.jpg" alt="" width="168" height="91" /></p></td>\n<td><p style="text-align: center;"><img title="slide3as168" src="../wp-content/uploads/2011/02/slide3as168.jpg" alt="" width="168" height="91" /></p></td>\n<td><p style="text-align: center;"><img title="slide4as168" src="../wp-content/uploads/2011/02/slide4as168.jpg" alt="" width="168" height="91" /></p></td>\n<td><p style="text-align: center;"><img title="slide5as168" src="../wp-content/uploads/2011/02/slide5as168.jpg" alt="" width="168" height="91" /></p></td>\n</tr>\n<tr style="text-align: center;">\n<td style="text-align: center;">Commercial</td>\n<td style="text-align: center;">Residential</td>\n<td style="text-align: center;">Biomedical</td>\n<td style="text-align: center;">Entertainment</td>\n<td>Hospitality</td>\n</tr>\n</tbody>\n</table>\n\n<p style="text-align: center;">frooo</p>\n\n<p style="text-align: center;"> </p>\n\n<table style="text-align: center;">\n<tbody>\n<tr>\n<td align="center"><a rel="attachment wp-att-93" href="http://image-center.com/architecture/?attachment_id=93"><img class="aligncenter size-full wp-image-93" title="slide1as168" src="http://image-center.com/architecture/wp-content/uploads/2011/02/slide1as168.jpg" alt="" width="168" height="91" /></a></td>\n<td><a rel="attachment wp-att-94" href="http://image-center.com/architecture/?attachment_id=94"><img class="aligncenter size-full wp-image-94" title="slide2as168" src="http://image-center.com/architecture/wp-content/uploads/2011/02/slide2as168.jpg" alt="" width="168" height="91" /></a></td>\n<td><a rel="attachment wp-att-95" href="http://image-center.com/architecture/?attachment_id=95"><img class="aligncenter size-full wp-image-95" title="slide3as168" src="http://image-center.com/architecture/wp-content/uploads/2011/02/slide3as168.jpg" alt="" width="168" height="91" /></a></td>\n<td><a rel="attachment wp-att-96" href="http://image-center.com/architecture/?attachment_id=96"><img class="aligncenter size-full wp-image-96" title="slide4as168" src="http://image-center.com/architecture/wp-content/uploads/2011/02/slide4as168.jpg" alt="" width="168" height="91" /></a></td>\n<td style="text-align: center;"><a rel="attachment wp-att-97" href="http://image-center.com/architecture/?attachment_id=97"><img class="aligncenter size-full wp-image-97" title="slide5as168" src="http://image-center.com/architecture/wp-content/uploads/2011/02/slide5as168.jpg" alt="" width="168" height="91" /></a></td>\n</tr>\n<tr>\n<td><p style="text-align: center;">Commercial</p></td>\n<td><p style="text-align: center;">Residential</p></td>\n<td><p style="text-align: center;">Biomedical</p></td>\n<td><p style="text-align: center;">Entertainment</p></td>\n<td><p style="text-align: center;">Hospitality</p></td>\n</tr>\n</tbody>\n</table>\n\n<p style="text-align: center;">erwerw</p>', '', '', 'inherit', 'open', 'open', '', '72-revision-4', '', '', '2011-02-23 16:17:01', '2011-02-23 16:17:01', '', 72, 'http://image-center.com/architecture/2011/uncategorized/72-revision-4/', 0, 'revision', '', 0),
(24, 1, '2011-02-22 18:50:05', '2011-02-22 18:50:05', '<p><a rel="attachment wp-att-22" href="http://image-center.com/architecture/2011/uncategorized/post-2/attachment/silicon-valley-glass-morgan-hill-ca/"><img class="aligncenter size-medium wp-image-22" title="Silicon Valley Glass, Morgan Hill, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-02-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Post 2', '', 'inherit', 'open', 'open', '', '11-revision-3', '', '', '2011-02-22 18:50:05', '2011-02-22 18:50:05', '', 11, 'http://image-center.com/architecture/2011/uncategorized/11-revision-3/', 0, 'revision', '', 0),
(25, 1, '2011-02-22 18:51:33', '2011-02-22 18:51:33', '<p><a rel="attachment wp-att-22" href="http://image-center.com/architecture/2011/uncategorized/post-2/attachment/silicon-valley-glass-morgan-hill-ca/"><img class="aligncenter size-medium wp-image-22" title="Silicon Valley Glass, Morgan Hill, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-02-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Post 2', '', 'inherit', 'open', 'open', '', '11-autosave', '', '', '2011-02-22 18:51:33', '2011-02-22 18:51:33', '', 11, 'http://image-center.com/architecture/2011/uncategorized/11-autosave/', 0, 'revision', '', 0),
(26, 2, '2011-02-22 18:53:52', '2011-02-22 18:53:52', '<p><a rel="attachment wp-att-27" href="http://image-center.com/architecture/?attachment_id=27"><a rel="attachment wp-att-69" href="http://image-center.com/architecture/?attachment_id=69"><img class="aligncenter size-medium wp-image-69" title="Hillhouse Construction, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110204-051-550x366.jpg" alt="This is the alternate text for Hillhouse Construction, San Jose, CA" width="550" height="366" /></a><img class="aligncenter size-medium wp-image-27" title="XL Construction, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100316-04-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p>This is an example of some verbiage.  This is an example of some verbiage. This is an example of some verbiage. This is an example of some verbiage. This is an example of some verbiage.</p>', 'Post 4', '', 'trash', 'open', 'open', '', 'post-4', '', '', '2011-02-28 22:15:57', '2011-03-01 06:15:57', '', 0, 'http://image-center.com/architecture/?p=26', 0, 'post', '', 0),
(27, 1, '2011-02-22 18:53:26', '2011-02-22 18:53:26', '', 'XL Construction, Milpitas, CA', '', 'inherit', 'open', 'open', '', 'xl-construction-milpitas-ca', '', '', '2011-02-22 18:53:26', '2011-02-22 18:53:26', '', 26, 'http://image-center.com/architecture/wp-content/uploads/2011/02/100316-04.jpg', 0, 'attachment', 'image/jpeg', 0),
(28, 1, '2011-02-22 18:53:46', '2011-02-22 18:53:46', '<p><a rel="attachment wp-att-27" href="http://image-center.com/architecture/?attachment_id=27"><img class="aligncenter size-medium wp-image-27" title="XL Construction, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100316-04-550x366.jpg" alt="" width="550" height="366" /></a></p>', 'Post 4', '', 'inherit', 'open', 'open', '', '26-revision', '', '', '2011-02-22 18:53:46', '2011-02-22 18:53:46', '', 26, 'http://image-center.com/architecture/2011/uncategorized/26-revision/', 0, 'revision', '', 0),
(29, 1, '2011-02-22 18:53:52', '2011-02-22 18:53:52', '<p><a rel="attachment wp-att-27" href="http://image-center.com/architecture/?attachment_id=27"><img class="aligncenter size-medium wp-image-27" title="XL Construction, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100316-04-550x366.jpg" alt="" width="550" height="366" /></a></p>', 'Post 4', '', 'inherit', 'open', 'open', '', '26-revision-2', '', '', '2011-02-22 18:53:52', '2011-02-22 18:53:52', '', 26, 'http://image-center.com/architecture/2011/uncategorized/26-revision-2/', 0, 'revision', '', 0),
(30, 1, '2011-02-22 18:48:42', '2011-02-22 18:48:42', '<p><a href="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-08.jpg"><a rel="attachment wp-att-19" href="http://image-center.com/architecture/2011/uncategorized/post-1/attachment/aai-san-jose-ca/"><img class="aligncenter size-medium wp-image-19" title="AAi, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-08-550x366.jpg" alt="" width="550" height="366" /></a><br />\r\n</a></p>', 'Post 1', '', 'inherit', 'open', 'open', '', '8-revision-5', '', '', '2011-02-22 18:48:42', '2011-02-22 18:48:42', '', 8, 'http://image-center.com/architecture/2011/uncategorized/8-revision-5/', 0, 'revision', '', 0),
(31, 1, '2011-02-22 19:05:21', '2011-02-22 19:05:21', '<p><a href="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-08.jpg"><a rel="attachment wp-att-19" href="http://image-center.com/architecture/2011/uncategorized/post-1/attachment/aai-san-jose-ca/"><img class="aligncenter size-medium wp-image-19" title="AAi, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-08-550x366.jpg" alt="" width="550" height="366" /></a><br />\r\n</a></p>', 'Post 1', '', 'inherit', 'open', 'open', '', '8-revision-6', '', '', '2011-02-22 19:05:21', '2011-02-22 19:05:21', '', 8, 'http://image-center.com/architecture/2011/uncategorized/8-revision-6/', 0, 'revision', '', 0),
(32, 1, '2011-02-22 18:50:12', '2011-02-22 18:50:12', '<p><a rel="attachment wp-att-22" href="http://image-center.com/architecture/2011/uncategorized/post-2/attachment/silicon-valley-glass-morgan-hill-ca/"><img class="aligncenter size-medium wp-image-22" title="Silicon Valley Glass, Morgan Hill, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-02-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Post 2', '', 'inherit', 'open', 'open', '', '11-revision-4', '', '', '2011-02-22 18:50:12', '2011-02-22 18:50:12', '', 11, 'http://image-center.com/architecture/2011/uncategorized/11-revision-4/', 0, 'revision', '', 0),
(33, 1, '2011-02-22 19:05:59', '2011-02-22 19:05:59', '<p><a rel="attachment wp-att-22" href="http://image-center.com/architecture/2011/uncategorized/post-2/attachment/silicon-valley-glass-morgan-hill-ca/"><img class="aligncenter size-medium wp-image-22" title="Silicon Valley Glass, Morgan Hill, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-02-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Post 2', '', 'inherit', 'open', 'open', '', '11-revision-5', '', '', '2011-02-22 19:05:59', '2011-02-22 19:05:59', '', 11, 'http://image-center.com/architecture/2011/uncategorized/11-revision-5/', 0, 'revision', '', 0),
(34, 1, '2011-02-22 18:53:56', '2011-02-22 18:53:56', '<p><a rel="attachment wp-att-27" href="http://image-center.com/architecture/2011/uncategorized/post-4/attachment/xl-construction-milpitas-ca/"><img class="aligncenter size-medium wp-image-27" title="XL Construction, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100316-04-550x366.jpg" alt="" width="550" height="366" /></a></p>', 'Post 4', '', 'inherit', 'open', 'open', '', '26-revision-3', '', '', '2011-02-22 18:53:56', '2011-02-22 18:53:56', '', 26, 'http://image-center.com/architecture/2011/uncategorized/26-revision-3/', 0, 'revision', '', 0),
(35, 1, '2011-02-22 19:06:15', '2011-02-22 19:06:15', '<p><a rel="attachment wp-att-27" href="http://image-center.com/architecture/2011/uncategorized/post-4/attachment/xl-construction-milpitas-ca/"><img class="aligncenter size-medium wp-image-27" title="XL Construction, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100316-04-550x366.jpg" alt="" width="550" height="366" /></a></p>', 'Post 4', '', 'inherit', 'open', 'open', '', '26-revision-4', '', '', '2011-02-22 19:06:15', '2011-02-22 19:06:15', '', 26, 'http://image-center.com/architecture/2011/uncategorized/26-revision-4/', 0, 'revision', '', 0),
(36, 1, '2011-02-22 19:06:55', '2011-02-22 19:06:55', '', 'Blach Construction, San Jose, CA', '', 'inherit', 'open', 'open', '', 'blach-construction-san-jose-ca', '', '', '2011-02-22 19:06:55', '2011-02-22 19:06:55', '', 15, 'http://image-center.com/architecture/wp-content/uploads/2011/02/090820-09.jpg', 0, 'attachment', 'image/jpeg', 0),
(37, 1, '2011-02-22 18:46:18', '2011-02-22 18:46:18', '<p><a rel="attachment wp-att-16" href="http://image-center.com/architecture/2011/uncategorized/post-3/attachment/hillhouse-construction-san-jose-ca/"><img class="aligncenter size-medium wp-image-16" title="Hillhouse Construction, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110204-05-550x366.jpg" alt="" width="550" height="366" /></a></p>', 'Post 3', '', 'inherit', 'open', 'open', '', '15-revision-3', '', '', '2011-02-22 18:46:18', '2011-02-22 18:46:18', '', 15, 'http://image-center.com/architecture/2011/uncategorized/15-revision-3/', 0, 'revision', '', 0),
(320, 1, '2011-02-22 21:31:15', '2011-02-22 21:31:15', '<p><a rel="attachment wp-att-22" href="http://image-center.com/architecture/2011/commercial/post-2/attachment/silicon-valley-glass-morgan-hill-ca/"><img class="aligncenter size-medium wp-image-22" title="Silicon Valley Glass, Morgan Hill, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-02-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Post 2', '', 'inherit', 'open', 'open', '', '11-revision-8', '', '', '2011-02-22 21:31:15', '2011-02-22 21:31:15', '', 11, 'http://image-center.com/architecture/2011/uncategorized/11-revision-8/', 0, 'revision', '', 0),
(38, 1, '2011-02-22 19:07:16', '2011-02-22 19:07:16', '<p><a rel="attachment wp-att-16" href="http://image-center.com/architecture/2011/uncategorized/post-3/attachment/hillhouse-construction-san-jose-ca/"><a rel="attachment wp-att-36" href="http://image-center.com/architecture/2011/uncategorized/post-3/attachment/blach-construction-san-jose-ca/"><img class="aligncenter size-medium wp-image-36" title="Blach Construction, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090820-09-550x365.jpg" alt="" width="550" height="365" /></a><br />\r\n</a></p>', 'Post 3', '', 'inherit', 'open', 'open', '', '15-revision-4', '', '', '2011-02-22 19:07:16', '2011-02-22 19:07:16', '', 15, 'http://image-center.com/architecture/2011/uncategorized/15-revision-4/', 0, 'revision', '', 0),
(351, 2, '2011-02-26 00:05:08', '2011-02-26 00:05:08', '<p><img class="aligncenter size-medium wp-image-286" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-081-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><a rel="attachment wp-att-285" href="http://image-center.com/architecture/2011/commercial/easton-bell/attachment/aai-san-jose-ca-3/"><img class="aligncenter size-medium wp-image-285" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-05-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-284" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-02-550x366.jpg" alt="" width="550" height="366" /></p>', 'Easton-Bell', 'Easton-Bell', 'inherit', 'open', 'open', '', '283-revision-15', '', '', '2011-02-26 00:05:08', '2011-02-26 00:05:08', '', 283, 'http://image-center.com/architecture/2011/uncategorized/283-revision-15/', 0, 'revision', '', 0),
(508, 1, '2011-02-27 22:18:45', '2011-02-28 06:18:45', '<p style="text-align: center;"><strong>California Theatre</strong></p>\r\n\r\n<p style="text-align: center;"><strong></strong>San Jose, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-478" title="California Theatre, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/041104-C-423x550.jpg" alt="" width="423" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-479" title="California Theatre, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/041104-K-423x550.jpg" alt="" width="423" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-480" title="California Theatre, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/041104-R-550x423.jpg" alt="" width="550" height="423" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-481" title="California Theatre, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/041104-V-550x423.jpg" alt="" width="550" height="423" /></p>', 'California Theatre', 'California Theatre, San Jose, CA', 'inherit', 'closed', 'open', '', '477-revision-5', '', '', '2011-02-27 22:18:45', '2011-02-28 06:18:45', '', 477, 'http://image-center.com/architecture/2011/uncategorized/477-revision-5/', 0, 'revision', '', 0),
(43, 1, '2011-02-22 19:07:17', '2011-02-22 19:07:17', '<p><a rel="attachment wp-att-16" href="http://image-center.com/architecture/2011/entertainment/post-3/attachment/hillhouse-construction-san-jose-ca/"><a rel="attachment wp-att-36" href="http://image-center.com/architecture/2011/entertainment/post-3/attachment/blach-construction-san-jose-ca/"><img class="aligncenter size-medium wp-image-36" title="Blach Construction, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090820-09-550x365.jpg" alt="" width="550" height="365" /></a><br />\r\n</a></p>', 'Post 3', '', 'inherit', 'open', 'open', '', '15-revision-5', '', '', '2011-02-22 19:07:17', '2011-02-22 19:07:17', '', 15, 'http://image-center.com/architecture/2011/uncategorized/15-revision-5/', 0, 'revision', '', 0),
(44, 1, '2011-02-22 19:12:45', '2011-02-22 19:12:45', '<p><a rel="attachment wp-att-16" href="http://image-center.com/architecture/2011/entertainment/post-3/attachment/hillhouse-construction-san-jose-ca/"></a><a rel="attachment wp-att-36" href="http://image-center.com/architecture/2011/entertainment/post-3/attachment/blach-construction-san-jose-ca/"><img class="aligncenter size-medium wp-image-36" title="Blach Construction, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090820-09-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Post 3', '', 'inherit', 'open', 'open', '', '15-revision-6', '', '', '2011-02-22 19:12:45', '2011-02-22 19:12:45', '', 15, 'http://image-center.com/architecture/2011/uncategorized/15-revision-6/', 0, 'revision', '', 0),
(45, 1, '2011-02-25 17:36:57', '2011-02-25 17:36:57', '<p><a rel="attachment wp-att-16" href="http://image-center.com/architecture/2011/entertainment/post-3/attachment/hillhouse-construction-san-jose-ca/"></a><a rel="attachment wp-att-36" href="http://image-center.com/architecture/2011/entertainment/post-3/attachment/blach-construction-san-jose-ca/"><img class="aligncenter size-medium wp-image-36" title="Blach Construction, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090820-09-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Post 3', '', 'inherit', 'open', 'open', '', '15-autosave', '', '', '2011-02-25 17:36:57', '2011-02-25 17:36:57', '', 15, 'http://image-center.com/architecture/2011/uncategorized/15-autosave/', 0, 'revision', '', 0),
(46, 1, '2011-02-19 21:29:54', '2011-02-19 21:29:54', 'This is an example of a WordPress page, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many pages like this one or sub-pages as you like and manage all of your content inside of WordPress.', 'About', '', 'inherit', 'open', 'open', '', '2-revision', '', '', '2011-02-19 21:29:54', '2011-02-19 21:29:54', '', 2, 'http://image-center.com/architecture/2011/uncategorized/2-revision/', 0, 'revision', '', 0),
(49, 2, '2011-02-22 20:45:36', '2011-02-22 20:45:36', '<p>Thank you for your interest in my architectural photographic services. I look forward to discussing your specific photographic needs with you. Below please find a number of ways to contact me.</p>\r\n\r\n<p><strong>By mail: </strong>P.O. Box 786, Los Gatos, CA 95031 USA</p>\r\n\r\n<p><strong>By phone: </strong>408.930.2490</p>\r\n\r\n<p><strong>By e-mail: </strong>Simply fill out the form below. I will reply as soon as possible.</p>\r\n\r\n<p>[gravityform id=1 name=Contact title=false description=false]</p>', 'Contact', '', 'publish', 'closed', 'open', '', 'contact', '', '', '2011-02-23 06:32:40', '2011-02-23 06:32:40', '', 0, 'http://image-center.com/architecture/', 0, 'page', '', 0),
(47, 1, '2011-02-22 20:43:39', '2011-02-22 20:43:39', '<p><span style="font-size: medium;"><strong>What Is Image Center</strong></span></p>\r\n\r\n<p>My name is Marco P. Zecchin and I own Image Center. As a specialty firm providing photographic services to the Architectural, Interior Design, Construction, Development, Entertainment, Hospitality and Real Estate industries, I appreciate the building industries marketing needs and stake my reputation on your satisfaction.</p>\r\n\r\n<p>With over 25 years of photographic experience and specializing in the building industries photographic needs for the last 20 years, I bring a wealth of experience that you can draw from. Marketing materials from simple portfolios to specialty and consumer publications around the world, brochures, multi-media presentation and web pages have all included Image Center photographs.</p>\r\n\r\n<p>Please accept my personal invitation to view my Architectural portfolios and please feel free to contact us if your questions are not being addressed on my web pages.</p>\r\n\r\n<p>Thank you for your interest in Image Centers services and I hope that someday we can talk over your photographic needs.</p>\r\n\r\n<p><br class="spacer_" /></p>\r\n\r\n<p><br class="spacer_" /></p>', 'About', '', 'inherit', 'open', 'open', '', '2-revision-2', '', '', '2011-02-22 20:43:39', '2011-02-22 20:43:39', '', 2, 'http://image-center.com/architecture/2011/uncategorized/2-revision-2/', 0, 'revision', '', 0),
(48, 1, '2011-02-22 20:44:34', '2011-02-22 20:44:34', '<p><span style="font-size: medium;"><strong>What Is Image Center</strong></span></p>\r\n\r\n<p>My name is Marco P. Zecchin and I own Image Center. As a specialty firm providing photographic services to the Architectural, Interior Design, Construction, Development, Entertainment, Hospitality and Real Estate industries, I appreciate the building industries marketing needs and stake my reputation on your satisfaction.</p>\r\n\r\n<p>With over 25 years of photographic experience and specializing in the building industries photographic needs for the last 20 years, I bring a wealth of experience that you can draw from. Marketing materials from simple portfolios to specialty and consumer publications around the world, brochures, multi-media presentation and web pages have all included Image Center photographs.</p>\r\n\r\n<p>Please accept my personal invitation to view my Architectural portfolios and please feel free to contact us if your questions are not being addressed on my web pages.</p>\r\n\r\n<p>Thank you for your interest in Image Centers services. I hope that someday soon we can talk over your photographic needs.</p>\r\n\r\n<p><br class="spacer_" /></p>', 'About', '', 'inherit', 'open', 'open', '', '2-revision-3', '', '', '2011-02-22 20:44:34', '2011-02-22 20:44:34', '', 2, 'http://image-center.com/architecture/2011/uncategorized/2-revision-3/', 0, 'revision', '', 0),
(50, 1, '2011-02-22 20:45:25', '2011-02-22 20:45:25', '', 'Contact', '', 'inherit', 'open', 'open', '', '49-revision', '', '', '2011-02-22 20:45:25', '2011-02-22 20:45:25', '', 49, 'http://image-center.com/architecture/2011/uncategorized/49-revision/', 0, 'revision', '', 0),
(51, 1, '2011-02-22 20:45:36', '2011-02-22 20:45:36', '<p>We will have a contact form here!</p>', 'Contact', '', 'inherit', 'open', 'open', '', '49-revision-2', '', '', '2011-02-22 20:45:36', '2011-02-22 20:45:36', '', 49, 'http://image-center.com/architecture/2011/uncategorized/49-revision-2/', 0, 'revision', '', 0),
(52, 1, '2011-02-22 20:46:51', '2011-02-22 20:46:51', '', 'Home', '', 'publish', 'open', 'open', '', 'home', '', '', '2011-02-26 00:38:50', '2011-02-26 00:38:50', '', 0, 'http://image-center.com/architecture/?p=52', 1, 'nav_menu_item', '', 0),
(53, 1, '2011-02-22 20:46:51', '2011-02-22 20:46:51', 'What Is Image Center\r\n\r\nMy name is Marco P. Zecchin and I own Image Center. As a specialty firm providing photographic services to the Architectural, Interior Design, Construction, Development, Entertainment, Hospitality and Real Estate industries, I appreciate the building industries marketing needs and stake my reputation on your satisfaction.\r\n\r\nWith over 25 years of photographic experience and specializing in the building industries photographic needs for the last 20 years, I bring a wealth of experience that you can draw from. Marketing materials from simple portfolios to specialty and consumer publications around the world, brochures, multi-media presentation and web pages have all included Image Center photographs.\r\n\r\nPlease accept my personal invitation to view my Architectural portfolios and please feel free to contact us if your questions are not being addressed on my web pages.\r\n\r\nThank you for your interest in Image Centers services. I hope that someday soon we can talk over your photographic needs.', '', 'About Image Center', 'publish', 'open', 'open', '', '53', '', '', '2011-02-26 00:38:50', '2011-02-26 00:38:50', '', 0, 'http://image-center.com/architecture/?p=53', 2, 'nav_menu_item', '', 0),
(54, 1, '2011-02-22 20:46:52', '2011-02-22 20:46:52', 'We will have a contact form here!', '', 'Contact Image Center', 'publish', 'open', 'open', '', '54', '', '', '2011-02-26 00:38:50', '2011-02-26 00:38:50', '', 0, 'http://image-center.com/architecture/?p=54', 3, 'nav_menu_item', '', 0),
(55, 2, '2011-02-23 03:39:47', '2011-02-23 03:39:47', '<p>Thank you for your interest in my architectural photographic services. I look forward to discussing your specific photographic needs with you. Below please find  can contact me in a number of ways:</p>\n\n<p><strong>By mail:</strong></p>\n\n<p style="padding-left: 30px;">P.O. Box 786</p>\n\n<p style="padding-left: 30px;">Los Gatos, CA 95031</p>\n\n<p><strong>By phone:</strong></p>\n\n<p style="padding-left: 30px;">408.930.2490</p>\n\n<p><strong>By e-mail:</strong></p>\n\n<p style="padding-left: 30px;">Simply fill out the form below. I will reply as soon as possible.</p>\n\n<p>Cheers,</p>\n\n<p>Marco Zecchin</p>\n\n<p>[gravityform id=1 name=Contact title=false description=false]</p>', 'Contact Page', '', 'inherit', 'open', 'open', '', '49-autosave', '', '', '2011-02-23 03:39:47', '2011-02-23 03:39:47', '', 49, 'http://image-center.com/architecture/2011/uncategorized/49-autosave/', 0, 'revision', '', 0),
(56, 1, '2011-02-22 20:45:49', '2011-02-22 20:45:49', '<p>We will have a contact form here!</p>', 'Contact', '', 'inherit', 'open', 'open', '', '49-revision-3', '', '', '2011-02-22 20:45:49', '2011-02-22 20:45:49', '', 49, 'http://image-center.com/architecture/2011/uncategorized/49-revision-3/', 0, 'revision', '', 0),
(57, 1, '2011-02-22 21:01:23', '2011-02-22 21:01:23', '<p>Thank you for your interest in contacting me. I look forward to discussing your needs with you. You can contact me at by phone at (408)930-2490 or please fill out my contact form and I will reply to as soon as possible.</p>\r\n\r\n<p>Cheers,</p>\r\n\r\n<p>Marco Zecchin</p>\r\n\r\n<p>[gravityform id=1 name=Contact title=false description=false]</p>', 'Contact', '', 'inherit', 'open', 'open', '', '49-revision-4', '', '', '2011-02-22 21:01:23', '2011-02-22 21:01:23', '', 49, 'http://image-center.com/architecture/2011/uncategorized/49-revision-4/', 0, 'revision', '', 0),
(58, 1, '2011-02-22 19:06:00', '2011-02-22 19:06:00', '<p><a rel="attachment wp-att-22" href="http://image-center.com/architecture/2011/residential/post-2/attachment/silicon-valley-glass-morgan-hill-ca/"><img class="aligncenter size-medium wp-image-22" title="Silicon Valley Glass, Morgan Hill, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-02-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Post 2', '', 'inherit', 'open', 'open', '', '11-revision-6', '', '', '2011-02-22 19:06:00', '2011-02-22 19:06:00', '', 11, 'http://image-center.com/architecture/2011/uncategorized/11-revision-6/', 0, 'revision', '', 0),
(59, 1, '2011-02-22 21:31:11', '2011-02-22 21:31:11', '<p><a rel="attachment wp-att-22" href="http://image-center.com/architecture/2011/residential/post-2/attachment/silicon-valley-glass-morgan-hill-ca/"><img class="aligncenter size-medium wp-image-22" title="Silicon Valley Glass, Morgan Hill, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-02-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Post 2', '', 'inherit', 'open', 'open', '', '11-revision-7', '', '', '2011-02-22 21:31:11', '2011-02-22 21:31:11', '', 11, 'http://image-center.com/architecture/2011/uncategorized/11-revision-7/', 0, 'revision', '', 0),
(60, 1, '2011-02-22 19:12:47', '2011-02-22 19:12:47', '<p><a rel="attachment wp-att-16" href="http://image-center.com/architecture/2011/entertainment/post-3/attachment/hillhouse-construction-san-jose-ca/"></a><a rel="attachment wp-att-36" href="http://image-center.com/architecture/2011/entertainment/post-3/attachment/blach-construction-san-jose-ca/"><img class="aligncenter size-medium wp-image-36" title="Blach Construction, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090820-09-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Post 3', '', 'inherit', 'open', 'open', '', '15-revision-7', '', '', '2011-02-22 19:12:47', '2011-02-22 19:12:47', '', 15, 'http://image-center.com/architecture/2011/uncategorized/15-revision-7/', 0, 'revision', '', 0),
(61, 1, '2011-02-22 21:31:21', '2011-02-22 21:31:21', '<p><a rel="attachment wp-att-16" href="http://image-center.com/architecture/2011/entertainment/post-3/attachment/hillhouse-construction-san-jose-ca/"></a><a rel="attachment wp-att-36" href="http://image-center.com/architecture/2011/entertainment/post-3/attachment/blach-construction-san-jose-ca/"><img class="aligncenter size-medium wp-image-36" title="Blach Construction, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090820-09-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Post 3', '', 'inherit', 'open', 'open', '', '15-revision-8', '', '', '2011-02-22 21:31:21', '2011-02-22 21:31:21', '', 15, 'http://image-center.com/architecture/2011/uncategorized/15-revision-8/', 0, 'revision', '', 0),
(62, 1, '2011-02-22 19:06:17', '2011-02-22 19:06:17', '<p><a rel="attachment wp-att-27" href="http://image-center.com/architecture/2011/biomedical/post-4/attachment/xl-construction-milpitas-ca/"><img class="aligncenter size-medium wp-image-27" title="XL Construction, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100316-04-550x366.jpg" alt="" width="550" height="366" /></a></p>', 'Post 4', '', 'inherit', 'open', 'open', '', '26-revision-5', '', '', '2011-02-22 19:06:17', '2011-02-22 19:06:17', '', 26, 'http://image-center.com/architecture/2011/uncategorized/26-revision-5/', 0, 'revision', '', 0),
(63, 1, '2011-02-22 21:31:30', '2011-02-22 21:31:30', '<p><a rel="attachment wp-att-27" href="http://image-center.com/architecture/2011/biomedical/post-4/attachment/xl-construction-milpitas-ca/"><img class="aligncenter size-medium wp-image-27" title="XL Construction, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100316-04-550x366.jpg" alt="" width="550" height="366" /></a></p>', 'Post 4', '', 'inherit', 'open', 'open', '', '26-revision-6', '', '', '2011-02-22 21:31:30', '2011-02-22 21:31:30', '', 26, 'http://image-center.com/architecture/2011/uncategorized/26-revision-6/', 0, 'revision', '', 0),
(64, 1, '2011-02-22 21:31:30', '2011-02-22 21:31:30', '<p><a rel="attachment wp-att-27" href="http://image-center.com/architecture/2011/commercial/post-4/attachment/xl-construction-milpitas-ca/"><img class="aligncenter size-medium wp-image-27" title="XL Construction, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100316-04-550x366.jpg" alt="" width="550" height="366" /></a></p>', 'Post 4', '', 'inherit', 'open', 'open', '', '26-revision-7', '', '', '2011-02-22 21:31:30', '2011-02-22 21:31:30', '', 26, 'http://image-center.com/architecture/2011/uncategorized/26-revision-7/', 0, 'revision', '', 0);
INSERT INTO `wp_2posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(65, 1, '2011-02-22 21:35:34', '2011-02-22 21:35:34', '<p><a rel="attachment wp-att-27" href="http://image-center.com/architecture/2011/commercial/post-4/attachment/xl-construction-milpitas-ca/"><img class="aligncenter size-medium wp-image-27" title="XL Construction, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100316-04-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p>This is an example of some verbiage.  This is an example of some verbiage. This is an example of some verbiage. This is an example of some verbiage. This is an example of some verbiage.</p>', 'Post 4', '', 'inherit', 'open', 'open', '', '26-revision-8', '', '', '2011-02-22 21:35:34', '2011-02-22 21:35:34', '', 26, 'http://image-center.com/architecture/2011/uncategorized/26-revision-8/', 0, 'revision', '', 0),
(66, 1, '2011-02-22 21:47:53', '2011-02-22 21:47:53', '<p><a rel="attachment wp-att-27" href="http://image-center.com/architecture/2011/commercial/post-4/attachment/xl-construction-milpitas-ca/"></a><a rel="attachment wp-att-69" href="http://image-center.com/architecture/2011/commercial/post-4/attachment/hillhouse-construction-san-jose-ca-2/"><img class="aligncenter size-medium wp-image-69" title="Hillhouse Construction, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110204-051-550x366.jpg" alt="This is the alternate text for Hillhouse Construction, San Jose, CA" width="550" height="366" /></a><img class="aligncenter size-medium wp-image-27" title="XL Construction, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100316-04-550x366.jpg" alt="" width="550" height="366" /></p>\n\n<p>This is an example of some verbiage.  This is an example of some verbiage. This is an example of some verbiage. This is an example of some verbiage. This is an example of some verbiage.</p>', 'Post 4', '', 'inherit', 'open', 'open', '', '26-autosave', '', '', '2011-02-22 21:47:53', '2011-02-22 21:47:53', '', 26, 'http://image-center.com/architecture/2011/uncategorized/26-autosave/', 0, 'revision', '', 0),
(67, 1, '2011-02-22 21:35:37', '2011-02-22 21:35:37', '<p><a rel="attachment wp-att-27" href="http://image-center.com/architecture/2011/commercial/post-4/attachment/xl-construction-milpitas-ca/"><img class="aligncenter size-medium wp-image-27" title="XL Construction, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100316-04-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p>This is an example of some verbiage.  This is an example of some verbiage. This is an example of some verbiage. This is an example of some verbiage. This is an example of some verbiage.</p>', 'Post 4', '', 'inherit', 'open', 'open', '', '26-revision-9', '', '', '2011-02-22 21:35:37', '2011-02-22 21:35:37', '', 26, 'http://image-center.com/architecture/2011/uncategorized/26-revision-9/', 0, 'revision', '', 0),
(68, 1, '2011-02-22 21:39:58', '2011-02-22 21:39:58', '<p><a rel="attachment wp-att-27" href="http://image-center.com/architecture/2011/commercial/post-4/attachment/xl-construction-milpitas-ca/"><img class="aligncenter size-medium wp-image-27" title="XL Construction, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100316-04-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p>This is an example of some verbiage.  This is an example of some verbiage. This is an example of some verbiage. This is an example of some verbiage. This is an example of some verbiage.</p>', 'Post 4', '', 'inherit', 'open', 'open', '', '26-revision-10', '', '', '2011-02-22 21:39:58', '2011-02-22 21:39:58', '', 26, 'http://image-center.com/architecture/2011/uncategorized/26-revision-10/', 0, 'revision', '', 0),
(69, 1, '2011-02-22 21:45:02', '2011-02-22 21:45:02', 'This is the description text for Hillhouse Construction, San Jose, CA', 'Hillhouse Construction, San Jose, CA', '', 'inherit', 'open', 'open', '', 'hillhouse-construction-san-jose-ca-2', '', '', '2011-02-22 21:45:02', '2011-02-22 21:45:02', '', 26, 'http://image-center.com/architecture/wp-content/uploads/2011/02/110204-051.jpg', 0, 'attachment', 'image/jpeg', 0),
(70, 1, '2011-02-22 21:39:59', '2011-02-22 21:39:59', '<p><a rel="attachment wp-att-27" href="http://image-center.com/architecture/2011/commercial/post-4/attachment/xl-construction-milpitas-ca/"><img class="aligncenter size-medium wp-image-27" title="XL Construction, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100316-04-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p>This is an example of some verbiage.  This is an example of some verbiage. This is an example of some verbiage. This is an example of some verbiage. This is an example of some verbiage.</p>', 'Post 4', '', 'inherit', 'open', 'open', '', '26-revision-11', '', '', '2011-02-22 21:39:59', '2011-02-22 21:39:59', '', 26, 'http://image-center.com/architecture/2011/uncategorized/26-revision-11/', 0, 'revision', '', 0),
(318, 1, '2011-02-22 21:31:22', '2011-02-22 21:31:22', '<p><a rel="attachment wp-att-16" href="http://image-center.com/architecture/2011/commercial/post-3/attachment/hillhouse-construction-san-jose-ca/"></a><a rel="attachment wp-att-36" href="http://image-center.com/architecture/2011/commercial/post-3/attachment/blach-construction-san-jose-ca/"><img class="aligncenter size-medium wp-image-36" title="Blach Construction, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090820-09-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Post 3', '', 'inherit', 'open', 'open', '', '15-revision-9', '', '', '2011-02-22 21:31:22', '2011-02-22 21:31:22', '', 15, 'http://image-center.com/architecture/2011/uncategorized/15-revision-9/', 0, 'revision', '', 0),
(71, 1, '2011-02-22 21:46:32', '2011-02-22 21:46:32', '<p><a rel="attachment wp-att-27" href="http://image-center.com/architecture/2011/commercial/post-4/attachment/xl-construction-milpitas-ca/"><a rel="attachment wp-att-69" href="http://image-center.com/architecture/2011/commercial/post-4/attachment/hillhouse-construction-san-jose-ca-2/"><img class="aligncenter size-medium wp-image-69" title="Hillhouse Construction, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110204-051-550x366.jpg" alt="This is the alternate text for Hillhouse Construction, San Jose, CA" width="550" height="366" /></a><img class="aligncenter size-medium wp-image-27" title="XL Construction, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100316-04-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p>This is an example of some verbiage.  This is an example of some verbiage. This is an example of some verbiage. This is an example of some verbiage. This is an example of some verbiage.</p>', 'Post 4', '', 'inherit', 'open', 'open', '', '26-revision-12', '', '', '2011-02-22 21:46:32', '2011-02-22 21:46:32', '', 26, 'http://image-center.com/architecture/2011/uncategorized/26-revision-12/', 0, 'revision', '', 0),
(72, 1, '2011-02-23 16:17:01', '2011-02-23 16:17:01', '<p style="text-align: center;"><img class="alignnone size-full wp-image-77" title="slide4as" src="http://image-center.com/architecture/wp-content/uploads/2011/02/slide4as.jpg" alt="" width="210" height="114" /><span style="color: #e1e1e1;">...</span><img class="alignnone size-full wp-image-76" title="slide3as" src="http://image-center.com/architecture/wp-content/uploads/2011/02/slide3as.jpg" alt="" width="210" height="114" /><span style="color: #e1e1e1;">...</span><img class="alignnone size-full wp-image-73" title="slide1as" src="http://image-center.com/architecture/wp-content/uploads/2011/02/slide1as.jpg" alt="" width="210" height="114" /><span style="color: #e1e1e1;">...</span><img class="alignnone size-full wp-image-75" title="slide2as" src="http://image-center.com/architecture/wp-content/uploads/2011/02/slide2as.jpg" alt="" width="210" height="114" /></p>\n\n<p style="text-align: center;">Commercial<span style="color: #e1e1e1;"> ...... </span>Residential <span style="color: #e1e1e1;">......</span> Biomedical<span style="color: #e1e1e1;"> ...... </span>Entertainment</p>\n\n<p style="text-align: left;"> </p>\n\n<p style="text-align: center;">dsfsdfsdf</p>\n\n<p style="text-align: center;"><img class="size-full wp-image-93 alignnone" title="slide1as168" src="http://image-center.com/architecture/wp-content/uploads/2011/02/slide1as168.jpg" alt="" width="168" height="91" /><span style="color: #e1e1e1;">...<img class="alignnone size-full wp-image-94" title="slide2as168" src="http://image-center.com/architecture/wp-content/uploads/2011/02/slide2as168.jpg" alt="" width="168" height="91" /><span style="color: #e1e1e1;">...<img class="alignnone size-full wp-image-95" title="slide3as168" src="http://image-center.com/architecture/wp-content/uploads/2011/02/slide3as168.jpg" alt="" width="168" height="91" /><span style="color: #e1e1e1;">...<img class="alignnone size-full wp-image-96" title="slide4as168" src="http://image-center.com/architecture/wp-content/uploads/2011/02/slide4as168.jpg" alt="" width="168" height="91" /><span style="color: #e1e1e1;">...<img class="alignnone size-full wp-image-97" title="slide5as168" src="http://image-center.com/architecture/wp-content/uploads/2011/02/slide5as168.jpg" alt="" width="168" height="91" /></span></span></span></span></p>\n\n<p style="text-align: center;">Commercial<span style="color: #e1e1e1;"> ...... </span>Residential <span style="color: #e1e1e1;">......</span> Biomedical<span style="color: #e1e1e1;"> ...... </span>Entertainment<span style="color: #e1e1e1;"> ...... </span>Hospitality</p>\n\n<p style="text-align: center;"> </p>\n\n<p style="text-align: center;">frooo</p>\n\n<table border="0" align="center">\n<tbody>\n<tr>\n<td><p style="text-align: center;"><img title="slide1as168" src="../wp-content/uploads/2011/02/slide1as168.jpg" alt="" width="168" height="91" /></p></td>\n<td><p style="text-align: center;"><img title="slide2as168" src="../wp-content/uploads/2011/02/slide2as168.jpg" alt="" width="168" height="91" /></p></td>\n<td><p style="text-align: center;"><img title="slide3as168" src="../wp-content/uploads/2011/02/slide3as168.jpg" alt="" width="168" height="91" /></p></td>\n<td><p style="text-align: center;"><img title="slide4as168" src="../wp-content/uploads/2011/02/slide4as168.jpg" alt="" width="168" height="91" /></p></td>\n<td><p style="text-align: center;"><img title="slide5as168" src="../wp-content/uploads/2011/02/slide5as168.jpg" alt="" width="168" height="91" /></p></td>\n</tr>\n<tr style="text-align: center;">\n<td style="text-align: center;">Commercial</td>\n<td style="text-align: center;">Residential</td>\n<td style="text-align: center;">Biomedical</td>\n<td style="text-align: center;">Entertainment</td>\n<td>Hospitality</td>\n</tr>\n</tbody>\n</table>\n\n<p style="text-align: center;">frooo</p>\n\n<p style="text-align: center;"> </p>\n\n<table style="text-align: center;">\n<tbody>\n<tr>\n<td align="center"><a rel="attachment wp-att-93" href="http://image-center.com/architecture/?attachment_id=93"><img class="aligncenter size-full wp-image-93" title="slide1as168" src="http://image-center.com/architecture/wp-content/uploads/2011/02/slide1as168.jpg" alt="" width="168" height="91" /></a></td>\n<td><a rel="attachment wp-att-94" href="http://image-center.com/architecture/?attachment_id=94"><img class="aligncenter size-full wp-image-94" title="slide2as168" src="http://image-center.com/architecture/wp-content/uploads/2011/02/slide2as168.jpg" alt="" width="168" height="91" /></a></td>\n<td><a rel="attachment wp-att-95" href="http://image-center.com/architecture/?attachment_id=95"><img class="aligncenter size-full wp-image-95" title="slide3as168" src="http://image-center.com/architecture/wp-content/uploads/2011/02/slide3as168.jpg" alt="" width="168" height="91" /></a></td>\n<td><a rel="attachment wp-att-96" href="http://image-center.com/architecture/?attachment_id=96"><img class="aligncenter size-full wp-image-96" title="slide4as168" src="http://image-center.com/architecture/wp-content/uploads/2011/02/slide4as168.jpg" alt="" width="168" height="91" /></a></td>\n<td style="text-align: center;"><a rel="attachment wp-att-97" href="http://image-center.com/architecture/?attachment_id=97"><img class="aligncenter size-full wp-image-97" title="slide5as168" src="http://image-center.com/architecture/wp-content/uploads/2011/02/slide5as168.jpg" alt="" width="168" height="91" /></a></td>\n</tr>\n<tr>\n<td><p style="text-align: center;">Commercial</p></td>\n<td><p style="text-align: center;">Residential</p></td>\n<td><p style="text-align: center;">Biomedical</p></td>\n<td><p style="text-align: center;">Entertainment</p></td>\n<td><p style="text-align: center;">Hospitality</p></td>\n</tr>\n</tbody>\n</table>\n\n<p style="text-align: center;">erwerw</p>', '', '', 'trash', 'open', 'open', '', '72', '', '', '2011-02-25 17:31:01', '2011-02-25 17:31:01', '', 0, 'http://image-center.com/architecture/?p=72', 0, 'post', '', 0),
(73, 1, '2011-02-23 00:26:28', '2011-02-23 00:26:28', '', 'slide1as', '', 'inherit', 'open', 'open', '', 'slide1as', '', '', '2011-02-23 00:26:28', '2011-02-23 00:26:28', '', 72, 'http://image-center.com/architecture/wp-content/uploads/2011/02/slide1as.jpg', 0, 'attachment', 'image/jpeg', 0),
(74, 1, '2011-02-23 00:27:01', '2011-02-23 00:27:01', '', 'slide2a', '', 'inherit', 'open', 'open', '', 'slide2a', '', '', '2011-02-23 00:27:01', '2011-02-23 00:27:01', '', 72, 'http://image-center.com/architecture/wp-content/uploads/2011/02/slide2a.jpg', 0, 'attachment', 'image/jpeg', 0),
(75, 1, '2011-02-23 00:27:29', '2011-02-23 00:27:29', '', 'slide2as', '', 'inherit', 'open', 'open', '', 'slide2as', '', '', '2011-02-23 00:27:29', '2011-02-23 00:27:29', '', 72, 'http://image-center.com/architecture/wp-content/uploads/2011/02/slide2as.jpg', 0, 'attachment', 'image/jpeg', 0),
(76, 1, '2011-02-23 00:28:24', '2011-02-23 00:28:24', '', 'slide3as', '', 'inherit', 'open', 'open', '', 'slide3as', '', '', '2011-02-23 00:28:24', '2011-02-23 00:28:24', '', 72, 'http://image-center.com/architecture/wp-content/uploads/2011/02/slide3as.jpg', 0, 'attachment', 'image/jpeg', 0),
(77, 1, '2011-02-23 00:28:57', '2011-02-23 00:28:57', '', 'slide4as', '', 'inherit', 'open', 'open', '', 'slide4as', '', '', '2011-02-23 00:28:57', '2011-02-23 00:28:57', '', 72, 'http://image-center.com/architecture/wp-content/uploads/2011/02/slide4as.jpg', 0, 'attachment', 'image/jpeg', 0),
(78, 1, '2011-02-23 00:33:15', '2011-02-23 00:33:15', '<p>dsfdfsdf</p>\n\n<p><img class="alignleft size-full wp-image-77" title="slide4as" src="http://image-center.com/architecture/wp-content/uploads/2011/02/slide4as.jpg" alt="" width="210" height="114" /><img class="alignleft size-full wp-image-76" title="slide3as" src="http://image-center.com/architecture/wp-content/uploads/2011/02/slide3as.jpg" alt="" width="210" height="114" /><img class="alignleft size-full wp-image-73" title="slide1as" src="http://image-center.com/architecture/wp-content/uploads/2011/02/slide1as.jpg" alt="" width="210" height="114" /><img class="alignleft size-full wp-image-75" title="slide2as" src="http://image-center.com/architecture/wp-content/uploads/2011/02/slide2as.jpg" alt="" width="210" height="114" /></p>\n\n<p>sdfsdfsdf</p>', '', '', 'inherit', 'open', 'open', '', '72-revision', '', '', '2011-02-23 00:33:15', '2011-02-23 00:33:15', '', 72, 'http://image-center.com/architecture/2011/uncategorized/72-revision/', 0, 'revision', '', 0),
(79, 2, '2011-02-23 02:02:19', '2011-02-23 02:02:19', '<p>Thank you for taking the time to contact me with your interest in my architectural photographic service!</p>\r\n\r\n<p>I will reply to your inquiry as soon as possible.</p>\r\n\r\n<p>Cheers,</p>\r\n\r\n<p>Marco Zecchin</p>', 'Thank you for your interest!', '', 'publish', 'closed', 'open', '', 'thank-you-for-your-interest', '', '', '2011-02-24 14:44:23', '2011-02-24 14:44:23', '', 0, 'http://image-center.com/architecture/', 0, 'page', '', 0),
(80, 1, '2011-02-23 02:01:39', '2011-02-23 02:01:39', '<p>Thank your for taking the time to contact me.</p>', 'Thanks For Contacting Me', '', 'inherit', 'open', 'open', '', '79-revision', '', '', '2011-02-23 02:01:39', '2011-02-23 02:01:39', '', 79, 'http://image-center.com/architecture/2011/uncategorized/79-revision/', 0, 'revision', '', 0),
(81, 2, '2011-02-23 02:02:19', '2011-02-23 02:02:19', '<p>Thank your for taking the time to contact me.</p>\r\n\r\n<p>I will reply to you as soon as possible.</p>\r\n\r\n<p>Cheers,</p>\r\n\r\n<p>Marco Zecchin</p>', 'Thanks For Contacting Me', '', 'inherit', 'open', 'open', '', '79-revision-2', '', '', '2011-02-23 02:02:19', '2011-02-23 02:02:19', '', 79, 'http://image-center.com/architecture/2011/uncategorized/79-revision-2/', 0, 'revision', '', 0),
(82, 2, '2011-02-23 03:25:53', '2011-02-23 03:25:53', '<p>Your interest in my Architectural photographic serivice</p>\n\n<p>I will reply to your inquiry as soon as possible.</p>\n\n<p>Cheers,</p>\n\n<p>Marco Zecchin</p>', 'Thank you for contacting me!', '', 'inherit', 'open', 'open', '', '79-autosave', '', '', '2011-02-23 03:25:53', '2011-02-23 03:25:53', '', 79, 'http://image-center.com/architecture/2011/uncategorized/79-autosave/', 0, 'revision', '', 0),
(83, 2, '2011-02-23 03:21:04', '2011-02-23 03:21:04', '<p>Thank you for taking the time to contact me!</p>\r\n\r\n<p>I will reply to your inquiry as soon as possible.</p>\r\n\r\n<p>Cheers,</p>\r\n\r\n<p>Marco Zecchin</p>', 'Thank you for contacting me!', '', 'inherit', 'open', 'open', '', '79-revision-3', '', '', '2011-02-23 03:21:04', '2011-02-23 03:21:04', '', 79, 'http://image-center.com/architecture/2011/uncategorized/79-revision-3/', 0, 'revision', '', 0),
(84, 2, '2011-02-23 03:26:28', '2011-02-23 03:26:28', '<p>Your interest in my Architectural photographic service is important to me!</p>\r\n\r\n<p>I will reply to your inquiry as soon as possible.</p>\r\n\r\n<p>Cheers,</p>\r\n\r\n<p>Marco Zecchin</p>', 'Thank you for contacting me!', '', 'inherit', 'open', 'open', '', '79-revision-4', '', '', '2011-02-23 03:26:28', '2011-02-23 03:26:28', '', 79, 'http://image-center.com/architecture/2011/uncategorized/79-revision-4/', 0, 'revision', '', 0),
(85, 2, '2011-02-22 21:02:54', '2011-02-22 21:02:54', '<p>Thank you for your interest in contacting me.</p>\r\n\r\n<p>You can contact me at by phone at (408)930-2490 or please fill out my contact form.</p>\r\n\r\n<p>I look forward to discussing your needs with you and will reply to your inquiry as soon as possible.</p>\r\n\r\n<p>Cheers,</p>\r\n\r\n<p>Marco Zecchin</p>\r\n\r\n<p>[gravityform id=1 name=Contact title=false description=false]</p>', 'Contact', '', 'inherit', 'open', 'open', '', '49-revision-5', '', '', '2011-02-22 21:02:54', '2011-02-22 21:02:54', '', 49, 'http://image-center.com/architecture/2011/uncategorized/49-revision-5/', 0, 'revision', '', 0),
(87, 2, '2011-02-23 03:37:01', '2011-02-23 03:37:01', '<p>Thank you for your interest in my architectural photographic service. I look forward to discussing you specific architectural photographic needs with you.</p>\r\n\r\n<p>You can contact me in a number of ways:</p>\r\n\r\n<p><strong>By mail:</strong></p>\r\n\r\n<p style="padding-left: 30px;">P.O. Box 786</p>\r\n\r\n<p style="padding-left: 30px;">Los Gatos, CA 95031</p>\r\n\r\n<p><strong>By phone:</strong></p>\r\n\r\n<p style="padding-left: 30px;">408.930.2490</p>\r\n\r\n<p><strong>By e-mail:</strong></p>\r\n\r\n<p style="padding-left: 30px;">Simply fill out the form below. I will reply as soon as possible.</p>\r\n\r\n<p>Cheers,</p>\r\n\r\n<p>Marco Zecchin</p>\r\n\r\n<p>[gravityform id=1 name=Contact title=false description=false]</p>', 'Contact Page', '', 'inherit', 'open', 'open', '', '49-revision-7', '', '', '2011-02-23 03:37:01', '2011-02-23 03:37:01', '', 49, 'http://image-center.com/architecture/2011/uncategorized/49-revision-7/', 0, 'revision', '', 0),
(86, 2, '2011-02-23 03:30:19', '2011-02-23 03:30:19', '<p>Thank you for your interest in my architectural photographic service.</p>\r\n\r\n<p>You can contact me by phone at 408.930.2490 or please fill out my contact form below.</p>\r\n\r\n<p>I look forward to discussing your architectural photographic needs and will reply to your inquiry as soon as possible.</p>\r\n\r\n<p>Cheers,</p>\r\n\r\n<p>Marco Zecchin</p>\r\n\r\n<p>[gravityform id=1 name=Contact title=false description=false]</p>', 'Contact', '', 'inherit', 'open', 'open', '', '49-revision-6', '', '', '2011-02-23 03:30:19', '2011-02-23 03:30:19', '', 49, 'http://image-center.com/architecture/2011/uncategorized/49-revision-6/', 0, 'revision', '', 0),
(101, 2, '2011-02-23 03:27:00', '2011-02-23 03:27:00', '<p>Your interest in my architectural photographic service is important to me!</p>\r\n\r\n<p>I will reply to your inquiry as soon as possible.</p>\r\n\r\n<p>Cheers,</p>\r\n\r\n<p>Marco Zecchin</p>', 'Thank you for contacting me!', '', 'inherit', 'open', 'open', '', '79-revision-5', '', '', '2011-02-23 03:27:00', '2011-02-23 03:27:00', '', 79, 'http://image-center.com/architecture/2011/uncategorized/79-revision-5/', 0, 'revision', '', 0),
(88, 2, '2011-02-23 03:40:29', '2011-02-23 03:40:29', '<p>Thank you for your interest in my architectural photographic services. I look forward to discussing your specific photographic needs with you. Below please find a number of ways you can contact me:</p>\r\n\r\n<p><strong>By mail: </strong>P.O. Box 786, Los Gatos, CA 95031</p>\r\n\r\n<p><strong>By phone: </strong>408.930.2490</p>\r\n\r\n<p><strong>By e-mail: </strong>Simply fill out the form below. I will reply as soon as possible.</p>\r\n\r\n<p>Cheers,</p>\r\n\r\n<p>Marco Zecchin</p>\r\n\r\n<p>[gravityform id=1 name=Contact title=false description=false]</p>', 'Contact Page', '', 'inherit', 'open', 'open', '', '49-revision-8', '', '', '2011-02-23 03:40:29', '2011-02-23 03:40:29', '', 49, 'http://image-center.com/architecture/2011/uncategorized/49-revision-8/', 0, 'revision', '', 0),
(89, 2, '2011-02-23 03:41:19', '2011-02-23 03:41:19', '<p>Thank you for your interest in my architectural photographic services. I look forward to discussing your specific photographic needs with you. Below please find a number of ways you can contact me:</p>\r\n\r\n<p><strong>By mail: </strong>P.O. Box 786, Los Gatos, CA 95031 USA</p>\r\n\r\n<p><strong>By phone: </strong>408.930.2490</p>\r\n\r\n<p><strong>By e-mail: </strong>Simply fill out the form below. I will reply as soon as possible.</p>\r\n\r\n<p>Cheers,</p>\r\n\r\n<p>Marco Zecchin</p>\r\n\r\n<p>[gravityform id=1 name=Contact title=false description=false]</p>', 'Contact Page', '', 'inherit', 'open', 'open', '', '49-revision-9', '', '', '2011-02-23 03:41:19', '2011-02-23 03:41:19', '', 49, 'http://image-center.com/architecture/2011/uncategorized/49-revision-9/', 0, 'revision', '', 0),
(91, 2, '2011-02-22 20:45:09', '2011-02-22 20:45:09', '<p><span style="font-size: medium;"><strong>What Is Image Center</strong></span></p>\r\n\r\n<p>My name is Marco P. Zecchin and I own Image Center. As a specialty firm providing photographic services to the Architectural, Interior Design, Construction, Development, Entertainment, Hospitality and Real Estate industries, I appreciate the building industries marketing needs and stake my reputation on your satisfaction.</p>\r\n\r\n<p>With over 25 years of photographic experience and specializing in the building industries photographic needs for the last 20 years, I bring a wealth of experience that you can draw from. Marketing materials from simple portfolios to specialty and consumer publications around the world, brochures, multi-media presentation and web pages have all included Image Center photographs.</p>\r\n\r\n<p>Please accept my personal invitation to view my Architectural portfolios and please feel free to contact us if your questions are not being addressed on my web pages.</p>\r\n\r\n<p>Thank you for your interest in Image Centers services. I hope that someday soon we can talk over your photographic needs.</p>', 'About', '', 'inherit', 'open', 'open', '', '2-revision-4', '', '', '2011-02-22 20:45:09', '2011-02-22 20:45:09', '', 2, 'http://image-center.com/architecture/2011/uncategorized/2-revision-4/', 0, 'revision', '', 0),
(90, 2, '2011-02-23 03:42:35', '2011-02-23 03:42:35', '<p>Thank you for your interest in my architectural photographic services.</p>\r\n\r\n<p>I look forward to discussing your specific photographic needs with you.</p>\r\n\r\n<p>Below please find a number of ways you can contact me.</p>\r\n\r\n<p><strong>By mail: </strong>P.O. Box 786, Los Gatos, CA 95031 USA</p>\r\n\r\n<p><strong>By phone: </strong>408.930.2490</p>\r\n\r\n<p><strong>By e-mail: </strong>Simply fill out the form below. I will reply as soon as possible.</p>\r\n\r\n<p>Cheers,</p>\r\n\r\n<p>Marco Zecchin</p>\r\n\r\n<p>[gravityform id=1 name=Contact title=false description=false]</p>', 'Contact', '', 'inherit', 'open', 'open', '', '49-revision-10', '', '', '2011-02-23 03:42:35', '2011-02-23 03:42:35', '', 49, 'http://image-center.com/architecture/2011/uncategorized/49-revision-10/', 0, 'revision', '', 0),
(92, 2, '2011-02-23 04:24:20', '2011-02-23 04:24:20', '<p><span style="font-size: medium;"><strong>What Is Image Center?</strong></span></p>\r\n\r\n<p>My name is Marco Zecchin and I own Image Center. As a specialty firm providing photographic services to the Architectural, Interior Design, Construction, Development, Entertainment, Hospitality and Real Estate industries, I appreciate the building industries photographic needs and stake my reputation on your satisfaction every day.</p>\r\n\r\n<p>Marketing materials are becoming more interactive and visual, so great photographs are even more important in helping your clients understand more quickly what you can do for them. With nearly 30 years of exclusively taking architectural photographs, I bring a wealth of experience to ensure that your project images have visual impact!</p>\r\n\r\n<p>I hope that you have enjoyed browsing through the photographs on this web site and hope that you will contact me with your questions. I would also be pleased to discuss specific project that you would like to have photographed.</p>\r\n\r\n<p>Thank you for your interest and business. I know it''s your satisfaction with and success using my photographs, that has kept me in business for nearly 30 years!</p>\r\n\r\n<p>Cheers,</p>\r\n\r\n<p>Marco Zecchin</p>', 'About', '', 'inherit', 'open', 'open', '', '2-revision-5', '', '', '2011-02-23 04:24:20', '2011-02-23 04:24:20', '', 2, 'http://image-center.com/architecture/2011/uncategorized/2-revision-5/', 0, 'revision', '', 0),
(123, 1, '2011-02-24 15:36:49', '2011-02-24 15:36:49', '', 'Biomedical', '', 'inherit', 'open', 'open', '', 'biomedical_th2', '', '', '2011-02-24 15:36:49', '2011-02-24 15:36:49', '', 114, 'http://image-center.com/architecture/wp-content/uploads/2011/02/biomedical_th2.jpg', 0, 'attachment', 'image/jpeg', 0),
(124, 1, '2011-02-24 15:36:50', '2011-02-24 15:36:50', '', 'Entertainment', '', 'inherit', 'open', 'open', '', 'entertainment_th2', '', '', '2011-02-24 15:36:50', '2011-02-24 15:36:50', '', 114, 'http://image-center.com/architecture/wp-content/uploads/2011/02/entertainment_th2.jpg', 0, 'attachment', 'image/jpeg', 0),
(125, 1, '2011-02-24 15:37:01', '2011-02-24 15:37:01', '', 'Hospitality', '', 'inherit', 'open', 'open', '', 'hospitality_th2', '', '', '2011-02-24 15:37:01', '2011-02-24 15:37:01', '', 114, 'http://image-center.com/architecture/wp-content/uploads/2011/02/hospitality_th2.jpg', 0, 'attachment', 'image/jpeg', 0),
(126, 1, '2011-02-24 15:37:03', '2011-02-24 15:37:03', '', 'Residential', '', 'inherit', 'open', 'open', '', 'residential_th2', '', '', '2011-02-24 15:37:03', '2011-02-24 15:37:03', '', 114, 'http://image-center.com/architecture/wp-content/uploads/2011/02/residential_th2.jpg', 0, 'attachment', 'image/jpeg', 0),
(98, 1, '2011-02-23 05:57:25', '2011-02-23 05:57:25', '<p style="text-align: center;"><img class="alignnone size-full wp-image-77" title="slide4as" src="http://image-center.com/architecture/wp-content/uploads/2011/02/slide4as.jpg" alt="" width="210" height="114" /><span style="color: #e1e1e1;">...</span><img class="alignnone size-full wp-image-76" title="slide3as" src="http://image-center.com/architecture/wp-content/uploads/2011/02/slide3as.jpg" alt="" width="210" height="114" /><span style="color: #e1e1e1;">...</span><img class="alignnone size-full wp-image-73" title="slide1as" src="http://image-center.com/architecture/wp-content/uploads/2011/02/slide1as.jpg" alt="" width="210" height="114" /><span style="color: #e1e1e1;">...</span><img class="alignnone size-full wp-image-75" title="slide2as" src="http://image-center.com/architecture/wp-content/uploads/2011/02/slide2as.jpg" alt="" width="210" height="114" /></p>\n\n<p style="text-align: center;">Commercial<span style="color: #e1e1e1;"> ...... </span>Residential <span style="color: #e1e1e1;">......</span> Biomedical<span style="color: #e1e1e1;"> ...... </span>Entertainment</p>\n\n<p style="text-align: left;"> </p>\n\n<p style="text-align: center;">dsfsdfsdf</p>\n\n<p style="text-align: center;"><img class="size-full wp-image-93 alignnone" title="slide1as168" src="http://image-center.com/architecture/wp-content/uploads/2011/02/slide1as168.jpg" alt="" width="168" height="91" /><span style="color: #e1e1e1;">...<img class="alignnone size-full wp-image-94" title="slide2as168" src="http://image-center.com/architecture/wp-content/uploads/2011/02/slide2as168.jpg" alt="" width="168" height="91" /><span style="color: #e1e1e1;">...<img class="alignnone size-full wp-image-95" title="slide3as168" src="http://image-center.com/architecture/wp-content/uploads/2011/02/slide3as168.jpg" alt="" width="168" height="91" /><span style="color: #e1e1e1;">...<img class="alignnone size-full wp-image-96" title="slide4as168" src="http://image-center.com/architecture/wp-content/uploads/2011/02/slide4as168.jpg" alt="" width="168" height="91" /><span style="color: #e1e1e1;">...<img class="alignnone size-full wp-image-97" title="slide5as168" src="http://image-center.com/architecture/wp-content/uploads/2011/02/slide5as168.jpg" alt="" width="168" height="91" /></span></span></span></span></p>\n\n<p style="text-align: center;">Commercial<span style="color: #e1e1e1;"> ...... </span>Residential <span style="color: #e1e1e1;">......</span> Biomedical<span style="color: #e1e1e1;"> ...... </span>Entertainment<span style="color: #e1e1e1;"> ...... </span>Hospitality</p>', '', '', 'inherit', 'open', 'open', '', '72-revision-2', '', '', '2011-02-23 05:57:25', '2011-02-23 05:57:25', '', 72, 'http://image-center.com/architecture/2011/uncategorized/72-revision-2/', 0, 'revision', '', 0),
(99, 2, '2011-02-23 03:45:19', '2011-02-23 03:45:19', '<p>Thank you for your interest in my architectural photographic services.</p>\r\n\r\n<p>I look forward to discussing your specific photographic needs with you.</p>\r\n\r\n<p>Below please find a number of ways you can contact me.</p>\r\n\r\n<p><strong>By mail: </strong>P.O. Box 786, Los Gatos, CA 95031 USA</p>\r\n\r\n<p><strong>By phone: </strong>408.930.2490</p>\r\n\r\n<p><strong>By e-mail: </strong>Simply fill out the form below. I will reply as soon as possible.</p>\r\n\r\n<p>[gravityform id=1 name=Contact title=false description=false]</p>', 'Contact', '', 'inherit', 'open', 'open', '', '49-revision-11', '', '', '2011-02-23 03:45:19', '2011-02-23 03:45:19', '', 49, 'http://image-center.com/architecture/2011/uncategorized/49-revision-11/', 0, 'revision', '', 0),
(100, 2, '2011-02-23 06:18:58', '2011-02-23 06:18:58', '<p>Thank you for your interest in my architectural photographic services.</p>\r\n\r\n<p>I look forward to discussing your specific photographic needs with you.</p>\r\n\r\n<p>Below please find a number of ways to contact me.</p>\r\n\r\n<p><strong>By mail: </strong>P.O. Box 786, Los Gatos, CA 95031 USA</p>\r\n\r\n<p><strong>By phone: </strong>408.930.2490</p>\r\n\r\n<p><strong>By e-mail: </strong>Simply fill out the form below. I will reply as soon as possible.</p>\r\n\r\n<p>[gravityform id=1 name=Contact title=false description=false]</p>', 'Contact', '', 'inherit', 'open', 'open', '', '49-revision-12', '', '', '2011-02-23 06:18:58', '2011-02-23 06:18:58', '', 49, 'http://image-center.com/architecture/2011/uncategorized/49-revision-12/', 0, 'revision', '', 0),
(102, 2, '2011-02-23 06:57:03', '2011-02-23 06:57:03', '<p><a rel="attachment wp-att-103" href="http://image-center.com/architecture/2011/hospitality/post-5/attachment/tico-construction-san-jose-ca/"><img class="aligncenter size-medium wp-image-103" title="Tico Construction, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090331-3-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Post 5', '', 'trash', 'open', 'open', '', 'post-5', '', '', '2011-02-27 22:30:41', '2011-02-28 06:30:41', '', 0, 'http://image-center.com/architecture/?p=102', 0, 'post', '', 0),
(103, 1, '2011-02-23 06:56:16', '2011-02-23 06:56:16', '', 'Tico Construction, San Jose, CA', '', 'inherit', 'open', 'open', '', 'tico-construction-san-jose-ca', '', '', '2011-02-23 06:56:16', '2011-02-23 06:56:16', '', 102, 'http://image-center.com/architecture/wp-content/uploads/2011/02/090331-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(104, 1, '2011-02-23 06:56:37', '2011-02-23 06:56:37', '<p><a rel="attachment wp-att-103" href="http://image-center.com/architecture/?attachment_id=103"><img class="aligncenter size-medium wp-image-103" title="Tico Construction, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090331-3-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Hospitality', '', 'inherit', 'open', 'open', '', '102-revision', '', '', '2011-02-23 06:56:37', '2011-02-23 06:56:37', '', 102, 'http://image-center.com/architecture/2011/uncategorized/102-revision/', 0, 'revision', '', 0),
(105, 1, '2011-02-23 06:57:03', '2011-02-23 06:57:03', '<p><a rel="attachment wp-att-103" href="http://image-center.com/architecture/?attachment_id=103"><img class="aligncenter size-medium wp-image-103" title="Tico Construction, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090331-3-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Post 5', '', 'inherit', 'open', 'open', '', '102-revision-2', '', '', '2011-02-23 06:57:03', '2011-02-23 06:57:03', '', 102, 'http://image-center.com/architecture/2011/uncategorized/102-revision-2/', 0, 'revision', '', 0),
(316, 1, '2011-02-22 21:46:34', '2011-02-22 21:46:34', '<p><a rel="attachment wp-att-27" href="http://image-center.com/architecture/2011/commercial/post-4/attachment/xl-construction-milpitas-ca/"><a rel="attachment wp-att-69" href="http://image-center.com/architecture/2011/commercial/post-4/attachment/hillhouse-construction-san-jose-ca-2/"><img class="aligncenter size-medium wp-image-69" title="Hillhouse Construction, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110204-051-550x366.jpg" alt="This is the alternate text for Hillhouse Construction, San Jose, CA" width="550" height="366" /></a><img class="aligncenter size-medium wp-image-27" title="XL Construction, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100316-04-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p>This is an example of some verbiage.  This is an example of some verbiage. This is an example of some verbiage. This is an example of some verbiage. This is an example of some verbiage.</p>', 'Post 4', '', 'inherit', 'open', 'open', '', '26-revision-13', '', '', '2011-02-22 21:46:34', '2011-02-22 21:46:34', '', 26, 'http://image-center.com/architecture/2011/uncategorized/26-revision-13/', 0, 'revision', '', 0),
(107, 1, '2011-02-23 15:36:15', '2011-02-23 15:36:15', '<p style="text-align: center;"><img class="alignnone size-full wp-image-77" title="slide4as" src="http://image-center.com/architecture/wp-content/uploads/2011/02/slide4as.jpg" alt="" width="210" height="114" /><span style="color: #e1e1e1;">...</span><img class="alignnone size-full wp-image-76" title="slide3as" src="http://image-center.com/architecture/wp-content/uploads/2011/02/slide3as.jpg" alt="" width="210" height="114" /><span style="color: #e1e1e1;">...</span><img class="alignnone size-full wp-image-73" title="slide1as" src="http://image-center.com/architecture/wp-content/uploads/2011/02/slide1as.jpg" alt="" width="210" height="114" /><span style="color: #e1e1e1;">...</span><img class="alignnone size-full wp-image-75" title="slide2as" src="http://image-center.com/architecture/wp-content/uploads/2011/02/slide2as.jpg" alt="" width="210" height="114" /></p>\n\n<p style="text-align: center;">Commercial<span style="color: #e1e1e1;"> ...... </span>Residential <span style="color: #e1e1e1;">......</span> Biomedical<span style="color: #e1e1e1;"> ...... </span>Entertainment</p>\n\n<p style="text-align: left;"> </p>\n\n<p style="text-align: center;">dsfsdfsdf</p>\n\n<p style="text-align: center;"><img class="size-full wp-image-93 alignnone" title="slide1as168" src="http://image-center.com/architecture/wp-content/uploads/2011/02/slide1as168.jpg" alt="" width="168" height="91" /><span style="color: #e1e1e1;">...<img class="alignnone size-full wp-image-94" title="slide2as168" src="http://image-center.com/architecture/wp-content/uploads/2011/02/slide2as168.jpg" alt="" width="168" height="91" /><span style="color: #e1e1e1;">...<img class="alignnone size-full wp-image-95" title="slide3as168" src="http://image-center.com/architecture/wp-content/uploads/2011/02/slide3as168.jpg" alt="" width="168" height="91" /><span style="color: #e1e1e1;">...<img class="alignnone size-full wp-image-96" title="slide4as168" src="http://image-center.com/architecture/wp-content/uploads/2011/02/slide4as168.jpg" alt="" width="168" height="91" /><span style="color: #e1e1e1;">...<img class="alignnone size-full wp-image-97" title="slide5as168" src="http://image-center.com/architecture/wp-content/uploads/2011/02/slide5as168.jpg" alt="" width="168" height="91" /></span></span></span></span></p>\n\n<p style="text-align: center;">Commercial<span style="color: #e1e1e1;"> ...... </span>Residential <span style="color: #e1e1e1;">......</span> Biomedical<span style="color: #e1e1e1;"> ...... </span>Entertainment<span style="color: #e1e1e1;"> ...... </span>Hospitality</p>\n\n<p style="text-align: center;"> </p>\n\n<p style="text-align: center;">frooo</p>\n\n<table border="0" align="center">\n<tbody>\n<tr>\n<td><p style="text-align: center;"><img title="slide1as168" src="../wp-content/uploads/2011/02/slide1as168.jpg" alt="" width="168" height="91" /></p></td>\n<td><p style="text-align: center;"><img title="slide2as168" src="../wp-content/uploads/2011/02/slide2as168.jpg" alt="" width="168" height="91" /></p></td>\n<td><p style="text-align: center;"><img title="slide3as168" src="../wp-content/uploads/2011/02/slide3as168.jpg" alt="" width="168" height="91" /></p></td>\n<td><p style="text-align: center;"><img title="slide4as168" src="../wp-content/uploads/2011/02/slide4as168.jpg" alt="" width="168" height="91" /></p></td>\n<td><p style="text-align: center;"><img title="slide5as168" src="../wp-content/uploads/2011/02/slide5as168.jpg" alt="" width="168" height="91" /></p></td>\n</tr>\n<tr style="text-align: center;">\n<td style="text-align: center;">Commercial</td>\n<td style="text-align: center;">Residential</td>\n<td style="text-align: center;">Biomedical</td>\n<td style="text-align: center;">Entertainment</td>\n<td>Hospitality</td>\n</tr>\n</tbody>\n</table>\n\n<p style="text-align: center;">frooo</p>', '', '', 'inherit', 'open', 'open', '', '72-revision-3', '', '', '2011-02-23 15:36:15', '2011-02-23 15:36:15', '', 72, 'http://image-center.com/architecture/2011/uncategorized/72-revision-3/', 0, 'revision', '', 0),
(577, 2, '2011-02-28 22:29:21', '2011-03-01 06:29:21', '<p><span style="font-size: medium;"><strong>What Is Image Center?</strong></span></p>\r\n\r\n<p>My name is Marco Zecchin and I own Image Center.</p>\r\n\r\n<p>As a specialty firm providing photographic services to the Architectural, Interior Design, Construction, Development, Entertainment, Hospitality and Real Estate industries, I appreciate the building industries particular photographic needs and stake my reputation on your satisfaction every day.</p>\r\n\r\n<p>Marketing materials are becoming more interactive and visual, so great photographs are even more important in helping your clients understand more quickly what you can do for them. With nearly 30 years of exclusively taking architectural photographs, I bring a wealth of experience to ensure that your project images not only inform but have visual impact!</p>\r\n\r\n<p>I hope that you have enjoyed browsing through the photographs on my web site and hope that you will contact me with your questions. I would also be pleased to discuss specific project that you would like to have photographed.</p>\r\n\r\n<p>Thank you for your interest and business. I know it''s your satisfaction with and success using my photographs, that has kept me in business for nearly 30 years!</p>\r\n\r\n<p>Cheers,</p>\r\n\r\n<p>Marco Zecchin</p>\r\n\r\n<p><br class="spacer_" /></p>\r\n\r\n<p>Follow me on:</p>\r\n\r\n<p><a title="Follow Marco Zecchin On Facebook" href="http://www.facebook.com/marcozecchin" target="_blank"><img src="http://image-center.com/architecture/wp-content/plugins/social-profiles-sidebar-widget/iconsets/bohncore-SocialMedia-Glaskugel-IconSet/32x32/facebook.png" alt="" width="32" height="32" /></a><a title="Follow Marco Zecchin In Twitter" href="http://twitter.com/@mzecchin"><img src="http://image-center.com/architecture/wp-content/plugins/social-profiles-sidebar-widget/iconsets/bohncore-SocialMedia-Glaskugel-IconSet/32x32/twitter.png" alt="" width="32" height="32" /></a></p>', 'About', '', 'inherit', 'closed', 'open', '', '2-revision-10', '', '', '2011-02-28 22:29:21', '2011-03-01 06:29:21', '', 2, 'http://image-center.com/architecture/2011/uncategorized/2-revision-10/', 0, 'revision', '', 0),
(113, 1, '2011-02-23 06:36:01', '2011-02-23 06:36:01', '<p>Thank you for taking the time to contact me with your interest in my architectural photographic service!</p>\r\n\r\n<p>I will reply to your inquiry as soon as possible.</p>\r\n\r\n<p>Cheers,</p>\r\n\r\n<p>Marco Zecchin</p>', 'Thank you for your interest!', '', 'inherit', 'open', 'open', '', '79-revision-6', '', '', '2011-02-23 06:36:01', '2011-02-23 06:36:01', '', 79, 'http://image-center.com/architecture/2011/uncategorized/79-revision-6/', 0, 'revision', '', 0),
(578, 2, '2011-03-03 10:06:48', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'open', '', '', '', '', '2011-03-03 10:06:48', '0000-00-00 00:00:00', '', 0, 'http://image-center.com/architecture/?p=578', 0, 'post', '', 0),
(114, 1, '2011-02-24 17:08:30', '0000-00-00 00:00:00', '<p>Thumbs for the lower home page nav are in this gallery</p>\n\n<p><br class="spacer_" /></p>\n\n<p>http://image-center.com/architecture/commercial-portfolio/</p>\n\n<p><br class="spacer_" /></p>\n\n<p><a title="View My Commercial Portfolio" href="http://image-center.com/architecture/commercial-portfolio/"><img class="alignnone size-full wp-image-121" title="Commercial" src="http://image-center.com/architecture/wp-content/uploads/2011/02/commercial_th2.jpg" alt="" width="175" height="98" /></a></p>\n\n<p style="text-align: center;"><a title="View My Commercial Portfolio" href=" http://image-center.com/architecture/commercial-portfolio/">Commercial</a></p>', 'Home Thumbs Do Not Publish', '', 'draft', 'open', 'open', '', '', '', '', '2011-02-24 17:08:30', '2011-02-24 17:08:30', '', 0, 'http://image-center.com/architecture/', 0, 'page', '', 0),
(127, 1, '2011-02-24 15:38:44', '2011-02-24 15:38:44', '<p>Thumbs for the lower home</p>', 'Home Thumbs Do Not Publish', '', 'inherit', 'open', 'open', '', '114-revision-3', '', '', '2011-02-24 15:38:44', '2011-02-24 15:38:44', '', 114, 'http://image-center.com/architecture/2011/uncategorized/114-revision-3/', 0, 'revision', '', 0),
(128, 1, '2011-02-24 17:02:15', '2011-02-24 17:02:15', '', 'Commercial Portfolio', '', 'publish', 'closed', 'open', '', 'commercial-portfolio', '', '', '2011-02-24 17:02:15', '2011-02-24 17:02:15', '', 0, 'http://image-center.com/architecture/', 0, 'page', '', 0),
(129, 1, '2011-02-24 17:01:25', '2011-02-24 17:01:25', '', 'Commercial Portfolio', '', 'inherit', 'open', 'open', '', '128-revision', '', '', '2011-02-24 17:01:25', '2011-02-24 17:01:25', '', 128, 'http://image-center.com/architecture/2011/uncategorized/128-revision/', 0, 'revision', '', 0),
(244, 2, '2011-02-25 07:57:07', '2011-02-25 07:57:07', '<p><a rel="attachment wp-att-139" href="http://image-center.com/architecture/2011/uncategorized/veterinary-office/attachment/veterinarian-office-campbell-ca-5/"><img class="aligncenter size-medium wp-image-139" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-21-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-138" href="http://image-center.com/architecture/2011/uncategorized/veterinary-office/attachment/veterinarian-office-campbell-ca-4/"><img class="aligncenter size-medium wp-image-138" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-14-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-137" href="http://image-center.com/architecture/2011/uncategorized/veterinary-office/attachment/veterinarian-office-campbell-ca-3/"><img class="aligncenter size-medium wp-image-137" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-09-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-136" href="http://image-center.com/architecture/2011/uncategorized/veterinary-office/attachment/veterinarian-office-campbell-ca-2/"><img class="aligncenter size-medium wp-image-136" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-07-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-135" href="http://image-center.com/architecture/2011/uncategorized/veterinary-office/attachment/veterinarian-office-campbell-ca/"><img class="aligncenter size-medium wp-image-135" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-02-365x550.jpg" alt="" width="365" height="550" /></a></p>', 'Veterinary Office', '', 'inherit', 'open', 'open', '', '228-revision-3', '', '', '2011-02-25 07:57:07', '2011-02-25 07:57:07', '', 228, 'http://image-center.com/architecture/2011/uncategorized/228-revision-3/', 0, 'revision', '', 0),
(120, 1, '2011-02-24 14:51:07', '2011-02-24 14:51:07', '<p><a href="http://image-center.com/architecture/wp-content/uploads/2011/02/biomedical_th.jpg"><img class="alignnone size-full wp-image-115" title="Biomedical" src="http://image-center.com/architecture/wp-content/uploads/2011/02/biomedical_th.jpg" alt="" width="179" height="98" /></a></p>\n\n<p><br class="spacer_" /></p>\n\n<p><a href="http://image-center.com/architecture/wp-content/uploads/2011/02/hospitality_th.jpg"><img class="alignnone size-full wp-image-118" title="Hospitality" src="http://image-center.com/architecture/wp-content/uploads/2011/02/hospitality_th.jpg" alt="" width="179" height="98" /></a><a href="http://image-center.com/architecture/wp-content/uploads/2011/02/commercial_th.jpg"></a></p>\n\n<p><br class="spacer_" /></p>\n\n<p><a href="http://image-center.com/architecture/wp-content/uploads/2011/02/commercial_th.jpg"><img class="alignnone size-full wp-image-116" title="Commercial" src="http://image-center.com/architecture/wp-content/uploads/2011/02/commercial_th.jpg" alt="" width="179" height="98" /></a></p>\n\n<p><br class="spacer_" /></p>\n\n<p><a href="http://image-center.com/architecture/wp-content/uploads/2011/02/residential_th.jpg"><img class="alignnone size-full wp-image-119" title="Residential" src="http://image-center.com/architecture/wp-content/uploads/2011/02/residential_th.jpg" alt="" width="179" height="98" /></a></p>\n\n<p><br class="spacer_" /></p>', 'Home Thumbs Do Not Publish', '', 'inherit', 'open', 'open', '', '114-revision', '', '', '2011-02-24 14:51:07', '2011-02-24 14:51:07', '', 114, 'http://image-center.com/architecture/2011/uncategorized/114-revision/', 0, 'revision', '', 0),
(135, 2, '2011-02-25 06:30:31', '2011-02-25 06:30:31', 'Hillhouse Construction, San Jose, CA', 'Veterinarian office, Campbell, CA', '', 'inherit', 'open', 'open', '', 'veterinarian-office-campbell-ca', '', '', '2011-02-25 06:30:31', '2011-02-25 06:30:31', '', 228, 'http://image-center.com/architecture/wp-content/uploads/2011/02/081125-02.jpg', 0, 'attachment', 'image/jpeg', 0),
(121, 1, '2011-02-24 15:18:27', '2011-02-24 15:18:27', '', 'Commercial', '', 'inherit', 'open', 'open', '', 'commercial_th2', '', '', '2011-02-24 15:18:27', '2011-02-24 15:18:27', '', 114, 'http://image-center.com/architecture/wp-content/uploads/2011/02/commercial_th2.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_2posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(122, 1, '2011-02-24 15:24:03', '2011-02-24 15:24:03', '<p><br class="spacer_" /></p>\n\n<p><br class="spacer_" /></p>\n\n<p><br class="spacer_" /></p>\n\n<p><a href="http://image-center.com/architecture/wp-content/uploads/2011/02/biomedical_th.jpg"><img class="alignnone size-full wp-image-115" title="Biomedical" src="http://image-center.com/architecture/wp-content/uploads/2011/02/biomedical_th.jpg" alt="" width="179" height="98" /></a></p>\n\n<p><br class="spacer_" /></p>\n\n<p><a href="http://image-center.com/architecture/wp-content/uploads/2011/02/hospitality_th.jpg"><img class="alignnone size-full wp-image-118" title="Hospitality" src="http://image-center.com/architecture/wp-content/uploads/2011/02/hospitality_th.jpg" alt="" width="179" height="98" /></a><a href="http://image-center.com/architecture/wp-content/uploads/2011/02/commercial_th.jpg"></a></p>\n\n<p><br class="spacer_" /></p>\n\n<p><a href="http://image-center.com/architecture/wp-content/uploads/2011/02/commercial_th.jpg"><img class="alignnone size-full wp-image-116" title="Commercial" src="http://image-center.com/architecture/wp-content/uploads/2011/02/commercial_th.jpg" alt="" width="179" height="98" /></a></p>\n\n<p><br class="spacer_" /></p>\n\n<p><a href="http://image-center.com/architecture/wp-content/uploads/2011/02/residential_th.jpg"><img class="alignnone size-full wp-image-119" title="Residential" src="http://image-center.com/architecture/wp-content/uploads/2011/02/residential_th.jpg" alt="" width="179" height="98" /></a></p>\n\n<p><br class="spacer_" /></p>\n\n<p><a href="http://image-center.com/architecture/wp-content/uploads/2011/02/entertainment_th.jpg"><img class="alignnone size-full wp-image-117" title="Entertainment" src="http://image-center.com/architecture/wp-content/uploads/2011/02/entertainment_th.jpg" alt="" width="179" height="98" /></a></p>\n\n<p><br class="spacer_" /></p>', 'Home Thumbs Do Not Publish', '', 'inherit', 'open', 'open', '', '114-revision-2', '', '', '2011-02-24 15:24:03', '2011-02-24 15:24:03', '', 114, 'http://image-center.com/architecture/2011/uncategorized/114-revision-2/', 0, 'revision', '', 0),
(136, 2, '2011-02-25 06:30:35', '2011-02-25 06:30:35', 'Hillhouse Construction, San Jose, CA', 'Veterinarian office, Campbell, CA', '', 'inherit', 'open', 'open', '', 'veterinarian-office-campbell-ca-2', '', '', '2011-02-25 06:30:35', '2011-02-25 06:30:35', '', 228, 'http://image-center.com/architecture/wp-content/uploads/2011/02/081125-07.jpg', 0, 'attachment', 'image/jpeg', 0),
(137, 2, '2011-02-25 06:30:39', '2011-02-25 06:30:39', 'Hillhouse Construction, San Jose, CA', 'Veterinarian office, Campbell, CA', '', 'inherit', 'open', 'open', '', 'veterinarian-office-campbell-ca-3', '', '', '2011-02-25 06:30:39', '2011-02-25 06:30:39', '', 228, 'http://image-center.com/architecture/wp-content/uploads/2011/02/081125-09.jpg', 0, 'attachment', 'image/jpeg', 0),
(138, 2, '2011-02-25 06:30:43', '2011-02-25 06:30:43', 'Hillhouse Construction, San Jose, CA', 'Veterinarian office, Campbell, CA', '', 'inherit', 'open', 'open', '', 'veterinarian-office-campbell-ca-4', '', '', '2011-02-25 06:30:43', '2011-02-25 06:30:43', '', 228, 'http://image-center.com/architecture/wp-content/uploads/2011/02/081125-14.jpg', 0, 'attachment', 'image/jpeg', 0),
(139, 2, '2011-02-25 06:30:47', '2011-02-25 06:30:47', 'Hillhouse Construction, San Jose, CA', 'Veterinarian office, Campbell, CA', '', 'inherit', 'open', 'open', '', 'veterinarian-office-campbell-ca-5', '', '', '2011-02-25 06:30:47', '2011-02-25 06:30:47', '', 228, 'http://image-center.com/architecture/wp-content/uploads/2011/02/081125-21.jpg', 0, 'attachment', 'image/jpeg', 0),
(140, 2, '2011-02-25 06:30:52', '2011-02-25 06:30:52', 'XL Construction, Milpitas, CA', 'El Camino Hospital Radiology, Mountain View, CA', '', 'inherit', 'open', 'open', '', 'el-camino-hospital-radiology-mountain-view-ca', '', '', '2011-02-25 06:30:52', '2011-02-25 06:30:52', '', 224, 'http://image-center.com/architecture/wp-content/uploads/2011/02/100316-01.jpg', 0, 'attachment', 'image/jpeg', 0),
(141, 2, '2011-02-25 06:30:57', '2011-02-25 06:30:57', 'XL Construction, Milpitas, CA', 'El Camino Hospital Radiology, Mountain View, CA', '', 'inherit', 'open', 'open', '', 'el-camino-hospital-radiology-mountain-view-ca-2', '', '', '2011-02-25 06:30:57', '2011-02-25 06:30:57', '', 224, 'http://image-center.com/architecture/wp-content/uploads/2011/02/100316-041.jpg', 0, 'attachment', 'image/jpeg', 0),
(142, 2, '2011-02-25 06:31:03', '2011-02-25 06:31:03', 'XL Construction, Milpitas, CA', 'El Camino Hospital Radiology, Mountain View, CA', '', 'inherit', 'open', 'open', '', 'el-camino-hospital-radiology-mountain-view-ca-3', '', '', '2011-02-25 06:31:03', '2011-02-25 06:31:03', '', 224, 'http://image-center.com/architecture/wp-content/uploads/2011/02/100316-07.jpg', 0, 'attachment', 'image/jpeg', 0),
(143, 2, '2011-02-25 06:31:07', '2011-02-25 06:31:07', 'Hillhouse Construction, San Jose, CA', 'California Cardiovascular Consultants, Fremont, CA', '', 'inherit', 'open', 'open', '', 'california-cardiovascular-consultants-fremont-ca', '', '', '2011-02-25 06:31:07', '2011-02-25 06:31:07', '', 217, 'http://image-center.com/architecture/wp-content/uploads/2011/02/100608-02.jpg', 0, 'attachment', 'image/jpeg', 0),
(144, 2, '2011-02-25 06:31:11', '2011-02-25 06:31:11', 'Hillhouse Construction, San Jose, CA', 'California Cardiovascular Consultants, Fremont, CA', '', 'inherit', 'open', 'open', '', 'california-cardiovascular-consultants-fremont-ca-2', '', '', '2011-02-25 06:31:11', '2011-02-25 06:31:11', '', 217, 'http://image-center.com/architecture/wp-content/uploads/2011/02/100608-03.jpg', 0, 'attachment', 'image/jpeg', 0),
(145, 2, '2011-02-25 06:31:15', '2011-02-25 06:31:15', 'Hillhouse Construction, San Jose, CA', 'California Cardiovascular Consultants, Fremont, CA', '', 'inherit', 'open', 'open', '', 'california-cardiovascular-consultants-fremont-ca-3', '', '', '2011-02-25 06:31:15', '2011-02-25 06:31:15', '', 217, 'http://image-center.com/architecture/wp-content/uploads/2011/02/100608-07.jpg', 0, 'attachment', 'image/jpeg', 0),
(146, 2, '2011-02-25 06:31:19', '2011-02-25 06:31:19', 'Hillhouse Construction, San Jose, CA', 'California Cardiovascular Consultants, Fremont, CA', '', 'inherit', 'open', 'open', '', 'california-cardiovascular-consultants-fremont-ca-4', '', '', '2011-02-25 06:31:19', '2011-02-25 06:31:19', '', 217, 'http://image-center.com/architecture/wp-content/uploads/2011/02/100608-09.jpg', 0, 'attachment', 'image/jpeg', 0),
(147, 2, '2011-02-25 06:31:25', '2011-02-25 06:31:25', 'Hillhouse Construction, San Jose, CA', 'California Cardiovascular Consultants, Fremont, CA', '', 'inherit', 'open', 'open', '', 'california-cardiovascular-consultants-fremont-ca-5', '', '', '2011-02-25 06:31:25', '2011-02-25 06:31:25', '', 217, 'http://image-center.com/architecture/wp-content/uploads/2011/02/100608-10.jpg', 0, 'attachment', 'image/jpeg', 0),
(148, 2, '2011-02-25 06:31:43', '2011-02-25 06:31:43', 'David Solnick Architect, Palo Alto, CA', 'Menlo Park Residence', '', 'inherit', 'open', 'open', '', 'private-residence-ca', '', '', '2011-02-25 06:31:43', '2011-02-25 06:31:43', '', 0, 'http://image-center.com/architecture/wp-content/uploads/2011/02/070512-A.jpg', 0, 'attachment', 'image/jpeg', 0),
(149, 2, '2011-02-25 06:31:48', '2011-02-25 06:31:48', 'David Solnick Architect, Palo Alto, CA', 'Menlo Park Residence', '', 'inherit', 'open', 'open', '', '890-coleman-menlo-park-ca', '', '', '2011-02-25 06:31:48', '2011-02-25 06:31:48', '', 0, 'http://image-center.com/architecture/wp-content/uploads/2011/02/070512-F.jpg', 0, 'attachment', 'image/jpeg', 0),
(150, 2, '2011-02-25 06:31:55', '2011-02-25 06:31:55', 'David Solnick Architect, Palo Alto, CA', 'Menlo Park Residence', '', 'inherit', 'open', 'open', '', '890-coleman-menlo-park-ca-2', '', '', '2011-02-25 06:31:55', '2011-02-25 06:31:55', '', 0, 'http://image-center.com/architecture/wp-content/uploads/2011/02/070512-N.jpg', 0, 'attachment', 'image/jpeg', 0),
(151, 2, '2011-02-25 06:32:02', '2011-02-25 06:32:02', 'Hawley Peterson & Snyder Architects, Mountain View, CA', 'Hillsborough Private Residence', '', 'inherit', 'open', 'open', '', 'private-residence-ca-2', '', '', '2011-02-25 06:32:02', '2011-02-25 06:32:02', '', 0, 'http://image-center.com/architecture/wp-content/uploads/2011/02/070719-C.jpg', 0, 'attachment', 'image/jpeg', 0),
(152, 2, '2011-02-25 06:32:10', '2011-02-25 06:32:10', 'Hawley Peterson & Snyder Architects, Mountain View, CA', 'Hillsborough Private Residence', '', 'inherit', 'open', 'open', '', 'private-residence-ca-3', '', '', '2011-02-25 06:32:10', '2011-02-25 06:32:10', '', 0, 'http://image-center.com/architecture/wp-content/uploads/2011/02/070719-E.jpg', 0, 'attachment', 'image/jpeg', 0),
(153, 2, '2011-02-25 06:32:15', '2011-02-25 06:32:15', 'Hawley Peterson & Snyder Architects, Mountain View, CA', 'Hillsborough Private Residence', '', 'inherit', 'open', 'open', '', 'private-residence-ca-4', '', '', '2011-02-25 06:32:15', '2011-02-25 06:32:15', '', 0, 'http://image-center.com/architecture/wp-content/uploads/2011/02/070719-I.jpg', 0, 'attachment', 'image/jpeg', 0),
(154, 2, '2011-02-25 06:32:19', '2011-02-25 06:32:19', 'Hawley Peterson & Snyder Architects, Mountain View, CA', 'Hillsborough Private Residence', '', 'inherit', 'open', 'open', '', 'private-residence-ca-5', '', '', '2011-02-25 06:32:19', '2011-02-25 06:32:19', '', 0, 'http://image-center.com/architecture/wp-content/uploads/2011/02/070719-L.jpg', 0, 'attachment', 'image/jpeg', 0),
(155, 2, '2011-02-25 06:32:24', '2011-02-25 06:32:24', 'Hawley Peterson & Snyder Architects, Mountain View, CA', 'Hillsborough Private Residence', '', 'inherit', 'open', 'open', '', 'private-residence-ca-6', '', '', '2011-02-25 06:32:24', '2011-02-25 06:32:24', '', 0, 'http://image-center.com/architecture/wp-content/uploads/2011/02/070719-M.jpg', 0, 'attachment', 'image/jpeg', 0),
(156, 2, '2011-02-25 06:32:29', '2011-02-25 06:32:29', 'Hawley Peterson & Snyder, Mountain View, CA', 'Hillsborough Private Residence', '', 'inherit', 'open', 'open', '', 'hawley-peterson-snyder-mountain-view-ca', '', '', '2011-02-25 06:32:29', '2011-02-25 06:32:29', '', 0, 'http://image-center.com/architecture/wp-content/uploads/2011/02/080813-10.jpg', 0, 'attachment', 'image/jpeg', 0),
(157, 2, '2011-02-25 06:32:35', '2011-02-25 06:32:35', 'C.M. Peletz Co., San Jose, CA', 'Nob Hill Private Residence', '', 'inherit', 'open', 'open', '', 'nob-hill-private-residence', '', '', '2011-02-25 06:32:35', '2011-02-25 06:32:35', '', 200, 'http://image-center.com/architecture/wp-content/uploads/2011/02/090702-03.jpg', 1, 'attachment', 'image/jpeg', 0),
(158, 2, '2011-02-25 06:32:42', '2011-02-25 06:32:42', 'C.M. Peletz Co., San Jose, CA', 'Nob Hill Private Residence', '', 'inherit', 'open', 'open', '', 'nob-hill-private-residence-2', '', '', '2011-02-25 06:32:42', '2011-02-25 06:32:42', '', 200, 'http://image-center.com/architecture/wp-content/uploads/2011/02/090702-10.jpg', 2, 'attachment', 'image/jpeg', 0),
(159, 2, '2011-02-25 06:32:46', '2011-02-25 06:32:46', 'C.M. Peletz Co., San Jose, CA', 'Nob Hill Private Residence', '', 'inherit', 'open', 'open', '', 'nob-hill-private-residence-3', '', '', '2011-02-25 06:32:46', '2011-02-25 06:32:46', '', 200, 'http://image-center.com/architecture/wp-content/uploads/2011/02/090702-14.jpg', 3, 'attachment', 'image/jpeg', 0),
(160, 2, '2011-02-25 06:32:51', '2011-02-25 06:32:51', 'C.M. Peletz Co., San Jose, CA', 'Nob Hill Private Residence', '', 'inherit', 'open', 'open', '', 'nob-hill-private-residence-4', '', '', '2011-02-25 06:32:51', '2011-02-25 06:32:51', '', 200, 'http://image-center.com/architecture/wp-content/uploads/2011/02/090702-20.jpg', 5, 'attachment', 'image/jpeg', 0),
(161, 2, '2011-02-25 06:32:55', '2011-02-25 06:32:55', 'C.M. Peletz Co., San Jose, CA', 'Nob Hill Private Residence', '', 'inherit', 'open', 'open', '', 'nob-hill-private-residence-5', '', '', '2011-02-25 06:32:55', '2011-02-25 06:32:55', '', 200, 'http://image-center.com/architecture/wp-content/uploads/2011/02/090702-22.jpg', 4, 'attachment', 'image/jpeg', 0),
(162, 2, '2011-02-25 06:33:02', '2011-02-25 06:33:02', 'Maclyn Morris Construction, Santa Cruz, CA', 'Morris Residence, Homewood, CA', '', 'inherit', 'open', 'open', '', 'marclyn-morris-construction-santa-cruz-ca', '', '', '2011-02-25 06:33:02', '2011-02-25 06:33:02', '', 0, 'http://image-center.com/architecture/wp-content/uploads/2011/02/110128-06.jpg', 0, 'attachment', 'image/jpeg', 0),
(163, 2, '2011-02-25 06:33:08', '2011-02-25 06:33:08', 'Maclyn Morris Construction, Santa Cruz, CA', 'Morris Residence, Homewood, CA', '', 'inherit', 'open', 'open', '', 'marclyn-morris-construction-santa-cruz-ca-2', '', '', '2011-02-25 06:33:08', '2011-02-25 06:33:08', '', 0, 'http://image-center.com/architecture/wp-content/uploads/2011/02/110128-11.jpg', 0, 'attachment', 'image/jpeg', 0),
(164, 2, '2011-02-25 06:33:15', '2011-02-25 06:33:15', 'Maclyn Morris Construction, Santa Cruz, CA', 'Morris Residence, Homewood, CA', '', 'inherit', 'open', 'open', '', 'marclyn-morris-construction-santa-cruz-ca-3', '', '', '2011-02-25 06:33:15', '2011-02-25 06:33:15', '', 0, 'http://image-center.com/architecture/wp-content/uploads/2011/02/110128-12.jpg', 0, 'attachment', 'image/jpeg', 0),
(165, 2, '2011-02-25 06:33:20', '2011-02-25 06:33:20', 'Maclyn Morris Construction, Santa Cruz, CA', 'Morris Residence, Homewood, CA', '', 'inherit', 'open', 'open', '', 'marclyn-morris-construction-santa-cruz-ca-4', '', '', '2011-02-25 06:33:20', '2011-02-25 06:33:20', '', 0, 'http://image-center.com/architecture/wp-content/uploads/2011/02/110128-16.jpg', 0, 'attachment', 'image/jpeg', 0),
(166, 2, '2011-02-25 06:33:24', '2011-02-25 06:33:24', 'Maclyn Morris Construction, Santa Cruz, CA', 'Morris Residence, Homewood, CA', '', 'inherit', 'open', 'open', '', 'marclyn-morris-construction-santa-cruz-ca-5', '', '', '2011-02-25 06:33:24', '2011-02-25 06:33:24', '', 0, 'http://image-center.com/architecture/wp-content/uploads/2011/02/110128-17.jpg', 0, 'attachment', 'image/jpeg', 0),
(586, 2, '2011-03-01 10:26:34', '2011-03-01 18:26:34', '<p style="text-align: center;"><strong><span style="font-size: medium;">Monterey Peninsula Museum of Art</span></strong><br />\r\n Monterey CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-587" title="Monterey Peninsula Museum of Art" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940208-A-442x550.jpg" alt="" width="442" height="550" /></p>\r\n\r\n<p><a rel="attachment wp-att-590" href="http://image-center.com/architecture/2011/public/entertainment/monterey-peninsula-museum-of-art/attachment/940208-j/"></a><img class="aligncenter size-medium wp-image-590" title="Monterey Peninsula Museum of Art" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940208-J-550x442.jpg" alt="" width="550" height="442" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-591" title="Monterey Peninsula Museum of Art" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940208-N-442x550.jpg" alt="" width="442" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-589" title="Monterey Peninsula Museum of Art" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940208-AE-442x550.jpg" alt="" width="442" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-588" title="Monterey Peninsula Museum of Art" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940208-AA-442x550.jpg" alt="" width="442" height="550" /></p>', 'Monterey Peninsula Museum of Art', 'Monterey Peninsula Museum of Art, Monterey CA', 'publish', 'closed', 'open', '', 'monterey-peninsula-museum-of-art', '', '', '2011-03-03 11:53:20', '2011-03-03 19:53:20', '', 0, 'http://image-center.com/architecture/?p=586', 0, 'post', '', 0),
(587, 2, '2011-03-03 10:27:14', '2011-03-03 18:27:14', 'Monterey Peninsula Museum of Art, Monterey CA', 'Monterey Peninsula Museum of Art', '', 'inherit', 'closed', 'open', '', '940208-a', '', '', '2011-03-03 10:27:14', '2011-03-03 18:27:14', '', 586, 'http://image-center.com/architecture/wp-content/uploads/2011/03/940208-A.jpg', 0, 'attachment', 'image/jpeg', 0),
(588, 2, '2011-03-03 10:27:26', '2011-03-03 18:27:26', 'Monterey Peninsula Museum of Art, Monterey CA', 'Monterey Peninsula Museum of Art', '', 'inherit', 'closed', 'open', '', '940208-aa', '', '', '2011-03-03 10:27:26', '2011-03-03 18:27:26', '', 586, 'http://image-center.com/architecture/wp-content/uploads/2011/03/940208-AA.jpg', 0, 'attachment', 'image/jpeg', 0),
(589, 2, '2011-03-03 10:27:35', '2011-03-03 18:27:35', 'Monterey Peninsula Museum of Art, Monterey CA', 'Monterey Peninsula Museum of Art', '', 'inherit', 'closed', 'open', '', '940208-ae', '', '', '2011-03-03 10:27:35', '2011-03-03 18:27:35', '', 586, 'http://image-center.com/architecture/wp-content/uploads/2011/03/940208-AE.jpg', 0, 'attachment', 'image/jpeg', 0),
(590, 2, '2011-03-03 10:27:46', '2011-03-03 18:27:46', 'Monterey Peninsula Museum of Art, Monterey CA', 'Monterey Peninsula Museum of Art', '', 'inherit', 'closed', 'open', '', '940208-j', '', '', '2011-03-03 10:27:46', '2011-03-03 18:27:46', '', 586, 'http://image-center.com/architecture/wp-content/uploads/2011/03/940208-J.jpg', 0, 'attachment', 'image/jpeg', 0),
(591, 2, '2011-03-03 10:28:08', '2011-03-03 18:28:08', 'Monterey Peninsula Museum of Art, Monterey CA', 'Monterey Peninsula Museum of Art', '', 'inherit', 'closed', 'open', '', '940208-n', '', '', '2011-03-03 10:28:08', '2011-03-03 18:28:08', '', 586, 'http://image-center.com/architecture/wp-content/uploads/2011/03/940208-N.jpg', 0, 'attachment', 'image/jpeg', 0),
(580, 2, '2011-03-03 10:07:42', '2011-03-03 18:07:42', 'Paul Davis Partnership, Monterey, CA', 'Greenfield Library, Greenfield, CA', '', 'inherit', 'closed', 'open', '', 'paul-davis-partnership-monterey-ca-2', '', '', '2011-03-03 10:07:42', '2011-03-03 18:07:42', '', 578, 'http://image-center.com/architecture/wp-content/uploads/2011/03/940923-K.jpg', 0, 'attachment', 'image/jpeg', 0),
(581, 2, '2011-03-03 10:07:52', '2011-03-03 18:07:52', 'Paul Davis Partnership, Monterey, CA', 'Greenfield Library, Greenfield, CA', '', 'inherit', 'closed', 'open', '', 'paul-davis-partnership-monterey-ca-3', '', '', '2011-03-03 10:07:52', '2011-03-03 18:07:52', '', 578, 'http://image-center.com/architecture/wp-content/uploads/2011/03/940923-M.jpg', 0, 'attachment', 'image/jpeg', 0),
(582, 2, '2011-03-03 10:08:09', '2011-03-03 18:08:09', 'Paul Davis Partnership, Monterey, CA', 'Greenfield Library, Greenfield, CA', '', 'inherit', 'closed', 'open', '', 'paul-davis-partnership-monterey-ca-4', '', '', '2011-03-03 10:08:09', '2011-03-03 18:08:09', '', 578, 'http://image-center.com/architecture/wp-content/uploads/2011/03/940923-W.jpg', 0, 'attachment', 'image/jpeg', 0),
(583, 2, '2011-03-01 10:15:09', '2011-03-01 18:15:09', '<p style="text-align: center;"><strong><span style="font-size: medium;">Greenfield Library</span></strong><br />\r\n Greenfield, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-579" title="Greenfield Library, Greenfield, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940923-E-550x443.jpg" alt="" width="550" height="443" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-580" title="Greenfield Library, Greenfield, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940923-K-442x550.jpg" alt="" width="442" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-581" title="Greenfield Library, Greenfield, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940923-M-550x442.jpg" alt="" width="550" height="442" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-582" title="Greenfield Library, Greenfield, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940923-W-442x550.jpg" alt="" width="442" height="550" /></p>', 'Greenfield Library ', 'Greenfield Library, Greenfield, CA ', 'publish', 'closed', 'open', '', 'greenfield-library', '', '', '2011-03-03 11:55:04', '2011-03-03 19:55:04', '', 0, 'http://image-center.com/architecture/?p=583', 0, 'post', '', 0),
(584, 2, '2011-03-03 10:19:11', '2011-03-03 18:19:11', '<p style="text-align: center;"><strong><span style="font-size: medium;">Greenfield Library</span></strong><br />\nGreenfield, CA</p>\n\n<p><a rel="attachment wp-att-579" href="http://image-center.com/architecture/?attachment_id=579"><img class="aligncenter size-medium wp-image-579" title="Greenfield Library, Greenfield, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940923-E-550x443.jpg" alt="" width="550" height="443" /></a></p>\n\n<p><a rel="attachment wp-att-580" href="http://image-center.com/architecture/?attachment_id=580"><img class="aligncenter size-medium wp-image-580" title="Greenfield Library, Greenfield, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940923-K-442x550.jpg" alt="" width="442" height="550" /></a></p>\n\n<p><a rel="attachment wp-att-580" href="http://image-center.com/architecture/?attachment_id=580"></a><a rel="attachment wp-att-581" href="http://image-center.com/architecture/?attachment_id=581"><img class="aligncenter size-medium wp-image-581" title="Greenfield Library, Greenfield, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940923-M-550x442.jpg" alt="" width="550" height="442" /></a></p>\n\n<p><a rel="attachment wp-att-581" href="http://image-center.com/architecture/?attachment_id=581"></a><a rel="attachment wp-att-582" href="http://image-center.com/architecture/?attachment_id=582"><img class="aligncenter size-medium wp-image-582" title="Greenfield Library, Greenfield, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940923-W-442x550.jpg" alt="" width="442" height="550" /></a></p>', 'Greenfield Library ', '', 'inherit', 'closed', 'open', '', '583-revision', '', '', '2011-03-03 10:19:11', '2011-03-03 18:19:11', '', 583, 'http://image-center.com/architecture/2011/uncategorized/583-revision/', 0, 'revision', '', 0),
(670, 2, '2011-02-28 22:23:12', '2011-03-01 06:23:12', '<p style="text-align: center;"><strong><span style="font-size: medium;">Abrego Hotel<br />\r\n</span></strong>Monterey, CA</p>\r\n\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-499" title="Abrego Hotel, Monterey, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/091015-03-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p style="text-align: center;"><img class="size-medium wp-image-500 aligncenter" title="Abrego Hotel, Monterey, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/091015-11-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-501" title="Abrego Hotel, Monterey, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/091015-12-550x365.jpg" alt="" width="550" height="365" /></p>', 'Abrego Hotel', '', 'inherit', 'closed', 'open', '', '498-revision-3', '', '', '2011-02-28 22:23:12', '2011-03-01 06:23:12', '', 498, 'http://image-center.com/architecture/2011/uncategorized/498-revision-3/', 0, 'revision', '', 0),
(585, 2, '2011-03-03 10:20:51', '2011-03-03 18:20:51', '<p style="text-align: center;"><strong><span style="font-size: medium;">Greenfield Library</span></strong><br />\r\nGreenfield, CA</p>\r\n\r\n<p><a rel="attachment wp-att-579" href="http://image-center.com/architecture/?attachment_id=579"><img class="aligncenter size-medium wp-image-579" title="Greenfield Library, Greenfield, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940923-E-550x443.jpg" alt="" width="550" height="443" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-580" href="http://image-center.com/architecture/?attachment_id=580"><img class="aligncenter size-medium wp-image-580" title="Greenfield Library, Greenfield, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940923-K-442x550.jpg" alt="" width="442" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-580" href="http://image-center.com/architecture/?attachment_id=580"></a><a rel="attachment wp-att-581" href="http://image-center.com/architecture/?attachment_id=581"><img class="aligncenter size-medium wp-image-581" title="Greenfield Library, Greenfield, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940923-M-550x442.jpg" alt="" width="550" height="442" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-581" href="http://image-center.com/architecture/?attachment_id=581"></a><a rel="attachment wp-att-582" href="http://image-center.com/architecture/?attachment_id=582"><img class="aligncenter size-medium wp-image-582" title="Greenfield Library, Greenfield, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940923-W-442x550.jpg" alt="" width="442" height="550" /></a></p>', 'Greenfield Library ', 'Greenfield Library, Greenfield, CA ', 'inherit', 'closed', 'open', '', '583-revision-2', '', '', '2011-03-03 10:20:51', '2011-03-03 18:20:51', '', 583, 'http://image-center.com/architecture/2011/uncategorized/583-revision-2/', 0, 'revision', '', 0),
(592, 2, '2011-03-03 10:35:44', '2011-03-03 18:35:44', '<p style="text-align: center;"><strong><span style="font-size: medium;">Monterey Peninsula Museum of Art</span></strong><br />\nMonterey CA</p>\n\n<p><a rel="attachment wp-att-587" href="http://image-center.com/architecture/?attachment_id=587"><img class="aligncenter size-medium wp-image-587" title="Monterey Peninsula Museum of Art" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940208-A-442x550.jpg" alt="" width="442" height="550" /></a></p>\n\n<p><a rel="attachment wp-att-590" href="http://image-center.com/architecture/?attachment_id=590"></a><a rel="attachment wp-att-590" href="http://image-center.com/architecture/?attachment_id=590"><img class="aligncenter size-medium wp-image-590" title="Monterey Peninsula Museum of Art" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940208-J-550x442.jpg" alt="" width="550" height="442" /></a></p>\n\n<p><a rel="attachment wp-att-591" href="http://image-center.com/architecture/?attachment_id=591"><img class="aligncenter size-medium wp-image-591" title="Monterey Peninsula Museum of Art" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940208-N-442x550.jpg" alt="" width="442" height="550" /></a></p>\n\n<p><a rel="attachment wp-att-589" href="http://image-center.com/architecture/?attachment_id=589"><img class="aligncenter size-medium wp-image-589" title="Monterey Peninsula Museum of Art" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940208-AE-442x550.jpg" alt="" width="442" height="550" /></a></p>\n\n<p><a rel="attachment wp-att-588" href="http://image-center.com/architecture/?attachment_id=588"><img class="aligncenter size-medium wp-image-588" title="Monterey Peninsula Museum of Art" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940208-AA-442x550.jpg" alt="" width="442" height="550" /></a></p>', 'Monterey Peninsula Museum of Art', 'Monterey Peninsula Museum of Art, Monterey CA', 'inherit', 'closed', 'open', '', '586-revision', '', '', '2011-03-03 10:35:44', '2011-03-03 18:35:44', '', 586, 'http://image-center.com/architecture/2011/uncategorized/586-revision/', 0, 'revision', '', 0),
(593, 2, '2011-03-03 10:35:48', '2011-03-03 18:35:48', '<p style="text-align: center;"><strong><span style="font-size: medium;">Monterey Peninsula Museum of Art</span></strong><br />\r\nMonterey CA</p>\r\n\r\n<p><a rel="attachment wp-att-587" href="http://image-center.com/architecture/?attachment_id=587"><img class="aligncenter size-medium wp-image-587" title="Monterey Peninsula Museum of Art" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940208-A-442x550.jpg" alt="" width="442" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-590" href="http://image-center.com/architecture/?attachment_id=590"></a><a rel="attachment wp-att-590" href="http://image-center.com/architecture/?attachment_id=590"><img class="aligncenter size-medium wp-image-590" title="Monterey Peninsula Museum of Art" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940208-J-550x442.jpg" alt="" width="550" height="442" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-591" href="http://image-center.com/architecture/?attachment_id=591"><img class="aligncenter size-medium wp-image-591" title="Monterey Peninsula Museum of Art" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940208-N-442x550.jpg" alt="" width="442" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-589" href="http://image-center.com/architecture/?attachment_id=589"><img class="aligncenter size-medium wp-image-589" title="Monterey Peninsula Museum of Art" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940208-AE-442x550.jpg" alt="" width="442" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-588" href="http://image-center.com/architecture/?attachment_id=588"><img class="aligncenter size-medium wp-image-588" title="Monterey Peninsula Museum of Art" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940208-AA-442x550.jpg" alt="" width="442" height="550" /></a></p>', 'Monterey Peninsula Museum of Art', 'Monterey Peninsula Museum of Art, Monterey CA', 'inherit', 'closed', 'open', '', '586-revision-2', '', '', '2011-03-03 10:35:48', '2011-03-03 18:35:48', '', 586, 'http://image-center.com/architecture/2011/uncategorized/586-revision-2/', 0, 'revision', '', 0),
(594, 2, '2011-03-03 10:35:49', '2011-03-03 18:35:49', '<p style="text-align: center;"><strong><span style="font-size: medium;">Monterey Peninsula Museum of Art</span></strong><br />\r\nMonterey CA</p>\r\n\r\n<p><a rel="attachment wp-att-587" href="http://image-center.com/architecture/2011/uncategorized/monterey-peninsula-museum-of-art/attachment/940208-a/"><img class="aligncenter size-medium wp-image-587" title="Monterey Peninsula Museum of Art" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940208-A-442x550.jpg" alt="" width="442" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-590" href="http://image-center.com/architecture/2011/uncategorized/monterey-peninsula-museum-of-art/attachment/940208-j/"></a><a rel="attachment wp-att-590" href="http://image-center.com/architecture/2011/uncategorized/monterey-peninsula-museum-of-art/attachment/940208-j/"><img class="aligncenter size-medium wp-image-590" title="Monterey Peninsula Museum of Art" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940208-J-550x442.jpg" alt="" width="550" height="442" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-591" href="http://image-center.com/architecture/2011/uncategorized/monterey-peninsula-museum-of-art/attachment/940208-n/"><img class="aligncenter size-medium wp-image-591" title="Monterey Peninsula Museum of Art" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940208-N-442x550.jpg" alt="" width="442" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-589" href="http://image-center.com/architecture/2011/uncategorized/monterey-peninsula-museum-of-art/attachment/940208-ae/"><img class="aligncenter size-medium wp-image-589" title="Monterey Peninsula Museum of Art" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940208-AE-442x550.jpg" alt="" width="442" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-588" href="http://image-center.com/architecture/2011/uncategorized/monterey-peninsula-museum-of-art/attachment/940208-aa/"><img class="aligncenter size-medium wp-image-588" title="Monterey Peninsula Museum of Art" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940208-AA-442x550.jpg" alt="" width="442" height="550" /></a></p>', 'Monterey Peninsula Museum of Art', 'Monterey Peninsula Museum of Art, Monterey CA', 'inherit', 'closed', 'open', '', '586-revision-3', '', '', '2011-03-03 10:35:49', '2011-03-03 18:35:49', '', 586, 'http://image-center.com/architecture/2011/uncategorized/586-revision-3/', 0, 'revision', '', 0),
(595, 2, '2011-03-03 10:36:14', '2011-03-03 18:36:14', '<p style="text-align: center;"><strong><span style="font-size: medium;">Monterey Peninsula Museum of Art</span></strong><br />\r\n Monterey CA</p>\r\n\r\n<p><a rel="attachment wp-att-587" href="http://image-center.com/architecture/2011/uncategorized/monterey-peninsula-museum-of-art/attachment/940208-a/"><img class="aligncenter size-medium wp-image-587" title="Monterey Peninsula Museum of Art" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940208-A-442x550.jpg" alt="" width="442" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-590" href="http://image-center.com/architecture/2011/uncategorized/monterey-peninsula-museum-of-art/attachment/940208-j/"></a><a rel="attachment wp-att-590" href="http://image-center.com/architecture/2011/uncategorized/monterey-peninsula-museum-of-art/attachment/940208-j/"><img class="aligncenter size-medium wp-image-590" title="Monterey Peninsula Museum of Art" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940208-J-550x442.jpg" alt="" width="550" height="442" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-591" href="http://image-center.com/architecture/2011/uncategorized/monterey-peninsula-museum-of-art/attachment/940208-n/"><img class="aligncenter size-medium wp-image-591" title="Monterey Peninsula Museum of Art" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940208-N-442x550.jpg" alt="" width="442" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-589" href="http://image-center.com/architecture/2011/uncategorized/monterey-peninsula-museum-of-art/attachment/940208-ae/"><img class="aligncenter size-medium wp-image-589" title="Monterey Peninsula Museum of Art" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940208-AE-442x550.jpg" alt="" width="442" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-588" href="http://image-center.com/architecture/2011/uncategorized/monterey-peninsula-museum-of-art/attachment/940208-aa/"><img class="aligncenter size-medium wp-image-588" title="Monterey Peninsula Museum of Art" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940208-AA-442x550.jpg" alt="" width="442" height="550" /></a></p>', 'Monterey Peninsula Museum of Art', 'Monterey Peninsula Museum of Art, Monterey CA', 'inherit', 'closed', 'open', '', '586-revision-4', '', '', '2011-03-03 10:36:14', '2011-03-03 18:36:14', '', 586, 'http://image-center.com/architecture/2011/uncategorized/586-revision-4/', 0, 'revision', '', 0),
(666, 2, '2011-03-03 11:52:52', '2011-03-03 19:52:52', '<p style="text-align: center;"><strong><span style="font-size: medium;">Monterey Peninsula Museum of Art</span></strong><br />\r\n Monterey CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-587" title="Monterey Peninsula Museum of Art" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940208-A-442x550.jpg" alt="" width="442" height="550" /></p>\r\n\r\n<p><a rel="attachment wp-att-590" href="http://image-center.com/architecture/2011/public/entertainment/monterey-peninsula-museum-of-art/attachment/940208-j/"></a><img class="aligncenter size-medium wp-image-590" title="Monterey Peninsula Museum of Art" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940208-J-550x442.jpg" alt="" width="550" height="442" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-591" title="Monterey Peninsula Museum of Art" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940208-N-442x550.jpg" alt="" width="442" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-589" title="Monterey Peninsula Museum of Art" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940208-AE-442x550.jpg" alt="" width="442" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-588" title="Monterey Peninsula Museum of Art" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940208-AA-442x550.jpg" alt="" width="442" height="550" /></p>', 'Monterey Peninsula Museum of Art', 'Monterey Peninsula Museum of Art, Monterey CA', 'inherit', 'closed', 'open', '', '586-revision-6', '', '', '2011-03-03 11:52:52', '2011-03-03 19:52:52', '', 586, 'http://image-center.com/architecture/2011/uncategorized/586-revision-6/', 0, 'revision', '', 0),
(596, 2, '2011-03-01 10:36:46', '2011-03-01 18:36:46', '<p style="text-align: center;"><strong><span style="font-size: medium;">First Bank</span></strong><br />\r\n San Mateo, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-597" title="First Bank, San Mateo, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051114-A-550x453.jpg" alt="" width="550" height="453" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-599" title="First Bank, San Mateo, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051114-C-550x365.jpg" alt="" width="550" height="365" /><a rel="attachment wp-att-598" href="http://image-center.com/architecture/2011/commercial/first-bank/attachment/first-bank-san-mateo-ca-2/"></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-598" title="First Bank, San Mateo, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051114-B-365x550.jpg" alt="" width="365" height="550" /></p>', 'First Bank', 'First Bank, San Mateo, CA', 'publish', 'closed', 'open', '', 'first-bank', '', '', '2011-03-03 11:47:21', '2011-03-03 19:47:21', '', 0, 'http://image-center.com/architecture/?p=596', 0, 'post', '', 0),
(597, 2, '2011-03-03 10:37:46', '2011-03-03 18:37:46', 'First Bank, San Mateo, CA\r\nClient: Hillhouse Construction Co., San Jose, CA', 'First Bank, San Mateo, CA', '', 'inherit', 'closed', 'open', '', 'first-bank-san-mateo-ca', '', '', '2011-03-03 10:37:46', '2011-03-03 18:37:46', '', 596, 'http://image-center.com/architecture/wp-content/uploads/2011/03/051114-A.jpg', 0, 'attachment', 'image/jpeg', 0),
(598, 2, '2011-03-03 10:37:54', '2011-03-03 18:37:54', 'First Bank, San Mateo, CA\r\nClient: Hillhouse Construction Co., San Jose, CA', 'First Bank, San Mateo, CA', '', 'inherit', 'closed', 'open', '', 'first-bank-san-mateo-ca-2', '', '', '2011-03-03 10:37:54', '2011-03-03 18:37:54', '', 596, 'http://image-center.com/architecture/wp-content/uploads/2011/03/051114-B.jpg', 0, 'attachment', 'image/jpeg', 0),
(599, 2, '2011-03-03 10:38:00', '2011-03-03 18:38:00', 'First Bank, San Mateo, CA\r\nClient: Hillhouse Construction Co., San Jose, CA', 'First Bank, San Mateo, CA', '', 'inherit', 'closed', 'open', '', 'first-bank-san-mateo-ca-3', '', '', '2011-03-03 10:38:00', '2011-03-03 18:38:00', '', 596, 'http://image-center.com/architecture/wp-content/uploads/2011/03/051114-C.jpg', 0, 'attachment', 'image/jpeg', 0),
(600, 2, '2011-03-03 10:43:52', '2011-03-03 18:43:52', '<p style="text-align: center;"><strong><span style="font-size: medium;">First Bank</span></strong><br />\nSan Mateo, CA</p>\n\n<p><a rel="attachment wp-att-597" href="http://image-center.com/architecture/?attachment_id=597"><img class="aligncenter size-medium wp-image-597" title="First Bank, San Mateo, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051114-A-550x453.jpg" alt="" width="550" height="453" /></a></p>\n\n<p><img class="aligncenter size-medium wp-image-599" title="First Bank, San Mateo, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051114-C-550x365.jpg" alt="" width="550" height="365" /><a rel="attachment wp-att-598" href="http://image-center.com/architecture/?attachment_id=598"></a></p>\n\n<p><a rel="attachment wp-att-598" href="http://image-center.com/architecture/?attachment_id=598"><img class="aligncenter size-medium wp-image-598" title="First Bank, San Mateo, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051114-B-365x550.jpg" alt="" width="365" height="550" /></a></p>', 'First Bank', 'First Bank, San Mateo, CA', 'inherit', 'closed', 'open', '', '596-revision', '', '', '2011-03-03 10:43:52', '2011-03-03 18:43:52', '', 596, 'http://image-center.com/architecture/2011/uncategorized/596-revision/', 0, 'revision', '', 0),
(601, 2, '2011-03-03 10:44:33', '2011-03-03 18:44:33', '<p style="text-align: center;"><strong><span style="font-size: medium;">First Bank</span></strong><br />\r\nSan Mateo, CA</p>\r\n\r\n<p><a rel="attachment wp-att-597" href="http://image-center.com/architecture/?attachment_id=597"><img class="aligncenter size-medium wp-image-597" title="First Bank, San Mateo, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051114-A-550x453.jpg" alt="" width="550" height="453" /></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-599" title="First Bank, San Mateo, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051114-C-550x365.jpg" alt="" width="550" height="365" /><a rel="attachment wp-att-598" href="http://image-center.com/architecture/?attachment_id=598"></a></p>\r\n\r\n<p><a rel="attachment wp-att-598" href="http://image-center.com/architecture/?attachment_id=598"><img class="aligncenter size-medium wp-image-598" title="First Bank, San Mateo, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051114-B-365x550.jpg" alt="" width="365" height="550" /></a></p>', 'First Bank', 'First Bank, San Mateo, CA', 'inherit', 'closed', 'open', '', '596-revision-2', '', '', '2011-03-03 10:44:33', '2011-03-03 18:44:33', '', 596, 'http://image-center.com/architecture/2011/uncategorized/596-revision-2/', 0, 'revision', '', 0),
(663, 2, '2011-03-03 11:47:17', '2011-03-03 19:47:17', '<p style="text-align: center;"><strong><span style="font-size: medium;">First Bank</span></strong><br />\r\n San Mateo, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-597" title="First Bank, San Mateo, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051114-A-550x453.jpg" alt="" width="550" height="453" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-599" title="First Bank, San Mateo, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051114-C-550x365.jpg" alt="" width="550" height="365" /><a rel="attachment wp-att-598" href="http://image-center.com/architecture/2011/commercial/first-bank/attachment/first-bank-san-mateo-ca-2/"></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-598" title="First Bank, San Mateo, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051114-B-365x550.jpg" alt="" width="365" height="550" /></p>', 'First Bank', 'First Bank, San Mateo, CA', 'inherit', 'closed', 'open', '', '596-revision-4', '', '', '2011-03-03 11:47:17', '2011-03-03 19:47:17', '', 596, 'http://image-center.com/architecture/2011/uncategorized/596-revision-4/', 0, 'revision', '', 0),
(602, 2, '2011-03-01 10:44:59', '2011-03-01 18:44:59', '<p style="text-align: center;"><strong><span style="font-size: medium;">Formfactor Bldg. 2</span></strong><br />\r\n Livermore, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-604" title="Formfactor Bldg. 2, Livermore, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051027-D-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-603" title="Formfactor Bldg. 2, Livermore, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051027-C-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-607" title="Formfactor Bldg. 2, Livermore, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051027-J-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-606" title="Formfactor Bldg. 2, Livermore, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051027-I-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-605" title="Formfactor Bldg. 2, Livermore, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051027-E-365x550.jpg" alt="" width="365" height="550" /></p>', 'Formfactor', 'Formfactor Bldg. 2, Livermore, CA', 'publish', 'closed', 'open', '', 'formfactor', '', '', '2011-03-03 11:46:09', '2011-03-03 19:46:09', '', 0, 'http://image-center.com/architecture/?p=602', 0, 'post', '', 0),
(603, 2, '2011-03-03 10:46:13', '2011-03-03 18:46:13', 'Formfactor Bldg. 2, Livermore, CA\r\nClient: Tico Construction, San Jose, CA', 'Formfactor Bldg. 2, Livermore, CA', '', 'inherit', 'closed', 'open', '', 'formfactor-bldg-2-livermore-ca', '', '', '2011-03-03 10:46:13', '2011-03-03 18:46:13', '', 602, 'http://image-center.com/architecture/wp-content/uploads/2011/03/051027-C.jpg', 0, 'attachment', 'image/jpeg', 0),
(604, 2, '2011-03-03 10:46:33', '2011-03-03 18:46:33', 'Formfactor Bldg. 2, Livermore, CA\r\nClient: Tico Construction, San Jose, CA', 'Formfactor Bldg. 2, Livermore, CA', '', 'inherit', 'closed', 'open', '', 'formfactor-bldg-2-livermore-ca-2', '', '', '2011-03-03 10:46:33', '2011-03-03 18:46:33', '', 602, 'http://image-center.com/architecture/wp-content/uploads/2011/03/051027-D.jpg', 0, 'attachment', 'image/jpeg', 0),
(605, 2, '2011-03-03 10:46:50', '2011-03-03 18:46:50', 'Formfactor Bldg. 2, Livermore, CA\r\nClient: Tico Construction, San Jose, CA', 'Formfactor Bldg. 2, Livermore, CA', '', 'inherit', 'closed', 'open', '', 'formfactor-bldg-2-livermore-ca-3', '', '', '2011-03-03 10:46:50', '2011-03-03 18:46:50', '', 602, 'http://image-center.com/architecture/wp-content/uploads/2011/03/051027-E.jpg', 0, 'attachment', 'image/jpeg', 0),
(606, 2, '2011-03-03 10:46:56', '2011-03-03 18:46:56', 'Formfactor Bldg. 2, Livermore, CA\r\nClient: Tico Construction, San Jose, CA', 'Formfactor Bldg. 2, Livermore, CA', '', 'inherit', 'closed', 'open', '', 'formfactor-bldg-2-livermore-ca-4', '', '', '2011-03-03 10:46:56', '2011-03-03 18:46:56', '', 602, 'http://image-center.com/architecture/wp-content/uploads/2011/03/051027-I.jpg', 0, 'attachment', 'image/jpeg', 0),
(607, 2, '2011-03-03 10:47:03', '2011-03-03 18:47:03', 'Formfactor Bldg. 2, Livermore, CA\r\nClient: Tico Construction, San Jose, CA', 'Formfactor Bldg. 2, Livermore, CA', '', 'inherit', 'closed', 'open', '', 'formfactor-bldg-2-livermore-ca-5', '', '', '2011-03-03 10:47:03', '2011-03-03 18:47:03', '', 602, 'http://image-center.com/architecture/wp-content/uploads/2011/03/051027-J.jpg', 0, 'attachment', 'image/jpeg', 0),
(189, 2, '2011-02-25 07:07:26', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2011-02-25 07:07:26', '0000-00-00 00:00:00', '', 0, 'http://image-center.com/architecture/?p=189', 0, 'post', '', 0),
(190, 2, '2011-02-25 07:07:38', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2011-02-25 07:07:38', '0000-00-00 00:00:00', '', 0, 'http://image-center.com/architecture/?p=190', 0, 'post', '', 0),
(608, 2, '2011-03-03 10:52:08', '2011-03-03 18:52:08', '<p style="text-align: center;"><strong><span style="font-size: medium;">Formfactor Bldg. 2</span></strong><br />\nLivermore, CA</p>\n\n<p><a rel="attachment wp-att-604" href="http://image-center.com/architecture/?attachment_id=604"><img class="aligncenter size-medium wp-image-604" title="Formfactor Bldg. 2, Livermore, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051027-D-550x365.jpg" alt="" width="550" height="365" /></a></p>\n\n<p><a rel="attachment wp-att-603" href="http://image-center.com/architecture/?attachment_id=603"><img class="aligncenter size-medium wp-image-603" title="Formfactor Bldg. 2, Livermore, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051027-C-365x550.jpg" alt="" width="365" height="550" /></a></p>\n\n<p><a rel="attachment wp-att-607" href="http://image-center.com/architecture/?attachment_id=607"><img class="aligncenter size-medium wp-image-607" title="Formfactor Bldg. 2, Livermore, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051027-J-550x365.jpg" alt="" width="550" height="365" /></a></p>\n\n<p><a rel="attachment wp-att-606" href="http://image-center.com/architecture/?attachment_id=606"><img class="aligncenter size-medium wp-image-606" title="Formfactor Bldg. 2, Livermore, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051027-I-365x550.jpg" alt="" width="365" height="550" /></a></p>\n\n<p><a rel="attachment wp-att-605" href="http://image-center.com/architecture/?attachment_id=605"><img class="aligncenter size-medium wp-image-605" title="Formfactor Bldg. 2, Livermore, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051027-E-365x550.jpg" alt="" width="365" height="550" /></a></p>', 'Formfactor', '', 'inherit', 'closed', 'open', '', '602-revision', '', '', '2011-03-03 10:52:08', '2011-03-03 18:52:08', '', 602, 'http://image-center.com/architecture/2011/uncategorized/602-revision/', 0, 'revision', '', 0);
INSERT INTO `wp_2posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(579, 2, '2011-03-03 10:07:29', '2011-03-03 18:07:29', 'Paul Davis Partnership, Monterey, CA', 'Greenfield Library, Greenfield, CA', '', 'inherit', 'closed', 'open', '', 'paul-davis-partnership-monterey-ca', '', '', '2011-03-03 10:07:29', '2011-03-03 18:07:29', '', 578, 'http://image-center.com/architecture/wp-content/uploads/2011/03/940923-E.jpg', 0, 'attachment', 'image/jpeg', 0),
(195, 2, '2011-02-22 07:13:38', '2011-02-22 15:13:38', '<p style="text-align: center;"><strong><span style="font-size: medium;">Morris Residence</span><br />\r\n</strong>Homewood, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-162" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-06-366x550.jpg" alt="" width="366" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-164" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-12-366x550.jpg" alt="" width="366" height="550" /></p>\r\n\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-163" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-11-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-165" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-16-366x550.jpg" alt="" width="366" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-166" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-17-366x550.jpg" alt="" width="366" height="550" /></p>', 'Morris Residence', 'Morris Residence, Homewood, CA', 'publish', 'closed', 'open', '', 'morris-residence', '', '', '2011-02-28 22:17:55', '2011-03-01 06:17:55', '', 0, 'http://image-center.com/architecture/?p=195', 0, 'post', '', 0),
(196, 2, '2011-02-25 07:10:36', '2011-02-25 07:10:36', '<p><a rel="attachment wp-att-162" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca/"><img class="aligncenter size-medium wp-image-162" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-06-366x550.jpg" alt="" width="366" height="550" /></a></p>\n\n<p><a rel="attachment wp-att-164" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca-3/"><img class="aligncenter size-medium wp-image-164" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-12-366x550.jpg" alt="" width="366" height="550" /></a></p>', 'Morris Residence', '', 'inherit', 'open', 'open', '', '195-revision', '', '', '2011-02-25 07:10:36', '2011-02-25 07:10:36', '', 195, 'http://image-center.com/architecture/2011/uncategorized/195-revision/', 0, 'revision', '', 0),
(443, 2, '2011-02-26 15:15:46', '2011-02-26 15:15:46', '<p><img class="aligncenter size-medium wp-image-157" title="Nob Hill Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090702-03-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-158" title="Nob Hill Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090702-10-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-159" title="Nob Hill Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090702-14-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><a rel="attachment wp-att-160" href="http://image-center.com/architecture/2011/residential/nob-hill-residence/attachment/nob-hill-private-residence-4/"><img class="aligncenter size-medium wp-image-160" title="Nob Hill Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090702-20-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-161" href="http://image-center.com/architecture/2011/residential/nob-hill-residence/attachment/nob-hill-private-residence-5/"><img class="aligncenter size-medium wp-image-161" title="Nob Hill Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090702-22-365x550.jpg" alt="" width="365" height="550" /></a></p>', 'Nob Hill Residence', '', 'inherit', 'closed', 'open', '', '200-revision-5', '', '', '2011-02-26 15:15:46', '2011-02-26 15:15:46', '', 200, 'http://image-center.com/architecture/2011/uncategorized/200-revision-5/', 0, 'revision', '', 0),
(197, 2, '2011-02-25 07:13:00', '2011-02-25 07:13:00', '<p><a rel="attachment wp-att-162" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca/"><img class="aligncenter size-medium wp-image-162" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-06-366x550.jpg" alt="" width="366" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-164" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca-3/"><img class="aligncenter size-medium wp-image-164" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-12-366x550.jpg" alt="" width="366" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-163" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca-2/"><img class="aligncenter size-medium wp-image-163" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-11-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-165" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca-4/"><img class="aligncenter size-medium wp-image-165" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-16-366x550.jpg" alt="" width="366" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-166" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca-5/"><img class="aligncenter size-medium wp-image-166" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-17-366x550.jpg" alt="" width="366" height="550" /></a></p>', 'Morris Residence', '', 'inherit', 'open', 'open', '', '195-revision-2', '', '', '2011-02-25 07:13:00', '2011-02-25 07:13:00', '', 195, 'http://image-center.com/architecture/2011/uncategorized/195-revision-2/', 0, 'revision', '', 0),
(198, 2, '2011-02-25 07:13:01', '2011-02-25 07:13:01', '<p><a rel="attachment wp-att-162" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca/"><img class="aligncenter size-medium wp-image-162" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-06-366x550.jpg" alt="" width="366" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-164" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca-3/"><img class="aligncenter size-medium wp-image-164" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-12-366x550.jpg" alt="" width="366" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-163" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca-2/"><img class="aligncenter size-medium wp-image-163" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-11-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-165" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca-4/"><img class="aligncenter size-medium wp-image-165" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-16-366x550.jpg" alt="" width="366" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-166" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca-5/"><img class="aligncenter size-medium wp-image-166" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-17-366x550.jpg" alt="" width="366" height="550" /></a></p>', 'Morris Residence', '', 'inherit', 'open', 'open', '', '195-revision-3', '', '', '2011-02-25 07:13:01', '2011-02-25 07:13:01', '', 195, 'http://image-center.com/architecture/2011/uncategorized/195-revision-3/', 0, 'revision', '', 0),
(199, 2, '2011-02-25 07:13:38', '2011-02-25 07:13:38', '<p><a rel="attachment wp-att-162" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca/"><img class="aligncenter size-medium wp-image-162" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-06-366x550.jpg" alt="" width="366" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-164" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca-3/"><img class="aligncenter size-medium wp-image-164" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-12-366x550.jpg" alt="" width="366" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-163" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca-2/"><img class="aligncenter size-medium wp-image-163" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-11-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-165" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca-4/"><img class="aligncenter size-medium wp-image-165" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-16-366x550.jpg" alt="" width="366" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-166" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca-5/"><img class="aligncenter size-medium wp-image-166" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-17-366x550.jpg" alt="" width="366" height="550" /></a></p>', 'Morris Residence', '', 'inherit', 'open', 'open', '', '195-revision-4', '', '', '2011-02-25 07:13:38', '2011-02-25 07:13:38', '', 195, 'http://image-center.com/architecture/2011/uncategorized/195-revision-4/', 0, 'revision', '', 0),
(200, 2, '2011-02-23 07:23:11', '2011-02-23 15:23:11', '<p style="text-align: center;"><strong><span style="font-size: medium;">Private Residence</span><br />\r\n</strong>San Francisco, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-157" title="Nob Hill Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090702-03-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-158" title="Nob Hill Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090702-10-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-159" title="Nob Hill Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090702-14-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-160" title="Nob Hill Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090702-20-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-161" title="Nob Hill Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090702-22-365x550.jpg" alt="" width="365" height="550" /></p>', 'Nob Hill Residence', 'Private Residence, San Francisco, CA', 'publish', 'closed', 'open', '', 'nob-hill-residence', '', '', '2011-02-28 22:15:23', '2011-03-01 06:15:23', '', 0, 'http://image-center.com/architecture/?p=200', 0, 'post', '', 0),
(201, 2, '2011-02-25 07:22:55', '2011-02-25 07:22:55', '<p><img class="aligncenter size-medium wp-image-157" title="Nob Hill Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090702-03-550x365.jpg" alt="" width="550" height="365" /></p>\n\n<p><img class="aligncenter size-medium wp-image-158" title="Nob Hill Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090702-10-365x550.jpg" alt="" width="365" height="550" /></p>\n\n<p><img class="aligncenter size-medium wp-image-159" title="Nob Hill Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090702-14-365x550.jpg" alt="" width="365" height="550" /></p>\n\n<p><a rel="attachment wp-att-160" href="http://image-center.com/architecture/?attachment_id=160"><img class="aligncenter size-medium wp-image-160" title="Nob Hill Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090702-20-365x550.jpg" alt="" width="365" height="550" /></a></p>\n\n<p><a rel="attachment wp-att-161" href="http://image-center.com/architecture/?attachment_id=161"><img class="aligncenter size-medium wp-image-161" title="Nob Hill Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090702-22-365x550.jpg" alt="" width="365" height="550" /></a></p>', 'Nob Hill Residence', '', 'inherit', 'open', 'open', '', '200-revision', '', '', '2011-02-25 07:22:55', '2011-02-25 07:22:55', '', 200, 'http://image-center.com/architecture/2011/uncategorized/200-revision/', 0, 'revision', '', 0),
(202, 2, '2011-02-25 07:23:11', '2011-02-25 07:23:11', '<p><img class="aligncenter size-medium wp-image-157" title="Nob Hill Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090702-03-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-158" title="Nob Hill Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090702-10-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-159" title="Nob Hill Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090702-14-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><a rel="attachment wp-att-160" href="http://image-center.com/architecture/?attachment_id=160"><img class="aligncenter size-medium wp-image-160" title="Nob Hill Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090702-20-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-161" href="http://image-center.com/architecture/?attachment_id=161"><img class="aligncenter size-medium wp-image-161" title="Nob Hill Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090702-22-365x550.jpg" alt="" width="365" height="550" /></a></p>', 'Nob Hill Residence', '', 'inherit', 'open', 'open', '', '200-revision-2', '', '', '2011-02-25 07:23:11', '2011-02-25 07:23:11', '', 200, 'http://image-center.com/architecture/2011/uncategorized/200-revision-2/', 0, 'revision', '', 0),
(444, 2, '2011-02-26 15:13:32', '2011-02-26 15:13:32', '<p><a rel="attachment wp-att-238" href="http://image-center.com/architecture/2011/biomedical/dental-office/attachment/dentist-office-milpitas-ca-3/"><img class="aligncenter size-medium wp-image-238" title="Dentist Office, Milpitas CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/050425-F1-550x437.jpg" alt="" width="550" height="437" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-238" href="http://image-center.com/architecture/2011/biomedical/dental-office/attachment/dentist-office-milpitas-ca-3/"></a><a rel="attachment wp-att-239" href="http://image-center.com/architecture/2011/biomedical/dental-office/attachment/dentist-office-milpitas-ca-4/"><img class="aligncenter size-medium wp-image-239" title="Dentist Office, Milpitas CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/050425-H1-446x550.jpg" alt="" width="446" height="550" /></a></p>', 'Dental Office', '', 'inherit', 'closed', 'open', '', '237-revision-7', '', '', '2011-02-26 15:13:32', '2011-02-26 15:13:32', '', 237, 'http://image-center.com/architecture/2011/uncategorized/237-revision-7/', 0, 'revision', '', 0),
(203, 2, '2011-02-21 07:28:49', '2011-02-21 15:28:49', '<p style="text-align: center;"><strong><span style="font-size: medium;">Private Residence</span><br />\r\n<span style="font-weight: normal;">Hillsborough, CA</span></strong></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-156" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080813-10-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-151" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-C-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-152" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-E-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><a rel="attachment wp-att-152" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-3/"></a><img class="aligncenter size-medium wp-image-153" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-I-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-155" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-M-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><a rel="attachment wp-att-155" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-6/"></a><img class="aligncenter size-medium wp-image-154" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-L-365x550.jpg" alt="" width="365" height="550" /></p>', 'Hillsborough Residence', 'Private Residence, Hillsborough, CA', 'publish', 'closed', 'open', '', 'hillsborough-residence', '', '', '2011-02-28 22:22:38', '2011-03-01 06:22:38', '', 0, 'http://image-center.com/architecture/?p=203', 0, 'post', '', 0),
(204, 2, '2011-02-25 07:28:40', '2011-02-25 07:28:40', '<p><a rel="attachment wp-att-156" href="http://image-center.com/architecture/hillsborough-residence/attachment/hawley-peterson-snyder-mountain-view-ca/"><img class="aligncenter size-medium wp-image-156" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080813-10-365x550.jpg" alt="" width="365" height="550" /></a></p>\n\n<p><a rel="attachment wp-att-151" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-2/"><img class="aligncenter size-medium wp-image-151" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-C-365x550.jpg" alt="" width="365" height="550" /></a></p>\n\n<p><a rel="attachment wp-att-152" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-3/"><img class="aligncenter size-medium wp-image-152" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-E-365x550.jpg" alt="" width="365" height="550" /></a></p>\n\n<p><a rel="attachment wp-att-152" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-3/"></a><a rel="attachment wp-att-153" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-4/"><img class="aligncenter size-medium wp-image-153" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-I-365x550.jpg" alt="" width="365" height="550" /></a></p>\n\n<p><a rel="attachment wp-att-155" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-6/"><img class="aligncenter size-medium wp-image-155" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-M-550x365.jpg" alt="" width="550" height="365" /></a><a rel="attachment wp-att-154" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-5/"><img class="aligncenter size-medium wp-image-154" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-L-365x550.jpg" alt="" width="365" height="550" /></a></p>', 'Hillsborough Residence', '', 'inherit', 'open', 'open', '', '203-revision', '', '', '2011-02-25 07:28:40', '2011-02-25 07:28:40', '', 203, 'http://image-center.com/architecture/2011/uncategorized/203-revision/', 0, 'revision', '', 0),
(418, 2, '2011-02-27 20:45:11', '2011-02-28 04:45:11', '<p style="text-align: center;"><strong>Private Residence, Hillsborough, CA</strong></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-156" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080813-10-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-151" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-C-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-152" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-E-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><a rel="attachment wp-att-152" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-3/"></a><img class="aligncenter size-medium wp-image-153" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-I-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-155" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-M-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><a rel="attachment wp-att-155" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-6/"></a><img class="aligncenter size-medium wp-image-154" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-L-365x550.jpg" alt="" width="365" height="550" /></p>', 'Hillsborough Residence', '', 'inherit', 'closed', 'open', '', '203-revision-8', '', '', '2011-02-27 20:45:11', '2011-02-28 04:45:11', '', 203, 'http://image-center.com/architecture/2011/uncategorized/203-revision-8/', 0, 'revision', '', 0),
(205, 2, '2011-02-25 07:28:49', '2011-02-25 07:28:49', '<p><a rel="attachment wp-att-156" href="http://image-center.com/architecture/hillsborough-residence/attachment/hawley-peterson-snyder-mountain-view-ca/"><img class="aligncenter size-medium wp-image-156" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080813-10-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-151" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-2/"><img class="aligncenter size-medium wp-image-151" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-C-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-152" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-3/"><img class="aligncenter size-medium wp-image-152" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-E-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-152" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-3/"></a><a rel="attachment wp-att-153" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-4/"><img class="aligncenter size-medium wp-image-153" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-I-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-155" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-6/"><img class="aligncenter size-medium wp-image-155" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-M-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-155" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-6/"></a><a rel="attachment wp-att-154" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-5/"><img class="aligncenter size-medium wp-image-154" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-L-365x550.jpg" alt="" width="365" height="550" /></a></p>', 'Hillsborough Residence', '', 'inherit', 'open', 'open', '', '203-revision-2', '', '', '2011-02-25 07:28:49', '2011-02-25 07:28:49', '', 203, 'http://image-center.com/architecture/2011/uncategorized/203-revision-2/', 0, 'revision', '', 0),
(206, 2, '2011-02-25 07:28:51', '2011-02-25 07:28:51', '<p><a rel="attachment wp-att-156" href="http://image-center.com/architecture/hillsborough-residence/attachment/hawley-peterson-snyder-mountain-view-ca/"><img class="aligncenter size-medium wp-image-156" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080813-10-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-151" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-2/"><img class="aligncenter size-medium wp-image-151" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-C-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-152" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-3/"><img class="aligncenter size-medium wp-image-152" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-E-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-152" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-3/"></a><a rel="attachment wp-att-153" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-4/"><img class="aligncenter size-medium wp-image-153" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-I-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-155" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-6/"><img class="aligncenter size-medium wp-image-155" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-M-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-155" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-6/"></a><a rel="attachment wp-att-154" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-5/"><img class="aligncenter size-medium wp-image-154" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-L-365x550.jpg" alt="" width="365" height="550" /></a></p>', 'Hillsborough Residence', '', 'inherit', 'open', 'open', '', '203-revision-3', '', '', '2011-02-25 07:28:51', '2011-02-25 07:28:51', '', 203, 'http://image-center.com/architecture/2011/uncategorized/203-revision-3/', 0, 'revision', '', 0),
(207, 2, '2011-02-25 07:29:32', '2011-02-25 07:29:32', '<p><a rel="attachment wp-att-156" href="http://image-center.com/architecture/hillsborough-residence/attachment/hawley-peterson-snyder-mountain-view-ca/"><img class="aligncenter size-medium wp-image-156" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080813-10-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-151" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-2/"><img class="aligncenter size-medium wp-image-151" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-C-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-152" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-3/"><img class="aligncenter size-medium wp-image-152" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-E-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-152" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-3/"></a><a rel="attachment wp-att-153" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-4/"><img class="aligncenter size-medium wp-image-153" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-I-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-155" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-6/"><img class="aligncenter size-medium wp-image-155" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-M-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-155" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-6/"></a><a rel="attachment wp-att-154" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-5/"><img class="aligncenter size-medium wp-image-154" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-L-365x550.jpg" alt="" width="365" height="550" /></a></p>', 'Hillsborough Residence', '', 'inherit', 'open', 'open', '', '203-revision-4', '', '', '2011-02-25 07:29:32', '2011-02-25 07:29:32', '', 203, 'http://image-center.com/architecture/2011/uncategorized/203-revision-4/', 0, 'revision', '', 0),
(208, 2, '2011-02-25 07:36:40', '2011-02-25 07:36:40', '<p><br />\n<img class="aligncenter size-medium wp-image-163" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-11-550x366.jpg" alt="" width="550" height="366" /><a rel="attachment wp-att-162" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca/"><img class="aligncenter size-medium wp-image-162" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-06-366x550.jpg" alt="" width="366" height="550" /></a></p>\n\n<p><a rel="attachment wp-att-164" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca-3/"><img class="aligncenter size-medium wp-image-164" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-12-366x550.jpg" alt="" width="366" height="550" /></a></p>\n\n<p style="text-align: center;"><a rel="attachment wp-att-163" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca-2/"><img class="aligncenter size-medium wp-image-163" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-11-550x366.jpg" alt="" width="550" height="366" /></a></p>\n\n<p><a rel="attachment wp-att-165" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca-4/"><img class="aligncenter size-medium wp-image-165" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-16-366x550.jpg" alt="" width="366" height="550" /></a></p>\n\n<p><a rel="attachment wp-att-166" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca-5/"><img class="aligncenter size-medium wp-image-166" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-17-366x550.jpg" alt="" width="366" height="550" /></a></p>', 'Morris Residence', '', 'inherit', 'open', 'open', '', '195-autosave', '', '', '2011-02-25 07:36:40', '2011-02-25 07:36:40', '', 195, 'http://image-center.com/architecture/2011/uncategorized/195-autosave/', 0, 'revision', '', 0),
(209, 2, '2011-02-25 07:13:38', '2011-02-25 07:13:38', '<p><a rel="attachment wp-att-162" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca/"><img class="aligncenter size-medium wp-image-162" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-06-366x550.jpg" alt="" width="366" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-164" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca-3/"><img class="aligncenter size-medium wp-image-164" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-12-366x550.jpg" alt="" width="366" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-163" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca-2/"><img class="aligncenter size-medium wp-image-163" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-11-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-165" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca-4/"><img class="aligncenter size-medium wp-image-165" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-16-366x550.jpg" alt="" width="366" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-166" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca-5/"><img class="aligncenter size-medium wp-image-166" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-17-366x550.jpg" alt="" width="366" height="550" /></a></p>', 'Morris Residence', '', 'inherit', 'open', 'open', '', '195-revision-5', '', '', '2011-02-25 07:13:38', '2011-02-25 07:13:38', '', 195, 'http://image-center.com/architecture/2011/uncategorized/195-revision-5/', 0, 'revision', '', 0),
(212, 2, '2011-02-25 07:37:20', '2011-02-25 07:37:20', '<p><br />\r\n<a rel="attachment wp-att-162" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca/"><img class="aligncenter size-medium wp-image-162" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-06-366x550.jpg" alt="" width="366" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-164" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca-3/"><img class="aligncenter size-medium wp-image-164" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-12-366x550.jpg" alt="" width="366" height="550" /></a></p>\r\n\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-163" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-11-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><a rel="attachment wp-att-165" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca-4/"><img class="aligncenter size-medium wp-image-165" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-16-366x550.jpg" alt="" width="366" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-166" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca-5/"><img class="aligncenter size-medium wp-image-166" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-17-366x550.jpg" alt="" width="366" height="550" /></a></p>', 'Morris Residence', '', 'inherit', 'open', 'open', '', '195-revision-8', '', '', '2011-02-25 07:37:20', '2011-02-25 07:37:20', '', 195, 'http://image-center.com/architecture/2011/uncategorized/195-revision-8/', 0, 'revision', '', 0),
(210, 2, '2011-02-25 07:34:29', '2011-02-25 07:34:29', '<p><a rel="attachment wp-att-162" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca/"><img class="aligncenter size-medium wp-image-162" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-06-366x550.jpg" alt="" width="366" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-164" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca-3/"><img class="aligncenter size-medium wp-image-164" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-12-366x550.jpg" alt="" width="366" height="550" /></a></p>\r\n\r\n<p style="text-align: center;"><a rel="attachment wp-att-163" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca-2/"><img class="aligncenter size-medium wp-image-163" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-11-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-165" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca-4/"><img class="aligncenter size-medium wp-image-165" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-16-366x550.jpg" alt="" width="366" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-166" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca-5/"><img class="aligncenter size-medium wp-image-166" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-17-366x550.jpg" alt="" width="366" height="550" /></a></p>', 'Morris Residence', '', 'inherit', 'open', 'open', '', '195-revision-6', '', '', '2011-02-25 07:34:29', '2011-02-25 07:34:29', '', 195, 'http://image-center.com/architecture/2011/uncategorized/195-revision-6/', 0, 'revision', '', 0),
(211, 2, '2011-02-25 07:34:29', '2011-02-25 07:34:29', '<p><a rel="attachment wp-att-162" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca/"><img class="aligncenter size-medium wp-image-162" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-06-366x550.jpg" alt="" width="366" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-164" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca-3/"><img class="aligncenter size-medium wp-image-164" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-12-366x550.jpg" alt="" width="366" height="550" /></a></p>\r\n\r\n<p style="text-align: center;"><a rel="attachment wp-att-163" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca-2/"><img class="aligncenter size-medium wp-image-163" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-11-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-165" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca-4/"><img class="aligncenter size-medium wp-image-165" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-16-366x550.jpg" alt="" width="366" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-166" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca-5/"><img class="aligncenter size-medium wp-image-166" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-17-366x550.jpg" alt="" width="366" height="550" /></a></p>', 'Morris Residence', '', 'inherit', 'open', 'open', '', '195-revision-7', '', '', '2011-02-25 07:34:29', '2011-02-25 07:34:29', '', 195, 'http://image-center.com/architecture/2011/uncategorized/195-revision-7/', 0, 'revision', '', 0),
(213, 2, '2011-02-25 07:38:12', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2011-02-25 07:38:12', '0000-00-00 00:00:00', '', 0, 'http://image-center.com/architecture/?p=213', 0, 'post', '', 0),
(214, 2, '2011-02-20 07:42:14', '2011-02-20 15:42:14', '<p style="text-align: center;"><strong><span style="font-size: medium;">Private Residence</span><br />\r\n<span style="font-weight: normal;">Menlo Park, CA</span></strong></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-150" title="Menlo Park Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070512-N-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-149" title="Menlo Park Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070512-F-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-148" title="Menlo Park Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070512-A-550x365.jpg" alt="" width="550" height="365" /></p>', 'Menlo Park Residence', 'Private Residence, Menlo Park, CA', 'publish', 'closed', 'open', '', 'menlo-park-residence', '', '', '2011-02-28 22:25:45', '2011-03-01 06:25:45', '', 0, 'http://image-center.com/architecture/?p=214', 0, 'post', '', 0),
(215, 2, '2011-02-25 07:39:42', '2011-02-25 07:39:42', '', 'Menlo Park Residence', '', 'inherit', 'open', 'open', '', '214-revision', '', '', '2011-02-25 07:39:42', '2011-02-25 07:39:42', '', 214, 'http://image-center.com/architecture/2011/uncategorized/214-revision/', 0, 'revision', '', 0),
(417, 2, '2011-02-26 15:15:24', '2011-02-26 15:15:24', '<p><a rel="attachment wp-att-156" href="http://image-center.com/architecture/hillsborough-residence/attachment/hawley-peterson-snyder-mountain-view-ca/"><img class="aligncenter size-medium wp-image-156" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080813-10-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-151" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-2/"><img class="aligncenter size-medium wp-image-151" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-C-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-152" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-3/"><img class="aligncenter size-medium wp-image-152" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-E-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-152" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-3/"></a><a rel="attachment wp-att-153" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-4/"><img class="aligncenter size-medium wp-image-153" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-I-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-155" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-6/"><img class="aligncenter size-medium wp-image-155" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-M-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-155" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-6/"></a><a rel="attachment wp-att-154" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-5/"><img class="aligncenter size-medium wp-image-154" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-L-365x550.jpg" alt="" width="365" height="550" /></a></p>', 'Hillsborough Residence', '', 'inherit', 'closed', 'open', '', '203-revision-7', '', '', '2011-02-26 15:15:24', '2011-02-26 15:15:24', '', 203, 'http://image-center.com/architecture/2011/uncategorized/203-revision-7/', 0, 'revision', '', 0),
(216, 2, '2011-02-25 07:42:14', '2011-02-25 07:42:14', '<p><a rel="attachment wp-att-150" href="http://image-center.com/architecture/menlo-park-residence/attachment/890-coleman-menlo-park-ca-2/"><img class="aligncenter size-medium wp-image-150" title="Menlo Park Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070512-N-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-149" href="http://image-center.com/architecture/menlo-park-residence/attachment/890-coleman-menlo-park-ca/"><img class="aligncenter size-medium wp-image-149" title="Menlo Park Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070512-F-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-148" href="http://image-center.com/architecture/menlo-park-residence/attachment/private-residence-ca/"><img class="aligncenter size-medium wp-image-148" title="Menlo Park Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070512-A-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Menlo Park Residence', '', 'inherit', 'open', 'open', '', '214-revision-2', '', '', '2011-02-25 07:42:14', '2011-02-25 07:42:14', '', 214, 'http://image-center.com/architecture/2011/uncategorized/214-revision-2/', 0, 'revision', '', 0);
INSERT INTO `wp_2posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(217, 2, '2011-02-22 07:48:24', '2011-02-22 15:48:24', '<p style="text-align: center;"><strong><span style="font-size: medium;">California Cardiovascular Consultants</span><br />\r\n</strong>Fremont, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-147" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-10-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-143" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-02-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-144" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-03-366x550.jpg" alt="" width="366" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-145" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-07-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-146" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-09-366x550.jpg" alt="" width="366" height="550" /></p>', 'California Cardiovascular Consultants', 'California Cardiovascular Consultants, Fremont, CA', 'publish', 'closed', 'open', '', 'california-cardiovascular-center', '', '', '2011-02-28 22:17:25', '2011-03-01 06:17:25', '', 0, 'http://image-center.com/architecture/?p=217', 0, 'post', '', 0),
(218, 2, '2011-02-25 07:45:54', '2011-02-25 07:45:54', '<p><a rel="attachment wp-att-147" href="http://image-center.com/architecture/?attachment_id=147"><img class="aligncenter size-medium wp-image-147" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-10-550x366.jpg" alt="" width="550" height="366" /></a></p>\n\n<p><img class="aligncenter size-medium wp-image-143" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-02-550x366.jpg" alt="" width="550" height="366" /></p>\n\n<p><a rel="attachment wp-att-144" href="http://image-center.com/architecture/?attachment_id=144"><img class="aligncenter size-medium wp-image-144" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-03-366x550.jpg" alt="" width="366" height="550" /></a></p>', 'California Cardiovascular Center', '', 'inherit', 'open', 'open', '', '217-revision', '', '', '2011-02-25 07:45:54', '2011-02-25 07:45:54', '', 217, 'http://image-center.com/architecture/2011/uncategorized/217-revision/', 0, 'revision', '', 0),
(219, 2, '2011-02-25 07:48:24', '2011-02-25 07:48:24', '<p><a rel="attachment wp-att-147" href="http://image-center.com/architecture/?attachment_id=147"><img class="aligncenter size-medium wp-image-147" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-10-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-143" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-02-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><a rel="attachment wp-att-144" href="http://image-center.com/architecture/?attachment_id=144"><img class="aligncenter size-medium wp-image-144" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-03-366x550.jpg" alt="" width="366" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-145" href="http://image-center.com/architecture/?attachment_id=145"><img class="aligncenter size-medium wp-image-145" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-07-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-146" href="http://image-center.com/architecture/?attachment_id=146"><img class="aligncenter size-medium wp-image-146" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-09-366x550.jpg" alt="" width="366" height="550" /></a></p>', 'California Cardiovascular Center', '', 'inherit', 'open', 'open', '', '217-revision-2', '', '', '2011-02-25 07:48:24', '2011-02-25 07:48:24', '', 217, 'http://image-center.com/architecture/2011/uncategorized/217-revision-2/', 0, 'revision', '', 0),
(220, 2, '2011-02-25 07:48:25', '2011-02-25 07:48:25', '<p><a rel="attachment wp-att-147" href="http://image-center.com/architecture/2011/biomedical/california-cardiovascular-center/attachment/california-cardiovascular-consultants-fremont-ca-5/"><img class="aligncenter size-medium wp-image-147" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-10-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-143" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-02-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><a rel="attachment wp-att-144" href="http://image-center.com/architecture/2011/biomedical/california-cardiovascular-center/attachment/california-cardiovascular-consultants-fremont-ca-2/"><img class="aligncenter size-medium wp-image-144" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-03-366x550.jpg" alt="" width="366" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-145" href="http://image-center.com/architecture/2011/biomedical/california-cardiovascular-center/attachment/california-cardiovascular-consultants-fremont-ca-3/"><img class="aligncenter size-medium wp-image-145" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-07-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-146" href="http://image-center.com/architecture/2011/biomedical/california-cardiovascular-center/attachment/california-cardiovascular-consultants-fremont-ca-4/"><img class="aligncenter size-medium wp-image-146" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-09-366x550.jpg" alt="" width="366" height="550" /></a></p>', 'California Cardiovascular Center', '', 'inherit', 'open', 'open', '', '217-revision-3', '', '', '2011-02-25 07:48:25', '2011-02-25 07:48:25', '', 217, 'http://image-center.com/architecture/2011/uncategorized/217-revision-3/', 0, 'revision', '', 0),
(448, 2, '2011-02-26 15:14:16', '2011-02-26 15:14:16', '<p><a rel="attachment wp-att-140" href="http://image-center.com/architecture/2011/biomedical/el-camino-hospital-radiology/attachment/el-camino-hospital-radiology-mountain-view-ca/"><img class="aligncenter size-medium wp-image-140" title="El Camino Hospital Radiology, Mountain View, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100316-01-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-141" href="http://image-center.com/architecture/2011/biomedical/el-camino-hospital-radiology/attachment/el-camino-hospital-radiology-mountain-view-ca-2/"><img class="aligncenter size-medium wp-image-141" title="El Camino Hospital Radiology, Mountain View, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100316-041-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-142" href="http://image-center.com/architecture/2011/biomedical/el-camino-hospital-radiology/attachment/el-camino-hospital-radiology-mountain-view-ca-3/"><img class="aligncenter size-medium wp-image-142" title="El Camino Hospital Radiology, Mountain View, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100316-07-550x366.jpg" alt="" width="550" height="366" /></a></p>', 'El Camino Hospital Radiology', '', 'inherit', 'closed', 'open', '', '224-revision-7', '', '', '2011-02-26 15:14:16', '2011-02-26 15:14:16', '', 224, 'http://image-center.com/architecture/2011/uncategorized/224-revision-7/', 0, 'revision', '', 0),
(221, 2, '2011-02-25 07:48:54', '2011-02-25 07:48:54', '<p><a rel="attachment wp-att-147" href="http://image-center.com/architecture/2011/biomedical/california-cardiovascular-center/attachment/california-cardiovascular-consultants-fremont-ca-5/"><img class="aligncenter size-medium wp-image-147" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-10-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-143" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-02-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><a rel="attachment wp-att-144" href="http://image-center.com/architecture/2011/biomedical/california-cardiovascular-center/attachment/california-cardiovascular-consultants-fremont-ca-2/"><img class="aligncenter size-medium wp-image-144" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-03-366x550.jpg" alt="" width="366" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-145" href="http://image-center.com/architecture/2011/biomedical/california-cardiovascular-center/attachment/california-cardiovascular-consultants-fremont-ca-3/"><img class="aligncenter size-medium wp-image-145" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-07-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-146" href="http://image-center.com/architecture/2011/biomedical/california-cardiovascular-center/attachment/california-cardiovascular-consultants-fremont-ca-4/"><img class="aligncenter size-medium wp-image-146" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-09-366x550.jpg" alt="" width="366" height="550" /></a></p>', 'California Cardiovascular Consultrants', '', 'inherit', 'open', 'open', '', '217-revision-4', '', '', '2011-02-25 07:48:54', '2011-02-25 07:48:54', '', 217, 'http://image-center.com/architecture/2011/uncategorized/217-revision-4/', 0, 'revision', '', 0),
(222, 2, '2011-02-25 07:48:54', '2011-02-25 07:48:54', '<p><a rel="attachment wp-att-147" href="http://image-center.com/architecture/2011/biomedical/california-cardiovascular-center/attachment/california-cardiovascular-consultants-fremont-ca-5/"><img class="aligncenter size-medium wp-image-147" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-10-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-143" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-02-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><a rel="attachment wp-att-144" href="http://image-center.com/architecture/2011/biomedical/california-cardiovascular-center/attachment/california-cardiovascular-consultants-fremont-ca-2/"><img class="aligncenter size-medium wp-image-144" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-03-366x550.jpg" alt="" width="366" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-145" href="http://image-center.com/architecture/2011/biomedical/california-cardiovascular-center/attachment/california-cardiovascular-consultants-fremont-ca-3/"><img class="aligncenter size-medium wp-image-145" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-07-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-146" href="http://image-center.com/architecture/2011/biomedical/california-cardiovascular-center/attachment/california-cardiovascular-consultants-fremont-ca-4/"><img class="aligncenter size-medium wp-image-146" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-09-366x550.jpg" alt="" width="366" height="550" /></a></p>', 'California Cardiovascular Consultrants', '', 'inherit', 'open', 'open', '', '217-revision-5', '', '', '2011-02-25 07:48:54', '2011-02-25 07:48:54', '', 217, 'http://image-center.com/architecture/2011/uncategorized/217-revision-5/', 0, 'revision', '', 0),
(223, 2, '2011-02-25 07:49:03', '2011-02-25 07:49:03', '<p><a rel="attachment wp-att-147" href="http://image-center.com/architecture/2011/biomedical/california-cardiovascular-center/attachment/california-cardiovascular-consultants-fremont-ca-5/"><img class="aligncenter size-medium wp-image-147" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-10-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-143" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-02-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><a rel="attachment wp-att-144" href="http://image-center.com/architecture/2011/biomedical/california-cardiovascular-center/attachment/california-cardiovascular-consultants-fremont-ca-2/"><img class="aligncenter size-medium wp-image-144" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-03-366x550.jpg" alt="" width="366" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-145" href="http://image-center.com/architecture/2011/biomedical/california-cardiovascular-center/attachment/california-cardiovascular-consultants-fremont-ca-3/"><img class="aligncenter size-medium wp-image-145" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-07-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-146" href="http://image-center.com/architecture/2011/biomedical/california-cardiovascular-center/attachment/california-cardiovascular-consultants-fremont-ca-4/"><img class="aligncenter size-medium wp-image-146" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-09-366x550.jpg" alt="" width="366" height="550" /></a></p>', 'California Cardiovascular Consultants', '', 'inherit', 'open', 'open', '', '217-revision-6', '', '', '2011-02-25 07:49:03', '2011-02-25 07:49:03', '', 217, 'http://image-center.com/architecture/2011/uncategorized/217-revision-6/', 0, 'revision', '', 0),
(224, 2, '2011-02-22 07:52:04', '2011-02-22 15:52:04', '<p style="text-align: center;"><strong><span style="font-size: medium;">El Camino Hospital Radiology</span><br />\r\n</strong>Mountain View, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-140" title="El Camino Hospital Radiology, Mountain View, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100316-01-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-141" title="El Camino Hospital Radiology, Mountain View, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100316-041-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-142" title="El Camino Hospital Radiology, Mountain View, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100316-07-550x366.jpg" alt="" width="550" height="366" /></p>', 'El Camino Hospital Radiology', 'El Camino Hospital Radiology, Mountain View, CA', 'publish', 'closed', 'open', '', 'el-camino-hospital-radiology', '', '', '2011-02-28 22:17:02', '2011-03-01 06:17:02', '', 0, 'http://image-center.com/architecture/?p=224', 0, 'post', '', 0),
(225, 2, '2011-02-25 07:50:04', '2011-02-25 07:50:04', '', 'Auto Draft', '', 'inherit', 'open', 'open', '', '224-revision', '', '', '2011-02-25 07:50:04', '2011-02-25 07:50:04', '', 224, 'http://image-center.com/architecture/2011/uncategorized/224-revision/', 0, 'revision', '', 0),
(226, 2, '2011-02-25 07:52:04', '2011-02-25 07:52:04', '<p><a rel="attachment wp-att-140" href="http://image-center.com/architecture/?attachment_id=140"><img class="aligncenter size-medium wp-image-140" title="El Camino Hospital Radiology, Mountain View, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100316-01-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-141" href="http://image-center.com/architecture/?attachment_id=141"><img class="aligncenter size-medium wp-image-141" title="El Camino Hospital Radiology, Mountain View, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100316-041-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-142" href="http://image-center.com/architecture/?attachment_id=142"><img class="aligncenter size-medium wp-image-142" title="El Camino Hospital Radiology, Mountain View, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100316-07-550x366.jpg" alt="" width="550" height="366" /></a></p>', 'El Camino Hospital Radiology', '', 'inherit', 'open', 'open', '', '224-revision-2', '', '', '2011-02-25 07:52:04', '2011-02-25 07:52:04', '', 224, 'http://image-center.com/architecture/2011/uncategorized/224-revision-2/', 0, 'revision', '', 0),
(227, 2, '2011-02-25 07:52:14', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2011-02-25 07:52:14', '0000-00-00 00:00:00', '', 0, 'http://image-center.com/architecture/?p=227', 0, 'post', '', 0),
(228, 2, '2011-02-23 07:57:05', '2011-02-23 15:57:05', '<p style="text-align: center;"><strong><span style="font-size: medium;">Veterinary Office<br />\r\n</span></strong>Campbell, CA</p>\r\n\r\n<p><a rel="attachment wp-att-138" href="http://image-center.com/architecture/2011/biomedical/veterinary-office/attachment/veterinarian-office-campbell-ca-4/"><img class="aligncenter size-medium wp-image-138" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-14-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-139" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-21-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><a rel="attachment wp-att-137" href="http://image-center.com/architecture/2011/biomedical/veterinary-office/attachment/veterinarian-office-campbell-ca-3/"><img class="aligncenter size-medium wp-image-137" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-09-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-136" href="http://image-center.com/architecture/2011/biomedical/veterinary-office/attachment/veterinarian-office-campbell-ca-2/"><img class="aligncenter size-medium wp-image-136" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-07-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-135" href="http://image-center.com/architecture/2011/biomedical/veterinary-office/attachment/veterinarian-office-campbell-ca/"><img class="aligncenter size-medium wp-image-135" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-02-365x550.jpg" alt="" width="365" height="550" /></a></p>', 'Veterinary Office', 'Veterinary Office, Campbell, CA', 'publish', 'closed', 'open', '', 'veterinary-office', '', '', '2011-02-28 22:14:19', '2011-03-01 06:14:19', '', 0, 'http://image-center.com/architecture/?p=228', 0, 'post', '', 0),
(229, 2, '2011-02-25 07:52:31', '2011-02-25 07:52:31', '', 'Auto Draft', '', 'inherit', 'open', 'open', '', '228-revision', '', '', '2011-02-25 07:52:31', '2011-02-25 07:52:31', '', 228, 'http://image-center.com/architecture/2011/uncategorized/228-revision/', 0, 'revision', '', 0),
(230, 2, '2011-02-25 07:57:05', '2011-02-25 07:57:05', '<p><a rel="attachment wp-att-139" href="http://image-center.com/architecture/?attachment_id=139"><img class="aligncenter size-medium wp-image-139" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-21-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-138" href="http://image-center.com/architecture/?attachment_id=138"><img class="aligncenter size-medium wp-image-138" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-14-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-137" href="http://image-center.com/architecture/?attachment_id=137"><img class="aligncenter size-medium wp-image-137" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-09-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-136" href="http://image-center.com/architecture/?attachment_id=136"><img class="aligncenter size-medium wp-image-136" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-07-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-135" href="http://image-center.com/architecture/?attachment_id=135"><img class="aligncenter size-medium wp-image-135" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-02-365x550.jpg" alt="" width="365" height="550" /></a></p>', 'Veterinary Office', '', 'inherit', 'open', 'open', '', '228-revision-2', '', '', '2011-02-25 07:57:05', '2011-02-25 07:57:05', '', 228, 'http://image-center.com/architecture/2011/uncategorized/228-revision-2/', 0, 'revision', '', 0),
(299, 2, '2011-02-25 15:33:39', '2011-02-25 15:33:39', '<p><a rel="attachment wp-att-138" href="http://image-center.com/architecture/2011/biomedical/veterinary-office/attachment/veterinarian-office-campbell-ca-4/"><img class="aligncenter size-medium wp-image-138" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-14-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-139" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-21-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><a rel="attachment wp-att-137" href="http://image-center.com/architecture/2011/biomedical/veterinary-office/attachment/veterinarian-office-campbell-ca-3/"><img class="aligncenter size-medium wp-image-137" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-09-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-136" href="http://image-center.com/architecture/2011/biomedical/veterinary-office/attachment/veterinarian-office-campbell-ca-2/"><img class="aligncenter size-medium wp-image-136" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-07-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-135" href="http://image-center.com/architecture/2011/biomedical/veterinary-office/attachment/veterinarian-office-campbell-ca/"><img class="aligncenter size-medium wp-image-135" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-02-365x550.jpg" alt="" width="365" height="550" /></a></p>', 'Veterinary Office', '', 'inherit', 'open', 'open', '', '228-revision-6', '', '', '2011-02-25 15:33:39', '2011-02-25 15:33:39', '', 228, 'http://image-center.com/architecture/2011/uncategorized/228-revision-6/', 0, 'revision', '', 0),
(231, 2, '2011-02-21 08:01:01', '2011-02-21 16:01:01', '<p style="text-align: center;"><strong><span style="font-size: medium;">Valley Care Emergency</span><br />\r\n</strong>Pleasanton, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-234" title="Valley Care Emegency, Pleasanton, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081103-021-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-232" title="Valley Care Emegency, Pleasanton, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081020-011-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-233" title="Valley Care Emegency, Pleasanton, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081020-021-550x365.jpg" alt="" width="550" height="365" /></p>', 'Valley Care Emergency', 'Valley Care Emergency, Pleasanton, CA', 'publish', 'closed', 'open', '', 'valley-care-emergency', '', '', '2011-02-28 22:22:01', '2011-03-01 06:22:01', '', 0, 'http://image-center.com/architecture/?p=231', 0, 'post', '', 0),
(232, 2, '2011-02-25 07:58:42', '2011-02-25 07:58:42', 'XL Construction, Milpitas, CA', 'Valley Care Emegency, Pleasanton, CA', '', 'inherit', 'open', 'open', '', 'valley-care-emegency-pleasanton-ca-4', '', '', '2011-02-25 07:58:42', '2011-02-25 07:58:42', '', 231, 'http://image-center.com/architecture/wp-content/uploads/2011/02/081020-011.jpg', 0, 'attachment', 'image/jpeg', 0),
(233, 2, '2011-02-25 07:58:49', '2011-02-25 07:58:49', 'XL Construction, Milpitas, CA', 'Valley Care Emegency, Pleasanton, CA', '', 'inherit', 'open', 'open', '', 'valley-care-emegency-pleasanton-ca-5', '', '', '2011-02-25 07:58:49', '2011-02-25 07:58:49', '', 231, 'http://image-center.com/architecture/wp-content/uploads/2011/02/081020-021.jpg', 0, 'attachment', 'image/jpeg', 0),
(234, 2, '2011-02-25 07:58:55', '2011-02-25 07:58:55', 'XL Construction, Milpitas, CA', 'Valley Care Emegency, Pleasanton, CA', '', 'inherit', 'open', 'open', '', 'valley-care-emegency-pleasanton-ca-6', '', '', '2011-02-25 07:58:55', '2011-02-25 07:58:55', '', 231, 'http://image-center.com/architecture/wp-content/uploads/2011/02/081103-021.jpg', 0, 'attachment', 'image/jpeg', 0),
(235, 2, '2011-02-25 08:00:21', '2011-02-25 08:00:21', '<p><img class="aligncenter size-medium wp-image-234" title="Valley Care Emegency, Pleasanton, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081103-021-550x365.jpg" alt="" width="550" height="365" /></p>\n\n<p><a rel="attachment wp-att-232" href="http://image-center.com/architecture/?attachment_id=232"><img class="aligncenter size-medium wp-image-232" title="Valley Care Emegency, Pleasanton, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081020-011-550x365.jpg" alt="" width="550" height="365" /></a></p>\n\n<p><a rel="attachment wp-att-233" href="http://image-center.com/architecture/?attachment_id=233"><img class="aligncenter size-medium wp-image-233" title="Valley Care Emegency, Pleasanton, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081020-021-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'C', '', 'inherit', 'open', 'open', '', '231-revision', '', '', '2011-02-25 08:00:21', '2011-02-25 08:00:21', '', 231, 'http://image-center.com/architecture/2011/uncategorized/231-revision/', 0, 'revision', '', 0),
(236, 2, '2011-02-25 08:01:01', '2011-02-25 08:01:01', '<p><img class="aligncenter size-medium wp-image-234" title="Valley Care Emegency, Pleasanton, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081103-021-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><a rel="attachment wp-att-232" href="http://image-center.com/architecture/?attachment_id=232"><img class="aligncenter size-medium wp-image-232" title="Valley Care Emegency, Pleasanton, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081020-011-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-233" href="http://image-center.com/architecture/?attachment_id=233"><img class="aligncenter size-medium wp-image-233" title="Valley Care Emegency, Pleasanton, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081020-021-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Valley Care Emergency', '', 'inherit', 'open', 'open', '', '231-revision-2', '', '', '2011-02-25 08:01:01', '2011-02-25 08:01:01', '', 231, 'http://image-center.com/architecture/2011/uncategorized/231-revision-2/', 0, 'revision', '', 0),
(447, 2, '2011-02-26 15:14:50', '2011-02-26 15:14:50', '<p><a rel="attachment wp-att-147" href="http://image-center.com/architecture/2011/biomedical/california-cardiovascular-center/attachment/california-cardiovascular-consultants-fremont-ca-5/"><img class="aligncenter size-medium wp-image-147" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-10-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-143" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-02-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><a rel="attachment wp-att-144" href="http://image-center.com/architecture/2011/biomedical/california-cardiovascular-center/attachment/california-cardiovascular-consultants-fremont-ca-2/"><img class="aligncenter size-medium wp-image-144" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-03-366x550.jpg" alt="" width="366" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-145" href="http://image-center.com/architecture/2011/biomedical/california-cardiovascular-center/attachment/california-cardiovascular-consultants-fremont-ca-3/"><img class="aligncenter size-medium wp-image-145" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-07-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-146" href="http://image-center.com/architecture/2011/biomedical/california-cardiovascular-center/attachment/california-cardiovascular-consultants-fremont-ca-4/"><img class="aligncenter size-medium wp-image-146" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-09-366x550.jpg" alt="" width="366" height="550" /></a></p>', 'California Cardiovascular Consultants', '', 'inherit', 'closed', 'open', '', '217-revision-9', '', '', '2011-02-26 15:14:50', '2011-02-26 15:14:50', '', 217, 'http://image-center.com/architecture/2011/uncategorized/217-revision-9/', 0, 'revision', '', 0),
(237, 2, '2011-02-20 08:03:33', '2011-02-20 16:03:33', '<p style="text-align: center;"><strong><span style="font-size: medium;">Dental Office<br />\r\n</span></strong>Fremont, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-238" title="Dentist Office, Milpitas CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/050425-F1-550x437.jpg" alt="" width="550" height="437" /></p>\r\n\r\n<p><a rel="attachment wp-att-238" href="http://image-center.com/architecture/2011/biomedical/dental-office/attachment/dentist-office-milpitas-ca-3/"></a><img class="aligncenter size-medium wp-image-239" title="Dentist Office, Milpitas CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/050425-H1-446x550.jpg" alt="" width="446" height="550" /></p>', 'Dental Office', 'Dental Office, Fremont, CA', 'publish', 'closed', 'open', '', 'dental-office', '', '', '2011-02-28 22:24:59', '2011-03-01 06:24:59', '', 0, 'http://image-center.com/architecture/?p=237', 0, 'post', '', 0),
(238, 2, '2011-02-25 08:01:38', '2011-02-25 08:01:38', 'Hillhouse Construction, San Jose, CA', 'Dentist Office, Fremont, CA', '', 'inherit', 'open', 'open', '', 'dentist-office-milpitas-ca-3', '', '', '2011-02-25 08:01:38', '2011-02-25 08:01:38', '', 237, 'http://image-center.com/architecture/wp-content/uploads/2011/02/050425-F1.jpg', 0, 'attachment', 'image/jpeg', 0),
(239, 2, '2011-02-25 08:01:44', '2011-02-25 08:01:44', 'Hillhouse Construction, San Jose, CA', 'Dentist Office, Fremont, CA', '', 'inherit', 'open', 'open', '', 'dentist-office-milpitas-ca-4', '', '', '2011-02-25 08:01:44', '2011-02-25 08:01:44', '', 237, 'http://image-center.com/architecture/wp-content/uploads/2011/02/050425-H1.jpg', 0, 'attachment', 'image/jpeg', 0),
(240, 2, '2011-02-25 08:03:18', '2011-02-25 08:03:18', '<p><a rel="attachment wp-att-238" href="http://image-center.com/architecture/?attachment_id=238"><img class="aligncenter size-medium wp-image-238" title="Dentist Office, Milpitas CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/050425-F1-550x437.jpg" alt="" width="550" height="437" /></a></p>\n\n<p><a rel="attachment wp-att-238" href="http://image-center.com/architecture/?attachment_id=238"></a><a rel="attachment wp-att-239" href="http://image-center.com/architecture/?attachment_id=239"><img class="aligncenter size-medium wp-image-239" title="Dentist Office, Milpitas CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/050425-H1-446x550.jpg" alt="" width="446" height="550" /></a></p>', '', '', 'inherit', 'open', 'open', '', '237-revision', '', '', '2011-02-25 08:03:18', '2011-02-25 08:03:18', '', 237, 'http://image-center.com/architecture/2011/uncategorized/237-revision/', 0, 'revision', '', 0),
(241, 2, '2011-02-25 08:03:33', '2011-02-25 08:03:33', '<p><a rel="attachment wp-att-238" href="http://image-center.com/architecture/?attachment_id=238"><img class="aligncenter size-medium wp-image-238" title="Dentist Office, Milpitas CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/050425-F1-550x437.jpg" alt="" width="550" height="437" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-238" href="http://image-center.com/architecture/?attachment_id=238"></a><a rel="attachment wp-att-239" href="http://image-center.com/architecture/?attachment_id=239"><img class="aligncenter size-medium wp-image-239" title="Dentist Office, Milpitas CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/050425-H1-446x550.jpg" alt="" width="446" height="550" /></a></p>', 'Dental Office', '', 'inherit', 'open', 'open', '', '237-revision-2', '', '', '2011-02-25 08:03:33', '2011-02-25 08:03:33', '', 237, 'http://image-center.com/architecture/2011/uncategorized/237-revision-2/', 0, 'revision', '', 0),
(445, 2, '2011-02-27 21:30:59', '2011-02-28 05:30:59', '<p style="text-align: center;"><strong>Dental Office</strong></p>\r\n\r\n<p style="text-align: center;">Fremont, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-238" title="Dentist Office, Milpitas CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/050425-F1-550x437.jpg" alt="" width="550" height="437" /></p>\r\n\r\n<p><a rel="attachment wp-att-238" href="http://image-center.com/architecture/2011/biomedical/dental-office/attachment/dentist-office-milpitas-ca-3/"></a><img class="aligncenter size-medium wp-image-239" title="Dentist Office, Milpitas CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/050425-H1-446x550.jpg" alt="" width="446" height="550" /></p>', 'Dental Office', 'Dental Office, Fremont, CA', 'inherit', 'closed', 'open', '', '237-revision-8', '', '', '2011-02-27 21:30:59', '2011-02-28 05:30:59', '', 237, 'http://image-center.com/architecture/2011/uncategorized/237-revision-8/', 0, 'revision', '', 0),
(242, 2, '2011-02-25 08:03:33', '2011-02-25 08:03:33', '<p><a rel="attachment wp-att-238" href="http://image-center.com/architecture/2011/uncategorized/dental-office/attachment/dentist-office-milpitas-ca-3/"><img class="aligncenter size-medium wp-image-238" title="Dentist Office, Milpitas CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/050425-F1-550x437.jpg" alt="" width="550" height="437" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-238" href="http://image-center.com/architecture/2011/uncategorized/dental-office/attachment/dentist-office-milpitas-ca-3/"></a><a rel="attachment wp-att-239" href="http://image-center.com/architecture/2011/uncategorized/dental-office/attachment/dentist-office-milpitas-ca-4/"><img class="aligncenter size-medium wp-image-239" title="Dentist Office, Milpitas CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/050425-H1-446x550.jpg" alt="" width="446" height="550" /></a></p>', 'Dental Office', '', 'inherit', 'open', 'open', '', '237-revision-3', '', '', '2011-02-25 08:03:33', '2011-02-25 08:03:33', '', 237, 'http://image-center.com/architecture/2011/uncategorized/237-revision-3/', 0, 'revision', '', 0),
(243, 2, '2011-02-25 08:03:45', '2011-02-25 08:03:45', '<p><a rel="attachment wp-att-238" href="http://image-center.com/architecture/2011/uncategorized/dental-office/attachment/dentist-office-milpitas-ca-3/"><img class="aligncenter size-medium wp-image-238" title="Dentist Office, Milpitas CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/050425-F1-550x437.jpg" alt="" width="550" height="437" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-238" href="http://image-center.com/architecture/2011/uncategorized/dental-office/attachment/dentist-office-milpitas-ca-3/"></a><a rel="attachment wp-att-239" href="http://image-center.com/architecture/2011/uncategorized/dental-office/attachment/dentist-office-milpitas-ca-4/"><img class="aligncenter size-medium wp-image-239" title="Dentist Office, Milpitas CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/050425-H1-446x550.jpg" alt="" width="446" height="550" /></a></p>', 'Dental Office', '', 'inherit', 'open', 'open', '', '237-revision-4', '', '', '2011-02-25 08:03:45', '2011-02-25 08:03:45', '', 237, 'http://image-center.com/architecture/2011/uncategorized/237-revision-4/', 0, 'revision', '', 0),
(245, 2, '2011-02-25 08:09:24', '2011-02-25 08:09:24', '<p><a rel="attachment wp-att-139" href="http://image-center.com/architecture/2011/uncategorized/veterinary-office/attachment/veterinarian-office-campbell-ca-5/"><img class="aligncenter size-medium wp-image-139" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-21-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-138" href="http://image-center.com/architecture/2011/uncategorized/veterinary-office/attachment/veterinarian-office-campbell-ca-4/"><img class="aligncenter size-medium wp-image-138" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-14-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-137" href="http://image-center.com/architecture/2011/uncategorized/veterinary-office/attachment/veterinarian-office-campbell-ca-3/"><img class="aligncenter size-medium wp-image-137" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-09-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-136" href="http://image-center.com/architecture/2011/uncategorized/veterinary-office/attachment/veterinarian-office-campbell-ca-2/"><img class="aligncenter size-medium wp-image-136" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-07-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-135" href="http://image-center.com/architecture/2011/uncategorized/veterinary-office/attachment/veterinarian-office-campbell-ca/"><img class="aligncenter size-medium wp-image-135" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-02-365x550.jpg" alt="" width="365" height="550" /></a></p>', 'Veterinary Office', '', 'inherit', 'open', 'open', '', '228-revision-4', '', '', '2011-02-25 08:09:24', '2011-02-25 08:09:24', '', 228, 'http://image-center.com/architecture/2011/uncategorized/228-revision-4/', 0, 'revision', '', 0),
(246, 2, '2011-02-25 07:52:04', '2011-02-25 07:52:04', '<p><a rel="attachment wp-att-140" href="http://image-center.com/architecture/2011/uncategorized/el-camino-hospital-radiology/attachment/el-camino-hospital-radiology-mountain-view-ca/"><img class="aligncenter size-medium wp-image-140" title="El Camino Hospital Radiology, Mountain View, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100316-01-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-141" href="http://image-center.com/architecture/2011/uncategorized/el-camino-hospital-radiology/attachment/el-camino-hospital-radiology-mountain-view-ca-2/"><img class="aligncenter size-medium wp-image-141" title="El Camino Hospital Radiology, Mountain View, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100316-041-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-142" href="http://image-center.com/architecture/2011/uncategorized/el-camino-hospital-radiology/attachment/el-camino-hospital-radiology-mountain-view-ca-3/"><img class="aligncenter size-medium wp-image-142" title="El Camino Hospital Radiology, Mountain View, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100316-07-550x366.jpg" alt="" width="550" height="366" /></a></p>', 'El Camino Hospital Radiology', '', 'inherit', 'open', 'open', '', '224-revision-3', '', '', '2011-02-25 07:52:04', '2011-02-25 07:52:04', '', 224, 'http://image-center.com/architecture/2011/uncategorized/224-revision-3/', 0, 'revision', '', 0),
(247, 2, '2011-02-25 08:09:50', '2011-02-25 08:09:50', '<p><a rel="attachment wp-att-140" href="http://image-center.com/architecture/2011/uncategorized/el-camino-hospital-radiology/attachment/el-camino-hospital-radiology-mountain-view-ca/"><img class="aligncenter size-medium wp-image-140" title="El Camino Hospital Radiology, Mountain View, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100316-01-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-141" href="http://image-center.com/architecture/2011/uncategorized/el-camino-hospital-radiology/attachment/el-camino-hospital-radiology-mountain-view-ca-2/"><img class="aligncenter size-medium wp-image-141" title="El Camino Hospital Radiology, Mountain View, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100316-041-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-142" href="http://image-center.com/architecture/2011/uncategorized/el-camino-hospital-radiology/attachment/el-camino-hospital-radiology-mountain-view-ca-3/"><img class="aligncenter size-medium wp-image-142" title="El Camino Hospital Radiology, Mountain View, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100316-07-550x366.jpg" alt="" width="550" height="366" /></a></p>', 'El Camino Hospital Radiology', '', 'inherit', 'open', 'open', '', '224-revision-4', '', '', '2011-02-25 08:09:50', '2011-02-25 08:09:50', '', 224, 'http://image-center.com/architecture/2011/uncategorized/224-revision-4/', 0, 'revision', '', 0),
(248, 2, '2011-02-24 14:58:11', '2011-02-24 22:58:11', '<p style="text-align: center;"><strong><span style="font-size: medium;">R &amp; S Construction, Foster City, CA</span><br />\r\n </strong>Corporate headquarters</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-249" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-A-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-250" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-F-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-251" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-H-365x550.jpg" alt="" width="365" height="550" /><a rel="attachment wp-att-252" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices-4/"></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-252" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-I-550x365.jpg" alt="" width="550" height="365" /></p>', 'R & S Construction', 'R & S Construction, Foster City, CA Corporate headquarters', 'publish', 'closed', 'open', '', 'rs-construction', '', '', '2011-02-28 22:03:46', '2011-03-01 06:03:46', '', 0, 'http://image-center.com/architecture/?p=248', 0, 'post', '', 0),
(249, 2, '2011-02-25 14:53:57', '2011-02-25 14:53:57', 'R&S Construction, Redwood City, CA - Offices\r\nClients: CAS Architects, Mountain View, CA & R&S Construction Redwood City, CA', 'R&S Construction, Redwood City, CA', '', 'inherit', 'open', 'open', '', 'rs-construction-redwood-city-ca-offices', '', '', '2011-02-25 14:53:57', '2011-02-25 14:53:57', '', 248, 'http://image-center.com/architecture/wp-content/uploads/2011/02/051102-A.jpg', 0, 'attachment', 'image/jpeg', 0),
(250, 2, '2011-02-25 14:54:08', '2011-02-25 14:54:08', 'R&S Construction, Redwood City, CA - Offices\r\nClients: CAS Architects, Mountain View, CA & R&S Construction Redwood City, CA', 'R&S Construction, Redwood City, CA', '', 'inherit', 'open', 'open', '', 'rs-construction-redwood-city-ca-offices-2', '', '', '2011-02-25 14:54:08', '2011-02-25 14:54:08', '', 248, 'http://image-center.com/architecture/wp-content/uploads/2011/02/051102-F.jpg', 0, 'attachment', 'image/jpeg', 0),
(251, 2, '2011-02-25 14:54:16', '2011-02-25 14:54:16', 'R&S Construction, Redwood City, CA - Offices\r\nClients: CAS Architects, Mountain View, CA & R&S Construction Redwood City, CA', 'R&S Construction, Redwood City, CA', '', 'inherit', 'open', 'open', '', 'rs-construction-redwood-city-ca-offices-3', '', '', '2011-02-25 14:54:16', '2011-02-25 14:54:16', '', 248, 'http://image-center.com/architecture/wp-content/uploads/2011/02/051102-H.jpg', 0, 'attachment', 'image/jpeg', 0),
(252, 2, '2011-02-25 14:54:22', '2011-02-25 14:54:22', 'R&S Construction, Redwood City, CA - Offices\r\nClients: CAS Architects, Mountain View, CA & R&S Construction Redwood City, CA', 'R&S Construction, Redwood City, CA', '', 'inherit', 'open', 'open', '', 'rs-construction-redwood-city-ca-offices-4', '', '', '2011-02-25 14:54:22', '2011-02-25 14:54:22', '', 248, 'http://image-center.com/architecture/wp-content/uploads/2011/02/051102-I.jpg', 0, 'attachment', 'image/jpeg', 0),
(437, 2, '2011-02-27 20:41:22', '2011-02-28 04:41:22', '<p style="text-align: center;"><strong>Private Residence, Menlo Park, CA</strong></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-150" title="Menlo Park Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070512-N-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-149" title="Menlo Park Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070512-F-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-148" title="Menlo Park Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070512-A-550x365.jpg" alt="" width="550" height="365" /></p>', 'Menlo Park Residence', '', 'inherit', 'closed', 'open', '', '214-revision-6', '', '', '2011-02-27 20:41:22', '2011-02-28 04:41:22', '', 214, 'http://image-center.com/architecture/2011/uncategorized/214-revision-6/', 0, 'revision', '', 0);
INSERT INTO `wp_2posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(253, 2, '2011-02-25 14:53:20', '2011-02-25 14:53:20', '', 'Auto Draft', '', 'inherit', 'open', 'open', '', '248-revision', '', '', '2011-02-25 14:53:20', '2011-02-25 14:53:20', '', 248, 'http://image-center.com/architecture/2011/uncategorized/248-revision/', 0, 'revision', '', 0),
(254, 2, '2011-02-25 14:58:11', '2011-02-25 14:58:11', '<p><a rel="attachment wp-att-249" href="http://image-center.com/architecture/?attachment_id=249"><img class="aligncenter size-medium wp-image-249" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-A-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-250" href="http://image-center.com/architecture/?attachment_id=250"><img class="aligncenter size-medium wp-image-250" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-F-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-251" href="http://image-center.com/architecture/?attachment_id=251"><img class="aligncenter size-medium wp-image-251" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-H-365x550.jpg" alt="" width="365" height="550" /></a><a rel="attachment wp-att-252" href="http://image-center.com/architecture/?attachment_id=252"></a></p>\r\n\r\n<p><a rel="attachment wp-att-252" href="http://image-center.com/architecture/?attachment_id=252"><img class="aligncenter size-medium wp-image-252" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-I-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'R&S Construction', '', 'inherit', 'open', 'open', '', '248-revision-2', '', '', '2011-02-25 14:58:11', '2011-02-25 14:58:11', '', 248, 'http://image-center.com/architecture/2011/uncategorized/248-revision-2/', 0, 'revision', '', 0),
(255, 2, '2011-02-25 15:04:05', '2011-02-25 15:04:05', '<p style="text-align: center;"><strong><span style="font-size: medium;">Private Foundation, Palo Alto, CA</span><br />\r\n </strong>Foundation headquarter</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-257" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-2-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-256" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-1-365x550.jpg" alt="" width="365" height="550" /><a rel="attachment wp-att-258" href="http://image-center.com/architecture/2011/commercial/private-foundation/attachment/private-foundation-palo-alto-ca-3/"></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-258" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-5-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-259" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-6-550x365.jpg" alt="" width="550" height="365" /></p>', 'Private Foundation', 'Private Foundation, Palo Alto, CA Foundation headquarter', 'publish', 'closed', 'open', '', 'private-foundation', '', '', '2011-02-28 21:56:02', '2011-03-01 05:56:02', '', 0, 'http://image-center.com/architecture/?p=255', 0, 'post', '', 0),
(256, 2, '2011-02-25 14:59:06', '2011-02-25 14:59:06', 'Hayes Architects, Redwood City, CA', 'Private Foundation, Palo Alto, CA', '', 'inherit', 'open', 'open', '', 'private-foundation-palo-alto-ca', '', '', '2011-02-25 14:59:06', '2011-02-25 14:59:06', '', 255, 'http://image-center.com/architecture/wp-content/uploads/2011/02/080430-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(257, 2, '2011-02-25 14:59:12', '2011-02-25 14:59:12', 'Hayes Architects, Redwood City, CA', 'Private Foundation, Palo Alto, CA', '', 'inherit', 'open', 'open', '', 'private-foundation-palo-alto-ca-2', '', '', '2011-02-25 14:59:12', '2011-02-25 14:59:12', '', 255, 'http://image-center.com/architecture/wp-content/uploads/2011/02/080430-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(258, 2, '2011-02-25 14:59:17', '2011-02-25 14:59:17', 'Hayes Architects, Redwood City, CA', 'Private Foundation, Palo Alto, CA', '', 'inherit', 'open', 'open', '', 'private-foundation-palo-alto-ca-3', '', '', '2011-02-25 14:59:17', '2011-02-25 14:59:17', '', 255, 'http://image-center.com/architecture/wp-content/uploads/2011/02/080430-5.jpg', 0, 'attachment', 'image/jpeg', 0),
(259, 2, '2011-02-25 14:59:26', '2011-02-25 14:59:26', 'Hayes Architects, Redwood City, CA', 'Private Foundation, Palo Alto, CA', '', 'inherit', 'open', 'open', '', 'private-foundation-palo-alto-ca-4', '', '', '2011-02-25 14:59:26', '2011-02-25 14:59:26', '', 255, 'http://image-center.com/architecture/wp-content/uploads/2011/02/080430-6.jpg', 0, 'attachment', 'image/jpeg', 0),
(260, 2, '2011-02-25 15:03:41', '2011-02-25 15:03:41', '<p><img class="aligncenter size-medium wp-image-257" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-2-550x365.jpg" alt="" width="550" height="365" /></p>\n\n<p><img class="aligncenter size-medium wp-image-256" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-1-365x550.jpg" alt="" width="365" height="550" /><a rel="attachment wp-att-258" href="http://image-center.com/architecture/?attachment_id=258"></a></p>\n\n<p><a rel="attachment wp-att-258" href="http://image-center.com/architecture/?attachment_id=258"><img class="aligncenter size-medium wp-image-258" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-5-365x550.jpg" alt="" width="365" height="550" /></a></p>\n\n<p><img class="aligncenter size-medium wp-image-259" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-6-550x365.jpg" alt="" width="550" height="365" /></p>', 'Private Foundation', '', 'inherit', 'open', 'open', '', '255-revision', '', '', '2011-02-25 15:03:41', '2011-02-25 15:03:41', '', 255, 'http://image-center.com/architecture/2011/uncategorized/255-revision/', 0, 'revision', '', 0),
(261, 2, '2011-02-25 15:04:05', '2011-02-25 15:04:05', '<p><img class="aligncenter size-medium wp-image-257" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-2-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-256" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-1-365x550.jpg" alt="" width="365" height="550" /><a rel="attachment wp-att-258" href="http://image-center.com/architecture/?attachment_id=258"></a></p>\r\n\r\n<p><a rel="attachment wp-att-258" href="http://image-center.com/architecture/?attachment_id=258"><img class="aligncenter size-medium wp-image-258" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-5-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-259" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-6-550x365.jpg" alt="" width="550" height="365" /></p>', 'Private Foundation', '', 'inherit', 'open', 'open', '', '255-revision-2', '', '', '2011-02-25 15:04:05', '2011-02-25 15:04:05', '', 255, 'http://image-center.com/architecture/2011/uncategorized/255-revision-2/', 0, 'revision', '', 0),
(262, 2, '2011-02-23 15:08:00', '2011-02-23 23:08:00', '<p style="text-align: center;"><strong><span style="font-size: medium;">Netflix, Los Gatos, CA</span><br />\r\n </strong>Corporate Headquarters</p>\r\n\r\n<p style="text-align: center;"><img class="size-medium wp-image-263  aligncenter" title="Netflix, Los Gatos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-021-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-264" title="Netflix, Los Gatos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-04-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-265" title="Netflix, Los Gatos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-09-550x365.jpg" alt="" width="550" height="365" /></p>', 'Netflix', 'Netflix, Los Gatos, CA Corporate Headquarters', 'publish', 'closed', 'open', '', 'netflix', '', '', '2011-02-28 22:04:20', '2011-03-01 06:04:20', '', 0, 'http://image-center.com/architecture/?p=262', 0, 'post', '', 0),
(263, 2, '2011-02-25 15:04:52', '2011-02-25 15:04:52', 'Silicon Valley Glass, Morgan Hill, CA', 'Netflix, Los Gatos, CA', '', 'inherit', 'open', 'open', '', 'silicon-valley-glass-morgan-hill-ca-2', '', '', '2011-02-25 15:04:52', '2011-02-25 15:04:52', '', 262, 'http://image-center.com/architecture/wp-content/uploads/2011/02/090110-021.jpg', 0, 'attachment', 'image/jpeg', 0),
(264, 2, '2011-02-25 15:04:59', '2011-02-25 15:04:59', 'Silicon Valley Glass, Morgan Hill, CA', 'Netflix, Los Gatos, CA', '', 'inherit', 'open', 'open', '', 'silicon-valley-glass-morgan-hill-ca-3', '', '', '2011-02-25 15:04:59', '2011-02-25 15:04:59', '', 262, 'http://image-center.com/architecture/wp-content/uploads/2011/02/090110-04.jpg', 0, 'attachment', 'image/jpeg', 0),
(265, 2, '2011-02-25 15:05:05', '2011-02-25 15:05:05', 'Silicon Valley Glass, Morgan Hill, CA', 'Netflix, Los Gatos, CA', '', 'inherit', 'open', 'open', '', 'silicon-valley-glass-morgan-hill-ca-4', '', '', '2011-02-25 15:05:05', '2011-02-25 15:05:05', '', 262, 'http://image-center.com/architecture/wp-content/uploads/2011/02/090110-09.jpg', 0, 'attachment', 'image/jpeg', 0),
(266, 2, '2011-02-25 15:04:20', '2011-02-25 15:04:20', '', 'Auto Draft', '', 'inherit', 'open', 'open', '', '262-revision', '', '', '2011-02-25 15:04:20', '2011-02-25 15:04:20', '', 262, 'http://image-center.com/architecture/2011/uncategorized/262-revision/', 0, 'revision', '', 0),
(267, 2, '2011-02-25 15:08:00', '2011-02-25 15:08:00', '<p><a rel="attachment wp-att-263" href="http://image-center.com/architecture/?attachment_id=263"><img class="aligncenter size-medium wp-image-263" title="Netflix, Los Gatos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-021-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-264" href="http://image-center.com/architecture/?attachment_id=264"><img class="aligncenter size-medium wp-image-264" title="Netflix, Los Gatos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-04-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-265" href="http://image-center.com/architecture/?attachment_id=265"><img class="aligncenter size-medium wp-image-265" title="Netflix, Los Gatos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-09-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Netflix', '', 'inherit', 'open', 'open', '', '262-revision-2', '', '', '2011-02-25 15:08:00', '2011-02-25 15:08:00', '', 262, 'http://image-center.com/architecture/2011/uncategorized/262-revision-2/', 0, 'revision', '', 0),
(268, 2, '2011-02-22 15:11:52', '2011-02-22 23:11:52', '<p style="text-align: center;"><strong><span style="font-size: medium;">Solyndra, Fremont, CA</span><br />\r\n </strong>Corporate Headquarters</p>\r\n\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-269" title="Solyndra, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090307-04-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-271" title="Solyndra, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090307-12-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-270" title="Solyndra, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090307-09-550x365.jpg" alt="" width="550" height="365" /></p>', 'Solyndra', 'Solyndra, Fremont, CA Corporate Headquarters', 'publish', 'closed', 'open', '', 'solyndra', '', '', '2011-02-28 22:16:35', '2011-03-01 06:16:35', '', 0, 'http://image-center.com/architecture/?p=268', 0, 'post', '', 0),
(269, 2, '2011-02-25 15:09:13', '2011-02-25 15:09:13', 'CAS Architects, Mountain View, CA', 'Solyndra, Milpitas, CA', '', 'inherit', 'open', 'open', '', 'solyndra', '', '', '2011-02-25 15:09:13', '2011-02-25 15:09:13', '', 268, 'http://image-center.com/architecture/wp-content/uploads/2011/02/090307-04.jpg', 0, 'attachment', 'image/jpeg', 0),
(270, 2, '2011-02-25 15:09:29', '2011-02-25 15:09:29', 'CAS Architects, Mountain View, CA', 'Solyndra, Milpitas, CA', '', 'inherit', 'open', 'open', '', 'solyndra-2', '', '', '2011-02-25 15:09:29', '2011-02-25 15:09:29', '', 268, 'http://image-center.com/architecture/wp-content/uploads/2011/02/090307-09.jpg', 0, 'attachment', 'image/jpeg', 0),
(271, 2, '2011-02-25 15:09:35', '2011-02-25 15:09:35', 'CAS Architects, Mountain View, CA', 'Solyndra, Milpitas, CA', '', 'inherit', 'open', 'open', '', 'solyndra-3', '', '', '2011-02-25 15:09:35', '2011-02-25 15:09:35', '', 268, 'http://image-center.com/architecture/wp-content/uploads/2011/02/090307-12.jpg', 0, 'attachment', 'image/jpeg', 0),
(272, 2, '2011-02-25 15:08:26', '2011-02-25 15:08:26', '', 'Auto Draft', '', 'inherit', 'open', 'open', '', '268-revision', '', '', '2011-02-25 15:08:26', '2011-02-25 15:08:26', '', 268, 'http://image-center.com/architecture/2011/uncategorized/268-revision/', 0, 'revision', '', 0),
(273, 2, '2011-02-25 15:11:52', '2011-02-25 15:11:52', '<p><a rel="attachment wp-att-269" href="http://image-center.com/architecture/?attachment_id=269"><img class="aligncenter size-medium wp-image-269" title="Solyndra, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090307-04-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-271" href="http://image-center.com/architecture/?attachment_id=271"><img class="aligncenter size-medium wp-image-271" title="Solyndra, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090307-12-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-270" href="http://image-center.com/architecture/?attachment_id=270"><img class="aligncenter size-medium wp-image-270" title="Solyndra, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090307-09-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Solyndra', '', 'inherit', 'open', 'open', '', '268-revision-2', '', '', '2011-02-25 15:11:52', '2011-02-25 15:11:52', '', 268, 'http://image-center.com/architecture/2011/uncategorized/268-revision-2/', 0, 'revision', '', 0),
(274, 2, '2011-02-21 15:18:01', '2011-02-21 23:18:01', '<p style="text-align: center;"><strong><span style="font-size: medium;">Moore Foundation, Palo Alto, CA</span><br />\r\n </strong>Foundation Headquarters</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-275" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090313-01-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-278" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090516-11-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-276" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090313-05-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-277" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090313-06-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-301" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100108-08-366x550.jpg" alt="" width="366" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-302" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100108-10-550x366.jpg" alt="" width="550" height="366" /></p>', 'Moore Foundation', 'Moore Foundation, Palo Alto, CA Foundation Headquarters', 'publish', 'closed', 'open', '', 'moore-foundation', '', '', '2011-02-28 21:55:14', '2011-03-01 05:55:14', '', 0, 'http://image-center.com/architecture/?p=274', 0, 'post', '', 0),
(275, 2, '2011-02-25 15:13:31', '2011-02-25 15:13:31', 'Hawley Peterson & Snyder, Mountain View, CA', 'Moore Foundation, Palo Alto, CA', '', 'inherit', 'open', 'open', '', 'hawley-peterson-snyder-mountain-view-ca-2', '', '', '2011-02-25 15:13:31', '2011-02-25 15:13:31', '', 274, 'http://image-center.com/architecture/wp-content/uploads/2011/02/090313-01.jpg', 0, 'attachment', 'image/jpeg', 0),
(276, 2, '2011-02-25 15:13:41', '2011-02-25 15:13:41', 'Hawley Peterson & Snyder, Mountain View, CA', 'Moore Foundation, Palo Alto, CA', '', 'inherit', 'open', 'open', '', 'hawley-peterson-snyder-mountain-view-ca-3', '', '', '2011-02-25 15:13:41', '2011-02-25 15:13:41', '', 274, 'http://image-center.com/architecture/wp-content/uploads/2011/02/090313-05.jpg', 0, 'attachment', 'image/jpeg', 0),
(277, 2, '2011-02-25 15:13:48', '2011-02-25 15:13:48', 'Hawley Peterson & Snyder, Mountain View, CA', 'Moore Foundation, Palo Alto, CA', '', 'inherit', 'open', 'open', '', 'hawley-peterson-snyder-mountain-view-ca-4', '', '', '2011-02-25 15:13:48', '2011-02-25 15:13:48', '', 274, 'http://image-center.com/architecture/wp-content/uploads/2011/02/090313-06.jpg', 0, 'attachment', 'image/jpeg', 0),
(278, 2, '2011-02-25 15:13:57', '2011-02-25 15:13:57', 'Hawley Peterson & Snyder, Mountain View, CA', 'Moore Foundation, Palo Alto, CA', '', 'inherit', 'open', 'open', '', 'hawley-peterson-snyder-mountain-view-ca-5', '', '', '2011-02-25 15:13:57', '2011-02-25 15:13:57', '', 274, 'http://image-center.com/architecture/wp-content/uploads/2011/02/090516-11.jpg', 0, 'attachment', 'image/jpeg', 0),
(279, 2, '2011-02-25 15:17:20', '2011-02-25 15:17:20', '<p><a rel="attachment wp-att-275" href="http://image-center.com/architecture/?attachment_id=275"><img class="aligncenter size-medium wp-image-275" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090313-01-365x550.jpg" alt="" width="365" height="550" /></a></p>\n\n<p><a rel="attachment wp-att-278" href="http://image-center.com/architecture/?attachment_id=278"><img class="aligncenter size-medium wp-image-278" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090516-11-550x365.jpg" alt="" width="550" height="365" /></a></p>\n\n<p><a rel="attachment wp-att-276" href="http://image-center.com/architecture/?attachment_id=276"><img class="aligncenter size-medium wp-image-276" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090313-05-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Moore Foundation', '', 'inherit', 'open', 'open', '', '274-revision', '', '', '2011-02-25 15:17:20', '2011-02-25 15:17:20', '', 274, 'http://image-center.com/architecture/2011/uncategorized/274-revision/', 0, 'revision', '', 0),
(280, 2, '2011-02-25 15:18:01', '2011-02-25 15:18:01', '<p><a rel="attachment wp-att-275" href="http://image-center.com/architecture/?attachment_id=275"><img class="aligncenter size-medium wp-image-275" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090313-01-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-278" href="http://image-center.com/architecture/?attachment_id=278"><img class="aligncenter size-medium wp-image-278" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090516-11-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-276" href="http://image-center.com/architecture/?attachment_id=276"><img class="aligncenter size-medium wp-image-276" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090313-05-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-277" href="http://image-center.com/architecture/?attachment_id=277"><img class="aligncenter size-medium wp-image-277" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090313-06-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Moore Foundation', '', 'inherit', 'open', 'open', '', '274-revision-2', '', '', '2011-02-25 15:18:01', '2011-02-25 15:18:01', '', 274, 'http://image-center.com/architecture/2011/uncategorized/274-revision-2/', 0, 'revision', '', 0),
(281, 2, '2011-02-25 15:18:03', '2011-02-25 15:18:03', '<p><a rel="attachment wp-att-275" href="http://image-center.com/architecture/2011/uncategorized/moore-foundation/attachment/hawley-peterson-snyder-mountain-view-ca-2/"><img class="aligncenter size-medium wp-image-275" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090313-01-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-278" href="http://image-center.com/architecture/2011/uncategorized/moore-foundation/attachment/hawley-peterson-snyder-mountain-view-ca-5/"><img class="aligncenter size-medium wp-image-278" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090516-11-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-276" href="http://image-center.com/architecture/2011/uncategorized/moore-foundation/attachment/hawley-peterson-snyder-mountain-view-ca-3/"><img class="aligncenter size-medium wp-image-276" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090313-05-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-277" href="http://image-center.com/architecture/2011/uncategorized/moore-foundation/attachment/hawley-peterson-snyder-mountain-view-ca-4/"><img class="aligncenter size-medium wp-image-277" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090313-06-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Moore Foundation', '', 'inherit', 'open', 'open', '', '274-revision-3', '', '', '2011-02-25 15:18:03', '2011-02-25 15:18:03', '', 274, 'http://image-center.com/architecture/2011/uncategorized/274-revision-3/', 0, 'revision', '', 0),
(282, 2, '2011-02-25 15:18:22', '2011-02-25 15:18:22', '<p><a rel="attachment wp-att-275" href="http://image-center.com/architecture/2011/uncategorized/moore-foundation/attachment/hawley-peterson-snyder-mountain-view-ca-2/"><img class="aligncenter size-medium wp-image-275" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090313-01-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-278" href="http://image-center.com/architecture/2011/uncategorized/moore-foundation/attachment/hawley-peterson-snyder-mountain-view-ca-5/"><img class="aligncenter size-medium wp-image-278" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090516-11-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-276" href="http://image-center.com/architecture/2011/uncategorized/moore-foundation/attachment/hawley-peterson-snyder-mountain-view-ca-3/"><img class="aligncenter size-medium wp-image-276" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090313-05-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-277" href="http://image-center.com/architecture/2011/uncategorized/moore-foundation/attachment/hawley-peterson-snyder-mountain-view-ca-4/"><img class="aligncenter size-medium wp-image-277" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090313-06-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Moore Foundation', '', 'inherit', 'open', 'open', '', '274-revision-4', '', '', '2011-02-25 15:18:22', '2011-02-25 15:18:22', '', 274, 'http://image-center.com/architecture/2011/uncategorized/274-revision-4/', 0, 'revision', '', 0),
(283, 2, '2011-02-20 15:22:26', '2011-02-20 23:22:26', '<p style="text-align: center;"><strong><span style="font-size: medium;">Easton-Bell, Scotts Valley, CA<br />\r\n</span></strong>Helmet design and testing facility</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-286" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-081-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-285" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-05-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-284" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-02-550x366.jpg" alt="" width="550" height="366" /></p>', 'Easton-Bell', 'Easton-Bell, Scotts Valley, CA Helmet design and testing facility', 'publish', 'closed', 'open', '', 'easton-bell', '', '', '2011-02-28 22:24:30', '2011-03-01 06:24:30', '', 0, 'http://image-center.com/architecture/?p=283', 0, 'post', '', 0),
(284, 2, '2011-02-25 15:19:44', '2011-02-25 15:19:44', 'AAi, San Jose, CA', 'Easton-Bell, Scotts Valley, CA', '', 'inherit', 'open', 'open', '', 'aai-san-jose-ca-2', '', '', '2011-02-25 15:19:44', '2011-02-25 15:19:44', '', 283, 'http://image-center.com/architecture/wp-content/uploads/2011/02/101215-02.jpg', 0, 'attachment', 'image/jpeg', 0),
(285, 2, '2011-02-25 15:19:55', '2011-02-25 15:19:55', 'AAi, San Jose, CA', 'Easton-Bell, Scotts Valley, CA', '', 'inherit', 'open', 'open', '', 'aai-san-jose-ca-3', '', '', '2011-02-25 15:19:55', '2011-02-25 15:19:55', '', 283, 'http://image-center.com/architecture/wp-content/uploads/2011/02/101215-05.jpg', 0, 'attachment', 'image/jpeg', 0),
(286, 2, '2011-02-25 15:20:03', '2011-02-25 15:20:03', 'AAi, San Jose, CA', 'Easton-Bell, Scotts Valley, CA', '', 'inherit', 'open', 'open', '', 'aai-san-jose-ca-4', '', '', '2011-02-25 15:20:03', '2011-02-25 15:20:03', '', 283, 'http://image-center.com/architecture/wp-content/uploads/2011/02/101215-081.jpg', 0, 'attachment', 'image/jpeg', 0),
(287, 2, '2011-02-25 15:21:50', '2011-02-25 15:21:50', '<p><a rel="attachment wp-att-286" href="http://image-center.com/architecture/?attachment_id=286"><img class="aligncenter size-medium wp-image-286" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-081-550x366.jpg" alt="" width="550" height="366" /></a></p>\n\n<p><a rel="attachment wp-att-285" href="http://image-center.com/architecture/?attachment_id=285"><img class="aligncenter size-medium wp-image-285" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-05-550x366.jpg" alt="" width="550" height="366" /></a></p>', '', '', 'inherit', 'open', 'open', '', '283-revision', '', '', '2011-02-25 15:21:50', '2011-02-25 15:21:50', '', 283, 'http://image-center.com/architecture/2011/uncategorized/283-revision/', 0, 'revision', '', 0),
(340, 2, '2011-02-26 00:05:07', '2011-02-26 00:05:07', '<p><img class="aligncenter size-medium wp-image-286" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-081-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><a rel="attachment wp-att-285" href="http://image-center.com/architecture/2011/commercial/easton-bell/attachment/aai-san-jose-ca-3/"><img class="aligncenter size-medium wp-image-285" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-05-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-284" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-02-550x366.jpg" alt="" width="550" height="366" /></p>', 'Easton-Bell', 'Easton-Bell', 'inherit', 'open', 'open', '', '283-revision-14', '', '', '2011-02-26 00:05:07', '2011-02-26 00:05:07', '', 283, 'http://image-center.com/architecture/2011/uncategorized/283-revision-14/', 0, 'revision', '', 0),
(288, 2, '2011-02-25 15:22:26', '2011-02-25 15:22:26', '<p><a rel="attachment wp-att-286" href="http://image-center.com/architecture/?attachment_id=286"><img class="aligncenter size-medium wp-image-286" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-081-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-285" href="http://image-center.com/architecture/?attachment_id=285"><img class="aligncenter size-medium wp-image-285" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-05-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-285" href="http://image-center.com/architecture/?attachment_id=285"><img class="aligncenter size-medium wp-image-285" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-05-550x366.jpg" alt="" width="550" height="366" /></a></p>', 'Easton-Bell', '', 'inherit', 'open', 'open', '', '283-revision-2', '', '', '2011-02-25 15:22:26', '2011-02-25 15:22:26', '', 283, 'http://image-center.com/architecture/2011/uncategorized/283-revision-2/', 0, 'revision', '', 0),
(332, 1, '2011-02-25 23:49:40', '2011-02-25 23:49:40', '<p><a rel="attachment wp-att-286" href="http://image-center.com/architecture/2011/commercial/easton-bell/attachment/aai-san-jose-ca-4/"><img class="aligncenter size-medium wp-image-286" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-081-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-285" href="http://image-center.com/architecture/2011/commercial/easton-bell/attachment/aai-san-jose-ca-3/"><img class="aligncenter size-medium wp-image-285" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-05-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-284" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-02-550x366.jpg" alt="" width="550" height="366" /></p>', 'Easton-Bell', 'Easton-Bell', 'inherit', 'open', 'open', '', '283-revision-6', '', '', '2011-02-25 23:49:40', '2011-02-25 23:49:40', '', 283, 'http://image-center.com/architecture/2011/uncategorized/283-revision-6/', 0, 'revision', '', 0),
(297, 2, '2011-02-25 15:27:40', '2011-02-25 15:27:40', '<p><br />\r\n<a rel="attachment wp-att-286" href="http://image-center.com/architecture/2011/commercial/easton-bell/attachment/aai-san-jose-ca-4/"><img class="aligncenter size-medium wp-image-286" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-081-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-285" href="http://image-center.com/architecture/2011/commercial/easton-bell/attachment/aai-san-jose-ca-3/"><img class="aligncenter size-medium wp-image-285" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-05-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-284" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-02-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><br class="spacer_" /></p>', 'Easton-Bell', '', 'inherit', 'open', 'open', '', '283-revision-4', '', '', '2011-02-25 15:27:40', '2011-02-25 15:27:40', '', 283, 'http://image-center.com/architecture/2011/uncategorized/283-revision-4/', 0, 'revision', '', 0),
(289, 2, '2011-02-25 15:11:57', '2011-02-25 15:11:57', '<p><a rel="attachment wp-att-269" href="http://image-center.com/architecture/2011/uncategorized/solyndra/attachment/solyndra/"><img class="aligncenter size-medium wp-image-269" title="Solyndra, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090307-04-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-271" href="http://image-center.com/architecture/2011/uncategorized/solyndra/attachment/solyndra-3/"><img class="aligncenter size-medium wp-image-271" title="Solyndra, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090307-12-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-270" href="http://image-center.com/architecture/2011/uncategorized/solyndra/attachment/solyndra-2/"><img class="aligncenter size-medium wp-image-270" title="Solyndra, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090307-09-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Solyndra', '', 'inherit', 'open', 'open', '', '268-revision-3', '', '', '2011-02-25 15:11:57', '2011-02-25 15:11:57', '', 268, 'http://image-center.com/architecture/2011/uncategorized/268-revision-3/', 0, 'revision', '', 0),
(290, 2, '2011-02-25 15:23:25', '2011-02-25 15:23:25', '<p><a rel="attachment wp-att-269" href="http://image-center.com/architecture/2011/uncategorized/solyndra/attachment/solyndra/"><img class="aligncenter size-medium wp-image-269" title="Solyndra, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090307-04-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-271" href="http://image-center.com/architecture/2011/uncategorized/solyndra/attachment/solyndra-3/"><img class="aligncenter size-medium wp-image-271" title="Solyndra, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090307-12-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-270" href="http://image-center.com/architecture/2011/uncategorized/solyndra/attachment/solyndra-2/"><img class="aligncenter size-medium wp-image-270" title="Solyndra, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090307-09-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Solyndra', '', 'inherit', 'open', 'open', '', '268-revision-4', '', '', '2011-02-25 15:23:25', '2011-02-25 15:23:25', '', 268, 'http://image-center.com/architecture/2011/uncategorized/268-revision-4/', 0, 'revision', '', 0),
(291, 2, '2011-02-25 15:23:27', '2011-02-25 15:23:27', '<p><a rel="attachment wp-att-269" href="http://image-center.com/architecture/2011/uncategorized/solyndra/attachment/solyndra/"><img class="aligncenter size-medium wp-image-269" title="Solyndra, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090307-04-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-271" href="http://image-center.com/architecture/2011/uncategorized/solyndra/attachment/solyndra-3/"><img class="aligncenter size-medium wp-image-271" title="Solyndra, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090307-12-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-270" href="http://image-center.com/architecture/2011/uncategorized/solyndra/attachment/solyndra-2/"><img class="aligncenter size-medium wp-image-270" title="Solyndra, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090307-09-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Solyndra', '', 'inherit', 'open', 'open', '', '268-revision-5', '', '', '2011-02-25 15:23:27', '2011-02-25 15:23:27', '', 268, 'http://image-center.com/architecture/2011/uncategorized/268-revision-5/', 0, 'revision', '', 0),
(292, 2, '2011-02-25 15:23:40', '2011-02-25 15:23:40', '<p><a rel="attachment wp-att-269" href="http://image-center.com/architecture/2011/uncategorized/solyndra/attachment/solyndra/"><img class="aligncenter size-medium wp-image-269" title="Solyndra, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090307-04-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-271" href="http://image-center.com/architecture/2011/uncategorized/solyndra/attachment/solyndra-3/"><img class="aligncenter size-medium wp-image-271" title="Solyndra, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090307-12-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-270" href="http://image-center.com/architecture/2011/uncategorized/solyndra/attachment/solyndra-2/"><img class="aligncenter size-medium wp-image-270" title="Solyndra, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090307-09-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Solyndra', '', 'inherit', 'open', 'open', '', '268-revision-6', '', '', '2011-02-25 15:23:40', '2011-02-25 15:23:40', '', 268, 'http://image-center.com/architecture/2011/uncategorized/268-revision-6/', 0, 'revision', '', 0),
(293, 2, '2011-02-25 15:08:02', '2011-02-25 15:08:02', '<p><a rel="attachment wp-att-263" href="http://image-center.com/architecture/2011/uncategorized/netflix/attachment/silicon-valley-glass-morgan-hill-ca-2/"><img class="aligncenter size-medium wp-image-263" title="Netflix, Los Gatos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-021-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-264" href="http://image-center.com/architecture/2011/uncategorized/netflix/attachment/silicon-valley-glass-morgan-hill-ca-3/"><img class="aligncenter size-medium wp-image-264" title="Netflix, Los Gatos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-04-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-265" href="http://image-center.com/architecture/2011/uncategorized/netflix/attachment/silicon-valley-glass-morgan-hill-ca-4/"><img class="aligncenter size-medium wp-image-265" title="Netflix, Los Gatos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-09-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Netflix', '', 'inherit', 'open', 'open', '', '262-revision-3', '', '', '2011-02-25 15:08:02', '2011-02-25 15:08:02', '', 262, 'http://image-center.com/architecture/2011/uncategorized/262-revision-3/', 0, 'revision', '', 0),
(294, 2, '2011-02-25 15:23:55', '2011-02-25 15:23:55', '<p><a rel="attachment wp-att-263" href="http://image-center.com/architecture/2011/uncategorized/netflix/attachment/silicon-valley-glass-morgan-hill-ca-2/"><img class="aligncenter size-medium wp-image-263" title="Netflix, Los Gatos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-021-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-264" href="http://image-center.com/architecture/2011/uncategorized/netflix/attachment/silicon-valley-glass-morgan-hill-ca-3/"><img class="aligncenter size-medium wp-image-264" title="Netflix, Los Gatos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-04-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-265" href="http://image-center.com/architecture/2011/uncategorized/netflix/attachment/silicon-valley-glass-morgan-hill-ca-4/"><img class="aligncenter size-medium wp-image-265" title="Netflix, Los Gatos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-09-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Netflix', '', 'inherit', 'open', 'open', '', '262-revision-4', '', '', '2011-02-25 15:23:55', '2011-02-25 15:23:55', '', 262, 'http://image-center.com/architecture/2011/uncategorized/262-revision-4/', 0, 'revision', '', 0),
(295, 2, '2011-02-27 20:51:53', '2011-02-28 04:51:53', '<p style="text-align: center;"><strong>Easton-Bell, Scotts Valley, CA</strong></p>\n\n<p style="text-align: center;">Helmet design and testing facility</p>\n\n<p><img class="aligncenter size-medium wp-image-286" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-081-550x366.jpg" alt="" width="550" height="366" /></p>\n\n<p><img class="aligncenter size-medium wp-image-285" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-05-550x366.jpg" alt="" width="550" height="366" /></p>\n\n<p><img class="aligncenter size-medium wp-image-284" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-02-550x366.jpg" alt="" width="550" height="366" /></p>', 'Easton-Bell', 'Easton-Bell, Scotts Valley, CA - Helmet design and testing facility', 'inherit', 'open', 'open', '', '283-autosave', '', '', '2011-02-27 20:51:53', '2011-02-28 04:51:53', '', 283, 'http://image-center.com/architecture/2011/uncategorized/283-autosave/', 0, 'revision', '', 0),
(345, 1, '2011-02-26 00:35:33', '2011-02-26 00:35:33', ' ', 'Hospitality', 'View My Hospitality Portfolio', 'publish', 'open', 'open', '', 'hospitality', '', '', '2011-02-28 14:38:15', '2011-02-28 22:38:15', '', 0, 'http://image-center.com/architecture/?p=345', 8, 'nav_menu_item', '', 0),
(333, 1, '2011-02-25 23:49:41', '2011-02-25 23:49:41', '<p><a rel="attachment wp-att-286" href="http://image-center.com/architecture/2011/commercial/easton-bell/attachment/aai-san-jose-ca-4/"><img class="aligncenter size-medium wp-image-286" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-081-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-285" href="http://image-center.com/architecture/2011/commercial/easton-bell/attachment/aai-san-jose-ca-3/"><img class="aligncenter size-medium wp-image-285" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-05-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-284" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-02-550x366.jpg" alt="" width="550" height="366" /></p>', 'Easton-Bell', 'Easton-Bell', 'inherit', 'open', 'open', '', '283-revision-7', '', '', '2011-02-25 23:49:41', '2011-02-25 23:49:41', '', 283, 'http://image-center.com/architecture/2011/uncategorized/283-revision-7/', 0, 'revision', '', 0),
(296, 2, '2011-02-25 15:22:28', '2011-02-25 15:22:28', '<p><a rel="attachment wp-att-286" href="http://image-center.com/architecture/2011/commercial/easton-bell/attachment/aai-san-jose-ca-4/"><img class="aligncenter size-medium wp-image-286" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-081-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-285" href="http://image-center.com/architecture/2011/commercial/easton-bell/attachment/aai-san-jose-ca-3/"><img class="aligncenter size-medium wp-image-285" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-05-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-285" href="http://image-center.com/architecture/2011/commercial/easton-bell/attachment/aai-san-jose-ca-3/"><img class="aligncenter size-medium wp-image-285" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-05-550x366.jpg" alt="" width="550" height="366" /></a></p>', 'Easton-Bell', '', 'inherit', 'open', 'open', '', '283-revision-3', '', '', '2011-02-25 15:22:28', '2011-02-25 15:22:28', '', 283, 'http://image-center.com/architecture/2011/uncategorized/283-revision-3/', 0, 'revision', '', 0),
(298, 2, '2011-02-25 08:09:25', '2011-02-25 08:09:25', '<p><a rel="attachment wp-att-139" href="http://image-center.com/architecture/2011/biomedical/veterinary-office/attachment/veterinarian-office-campbell-ca-5/"><img class="aligncenter size-medium wp-image-139" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-21-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-138" href="http://image-center.com/architecture/2011/biomedical/veterinary-office/attachment/veterinarian-office-campbell-ca-4/"><img class="aligncenter size-medium wp-image-138" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-14-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-137" href="http://image-center.com/architecture/2011/biomedical/veterinary-office/attachment/veterinarian-office-campbell-ca-3/"><img class="aligncenter size-medium wp-image-137" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-09-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-136" href="http://image-center.com/architecture/2011/biomedical/veterinary-office/attachment/veterinarian-office-campbell-ca-2/"><img class="aligncenter size-medium wp-image-136" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-07-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-135" href="http://image-center.com/architecture/2011/biomedical/veterinary-office/attachment/veterinarian-office-campbell-ca/"><img class="aligncenter size-medium wp-image-135" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-02-365x550.jpg" alt="" width="365" height="550" /></a></p>', 'Veterinary Office', '', 'inherit', 'open', 'open', '', '228-revision-5', '', '', '2011-02-25 08:09:25', '2011-02-25 08:09:25', '', 228, 'http://image-center.com/architecture/2011/uncategorized/228-revision-5/', 0, 'revision', '', 0);
INSERT INTO `wp_2posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(300, 2, '2011-02-28 22:12:53', '2011-03-01 06:12:53', '<p style="text-align: center;"><strong><span style="font-size: medium;">Veterinary Office<br />\n</span></strong>Campbell, CA</p>\n\n<p><a rel="attachment wp-att-138" href="http://image-center.com/architecture/2011/biomedical/veterinary-office/attachment/veterinarian-office-campbell-ca-4/"><img class="aligncenter size-medium wp-image-138" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-14-550x365.jpg" alt="" width="550" height="365" /></a></p>\n\n<p><img class="aligncenter size-medium wp-image-139" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-21-365x550.jpg" alt="" width="365" height="550" /></p>\n\n<p><a rel="attachment wp-att-137" href="http://image-center.com/architecture/2011/biomedical/veterinary-office/attachment/veterinarian-office-campbell-ca-3/"><img class="aligncenter size-medium wp-image-137" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-09-365x550.jpg" alt="" width="365" height="550" /></a></p>\n\n<p><a rel="attachment wp-att-136" href="http://image-center.com/architecture/2011/biomedical/veterinary-office/attachment/veterinarian-office-campbell-ca-2/"><img class="aligncenter size-medium wp-image-136" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-07-365x550.jpg" alt="" width="365" height="550" /></a></p>\n\n<p><a rel="attachment wp-att-135" href="http://image-center.com/architecture/2011/biomedical/veterinary-office/attachment/veterinarian-office-campbell-ca/"><img class="aligncenter size-medium wp-image-135" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-02-365x550.jpg" alt="" width="365" height="550" /></a></p>', 'Veterinary Office', 'Veterinary Office, Campbell, CA', 'inherit', 'open', 'open', '', '228-autosave', '', '', '2011-02-28 22:12:53', '2011-03-01 06:12:53', '', 228, 'http://image-center.com/architecture/2011/uncategorized/228-autosave/', 0, 'revision', '', 0),
(301, 2, '2011-02-25 15:38:26', '2011-02-25 15:38:26', 'Hawley Peterson & Snyder, Mountain View, CA', 'Moore Foundation, Palo Alto, CA', '', 'inherit', 'open', 'open', '', 'hawley-peterson-snyder-mountain-view-ca-6', '', '', '2011-02-25 15:38:26', '2011-02-25 15:38:26', '', 274, 'http://image-center.com/architecture/wp-content/uploads/2011/02/100108-08.jpg', 0, 'attachment', 'image/jpeg', 0),
(302, 2, '2011-02-25 15:38:34', '2011-02-25 15:38:34', 'Hawley Peterson & Snyder, Mountain View, CA', 'Moore Foundation, Palo Alto, CA', '', 'inherit', 'open', 'open', '', 'hawley-peterson-snyder-mountain-view-ca-7', '', '', '2011-02-25 15:38:34', '2011-02-25 15:38:34', '', 274, 'http://image-center.com/architecture/wp-content/uploads/2011/02/100108-10.jpg', 0, 'attachment', 'image/jpeg', 0),
(303, 2, '2011-02-27 20:54:15', '2011-02-28 04:54:15', '<p style="text-align: center;"><strong>Moore Foundation, Palo Alto, CA</strong></p>\n\n<p style="text-align: center;">Foundation Headquarters</p>\n\n<p><img class="aligncenter size-medium wp-image-275" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090313-01-365x550.jpg" alt="" width="365" height="550" /></p>\n\n<p><img class="aligncenter size-medium wp-image-278" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090516-11-550x365.jpg" alt="" width="550" height="365" /></p>\n\n<p><img class="aligncenter size-medium wp-image-276" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090313-05-550x365.jpg" alt="" width="550" height="365" /></p>\n\n<p><img class="aligncenter size-medium wp-image-277" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090313-06-550x365.jpg" alt="" width="550" height="365" /></p>\n\n<p><img class="aligncenter size-medium wp-image-301" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100108-08-366x550.jpg" alt="" width="366" height="550" /></p>\n\n<p><img class="aligncenter size-medium wp-image-302" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100108-10-550x366.jpg" alt="" width="550" height="366" /></p>', 'Moore Foundation', 'Moore Foundation, Palo Alto, CA Foundation Headquarters', 'inherit', 'open', 'open', '', '274-autosave', '', '', '2011-02-27 20:54:15', '2011-02-28 04:54:15', '', 274, 'http://image-center.com/architecture/2011/uncategorized/274-autosave/', 0, 'revision', '', 0),
(423, 2, '2011-02-27 20:32:42', '2011-02-28 04:32:42', '<p style="text-align: center;"><strong>Moore Foundation, Palo Alto, CA</strong></p>\r\n\r\n<p style="text-align: center;">Foundation Headquarters</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-275" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090313-01-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-278" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090516-11-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-276" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090313-05-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-277" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090313-06-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-301" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100108-08-366x550.jpg" alt="" width="366" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-302" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100108-10-550x366.jpg" alt="" width="550" height="366" /></p>', 'Moore Foundation', '', 'inherit', 'closed', 'open', '', '274-revision-12', '', '', '2011-02-27 20:32:42', '2011-02-28 04:32:42', '', 274, 'http://image-center.com/architecture/2011/uncategorized/274-revision-12/', 0, 'revision', '', 0),
(304, 2, '2011-02-25 15:18:29', '2011-02-25 15:18:29', '<p><a rel="attachment wp-att-275" href="http://image-center.com/architecture/2011/commercial/moore-foundation/attachment/hawley-peterson-snyder-mountain-view-ca-2/"><img class="aligncenter size-medium wp-image-275" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090313-01-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-278" href="http://image-center.com/architecture/2011/commercial/moore-foundation/attachment/hawley-peterson-snyder-mountain-view-ca-5/"><img class="aligncenter size-medium wp-image-278" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090516-11-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-276" href="http://image-center.com/architecture/2011/commercial/moore-foundation/attachment/hawley-peterson-snyder-mountain-view-ca-3/"><img class="aligncenter size-medium wp-image-276" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090313-05-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-277" href="http://image-center.com/architecture/2011/commercial/moore-foundation/attachment/hawley-peterson-snyder-mountain-view-ca-4/"><img class="aligncenter size-medium wp-image-277" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090313-06-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Moore Foundation', '', 'inherit', 'open', 'open', '', '274-revision-5', '', '', '2011-02-25 15:18:29', '2011-02-25 15:18:29', '', 274, 'http://image-center.com/architecture/2011/uncategorized/274-revision-5/', 0, 'revision', '', 0),
(305, 2, '2011-02-25 15:40:15', '2011-02-25 15:40:15', '<p><a rel="attachment wp-att-275" href="http://image-center.com/architecture/2011/commercial/moore-foundation/attachment/hawley-peterson-snyder-mountain-view-ca-2/"><img class="aligncenter size-medium wp-image-275" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090313-01-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-278" href="http://image-center.com/architecture/2011/commercial/moore-foundation/attachment/hawley-peterson-snyder-mountain-view-ca-5/"><img class="aligncenter size-medium wp-image-278" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090516-11-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-276" href="http://image-center.com/architecture/2011/commercial/moore-foundation/attachment/hawley-peterson-snyder-mountain-view-ca-3/"><img class="aligncenter size-medium wp-image-276" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090313-05-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-277" href="http://image-center.com/architecture/2011/commercial/moore-foundation/attachment/hawley-peterson-snyder-mountain-view-ca-4/"><img class="aligncenter size-medium wp-image-277" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090313-06-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-301" href="http://image-center.com/architecture/2011/commercial/moore-foundation/attachment/hawley-peterson-snyder-mountain-view-ca-6/"><img class="aligncenter size-medium wp-image-301" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100108-08-366x550.jpg" alt="" width="366" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-302" href="http://image-center.com/architecture/2011/commercial/moore-foundation/attachment/hawley-peterson-snyder-mountain-view-ca-7/"><img class="aligncenter size-medium wp-image-302" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100108-10-550x366.jpg" alt="" width="550" height="366" /></a></p>', 'Moore Foundation', '', 'inherit', 'open', 'open', '', '274-revision-6', '', '', '2011-02-25 15:40:15', '2011-02-25 15:40:15', '', 274, 'http://image-center.com/architecture/2011/uncategorized/274-revision-6/', 0, 'revision', '', 0),
(306, 2, '2011-02-25 17:11:12', '2011-02-25 17:11:12', '', 'Residential Portfolio', '', 'publish', 'closed', 'open', '', 'residential-portfolio', '', '', '2011-02-25 17:11:12', '2011-02-25 17:11:12', '', 0, 'http://image-center.com/architecture/', 0, 'page', '', 0),
(307, 1, '2011-02-25 17:10:21', '2011-02-25 17:10:21', '', 'Residential Portfolio', '', 'inherit', 'open', 'open', '', '306-revision', '', '', '2011-02-25 17:10:21', '2011-02-25 17:10:21', '', 306, 'http://image-center.com/architecture/2011/uncategorized/306-revision/', 0, 'revision', '', 0),
(308, 2, '2011-02-25 17:12:29', '2011-02-25 17:12:29', '', 'Biomedical Portfolio', '', 'publish', 'closed', 'open', '', 'biomedical-portfolio', '', '', '2011-02-25 17:12:29', '2011-02-25 17:12:29', '', 0, 'http://image-center.com/architecture/', 0, 'page', '', 0),
(309, 1, '2011-02-25 17:12:07', '2011-02-25 17:12:07', '', 'Biomedical Portfolio', '', 'inherit', 'open', 'open', '', '308-revision', '', '', '2011-02-25 17:12:07', '2011-02-25 17:12:07', '', 308, 'http://image-center.com/architecture/2011/uncategorized/308-revision/', 0, 'revision', '', 0),
(310, 2, '2011-02-25 17:13:11', '2011-02-25 17:13:11', '', 'Entertainment Portfolio', '', 'publish', 'closed', 'open', '', 'entertainment-portfolio', '', '', '2011-02-25 17:13:11', '2011-02-25 17:13:11', '', 0, 'http://image-center.com/architecture/', 0, 'page', '', 0),
(311, 1, '2011-02-25 17:12:54', '2011-02-25 17:12:54', '', 'Entertainment Portfolio', '', 'inherit', 'open', 'open', '', '310-revision', '', '', '2011-02-25 17:12:54', '2011-02-25 17:12:54', '', 310, 'http://image-center.com/architecture/2011/uncategorized/310-revision/', 0, 'revision', '', 0),
(312, 2, '2011-02-25 17:13:47', '2011-02-25 17:13:47', '', 'Hospitality Portfolio', '', 'publish', 'closed', 'open', '', 'hospitality-portfolio', '', '', '2011-02-25 17:13:47', '2011-02-25 17:13:47', '', 0, 'http://image-center.com/architecture/', 0, 'page', '', 0),
(313, 1, '2011-02-25 17:13:32', '2011-02-25 17:13:32', '', 'Hospitality Portfolio', '', 'inherit', 'open', 'open', '', '312-revision', '', '', '2011-02-25 17:13:32', '2011-02-25 17:13:32', '', 312, 'http://image-center.com/architecture/2011/uncategorized/312-revision/', 0, 'revision', '', 0),
(314, 1, '2011-02-23 06:57:03', '2011-02-23 06:57:03', '<p><a rel="attachment wp-att-103" href="http://image-center.com/architecture/2011/hospitality/post-5/attachment/tico-construction-san-jose-ca/"><img class="aligncenter size-medium wp-image-103" title="Tico Construction, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090331-3-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Post 5', '', 'inherit', 'open', 'open', '', '102-revision-3', '', '', '2011-02-23 06:57:03', '2011-02-23 06:57:03', '', 102, 'http://image-center.com/architecture/2011/uncategorized/102-revision-3/', 0, 'revision', '', 0),
(315, 1, '2011-02-25 17:29:52', '2011-02-25 17:29:52', '<p><a rel="attachment wp-att-103" href="http://image-center.com/architecture/2011/hospitality/post-5/attachment/tico-construction-san-jose-ca/"><img class="aligncenter size-medium wp-image-103" title="Tico Construction, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090331-3-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Post 5', '', 'inherit', 'open', 'open', '', '102-revision-4', '', '', '2011-02-25 17:29:52', '2011-02-25 17:29:52', '', 102, 'http://image-center.com/architecture/2011/uncategorized/102-revision-4/', 0, 'revision', '', 0),
(317, 1, '2011-02-25 17:30:02', '2011-02-25 17:30:02', '<p><a rel="attachment wp-att-27" href="http://image-center.com/architecture/2011/commercial/post-4/attachment/xl-construction-milpitas-ca/"><a rel="attachment wp-att-69" href="http://image-center.com/architecture/2011/commercial/post-4/attachment/hillhouse-construction-san-jose-ca-2/"><img class="aligncenter size-medium wp-image-69" title="Hillhouse Construction, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110204-051-550x366.jpg" alt="This is the alternate text for Hillhouse Construction, San Jose, CA" width="550" height="366" /></a><img class="aligncenter size-medium wp-image-27" title="XL Construction, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100316-04-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p>This is an example of some verbiage.  This is an example of some verbiage. This is an example of some verbiage. This is an example of some verbiage. This is an example of some verbiage.</p>', 'Post 4', '', 'inherit', 'open', 'open', '', '26-revision-14', '', '', '2011-02-25 17:30:02', '2011-02-25 17:30:02', '', 26, 'http://image-center.com/architecture/2011/uncategorized/26-revision-14/', 0, 'revision', '', 0),
(319, 1, '2011-02-25 17:30:12', '2011-02-25 17:30:12', '<p><a rel="attachment wp-att-16" href="http://image-center.com/architecture/2011/commercial/post-3/attachment/hillhouse-construction-san-jose-ca/"></a><a rel="attachment wp-att-36" href="http://image-center.com/architecture/2011/commercial/post-3/attachment/blach-construction-san-jose-ca/"><img class="aligncenter size-medium wp-image-36" title="Blach Construction, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090820-09-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Post 3', '', 'inherit', 'open', 'open', '', '15-revision-10', '', '', '2011-02-25 17:30:12', '2011-02-25 17:30:12', '', 15, 'http://image-center.com/architecture/2011/uncategorized/15-revision-10/', 0, 'revision', '', 0),
(321, 1, '2011-02-25 17:30:20', '2011-02-25 17:30:20', '<p><a rel="attachment wp-att-22" href="http://image-center.com/architecture/2011/commercial/post-2/attachment/silicon-valley-glass-morgan-hill-ca/"><img class="aligncenter size-medium wp-image-22" title="Silicon Valley Glass, Morgan Hill, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-02-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Post 2', '', 'inherit', 'open', 'open', '', '11-revision-9', '', '', '2011-02-25 17:30:20', '2011-02-25 17:30:20', '', 11, 'http://image-center.com/architecture/2011/uncategorized/11-revision-9/', 0, 'revision', '', 0),
(323, 1, '2011-02-25 17:29:52', '2011-02-25 17:29:52', '<p><a rel="attachment wp-att-103" href="http://image-center.com/architecture/?attachment_id=103"><img class="aligncenter size-medium wp-image-103" title="Tico Construction, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090331-3-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Post 5', '', 'inherit', 'open', 'open', '', '102-revision-5', '', '', '2011-02-25 17:29:52', '2011-02-25 17:29:52', '', 102, 'http://image-center.com/architecture/2011/uncategorized/102-revision-5/', 0, 'revision', '', 0),
(324, 1, '2011-02-25 17:33:39', '2011-02-25 17:33:39', '<p><a rel="attachment wp-att-103" href="http://image-center.com/architecture/?attachment_id=103"><img class="aligncenter size-medium wp-image-103" title="Tico Construction, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090331-3-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Post 5', '', 'inherit', 'open', 'open', '', '102-revision-6', '', '', '2011-02-25 17:33:39', '2011-02-25 17:33:39', '', 102, 'http://image-center.com/architecture/2011/uncategorized/102-revision-6/', 0, 'revision', '', 0),
(325, 1, '2011-02-25 17:33:42', '2011-02-25 17:33:42', '<p><a rel="attachment wp-att-103" href="http://image-center.com/architecture/2011/hospitality/post-5/attachment/tico-construction-san-jose-ca/"><img class="aligncenter size-medium wp-image-103" title="Tico Construction, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090331-3-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Post 5', '', 'inherit', 'open', 'open', '', '102-revision-7', '', '', '2011-02-25 17:33:42', '2011-02-25 17:33:42', '', 102, 'http://image-center.com/architecture/2011/uncategorized/102-revision-7/', 0, 'revision', '', 0),
(326, 1, '2011-02-25 17:34:40', '2011-02-25 17:34:40', '<p><a rel="attachment wp-att-103" href="http://image-center.com/architecture/2011/hospitality/post-5/attachment/tico-construction-san-jose-ca/"><img class="aligncenter size-medium wp-image-103" title="Tico Construction, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090331-3-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Post 5', '', 'inherit', 'open', 'open', '', '102-revision-8', '', '', '2011-02-25 17:34:40', '2011-02-25 17:34:40', '', 102, 'http://image-center.com/architecture/2011/uncategorized/102-revision-8/', 0, 'revision', '', 0),
(327, 1, '2011-02-25 17:30:13', '2011-02-25 17:30:13', '<p><a rel="attachment wp-att-16" href="http://image-center.com/architecture/?attachment_id=16"></a><a rel="attachment wp-att-36" href="http://image-center.com/architecture/?attachment_id=36"><img class="aligncenter size-medium wp-image-36" title="Blach Construction, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090820-09-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Post 3', '', 'inherit', 'open', 'open', '', '15-revision-11', '', '', '2011-02-25 17:30:13', '2011-02-25 17:30:13', '', 15, 'http://image-center.com/architecture/2011/uncategorized/15-revision-11/', 0, 'revision', '', 0),
(328, 1, '2011-02-25 17:35:43', '2011-02-25 17:35:43', '<p><a rel="attachment wp-att-16" href="http://image-center.com/architecture/?attachment_id=16"></a><a rel="attachment wp-att-36" href="http://image-center.com/architecture/?attachment_id=36"><img class="aligncenter size-medium wp-image-36" title="Blach Construction, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090820-09-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Post 3', '', 'inherit', 'open', 'open', '', '15-revision-12', '', '', '2011-02-25 17:35:43', '2011-02-25 17:35:43', '', 15, 'http://image-center.com/architecture/2011/uncategorized/15-revision-12/', 0, 'revision', '', 0),
(329, 1, '2011-02-25 17:34:40', '2011-02-25 17:34:40', '<p><a rel="attachment wp-att-103" href="http://image-center.com/architecture/2011/entertainment/post-5/attachment/tico-construction-san-jose-ca/"><img class="aligncenter size-medium wp-image-103" title="Tico Construction, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090331-3-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Post 5', '', 'inherit', 'open', 'open', '', '102-revision-9', '', '', '2011-02-25 17:34:40', '2011-02-25 17:34:40', '', 102, 'http://image-center.com/architecture/2011/uncategorized/102-revision-9/', 0, 'revision', '', 0),
(330, 1, '2011-02-25 17:37:21', '2011-02-25 17:37:21', '<p><a rel="attachment wp-att-103" href="http://image-center.com/architecture/2011/entertainment/post-5/attachment/tico-construction-san-jose-ca/"><img class="aligncenter size-medium wp-image-103" title="Tico Construction, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090331-3-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Post 5', '', 'inherit', 'open', 'open', '', '102-revision-10', '', '', '2011-02-25 17:37:21', '2011-02-25 17:37:21', '', 102, 'http://image-center.com/architecture/2011/uncategorized/102-revision-10/', 0, 'revision', '', 0),
(331, 1, '2011-02-25 15:27:42', '2011-02-25 15:27:42', '<p><br />\r\n<a rel="attachment wp-att-286" href="http://image-center.com/architecture/2011/commercial/easton-bell/attachment/aai-san-jose-ca-4/"><img class="aligncenter size-medium wp-image-286" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-081-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-285" href="http://image-center.com/architecture/2011/commercial/easton-bell/attachment/aai-san-jose-ca-3/"><img class="aligncenter size-medium wp-image-285" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-05-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-284" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-02-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><br class="spacer_" /></p>', 'Easton-Bell', '', 'inherit', 'open', 'open', '', '283-revision-5', '', '', '2011-02-25 15:27:42', '2011-02-25 15:27:42', '', 283, 'http://image-center.com/architecture/2011/uncategorized/283-revision-5/', 0, 'revision', '', 0),
(336, 1, '2011-02-26 00:00:28', '2011-02-26 00:00:28', '<p><a rel="attachment wp-att-286" href="http://image-center.com/architecture/2011/commercial/easton-bell/attachment/aai-san-jose-ca-4/"><img class="aligncenter size-medium wp-image-286" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-081-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-285" href="http://image-center.com/architecture/2011/commercial/easton-bell/attachment/aai-san-jose-ca-3/"><img class="aligncenter size-medium wp-image-285" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-05-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-284" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-02-550x366.jpg" alt="" width="550" height="366" /></p>', 'Easton-Bell', 'Easton-Bell', 'inherit', 'open', 'open', '', '283-revision-10', '', '', '2011-02-26 00:00:28', '2011-02-26 00:00:28', '', 283, 'http://image-center.com/architecture/2011/uncategorized/283-revision-10/', 0, 'revision', '', 0),
(334, 1, '2011-02-25 23:56:17', '2011-02-25 23:56:17', '<p><a rel="attachment wp-att-286" href="http://image-center.com/architecture/2011/commercial/easton-bell/attachment/aai-san-jose-ca-4/"><img class="aligncenter size-medium wp-image-286" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-081-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-285" href="http://image-center.com/architecture/2011/commercial/easton-bell/attachment/aai-san-jose-ca-3/"><img class="aligncenter size-medium wp-image-285" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-05-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-284" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-02-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p>Easton Bell- This is a test ... This is a test ...This is a test ...This is a test ...This is a test ... This is a test ...This is a test ...This is a test ...This is a test ... This is a test ...This is a test ...This is a test ... This is a test ...This is a test ...</p>', 'Easton-Bell', '', 'inherit', 'open', 'open', '', '283-revision-8', '', '', '2011-02-25 23:56:17', '2011-02-25 23:56:17', '', 283, 'http://image-center.com/architecture/2011/uncategorized/283-revision-8/', 0, 'revision', '', 0),
(335, 1, '2011-02-25 23:56:19', '2011-02-25 23:56:19', '<p><a rel="attachment wp-att-286" href="http://image-center.com/architecture/2011/commercial/easton-bell/attachment/aai-san-jose-ca-4/"><img class="aligncenter size-medium wp-image-286" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-081-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-285" href="http://image-center.com/architecture/2011/commercial/easton-bell/attachment/aai-san-jose-ca-3/"><img class="aligncenter size-medium wp-image-285" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-05-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-284" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-02-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p>Easton Bell- This is a test ... This is a test ...This is a test ...This is a test ...This is a test ... This is a test ...This is a test ...This is a test ...This is a test ... This is a test ...This is a test ...This is a test ... This is a test ...This is a test ...</p>', 'Easton-Bell', '', 'inherit', 'open', 'open', '', '283-revision-9', '', '', '2011-02-25 23:56:19', '2011-02-25 23:56:19', '', 283, 'http://image-center.com/architecture/2011/uncategorized/283-revision-9/', 0, 'revision', '', 0),
(337, 1, '2011-02-26 00:00:28', '2011-02-26 00:00:28', '<p><a rel="attachment wp-att-286" href="http://image-center.com/architecture/2011/commercial/easton-bell/attachment/aai-san-jose-ca-4/"><img class="aligncenter size-medium wp-image-286" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-081-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-285" href="http://image-center.com/architecture/2011/commercial/easton-bell/attachment/aai-san-jose-ca-3/"><img class="aligncenter size-medium wp-image-285" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-05-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-284" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-02-550x366.jpg" alt="" width="550" height="366" /></p>', 'Easton-Bell', 'Easton-Bell', 'inherit', 'open', 'open', '', '283-revision-11', '', '', '2011-02-26 00:00:28', '2011-02-26 00:00:28', '', 283, 'http://image-center.com/architecture/2011/uncategorized/283-revision-11/', 0, 'revision', '', 0),
(338, 1, '2011-02-26 00:01:51', '2011-02-26 00:01:51', '<p><a rel="attachment wp-att-286" href="http://image-center.com/architecture/2011/commercial/easton-bell/attachment/aai-san-jose-ca-4/"><img class="aligncenter size-medium wp-image-286" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-081-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-285" href="http://image-center.com/architecture/2011/commercial/easton-bell/attachment/aai-san-jose-ca-3/"><img class="aligncenter size-medium wp-image-285" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-05-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-284" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-02-550x366.jpg" alt="" width="550" height="366" /></p>', 'Easton-Bell', 'Easton-Bell', 'inherit', 'open', 'open', '', '283-revision-12', '', '', '2011-02-26 00:01:51', '2011-02-26 00:01:51', '', 283, 'http://image-center.com/architecture/2011/uncategorized/283-revision-12/', 0, 'revision', '', 0),
(339, 2, '2011-02-26 00:01:51', '2011-02-26 00:01:51', '<p><a rel="attachment wp-att-286" href="http://image-center.com/architecture/2011/commercial/easton-bell/attachment/aai-san-jose-ca-4/"><img class="aligncenter size-medium wp-image-286" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-081-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-285" href="http://image-center.com/architecture/2011/commercial/easton-bell/attachment/aai-san-jose-ca-3/"><img class="aligncenter size-medium wp-image-285" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-05-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-284" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-02-550x366.jpg" alt="" width="550" height="366" /></p>', 'Easton-Bell', 'Easton-Bell', 'inherit', 'open', 'open', '', '283-revision-13', '', '', '2011-02-26 00:01:51', '2011-02-26 00:01:51', '', 283, 'http://image-center.com/architecture/2011/uncategorized/283-revision-13/', 0, 'revision', '', 0),
(341, 1, '2011-02-26 00:10:38', '2011-02-26 00:10:38', '', 'Archive', '', 'publish', 'open', 'open', '', 'archive', '', '', '2011-02-26 00:11:00', '2011-02-26 00:11:00', '', 0, 'http://image-center.com/architecture/', 0, 'page', '', 0),
(342, 1, '2011-02-26 00:10:29', '2011-02-26 00:10:29', '', 'Archive', '', 'inherit', 'open', 'open', '', '341-revision', '', '', '2011-02-26 00:10:29', '2011-02-26 00:10:29', '', 341, 'http://image-center.com/architecture/2011/uncategorized/341-revision/', 0, 'revision', '', 0),
(343, 1, '2011-02-26 00:10:38', '2011-02-26 00:10:38', '', 'Archive', '', 'inherit', 'open', 'open', '', '341-revision-2', '', '', '2011-02-26 00:10:38', '2011-02-26 00:10:38', '', 341, 'http://image-center.com/architecture/2011/uncategorized/341-revision-2/', 0, 'revision', '', 0),
(350, 1, '2011-02-26 00:35:58', '2011-02-26 00:35:58', ' ', '', 'A Full Archive Of All Our Projects', 'publish', 'open', 'open', '', '350', '', '', '2011-02-26 00:38:50', '2011-02-26 00:38:50', '', 0, 'http://image-center.com/architecture/?p=350', 4, 'nav_menu_item', '', 0),
(347, 1, '2011-02-26 00:35:33', '2011-02-26 00:35:33', ' ', 'Biomedical', 'View My Biomedical Portfolio', 'publish', 'open', 'open', '', 'biomedical', '', '', '2011-02-28 14:38:15', '2011-02-28 22:38:15', '', 0, 'http://image-center.com/architecture/?p=347', 3, 'nav_menu_item', '', 0),
(348, 1, '2011-02-26 00:35:32', '2011-02-26 00:35:32', ' ', 'Residential', 'View My Residential Portfolio', 'publish', 'open', 'open', '', 'residential', '', '', '2011-02-28 14:38:14', '2011-02-28 22:38:14', '', 0, 'http://image-center.com/architecture/?p=348', 2, 'nav_menu_item', '', 0),
(349, 1, '2011-02-26 00:35:32', '2011-02-26 00:35:32', ' ', 'Commercial', 'View My Commercial Portfolio', 'publish', 'open', 'open', '', 'commercial', '', '', '2011-02-28 14:38:14', '2011-02-28 22:38:14', '', 0, 'http://image-center.com/architecture/?p=349', 1, 'nav_menu_item', '', 0),
(352, 2, '2011-02-26 07:18:18', '2011-02-26 07:18:18', '<p><img class="aligncenter size-medium wp-image-286" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-081-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><a rel="attachment wp-att-285" href="http://image-center.com/architecture/2011/commercial/easton-bell/attachment/aai-san-jose-ca-3/"><img class="aligncenter size-medium wp-image-285" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-05-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-284" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-02-550x366.jpg" alt="" width="550" height="366" /></p>', 'Easton-Bell', 'Easton-Bell, Scotts Valley, CA', 'inherit', 'open', 'open', '', '283-revision-16', '', '', '2011-02-26 07:18:18', '2011-02-26 07:18:18', '', 283, 'http://image-center.com/architecture/2011/uncategorized/283-revision-16/', 0, 'revision', '', 0),
(353, 1, '2011-02-25 15:33:44', '2011-02-25 15:33:44', '<p><a rel="attachment wp-att-138" href="http://image-center.com/architecture/2011/biomedical/veterinary-office/attachment/veterinarian-office-campbell-ca-4/"><img class="aligncenter size-medium wp-image-138" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-14-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-139" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-21-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><a rel="attachment wp-att-137" href="http://image-center.com/architecture/2011/biomedical/veterinary-office/attachment/veterinarian-office-campbell-ca-3/"><img class="aligncenter size-medium wp-image-137" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-09-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-136" href="http://image-center.com/architecture/2011/biomedical/veterinary-office/attachment/veterinarian-office-campbell-ca-2/"><img class="aligncenter size-medium wp-image-136" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-07-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-135" href="http://image-center.com/architecture/2011/biomedical/veterinary-office/attachment/veterinarian-office-campbell-ca/"><img class="aligncenter size-medium wp-image-135" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-02-365x550.jpg" alt="" width="365" height="550" /></a></p>', 'Veterinary Office', '', 'inherit', 'closed', 'open', '', '228-revision-7', '', '', '2011-02-25 15:33:44', '2011-02-25 15:33:44', '', 228, 'http://image-center.com/architecture/2011/uncategorized/228-revision-7/', 0, 'revision', '', 0),
(354, 1, '2011-02-26 15:09:13', '2011-02-26 15:09:13', '<p><a rel="attachment wp-att-138" href="http://image-center.com/architecture/2011/biomedical/veterinary-office/attachment/veterinarian-office-campbell-ca-4/"><img class="aligncenter size-medium wp-image-138" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-14-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-139" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-21-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><a rel="attachment wp-att-137" href="http://image-center.com/architecture/2011/biomedical/veterinary-office/attachment/veterinarian-office-campbell-ca-3/"><img class="aligncenter size-medium wp-image-137" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-09-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-136" href="http://image-center.com/architecture/2011/biomedical/veterinary-office/attachment/veterinarian-office-campbell-ca-2/"><img class="aligncenter size-medium wp-image-136" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-07-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-135" href="http://image-center.com/architecture/2011/biomedical/veterinary-office/attachment/veterinarian-office-campbell-ca/"><img class="aligncenter size-medium wp-image-135" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-02-365x550.jpg" alt="" width="365" height="550" /></a></p>', 'Veterinary Office', '', 'inherit', 'closed', 'open', '', '228-revision-8', '', '', '2011-02-26 15:09:13', '2011-02-26 15:09:13', '', 228, 'http://image-center.com/architecture/2011/uncategorized/228-revision-8/', 0, 'revision', '', 0),
(355, 1, '2011-02-25 08:01:03', '2011-02-25 08:01:03', '<p><img class="aligncenter size-medium wp-image-234" title="Valley Care Emegency, Pleasanton, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081103-021-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><a rel="attachment wp-att-232" href="http://image-center.com/architecture/2011/biomedical/valley-care-emergency/attachment/valley-care-emegency-pleasanton-ca-4/"><img class="aligncenter size-medium wp-image-232" title="Valley Care Emegency, Pleasanton, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081020-011-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-233" href="http://image-center.com/architecture/2011/biomedical/valley-care-emergency/attachment/valley-care-emegency-pleasanton-ca-5/"><img class="aligncenter size-medium wp-image-233" title="Valley Care Emegency, Pleasanton, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081020-021-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Valley Care Emergency', '', 'inherit', 'closed', 'open', '', '231-revision-3', '', '', '2011-02-25 08:01:03', '2011-02-25 08:01:03', '', 231, 'http://image-center.com/architecture/2011/uncategorized/231-revision-3/', 0, 'revision', '', 0),
(356, 1, '2011-02-26 15:09:39', '2011-02-26 15:09:39', '<p><img class="aligncenter size-medium wp-image-234" title="Valley Care Emegency, Pleasanton, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081103-021-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><a rel="attachment wp-att-232" href="http://image-center.com/architecture/2011/biomedical/valley-care-emergency/attachment/valley-care-emegency-pleasanton-ca-4/"><img class="aligncenter size-medium wp-image-232" title="Valley Care Emegency, Pleasanton, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081020-011-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-233" href="http://image-center.com/architecture/2011/biomedical/valley-care-emergency/attachment/valley-care-emegency-pleasanton-ca-5/"><img class="aligncenter size-medium wp-image-233" title="Valley Care Emegency, Pleasanton, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081020-021-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Valley Care Emergency', '', 'inherit', 'closed', 'open', '', '231-revision-4', '', '', '2011-02-26 15:09:39', '2011-02-26 15:09:39', '', 231, 'http://image-center.com/architecture/2011/uncategorized/231-revision-4/', 0, 'revision', '', 0),
(357, 1, '2011-02-26 07:18:20', '2011-02-26 07:18:20', '<p><img class="aligncenter size-medium wp-image-286" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-081-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><a rel="attachment wp-att-285" href="http://image-center.com/architecture/2011/commercial/easton-bell/attachment/aai-san-jose-ca-3/"><img class="aligncenter size-medium wp-image-285" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-05-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-284" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-02-550x366.jpg" alt="" width="550" height="366" /></p>', 'Easton-Bell', 'Easton-Bell, Scotts Valley, CA', 'inherit', 'closed', 'open', '', '283-revision-17', '', '', '2011-02-26 07:18:20', '2011-02-26 07:18:20', '', 283, 'http://image-center.com/architecture/2011/uncategorized/283-revision-17/', 0, 'revision', '', 0),
(358, 1, '2011-02-26 15:10:43', '2011-02-26 15:10:43', '<p><img class="aligncenter size-medium wp-image-286" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-081-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><a rel="attachment wp-att-285" href="http://image-center.com/architecture/2011/commercial/easton-bell/attachment/aai-san-jose-ca-3/"><img class="aligncenter size-medium wp-image-285" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-05-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-284" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-02-550x366.jpg" alt="" width="550" height="366" /></p>', 'Easton-Bell', 'Easton-Bell, Scotts Valley, CA', 'inherit', 'closed', 'open', '', '283-revision-18', '', '', '2011-02-26 15:10:43', '2011-02-26 15:10:43', '', 283, 'http://image-center.com/architecture/2011/uncategorized/283-revision-18/', 0, 'revision', '', 0),
(359, 1, '2011-02-25 15:40:17', '2011-02-25 15:40:17', '<p><a rel="attachment wp-att-275" href="http://image-center.com/architecture/2011/commercial/moore-foundation/attachment/hawley-peterson-snyder-mountain-view-ca-2/"><img class="aligncenter size-medium wp-image-275" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090313-01-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-278" href="http://image-center.com/architecture/2011/commercial/moore-foundation/attachment/hawley-peterson-snyder-mountain-view-ca-5/"><img class="aligncenter size-medium wp-image-278" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090516-11-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-276" href="http://image-center.com/architecture/2011/commercial/moore-foundation/attachment/hawley-peterson-snyder-mountain-view-ca-3/"><img class="aligncenter size-medium wp-image-276" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090313-05-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-277" href="http://image-center.com/architecture/2011/commercial/moore-foundation/attachment/hawley-peterson-snyder-mountain-view-ca-4/"><img class="aligncenter size-medium wp-image-277" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090313-06-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-301" href="http://image-center.com/architecture/2011/commercial/moore-foundation/attachment/hawley-peterson-snyder-mountain-view-ca-6/"><img class="aligncenter size-medium wp-image-301" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100108-08-366x550.jpg" alt="" width="366" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-302" href="http://image-center.com/architecture/2011/commercial/moore-foundation/attachment/hawley-peterson-snyder-mountain-view-ca-7/"><img class="aligncenter size-medium wp-image-302" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100108-10-550x366.jpg" alt="" width="550" height="366" /></a></p>', 'Moore Foundation', '', 'inherit', 'closed', 'open', '', '274-revision-7', '', '', '2011-02-25 15:40:17', '2011-02-25 15:40:17', '', 274, 'http://image-center.com/architecture/2011/uncategorized/274-revision-7/', 0, 'revision', '', 0),
(360, 1, '2011-02-26 15:10:50', '2011-02-26 15:10:50', '<p><a rel="attachment wp-att-275" href="http://image-center.com/architecture/2011/commercial/moore-foundation/attachment/hawley-peterson-snyder-mountain-view-ca-2/"><img class="aligncenter size-medium wp-image-275" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090313-01-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-278" href="http://image-center.com/architecture/2011/commercial/moore-foundation/attachment/hawley-peterson-snyder-mountain-view-ca-5/"><img class="aligncenter size-medium wp-image-278" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090516-11-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-276" href="http://image-center.com/architecture/2011/commercial/moore-foundation/attachment/hawley-peterson-snyder-mountain-view-ca-3/"><img class="aligncenter size-medium wp-image-276" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090313-05-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-277" href="http://image-center.com/architecture/2011/commercial/moore-foundation/attachment/hawley-peterson-snyder-mountain-view-ca-4/"><img class="aligncenter size-medium wp-image-277" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090313-06-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-301" href="http://image-center.com/architecture/2011/commercial/moore-foundation/attachment/hawley-peterson-snyder-mountain-view-ca-6/"><img class="aligncenter size-medium wp-image-301" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100108-08-366x550.jpg" alt="" width="366" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-302" href="http://image-center.com/architecture/2011/commercial/moore-foundation/attachment/hawley-peterson-snyder-mountain-view-ca-7/"><img class="aligncenter size-medium wp-image-302" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100108-10-550x366.jpg" alt="" width="550" height="366" /></a></p>', 'Moore Foundation', '', 'inherit', 'closed', 'open', '', '274-revision-8', '', '', '2011-02-26 15:10:50', '2011-02-26 15:10:50', '', 274, 'http://image-center.com/architecture/2011/uncategorized/274-revision-8/', 0, 'revision', '', 0);
INSERT INTO `wp_2posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(361, 1, '2011-02-25 15:23:47', '2011-02-25 15:23:47', '<p><a rel="attachment wp-att-269" href="http://image-center.com/architecture/2011/commercial/solyndra/attachment/solyndra/"><img class="aligncenter size-medium wp-image-269" title="Solyndra, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090307-04-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-271" href="http://image-center.com/architecture/2011/commercial/solyndra/attachment/solyndra-3/"><img class="aligncenter size-medium wp-image-271" title="Solyndra, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090307-12-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-270" href="http://image-center.com/architecture/2011/commercial/solyndra/attachment/solyndra-2/"><img class="aligncenter size-medium wp-image-270" title="Solyndra, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090307-09-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Solyndra', '', 'inherit', 'closed', 'open', '', '268-revision-7', '', '', '2011-02-25 15:23:47', '2011-02-25 15:23:47', '', 268, 'http://image-center.com/architecture/2011/uncategorized/268-revision-7/', 0, 'revision', '', 0),
(362, 1, '2011-02-26 15:11:00', '2011-02-26 15:11:00', '<p><a rel="attachment wp-att-269" href="http://image-center.com/architecture/2011/commercial/solyndra/attachment/solyndra/"><img class="aligncenter size-medium wp-image-269" title="Solyndra, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090307-04-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-271" href="http://image-center.com/architecture/2011/commercial/solyndra/attachment/solyndra-3/"><img class="aligncenter size-medium wp-image-271" title="Solyndra, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090307-12-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-270" href="http://image-center.com/architecture/2011/commercial/solyndra/attachment/solyndra-2/"><img class="aligncenter size-medium wp-image-270" title="Solyndra, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090307-09-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Solyndra', '', 'inherit', 'closed', 'open', '', '268-revision-8', '', '', '2011-02-26 15:11:00', '2011-02-26 15:11:00', '', 268, 'http://image-center.com/architecture/2011/uncategorized/268-revision-8/', 0, 'revision', '', 0),
(363, 1, '2011-02-25 15:24:00', '2011-02-25 15:24:00', '<p><a rel="attachment wp-att-263" href="http://image-center.com/architecture/2011/commercial/netflix/attachment/silicon-valley-glass-morgan-hill-ca-2/"><img class="aligncenter size-medium wp-image-263" title="Netflix, Los Gatos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-021-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-264" href="http://image-center.com/architecture/2011/commercial/netflix/attachment/silicon-valley-glass-morgan-hill-ca-3/"><img class="aligncenter size-medium wp-image-264" title="Netflix, Los Gatos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-04-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-265" href="http://image-center.com/architecture/2011/commercial/netflix/attachment/silicon-valley-glass-morgan-hill-ca-4/"><img class="aligncenter size-medium wp-image-265" title="Netflix, Los Gatos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-09-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Netflix', '', 'inherit', 'closed', 'open', '', '262-revision-5', '', '', '2011-02-25 15:24:00', '2011-02-25 15:24:00', '', 262, 'http://image-center.com/architecture/2011/uncategorized/262-revision-5/', 0, 'revision', '', 0),
(364, 1, '2011-02-26 15:11:22', '2011-02-26 15:11:22', '<p><a rel="attachment wp-att-263" href="http://image-center.com/architecture/2011/commercial/netflix/attachment/silicon-valley-glass-morgan-hill-ca-2/"><img class="aligncenter size-medium wp-image-263" title="Netflix, Los Gatos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-021-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-264" href="http://image-center.com/architecture/2011/commercial/netflix/attachment/silicon-valley-glass-morgan-hill-ca-3/"><img class="aligncenter size-medium wp-image-264" title="Netflix, Los Gatos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-04-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-265" href="http://image-center.com/architecture/2011/commercial/netflix/attachment/silicon-valley-glass-morgan-hill-ca-4/"><img class="aligncenter size-medium wp-image-265" title="Netflix, Los Gatos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-09-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Netflix', '', 'inherit', 'closed', 'open', '', '262-revision-6', '', '', '2011-02-26 15:11:22', '2011-02-26 15:11:22', '', 262, 'http://image-center.com/architecture/2011/uncategorized/262-revision-6/', 0, 'revision', '', 0),
(365, 1, '2011-02-26 15:12:27', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'open', '', '', '', '', '2011-02-26 15:12:27', '0000-00-00 00:00:00', '', 0, 'http://image-center.com/architecture/?p=365', 0, 'post', '', 0),
(366, 1, '2011-02-26 15:12:35', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'open', '', '', '', '', '2011-02-26 15:12:35', '0000-00-00 00:00:00', '', 0, 'http://image-center.com/architecture/?p=366', 0, 'post', '', 0),
(367, 1, '2011-02-25 15:04:06', '2011-02-25 15:04:06', '<p><img class="aligncenter size-medium wp-image-257" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-2-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-256" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-1-365x550.jpg" alt="" width="365" height="550" /><a rel="attachment wp-att-258" href="http://image-center.com/architecture/2011/commercial/private-foundation/attachment/private-foundation-palo-alto-ca-3/"></a></p>\r\n\r\n<p><a rel="attachment wp-att-258" href="http://image-center.com/architecture/2011/commercial/private-foundation/attachment/private-foundation-palo-alto-ca-3/"><img class="aligncenter size-medium wp-image-258" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-5-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-259" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-6-550x365.jpg" alt="" width="550" height="365" /></p>', 'Private Foundation', '', 'inherit', 'closed', 'open', '', '255-revision-3', '', '', '2011-02-25 15:04:06', '2011-02-25 15:04:06', '', 255, 'http://image-center.com/architecture/2011/uncategorized/255-revision-3/', 0, 'revision', '', 0),
(368, 1, '2011-02-26 15:13:18', '2011-02-26 15:13:18', '<p><img class="aligncenter size-medium wp-image-257" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-2-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-256" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-1-365x550.jpg" alt="" width="365" height="550" /><a rel="attachment wp-att-258" href="http://image-center.com/architecture/2011/commercial/private-foundation/attachment/private-foundation-palo-alto-ca-3/"></a></p>\r\n\r\n<p><a rel="attachment wp-att-258" href="http://image-center.com/architecture/2011/commercial/private-foundation/attachment/private-foundation-palo-alto-ca-3/"><img class="aligncenter size-medium wp-image-258" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-5-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-259" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-6-550x365.jpg" alt="" width="550" height="365" /></p>', 'Private Foundation', '', 'inherit', 'closed', 'open', '', '255-revision-4', '', '', '2011-02-26 15:13:18', '2011-02-26 15:13:18', '', 255, 'http://image-center.com/architecture/2011/uncategorized/255-revision-4/', 0, 'revision', '', 0),
(369, 1, '2011-02-25 08:03:45', '2011-02-25 08:03:45', '<p><a rel="attachment wp-att-238" href="http://image-center.com/architecture/2011/biomedical/dental-office/attachment/dentist-office-milpitas-ca-3/"><img class="aligncenter size-medium wp-image-238" title="Dentist Office, Milpitas CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/050425-F1-550x437.jpg" alt="" width="550" height="437" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-238" href="http://image-center.com/architecture/2011/biomedical/dental-office/attachment/dentist-office-milpitas-ca-3/"></a><a rel="attachment wp-att-239" href="http://image-center.com/architecture/2011/biomedical/dental-office/attachment/dentist-office-milpitas-ca-4/"><img class="aligncenter size-medium wp-image-239" title="Dentist Office, Milpitas CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/050425-H1-446x550.jpg" alt="" width="446" height="550" /></a></p>', 'Dental Office', '', 'inherit', 'closed', 'open', '', '237-revision-5', '', '', '2011-02-25 08:03:45', '2011-02-25 08:03:45', '', 237, 'http://image-center.com/architecture/2011/uncategorized/237-revision-5/', 0, 'revision', '', 0),
(370, 1, '2011-02-26 15:13:28', '2011-02-26 15:13:28', '<p><a rel="attachment wp-att-238" href="http://image-center.com/architecture/2011/biomedical/dental-office/attachment/dentist-office-milpitas-ca-3/"><img class="aligncenter size-medium wp-image-238" title="Dentist Office, Milpitas CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/050425-F1-550x437.jpg" alt="" width="550" height="437" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-238" href="http://image-center.com/architecture/2011/biomedical/dental-office/attachment/dentist-office-milpitas-ca-3/"></a><a rel="attachment wp-att-239" href="http://image-center.com/architecture/2011/biomedical/dental-office/attachment/dentist-office-milpitas-ca-4/"><img class="aligncenter size-medium wp-image-239" title="Dentist Office, Milpitas CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/050425-H1-446x550.jpg" alt="" width="446" height="550" /></a></p>', 'Dental Office', '', 'inherit', 'closed', 'open', '', '237-revision-6', '', '', '2011-02-26 15:13:28', '2011-02-26 15:13:28', '', 237, 'http://image-center.com/architecture/2011/uncategorized/237-revision-6/', 0, 'revision', '', 0),
(371, 1, '2011-02-25 08:09:51', '2011-02-25 08:09:51', '<p><a rel="attachment wp-att-140" href="http://image-center.com/architecture/2011/biomedical/el-camino-hospital-radiology/attachment/el-camino-hospital-radiology-mountain-view-ca/"><img class="aligncenter size-medium wp-image-140" title="El Camino Hospital Radiology, Mountain View, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100316-01-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-141" href="http://image-center.com/architecture/2011/biomedical/el-camino-hospital-radiology/attachment/el-camino-hospital-radiology-mountain-view-ca-2/"><img class="aligncenter size-medium wp-image-141" title="El Camino Hospital Radiology, Mountain View, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100316-041-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-142" href="http://image-center.com/architecture/2011/biomedical/el-camino-hospital-radiology/attachment/el-camino-hospital-radiology-mountain-view-ca-3/"><img class="aligncenter size-medium wp-image-142" title="El Camino Hospital Radiology, Mountain View, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100316-07-550x366.jpg" alt="" width="550" height="366" /></a></p>', 'El Camino Hospital Radiology', '', 'inherit', 'closed', 'open', '', '224-revision-5', '', '', '2011-02-25 08:09:51', '2011-02-25 08:09:51', '', 224, 'http://image-center.com/architecture/2011/uncategorized/224-revision-5/', 0, 'revision', '', 0),
(372, 1, '2011-02-26 15:14:08', '2011-02-26 15:14:08', '<p><a rel="attachment wp-att-140" href="http://image-center.com/architecture/2011/biomedical/el-camino-hospital-radiology/attachment/el-camino-hospital-radiology-mountain-view-ca/"><img class="aligncenter size-medium wp-image-140" title="El Camino Hospital Radiology, Mountain View, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100316-01-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-141" href="http://image-center.com/architecture/2011/biomedical/el-camino-hospital-radiology/attachment/el-camino-hospital-radiology-mountain-view-ca-2/"><img class="aligncenter size-medium wp-image-141" title="El Camino Hospital Radiology, Mountain View, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100316-041-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-142" href="http://image-center.com/architecture/2011/biomedical/el-camino-hospital-radiology/attachment/el-camino-hospital-radiology-mountain-view-ca-3/"><img class="aligncenter size-medium wp-image-142" title="El Camino Hospital Radiology, Mountain View, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100316-07-550x366.jpg" alt="" width="550" height="366" /></a></p>', 'El Camino Hospital Radiology', '', 'inherit', 'closed', 'open', '', '224-revision-6', '', '', '2011-02-26 15:14:08', '2011-02-26 15:14:08', '', 224, 'http://image-center.com/architecture/2011/uncategorized/224-revision-6/', 0, 'revision', '', 0),
(373, 1, '2011-02-25 07:49:04', '2011-02-25 07:49:04', '<p><a rel="attachment wp-att-147" href="http://image-center.com/architecture/2011/biomedical/california-cardiovascular-center/attachment/california-cardiovascular-consultants-fremont-ca-5/"><img class="aligncenter size-medium wp-image-147" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-10-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-143" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-02-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><a rel="attachment wp-att-144" href="http://image-center.com/architecture/2011/biomedical/california-cardiovascular-center/attachment/california-cardiovascular-consultants-fremont-ca-2/"><img class="aligncenter size-medium wp-image-144" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-03-366x550.jpg" alt="" width="366" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-145" href="http://image-center.com/architecture/2011/biomedical/california-cardiovascular-center/attachment/california-cardiovascular-consultants-fremont-ca-3/"><img class="aligncenter size-medium wp-image-145" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-07-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-146" href="http://image-center.com/architecture/2011/biomedical/california-cardiovascular-center/attachment/california-cardiovascular-consultants-fremont-ca-4/"><img class="aligncenter size-medium wp-image-146" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-09-366x550.jpg" alt="" width="366" height="550" /></a></p>', 'California Cardiovascular Consultants', '', 'inherit', 'closed', 'open', '', '217-revision-7', '', '', '2011-02-25 07:49:04', '2011-02-25 07:49:04', '', 217, 'http://image-center.com/architecture/2011/uncategorized/217-revision-7/', 0, 'revision', '', 0),
(374, 1, '2011-02-26 15:14:29', '2011-02-26 15:14:29', '<p><a rel="attachment wp-att-147" href="http://image-center.com/architecture/2011/biomedical/california-cardiovascular-center/attachment/california-cardiovascular-consultants-fremont-ca-5/"><img class="aligncenter size-medium wp-image-147" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-10-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-143" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-02-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><a rel="attachment wp-att-144" href="http://image-center.com/architecture/2011/biomedical/california-cardiovascular-center/attachment/california-cardiovascular-consultants-fremont-ca-2/"><img class="aligncenter size-medium wp-image-144" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-03-366x550.jpg" alt="" width="366" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-145" href="http://image-center.com/architecture/2011/biomedical/california-cardiovascular-center/attachment/california-cardiovascular-consultants-fremont-ca-3/"><img class="aligncenter size-medium wp-image-145" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-07-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-146" href="http://image-center.com/architecture/2011/biomedical/california-cardiovascular-center/attachment/california-cardiovascular-consultants-fremont-ca-4/"><img class="aligncenter size-medium wp-image-146" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-09-366x550.jpg" alt="" width="366" height="550" /></a></p>', 'California Cardiovascular Consultants', '', 'inherit', 'closed', 'open', '', '217-revision-8', '', '', '2011-02-26 15:14:29', '2011-02-26 15:14:29', '', 217, 'http://image-center.com/architecture/2011/uncategorized/217-revision-8/', 0, 'revision', '', 0),
(375, 1, '2011-02-25 07:42:18', '2011-02-25 07:42:18', '<p><a rel="attachment wp-att-150" href="http://image-center.com/architecture/menlo-park-residence/attachment/890-coleman-menlo-park-ca-2/"><img class="aligncenter size-medium wp-image-150" title="Menlo Park Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070512-N-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-149" href="http://image-center.com/architecture/menlo-park-residence/attachment/890-coleman-menlo-park-ca/"><img class="aligncenter size-medium wp-image-149" title="Menlo Park Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070512-F-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-148" href="http://image-center.com/architecture/menlo-park-residence/attachment/private-residence-ca/"><img class="aligncenter size-medium wp-image-148" title="Menlo Park Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070512-A-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Menlo Park Residence', '', 'inherit', 'closed', 'open', '', '214-revision-3', '', '', '2011-02-25 07:42:18', '2011-02-25 07:42:18', '', 214, 'http://image-center.com/architecture/2011/uncategorized/214-revision-3/', 0, 'revision', '', 0),
(376, 1, '2011-02-26 15:15:04', '2011-02-26 15:15:04', '<p><a rel="attachment wp-att-150" href="http://image-center.com/architecture/menlo-park-residence/attachment/890-coleman-menlo-park-ca-2/"><img class="aligncenter size-medium wp-image-150" title="Menlo Park Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070512-N-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-149" href="http://image-center.com/architecture/menlo-park-residence/attachment/890-coleman-menlo-park-ca/"><img class="aligncenter size-medium wp-image-149" title="Menlo Park Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070512-F-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-148" href="http://image-center.com/architecture/menlo-park-residence/attachment/private-residence-ca/"><img class="aligncenter size-medium wp-image-148" title="Menlo Park Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070512-A-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Menlo Park Residence', '', 'inherit', 'closed', 'open', '', '214-revision-4', '', '', '2011-02-26 15:15:04', '2011-02-26 15:15:04', '', 214, 'http://image-center.com/architecture/2011/uncategorized/214-revision-4/', 0, 'revision', '', 0),
(377, 1, '2011-02-25 07:29:33', '2011-02-25 07:29:33', '<p><a rel="attachment wp-att-156" href="http://image-center.com/architecture/hillsborough-residence/attachment/hawley-peterson-snyder-mountain-view-ca/"><img class="aligncenter size-medium wp-image-156" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080813-10-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-151" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-2/"><img class="aligncenter size-medium wp-image-151" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-C-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-152" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-3/"><img class="aligncenter size-medium wp-image-152" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-E-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-152" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-3/"></a><a rel="attachment wp-att-153" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-4/"><img class="aligncenter size-medium wp-image-153" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-I-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-155" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-6/"><img class="aligncenter size-medium wp-image-155" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-M-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-155" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-6/"></a><a rel="attachment wp-att-154" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-5/"><img class="aligncenter size-medium wp-image-154" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-L-365x550.jpg" alt="" width="365" height="550" /></a></p>', 'Hillsborough Residence', '', 'inherit', 'closed', 'open', '', '203-revision-5', '', '', '2011-02-25 07:29:33', '2011-02-25 07:29:33', '', 203, 'http://image-center.com/architecture/2011/uncategorized/203-revision-5/', 0, 'revision', '', 0),
(378, 1, '2011-02-26 15:15:21', '2011-02-26 15:15:21', '<p><a rel="attachment wp-att-156" href="http://image-center.com/architecture/hillsborough-residence/attachment/hawley-peterson-snyder-mountain-view-ca/"><img class="aligncenter size-medium wp-image-156" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080813-10-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-151" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-2/"><img class="aligncenter size-medium wp-image-151" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-C-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-152" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-3/"><img class="aligncenter size-medium wp-image-152" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-E-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-152" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-3/"></a><a rel="attachment wp-att-153" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-4/"><img class="aligncenter size-medium wp-image-153" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-I-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-155" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-6/"><img class="aligncenter size-medium wp-image-155" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-M-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-155" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-6/"></a><a rel="attachment wp-att-154" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-5/"><img class="aligncenter size-medium wp-image-154" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-L-365x550.jpg" alt="" width="365" height="550" /></a></p>', 'Hillsborough Residence', '', 'inherit', 'closed', 'open', '', '203-revision-6', '', '', '2011-02-26 15:15:21', '2011-02-26 15:15:21', '', 203, 'http://image-center.com/architecture/2011/uncategorized/203-revision-6/', 0, 'revision', '', 0),
(379, 1, '2011-02-25 07:23:12', '2011-02-25 07:23:12', '<p><img class="aligncenter size-medium wp-image-157" title="Nob Hill Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090702-03-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-158" title="Nob Hill Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090702-10-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-159" title="Nob Hill Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090702-14-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><a rel="attachment wp-att-160" href="http://image-center.com/architecture/2011/residential/nob-hill-residence/attachment/nob-hill-private-residence-4/"><img class="aligncenter size-medium wp-image-160" title="Nob Hill Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090702-20-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-161" href="http://image-center.com/architecture/2011/residential/nob-hill-residence/attachment/nob-hill-private-residence-5/"><img class="aligncenter size-medium wp-image-161" title="Nob Hill Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090702-22-365x550.jpg" alt="" width="365" height="550" /></a></p>', 'Nob Hill Residence', '', 'inherit', 'closed', 'open', '', '200-revision-3', '', '', '2011-02-25 07:23:12', '2011-02-25 07:23:12', '', 200, 'http://image-center.com/architecture/2011/uncategorized/200-revision-3/', 0, 'revision', '', 0),
(380, 1, '2011-02-26 15:15:45', '2011-02-26 15:15:45', '<p><img class="aligncenter size-medium wp-image-157" title="Nob Hill Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090702-03-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-158" title="Nob Hill Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090702-10-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-159" title="Nob Hill Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090702-14-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><a rel="attachment wp-att-160" href="http://image-center.com/architecture/2011/residential/nob-hill-residence/attachment/nob-hill-private-residence-4/"><img class="aligncenter size-medium wp-image-160" title="Nob Hill Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090702-20-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-161" href="http://image-center.com/architecture/2011/residential/nob-hill-residence/attachment/nob-hill-private-residence-5/"><img class="aligncenter size-medium wp-image-161" title="Nob Hill Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090702-22-365x550.jpg" alt="" width="365" height="550" /></a></p>', 'Nob Hill Residence', '', 'inherit', 'closed', 'open', '', '200-revision-4', '', '', '2011-02-26 15:15:45', '2011-02-26 15:15:45', '', 200, 'http://image-center.com/architecture/2011/uncategorized/200-revision-4/', 0, 'revision', '', 0),
(381, 1, '2011-02-25 07:37:21', '2011-02-25 07:37:21', '<p><br />\r\n<a rel="attachment wp-att-162" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca/"><img class="aligncenter size-medium wp-image-162" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-06-366x550.jpg" alt="" width="366" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-164" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca-3/"><img class="aligncenter size-medium wp-image-164" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-12-366x550.jpg" alt="" width="366" height="550" /></a></p>\r\n\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-163" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-11-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><a rel="attachment wp-att-165" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca-4/"><img class="aligncenter size-medium wp-image-165" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-16-366x550.jpg" alt="" width="366" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-166" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca-5/"><img class="aligncenter size-medium wp-image-166" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-17-366x550.jpg" alt="" width="366" height="550" /></a></p>', 'Morris Residence', '', 'inherit', 'closed', 'open', '', '195-revision-9', '', '', '2011-02-25 07:37:21', '2011-02-25 07:37:21', '', 195, 'http://image-center.com/architecture/2011/uncategorized/195-revision-9/', 0, 'revision', '', 0),
(382, 1, '2011-02-26 15:15:54', '2011-02-26 15:15:54', '<p><br />\r\n<a rel="attachment wp-att-162" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca/"><img class="aligncenter size-medium wp-image-162" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-06-366x550.jpg" alt="" width="366" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-164" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca-3/"><img class="aligncenter size-medium wp-image-164" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-12-366x550.jpg" alt="" width="366" height="550" /></a></p>\r\n\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-163" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-11-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><a rel="attachment wp-att-165" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca-4/"><img class="aligncenter size-medium wp-image-165" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-16-366x550.jpg" alt="" width="366" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-166" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca-5/"><img class="aligncenter size-medium wp-image-166" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-17-366x550.jpg" alt="" width="366" height="550" /></a></p>', 'Morris Residence', '', 'inherit', 'closed', 'open', '', '195-revision-10', '', '', '2011-02-26 15:15:54', '2011-02-26 15:15:54', '', 195, 'http://image-center.com/architecture/2011/uncategorized/195-revision-10/', 0, 'revision', '', 0),
(383, 1, '2011-02-25 14:58:16', '2011-02-25 14:58:17', '<p><a rel="attachment wp-att-249" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices/"><img class="aligncenter size-medium wp-image-249" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-A-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-250" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices-2/"><img class="aligncenter size-medium wp-image-250" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-F-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-251" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices-3/"><img class="aligncenter size-medium wp-image-251" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-H-365x550.jpg" alt="" width="365" height="550" /></a><a rel="attachment wp-att-252" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices-4/"></a></p>\r\n\r\n<p><a rel="attachment wp-att-252" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices-4/"><img class="aligncenter size-medium wp-image-252" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-I-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'R&S Construction', '', 'inherit', 'closed', 'open', '', '248-revision-3', '', '', '2011-02-25 14:58:16', '2011-02-25 14:58:17', '', 248, 'http://image-center.com/architecture/2011/uncategorized/248-revision-3/', 0, 'revision', '', 0),
(384, 1, '2011-02-26 15:16:20', '2011-02-26 15:16:20', '<p><a rel="attachment wp-att-249" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices/"><img class="aligncenter size-medium wp-image-249" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-A-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-250" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices-2/"><img class="aligncenter size-medium wp-image-250" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-F-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-251" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices-3/"><img class="aligncenter size-medium wp-image-251" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-H-365x550.jpg" alt="" width="365" height="550" /></a><a rel="attachment wp-att-252" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices-4/"></a></p>\r\n\r\n<p><a rel="attachment wp-att-252" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices-4/"><img class="aligncenter size-medium wp-image-252" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-I-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'R&S Construction', '', 'inherit', 'closed', 'open', '', '248-revision-4', '', '', '2011-02-26 15:16:20', '2011-02-26 15:16:20', '', 248, 'http://image-center.com/architecture/2011/uncategorized/248-revision-4/', 0, 'revision', '', 0),
(386, 1, '2011-02-26 15:48:12', '2011-02-26 15:48:12', '', 'testtttttttttttt', '', 'trash', 'closed', 'open', '', 'testtttttttttttt', '', '', '2011-02-26 15:48:31', '2011-02-26 15:48:31', '', 0, 'http://image-center.com/architecture/?p=386', 0, 'post', '', 0),
(387, 1, '2011-02-26 15:18:15', '2011-02-26 15:18:15', '', 'Auto Draft', '', 'inherit', 'closed', 'open', '', '386-revision', '', '', '2011-02-26 15:18:15', '2011-02-26 15:18:15', '', 386, 'http://image-center.com/architecture/2011/uncategorized/386-revision/', 0, 'revision', '', 0),
(388, 1, '2011-02-26 15:48:12', '2011-02-26 15:48:12', '', 'testtttttttttttt', '', 'inherit', 'closed', 'open', '', '386-revision-2', '', '', '2011-02-26 15:48:12', '2011-02-26 15:48:12', '', 386, 'http://image-center.com/architecture/2011/uncategorized/386-revision-2/', 0, 'revision', '', 0),
(389, 2, '2011-02-26 15:10:48', '2011-02-26 15:10:48', '<p><img class="aligncenter size-medium wp-image-286" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-081-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><a rel="attachment wp-att-285" href="http://image-center.com/architecture/2011/commercial/easton-bell/attachment/aai-san-jose-ca-3/"><img class="aligncenter size-medium wp-image-285" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-05-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-284" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-02-550x366.jpg" alt="" width="550" height="366" /></p>', 'Easton-Bell', 'Easton-Bell, Scotts Valley, CA', 'inherit', 'closed', 'open', '', '283-revision-19', '', '', '2011-02-26 15:10:48', '2011-02-26 15:10:48', '', 283, 'http://image-center.com/architecture/2011/uncategorized/283-revision-19/', 0, 'revision', '', 0),
(390, 2, '2011-02-26 17:09:37', '2011-02-27 01:09:37', '<p style="text-align: center;">Easton-Bell, Scotts Valley, CA - Helmet design and testing facility</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-286" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-081-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-285" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-05-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-284" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-02-550x366.jpg" alt="" width="550" height="366" /></p>', 'Easton-Bell', 'Easton-Bell, Scotts Valley, CA - Helmet design and testing facility', 'inherit', 'closed', 'open', '', '283-revision-20', '', '', '2011-02-26 17:09:37', '2011-02-27 01:09:37', '', 283, 'http://image-center.com/architecture/2011/uncategorized/283-revision-20/', 0, 'revision', '', 0),
(391, 2, '2011-02-26 17:12:20', '2011-02-27 01:12:20', '<p style="text-align: center;">Easton-Bell, Scotts Valley, CA</p>\r\n\r\n<p style="text-align: center;">Helmet design and testing facility</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-286" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-081-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-285" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-05-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-284" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-02-550x366.jpg" alt="" width="550" height="366" /></p>', 'Easton-Bell', 'Easton-Bell, Scotts Valley, CA - Helmet design and testing facility', 'inherit', 'closed', 'open', '', '283-revision-21', '', '', '2011-02-26 17:12:20', '2011-02-27 01:12:20', '', 283, 'http://image-center.com/architecture/2011/uncategorized/283-revision-21/', 0, 'revision', '', 0),
(392, 2, '2011-02-27 19:59:28', '2011-02-28 03:59:28', '<p style="text-align: center;"><strong>Easton-Bell, Scotts Valley, CA</strong></p>\r\n\r\n<p style="text-align: center;">Helmet design and testing facility</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-286" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-081-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-285" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-05-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-284" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-02-550x366.jpg" alt="" width="550" height="366" /></p>', 'Easton-Bell', 'Easton-Bell, Scotts Valley, CA - Helmet design and testing facility', 'inherit', 'closed', 'open', '', '283-revision-22', '', '', '2011-02-27 19:59:28', '2011-02-28 03:59:28', '', 283, 'http://image-center.com/architecture/2011/uncategorized/283-revision-22/', 0, 'revision', '', 0),
(393, 2, '2011-02-26 15:10:51', '2011-02-26 15:10:51', '<p><a rel="attachment wp-att-275" href="http://image-center.com/architecture/2011/commercial/moore-foundation/attachment/hawley-peterson-snyder-mountain-view-ca-2/"><img class="aligncenter size-medium wp-image-275" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090313-01-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-278" href="http://image-center.com/architecture/2011/commercial/moore-foundation/attachment/hawley-peterson-snyder-mountain-view-ca-5/"><img class="aligncenter size-medium wp-image-278" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090516-11-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-276" href="http://image-center.com/architecture/2011/commercial/moore-foundation/attachment/hawley-peterson-snyder-mountain-view-ca-3/"><img class="aligncenter size-medium wp-image-276" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090313-05-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-277" href="http://image-center.com/architecture/2011/commercial/moore-foundation/attachment/hawley-peterson-snyder-mountain-view-ca-4/"><img class="aligncenter size-medium wp-image-277" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090313-06-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-301" href="http://image-center.com/architecture/2011/commercial/moore-foundation/attachment/hawley-peterson-snyder-mountain-view-ca-6/"><img class="aligncenter size-medium wp-image-301" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100108-08-366x550.jpg" alt="" width="366" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-302" href="http://image-center.com/architecture/2011/commercial/moore-foundation/attachment/hawley-peterson-snyder-mountain-view-ca-7/"><img class="aligncenter size-medium wp-image-302" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100108-10-550x366.jpg" alt="" width="550" height="366" /></a></p>', 'Moore Foundation', '', 'inherit', 'closed', 'open', '', '274-revision-9', '', '', '2011-02-26 15:10:51', '2011-02-26 15:10:51', '', 274, 'http://image-center.com/architecture/2011/uncategorized/274-revision-9/', 0, 'revision', '', 0),
(415, 2, '2011-02-27 20:35:40', '2011-02-28 04:35:40', '<p style="text-align: center;"><strong>Netflix, Los Gatos, CA</strong></p>\n\n<p style="text-align: center;">Corporate Headquarters</p>\n\n<p style="text-align: center;"><img class="size-medium wp-image-263  aligncenter" title="Netflix, Los Gatos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-021-550x365.jpg" alt="" width="550" height="365" /></p>\n\n<p><img class="aligncenter size-medium wp-image-264" title="Netflix, Los Gatos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-04-365x550.jpg" alt="" width="365" height="550" /></p>\n\n<p><img class="aligncenter size-medium wp-image-265" title="Netflix, Los Gatos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-09-550x365.jpg" alt="" width="550" height="365" /></p>', 'Netflix', '', 'inherit', 'closed', 'open', '', '262-autosave', '', '', '2011-02-27 20:35:40', '2011-02-28 04:35:40', '', 262, 'http://image-center.com/architecture/2011/uncategorized/262-autosave/', 0, 'revision', '', 0);
INSERT INTO `wp_2posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(394, 2, '2011-02-27 20:05:56', '2011-02-28 04:05:56', '<p style="text-align: center;"><strong>Moore Foundation, Palo Alto, CA</strong></p>\r\n\r\n<p style="text-align: center;">Foundation Headquarters</p>\r\n\r\n<p><a rel="attachment wp-att-275" href="http://image-center.com/architecture/2011/commercial/moore-foundation/attachment/hawley-peterson-snyder-mountain-view-ca-2/"><img class="aligncenter size-medium wp-image-275" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090313-01-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-278" href="http://image-center.com/architecture/2011/commercial/moore-foundation/attachment/hawley-peterson-snyder-mountain-view-ca-5/"><img class="aligncenter size-medium wp-image-278" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090516-11-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-276" href="http://image-center.com/architecture/2011/commercial/moore-foundation/attachment/hawley-peterson-snyder-mountain-view-ca-3/"><img class="aligncenter size-medium wp-image-276" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090313-05-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-277" href="http://image-center.com/architecture/2011/commercial/moore-foundation/attachment/hawley-peterson-snyder-mountain-view-ca-4/"><img class="aligncenter size-medium wp-image-277" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090313-06-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-301" href="http://image-center.com/architecture/2011/commercial/moore-foundation/attachment/hawley-peterson-snyder-mountain-view-ca-6/"><img class="aligncenter size-medium wp-image-301" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100108-08-366x550.jpg" alt="" width="366" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-302" href="http://image-center.com/architecture/2011/commercial/moore-foundation/attachment/hawley-peterson-snyder-mountain-view-ca-7/"><img class="aligncenter size-medium wp-image-302" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100108-10-550x366.jpg" alt="" width="550" height="366" /></a></p>', 'Moore Foundation', '', 'inherit', 'closed', 'open', '', '274-revision-10', '', '', '2011-02-27 20:05:56', '2011-02-28 04:05:56', '', 274, 'http://image-center.com/architecture/2011/uncategorized/274-revision-10/', 0, 'revision', '', 0),
(395, 2, '2011-02-26 15:11:01', '2011-02-26 15:11:01', '<p><a rel="attachment wp-att-269" href="http://image-center.com/architecture/2011/commercial/solyndra/attachment/solyndra/"><img class="aligncenter size-medium wp-image-269" title="Solyndra, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090307-04-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-271" href="http://image-center.com/architecture/2011/commercial/solyndra/attachment/solyndra-3/"><img class="aligncenter size-medium wp-image-271" title="Solyndra, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090307-12-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-270" href="http://image-center.com/architecture/2011/commercial/solyndra/attachment/solyndra-2/"><img class="aligncenter size-medium wp-image-270" title="Solyndra, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090307-09-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Solyndra', '', 'inherit', 'closed', 'open', '', '268-revision-9', '', '', '2011-02-26 15:11:01', '2011-02-26 15:11:01', '', 268, 'http://image-center.com/architecture/2011/uncategorized/268-revision-9/', 0, 'revision', '', 0),
(414, 2, '2011-02-27 20:05:57', '2011-02-28 04:05:57', '<p style="text-align: center;"><strong>Moore Foundation, Palo Alto, CA</strong></p>\r\n\r\n<p style="text-align: center;">Foundation Headquarters</p>\r\n\r\n<p><a rel="attachment wp-att-275" href="http://image-center.com/architecture/2011/commercial/moore-foundation/attachment/hawley-peterson-snyder-mountain-view-ca-2/"><img class="aligncenter size-medium wp-image-275" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090313-01-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-278" href="http://image-center.com/architecture/2011/commercial/moore-foundation/attachment/hawley-peterson-snyder-mountain-view-ca-5/"><img class="aligncenter size-medium wp-image-278" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090516-11-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-276" href="http://image-center.com/architecture/2011/commercial/moore-foundation/attachment/hawley-peterson-snyder-mountain-view-ca-3/"><img class="aligncenter size-medium wp-image-276" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090313-05-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-277" href="http://image-center.com/architecture/2011/commercial/moore-foundation/attachment/hawley-peterson-snyder-mountain-view-ca-4/"><img class="aligncenter size-medium wp-image-277" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090313-06-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-301" href="http://image-center.com/architecture/2011/commercial/moore-foundation/attachment/hawley-peterson-snyder-mountain-view-ca-6/"><img class="aligncenter size-medium wp-image-301" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100108-08-366x550.jpg" alt="" width="366" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-302" href="http://image-center.com/architecture/2011/commercial/moore-foundation/attachment/hawley-peterson-snyder-mountain-view-ca-7/"><img class="aligncenter size-medium wp-image-302" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100108-10-550x366.jpg" alt="" width="550" height="366" /></a></p>', 'Moore Foundation', '', 'inherit', 'closed', 'open', '', '274-revision-11', '', '', '2011-02-27 20:05:57', '2011-02-28 04:05:57', '', 274, 'http://image-center.com/architecture/2011/uncategorized/274-revision-11/', 0, 'revision', '', 0),
(396, 2, '2011-02-27 20:11:19', '2011-02-28 04:11:19', '<p style="text-align: center;"><strong>Solyndra, Fremont, CA</strong></p>\r\n\r\n<p style="text-align: center;">Corporate Headquarters</p>\r\n\r\n<p style="text-align: center;"><a rel="attachment wp-att-269" href="http://image-center.com/architecture/2011/commercial/solyndra/attachment/solyndra/"><img class="aligncenter size-medium wp-image-269" title="Solyndra, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090307-04-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p style="text-align: center;"><a rel="attachment wp-att-271" href="http://image-center.com/architecture/2011/commercial/solyndra/attachment/solyndra-3/"><img class="aligncenter size-medium wp-image-271" title="Solyndra, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090307-12-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p style="text-align: center;"><a rel="attachment wp-att-270" href="http://image-center.com/architecture/2011/commercial/solyndra/attachment/solyndra-2/"><img class="aligncenter size-medium wp-image-270" title="Solyndra, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090307-09-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Solyndra', '', 'inherit', 'closed', 'open', '', '268-revision-10', '', '', '2011-02-27 20:11:19', '2011-02-28 04:11:19', '', 268, 'http://image-center.com/architecture/2011/uncategorized/268-revision-10/', 0, 'revision', '', 0),
(397, 2, '2011-02-26 15:11:28', '2011-02-26 15:11:28', '<p><a rel="attachment wp-att-263" href="http://image-center.com/architecture/2011/commercial/netflix/attachment/silicon-valley-glass-morgan-hill-ca-2/"><img class="aligncenter size-medium wp-image-263" title="Netflix, Los Gatos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-021-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-264" href="http://image-center.com/architecture/2011/commercial/netflix/attachment/silicon-valley-glass-morgan-hill-ca-3/"><img class="aligncenter size-medium wp-image-264" title="Netflix, Los Gatos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-04-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-265" href="http://image-center.com/architecture/2011/commercial/netflix/attachment/silicon-valley-glass-morgan-hill-ca-4/"><img class="aligncenter size-medium wp-image-265" title="Netflix, Los Gatos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-09-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Netflix', '', 'inherit', 'closed', 'open', '', '262-revision-7', '', '', '2011-02-26 15:11:28', '2011-02-26 15:11:28', '', 262, 'http://image-center.com/architecture/2011/uncategorized/262-revision-7/', 0, 'revision', '', 0),
(413, 2, '2011-02-27 20:11:20', '2011-02-28 04:11:20', '<p style="text-align: center;"><strong>Solyndra, Fremont, CA</strong></p>\r\n\r\n<p style="text-align: center;">Corporate Headquarters</p>\r\n\r\n<p style="text-align: center;"><a rel="attachment wp-att-269" href="http://image-center.com/architecture/2011/commercial/solyndra/attachment/solyndra/"><img class="aligncenter size-medium wp-image-269" title="Solyndra, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090307-04-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p style="text-align: center;"><a rel="attachment wp-att-271" href="http://image-center.com/architecture/2011/commercial/solyndra/attachment/solyndra-3/"><img class="aligncenter size-medium wp-image-271" title="Solyndra, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090307-12-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p style="text-align: center;"><a rel="attachment wp-att-270" href="http://image-center.com/architecture/2011/commercial/solyndra/attachment/solyndra-2/"><img class="aligncenter size-medium wp-image-270" title="Solyndra, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090307-09-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Solyndra', '', 'inherit', 'closed', 'open', '', '268-revision-11', '', '', '2011-02-27 20:11:20', '2011-02-28 04:11:20', '', 268, 'http://image-center.com/architecture/2011/uncategorized/268-revision-11/', 0, 'revision', '', 0),
(398, 2, '2011-02-27 20:15:57', '2011-02-28 04:15:57', '<p style="text-align: center;"><strong>Netflix, Los Gatos, CA</strong></p>\r\n\r\n<p style="text-align: center;">Corporate Headquarters</p>\r\n\r\n<p style="text-align: center;"><a rel="attachment wp-att-263" href="http://image-center.com/architecture/2011/commercial/netflix/attachment/silicon-valley-glass-morgan-hill-ca-2/"><img class="size-medium wp-image-263  aligncenter" title="Netflix, Los Gatos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-021-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-264" href="http://image-center.com/architecture/2011/commercial/netflix/attachment/silicon-valley-glass-morgan-hill-ca-3/"><img class="aligncenter size-medium wp-image-264" title="Netflix, Los Gatos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-04-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-265" href="http://image-center.com/architecture/2011/commercial/netflix/attachment/silicon-valley-glass-morgan-hill-ca-4/"><img class="aligncenter size-medium wp-image-265" title="Netflix, Los Gatos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-09-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Netflix', '', 'inherit', 'closed', 'open', '', '262-revision-8', '', '', '2011-02-27 20:15:57', '2011-02-28 04:15:57', '', 262, 'http://image-center.com/architecture/2011/uncategorized/262-revision-8/', 0, 'revision', '', 0),
(399, 2, '2011-02-26 15:16:21', '2011-02-26 15:16:21', '<p><a rel="attachment wp-att-249" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices/"><img class="aligncenter size-medium wp-image-249" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-A-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-250" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices-2/"><img class="aligncenter size-medium wp-image-250" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-F-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-251" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices-3/"><img class="aligncenter size-medium wp-image-251" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-H-365x550.jpg" alt="" width="365" height="550" /></a><a rel="attachment wp-att-252" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices-4/"></a></p>\r\n\r\n<p><a rel="attachment wp-att-252" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices-4/"><img class="aligncenter size-medium wp-image-252" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-I-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'R&S Construction', '', 'inherit', 'closed', 'open', '', '248-revision-5', '', '', '2011-02-26 15:16:21', '2011-02-26 15:16:21', '', 248, 'http://image-center.com/architecture/2011/uncategorized/248-revision-5/', 0, 'revision', '', 0),
(400, 2, '2011-02-27 20:19:38', '2011-02-28 04:19:38', '<p style="text-align: center;">R &amp; S Construction, Foster City, CA</p>\r\n\r\n<p style="text-align: center;">Corporate headquarters</p>\r\n\r\n<p><a rel="attachment wp-att-249" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices/"><img class="aligncenter size-medium wp-image-249" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-A-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-250" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices-2/"><img class="aligncenter size-medium wp-image-250" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-F-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-251" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices-3/"><img class="aligncenter size-medium wp-image-251" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-H-365x550.jpg" alt="" width="365" height="550" /></a><a rel="attachment wp-att-252" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices-4/"></a></p>\r\n\r\n<p><a rel="attachment wp-att-252" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices-4/"><img class="aligncenter size-medium wp-image-252" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-I-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'R & S Construction', '', 'inherit', 'closed', 'open', '', '248-revision-6', '', '', '2011-02-27 20:19:38', '2011-02-28 04:19:38', '', 248, 'http://image-center.com/architecture/2011/uncategorized/248-revision-6/', 0, 'revision', '', 0),
(401, 2, '2011-02-27 20:19:38', '2011-02-28 04:19:38', '<p style="text-align: center;">R &amp; S Construction, Foster City, CA</p>\r\n\r\n<p style="text-align: center;">Corporate headquarters</p>\r\n\r\n<p><a rel="attachment wp-att-249" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices/"><img class="aligncenter size-medium wp-image-249" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-A-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-250" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices-2/"><img class="aligncenter size-medium wp-image-250" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-F-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-251" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices-3/"><img class="aligncenter size-medium wp-image-251" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-H-365x550.jpg" alt="" width="365" height="550" /></a><a rel="attachment wp-att-252" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices-4/"></a></p>\r\n\r\n<p><a rel="attachment wp-att-252" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices-4/"><img class="aligncenter size-medium wp-image-252" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-I-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'R & S Construction', '', 'inherit', 'closed', 'open', '', '248-revision-7', '', '', '2011-02-27 20:19:38', '2011-02-28 04:19:38', '', 248, 'http://image-center.com/architecture/2011/uncategorized/248-revision-7/', 0, 'revision', '', 0),
(410, 2, '2011-02-27 20:25:57', '2011-02-28 04:25:57', '<p style="text-align: center;"><strong>R &amp; S Construction, Foster City, CA</strong></p>\r\n\r\n<p style="text-align: center;">Corporate headquarters</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-249" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-A-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-250" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-F-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-251" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-H-365x550.jpg" alt="" width="365" height="550" /><a rel="attachment wp-att-252" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices-4/"></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-252" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-I-550x365.jpg" alt="" width="550" height="365" /></p>', 'R & S Construction', '', 'inherit', 'closed', 'open', '', '248-revision-12', '', '', '2011-02-27 20:25:57', '2011-02-28 04:25:57', '', 248, 'http://image-center.com/architecture/2011/uncategorized/248-revision-12/', 0, 'revision', '', 0),
(402, 2, '2011-02-27 20:19:50', '2011-02-28 04:19:50', '<p style="text-align: center;"><strong>R &amp; S Construction, Foster City, CA</strong></p>\r\n\r\n<p style="text-align: center;">Corporate headquarters</p>\r\n\r\n<p><a rel="attachment wp-att-249" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices/"><img class="aligncenter size-medium wp-image-249" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-A-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-250" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices-2/"><img class="aligncenter size-medium wp-image-250" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-F-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-251" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices-3/"><img class="aligncenter size-medium wp-image-251" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-H-365x550.jpg" alt="" width="365" height="550" /></a><a rel="attachment wp-att-252" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices-4/"></a></p>\r\n\r\n<p><a rel="attachment wp-att-252" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices-4/"><img class="aligncenter size-medium wp-image-252" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-I-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'R & S Construction', '', 'inherit', 'closed', 'open', '', '248-revision-8', '', '', '2011-02-27 20:19:50', '2011-02-28 04:19:50', '', 248, 'http://image-center.com/architecture/2011/uncategorized/248-revision-8/', 0, 'revision', '', 0),
(403, 2, '2011-02-27 20:19:51', '2011-02-28 04:19:51', '<p style="text-align: center;"><strong>R &amp; S Construction, Foster City, CA</strong></p>\r\n\r\n<p style="text-align: center;">Corporate headquarters</p>\r\n\r\n<p><a rel="attachment wp-att-249" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices/"><img class="aligncenter size-medium wp-image-249" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-A-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-250" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices-2/"><img class="aligncenter size-medium wp-image-250" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-F-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-251" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices-3/"><img class="aligncenter size-medium wp-image-251" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-H-365x550.jpg" alt="" width="365" height="550" /></a><a rel="attachment wp-att-252" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices-4/"></a></p>\r\n\r\n<p><a rel="attachment wp-att-252" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices-4/"><img class="aligncenter size-medium wp-image-252" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-I-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'R & S Construction', '', 'inherit', 'closed', 'open', '', '248-revision-9', '', '', '2011-02-27 20:19:51', '2011-02-28 04:19:51', '', 248, 'http://image-center.com/architecture/2011/uncategorized/248-revision-9/', 0, 'revision', '', 0),
(404, 2, '2011-02-27 20:20:54', '2011-02-28 04:20:54', '<p style="text-align: center;"><strong>R &amp; S Construction, Foster City, CA</strong></p>\r\n\r\n<p style="text-align: center;">Corporate headquarters</p>\r\n\r\n<p><a rel="attachment wp-att-249" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices/"><img class="aligncenter size-medium wp-image-249" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-A-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-250" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices-2/"><img class="aligncenter size-medium wp-image-250" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-F-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-251" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices-3/"><img class="aligncenter size-medium wp-image-251" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-H-365x550.jpg" alt="" width="365" height="550" /></a><a rel="attachment wp-att-252" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices-4/"></a></p>\r\n\r\n<p><a rel="attachment wp-att-252" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices-4/"><img class="aligncenter size-medium wp-image-252" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-I-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'R & S Construction', '', 'inherit', 'closed', 'open', '', '248-revision-10', '', '', '2011-02-27 20:20:54', '2011-02-28 04:20:54', '', 248, 'http://image-center.com/architecture/2011/uncategorized/248-revision-10/', 0, 'revision', '', 0),
(405, 2, '2011-02-26 15:13:20', '2011-02-26 15:13:20', '<p><img class="aligncenter size-medium wp-image-257" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-2-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-256" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-1-365x550.jpg" alt="" width="365" height="550" /><a rel="attachment wp-att-258" href="http://image-center.com/architecture/2011/commercial/private-foundation/attachment/private-foundation-palo-alto-ca-3/"></a></p>\r\n\r\n<p><a rel="attachment wp-att-258" href="http://image-center.com/architecture/2011/commercial/private-foundation/attachment/private-foundation-palo-alto-ca-3/"><img class="aligncenter size-medium wp-image-258" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-5-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-259" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-6-550x365.jpg" alt="" width="550" height="365" /></p>', 'Private Foundation', '', 'inherit', 'closed', 'open', '', '255-revision-5', '', '', '2011-02-26 15:13:20', '2011-02-26 15:13:20', '', 255, 'http://image-center.com/architecture/2011/uncategorized/255-revision-5/', 0, 'revision', '', 0),
(408, 2, '2011-02-27 20:24:40', '2011-02-28 04:24:40', '<p style="text-align: center;"><strong>Private Foundation, Palo Alto, CA</strong></p>\r\n\r\n<p style="text-align: center;">Foundation headquarter</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-257" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-2-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-256" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-1-365x550.jpg" alt="" width="365" height="550" /><a rel="attachment wp-att-258" href="http://image-center.com/architecture/2011/commercial/private-foundation/attachment/private-foundation-palo-alto-ca-3/"></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-258" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-5-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-259" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-6-550x365.jpg" alt="" width="550" height="365" /></p>', 'Private Foundation', '', 'inherit', 'closed', 'open', '', '255-revision-8', '', '', '2011-02-27 20:24:40', '2011-02-28 04:24:40', '', 255, 'http://image-center.com/architecture/2011/uncategorized/255-revision-8/', 0, 'revision', '', 0),
(406, 2, '2011-02-27 20:23:58', '2011-02-28 04:23:58', '<p style="text-align: center;"><strong>Private Foundation, Palo Alto, CA</strong></p>\r\n\r\n<p style="text-align: center;">Foundation headquarter</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-257" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-2-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-256" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-1-365x550.jpg" alt="" width="365" height="550" /><a rel="attachment wp-att-258" href="http://image-center.com/architecture/2011/commercial/private-foundation/attachment/private-foundation-palo-alto-ca-3/"></a></p>\r\n\r\n<p><a rel="attachment wp-att-258" href="http://image-center.com/architecture/2011/commercial/private-foundation/attachment/private-foundation-palo-alto-ca-3/"><img class="aligncenter size-medium wp-image-258" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-5-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-259" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-6-550x365.jpg" alt="" width="550" height="365" /></p>', 'Private Foundation', '', 'inherit', 'closed', 'open', '', '255-revision-6', '', '', '2011-02-27 20:23:58', '2011-02-28 04:23:58', '', 255, 'http://image-center.com/architecture/2011/uncategorized/255-revision-6/', 0, 'revision', '', 0),
(407, 2, '2011-02-27 20:24:00', '2011-02-28 04:24:00', '<p style="text-align: center;"><strong>Private Foundation, Palo Alto, CA</strong></p>\r\n\r\n<p style="text-align: center;">Foundation headquarter</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-257" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-2-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-256" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-1-365x550.jpg" alt="" width="365" height="550" /><a rel="attachment wp-att-258" href="http://image-center.com/architecture/2011/commercial/private-foundation/attachment/private-foundation-palo-alto-ca-3/"></a></p>\r\n\r\n<p><a rel="attachment wp-att-258" href="http://image-center.com/architecture/2011/commercial/private-foundation/attachment/private-foundation-palo-alto-ca-3/"><img class="aligncenter size-medium wp-image-258" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-5-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-259" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-6-550x365.jpg" alt="" width="550" height="365" /></p>', 'Private Foundation', '', 'inherit', 'closed', 'open', '', '255-revision-7', '', '', '2011-02-27 20:24:00', '2011-02-28 04:24:00', '', 255, 'http://image-center.com/architecture/2011/uncategorized/255-revision-7/', 0, 'revision', '', 0),
(409, 2, '2011-02-27 20:20:55', '2011-02-28 04:20:55', '<p style="text-align: center;"><strong>R &amp; S Construction, Foster City, CA</strong></p>\r\n\r\n<p style="text-align: center;">Corporate headquarters</p>\r\n\r\n<p><a rel="attachment wp-att-249" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices/"><img class="aligncenter size-medium wp-image-249" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-A-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-250" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices-2/"><img class="aligncenter size-medium wp-image-250" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-F-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-251" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices-3/"><img class="aligncenter size-medium wp-image-251" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-H-365x550.jpg" alt="" width="365" height="550" /></a><a rel="attachment wp-att-252" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices-4/"></a></p>\r\n\r\n<p><a rel="attachment wp-att-252" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices-4/"><img class="aligncenter size-medium wp-image-252" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-I-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'R & S Construction', '', 'inherit', 'closed', 'open', '', '248-revision-11', '', '', '2011-02-27 20:20:55', '2011-02-28 04:20:55', '', 248, 'http://image-center.com/architecture/2011/uncategorized/248-revision-11/', 0, 'revision', '', 0),
(411, 2, '2011-02-22 19:05:22', '2011-02-22 19:05:22', '<p><a href="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-08.jpg"><a rel="attachment wp-att-19" href="http://image-center.com/architecture/2011/commercial/post-1/attachment/aai-san-jose-ca/"><img class="aligncenter size-medium wp-image-19" title="AAi, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-08-550x366.jpg" alt="" width="550" height="366" /></a><br />\r\n</a></p>', 'Post 1', '', 'inherit', 'closed', 'open', '', '8-revision-7', '', '', '2011-02-22 19:05:22', '2011-02-22 19:05:22', '', 8, 'http://image-center.com/architecture/2011/uncategorized/8-revision-7/', 0, 'revision', '', 0),
(412, 2, '2011-02-27 20:15:57', '2011-02-28 04:15:57', '<p style="text-align: center;"><strong>Netflix, Los Gatos, CA</strong></p>\r\n\r\n<p style="text-align: center;">Corporate Headquarters</p>\r\n\r\n<p style="text-align: center;"><a rel="attachment wp-att-263" href="http://image-center.com/architecture/2011/commercial/netflix/attachment/silicon-valley-glass-morgan-hill-ca-2/"><img class="size-medium wp-image-263  aligncenter" title="Netflix, Los Gatos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-021-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-264" href="http://image-center.com/architecture/2011/commercial/netflix/attachment/silicon-valley-glass-morgan-hill-ca-3/"><img class="aligncenter size-medium wp-image-264" title="Netflix, Los Gatos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-04-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-265" href="http://image-center.com/architecture/2011/commercial/netflix/attachment/silicon-valley-glass-morgan-hill-ca-4/"><img class="aligncenter size-medium wp-image-265" title="Netflix, Los Gatos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-09-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Netflix', '', 'inherit', 'closed', 'open', '', '262-revision-9', '', '', '2011-02-27 20:15:57', '2011-02-28 04:15:57', '', 262, 'http://image-center.com/architecture/2011/uncategorized/262-revision-9/', 0, 'revision', '', 0),
(416, 2, '2011-02-26 15:15:06', '2011-02-26 15:15:06', '<p><a rel="attachment wp-att-150" href="http://image-center.com/architecture/menlo-park-residence/attachment/890-coleman-menlo-park-ca-2/"><img class="aligncenter size-medium wp-image-150" title="Menlo Park Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070512-N-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-149" href="http://image-center.com/architecture/menlo-park-residence/attachment/890-coleman-menlo-park-ca/"><img class="aligncenter size-medium wp-image-149" title="Menlo Park Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070512-F-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-148" href="http://image-center.com/architecture/menlo-park-residence/attachment/private-residence-ca/"><img class="aligncenter size-medium wp-image-148" title="Menlo Park Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070512-A-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Menlo Park Residence', '', 'inherit', 'closed', 'open', '', '214-revision-5', '', '', '2011-02-26 15:15:06', '2011-02-26 15:15:06', '', 214, 'http://image-center.com/architecture/2011/uncategorized/214-revision-5/', 0, 'revision', '', 0),
(419, 2, '2011-02-27 20:45:11', '2011-02-28 04:45:11', '<p style="text-align: center;"><strong>Private Residence, Hillsborough, CA</strong></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-156" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080813-10-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-151" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-C-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-152" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-E-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><a rel="attachment wp-att-152" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-3/"></a><img class="aligncenter size-medium wp-image-153" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-I-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-155" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-M-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><a rel="attachment wp-att-155" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-6/"></a><img class="aligncenter size-medium wp-image-154" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-L-365x550.jpg" alt="" width="365" height="550" /></p>', 'Hillsborough Residence', '', 'inherit', 'closed', 'open', '', '203-revision-9', '', '', '2011-02-27 20:45:11', '2011-02-28 04:45:11', '', 203, 'http://image-center.com/architecture/2011/uncategorized/203-revision-9/', 0, 'revision', '', 0),
(420, 2, '2011-02-27 20:46:47', '2011-02-28 04:46:47', '<p style="text-align: center;"><strong>Private Residence, Hillsborough, CA</strong></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-156" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080813-10-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-151" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-C-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-152" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-E-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><a rel="attachment wp-att-152" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-3/"></a><img class="aligncenter size-medium wp-image-153" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-I-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-155" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-M-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><a rel="attachment wp-att-155" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-6/"></a><img class="aligncenter size-medium wp-image-154" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-L-365x550.jpg" alt="" width="365" height="550" /></p>', 'Hillsborough Residence', '', 'inherit', 'closed', 'open', '', '203-revision-10', '', '', '2011-02-27 20:46:47', '2011-02-28 04:46:47', '', 203, 'http://image-center.com/architecture/2011/uncategorized/203-revision-10/', 0, 'revision', '', 0),
(421, 2, '2011-02-27 20:49:57', '2011-02-28 04:49:57', '<p style="text-align: center;"><strong>Private Residence, Menlo Park, CA</strong></p>\n\n<p><img class="aligncenter size-medium wp-image-150" title="Menlo Park Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070512-N-550x365.jpg" alt="" width="550" height="365" /></p>\n\n<p><img class="aligncenter size-medium wp-image-149" title="Menlo Park Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070512-F-550x365.jpg" alt="" width="550" height="365" /></p>\n\n<p><img class="aligncenter size-medium wp-image-148" title="Menlo Park Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070512-A-550x365.jpg" alt="" width="550" height="365" /></p>', 'Menlo Park Residence', '', 'inherit', 'closed', 'open', '', '214-autosave', '', '', '2011-02-27 20:49:57', '2011-02-28 04:49:57', '', 214, 'http://image-center.com/architecture/2011/uncategorized/214-autosave/', 0, 'revision', '', 0),
(422, 2, '2011-02-27 20:00:20', '2011-02-28 04:00:20', '<p style="text-align: center;"><strong>Easton-Bell, Scotts Valley, CA</strong></p>\r\n\r\n<p style="text-align: center;">Helmet design and testing facility</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-286" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-081-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-285" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-05-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-284" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-02-550x366.jpg" alt="" width="550" height="366" /></p>', 'Easton-Bell', 'Easton-Bell, Scotts Valley, CA - Helmet design and testing facility', 'inherit', 'closed', 'open', '', '283-revision-23', '', '', '2011-02-27 20:00:20', '2011-02-28 04:00:20', '', 283, 'http://image-center.com/architecture/2011/uncategorized/283-revision-23/', 0, 'revision', '', 0),
(424, 2, '2011-02-27 20:30:14', '2011-02-28 04:30:14', '<p style="text-align: center;"><strong>Solyndra, Fremont, CA</strong></p>\r\n\r\n<p style="text-align: center;">Corporate Headquarters</p>\r\n\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-269" title="Solyndra, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090307-04-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-271" title="Solyndra, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090307-12-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-270" title="Solyndra, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090307-09-550x365.jpg" alt="" width="550" height="365" /></p>', 'Solyndra', '', 'inherit', 'closed', 'open', '', '268-revision-12', '', '', '2011-02-27 20:30:14', '2011-02-28 04:30:14', '', 268, 'http://image-center.com/architecture/2011/uncategorized/268-revision-12/', 0, 'revision', '', 0);
INSERT INTO `wp_2posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(533, 2, '2011-02-27 20:54:47', '2011-02-28 04:54:47', '<p style="text-align: center;"><strong>Moore Foundation, Palo Alto, CA</strong></p>\r\n\r\n<p style="text-align: center;">Foundation Headquarters</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-275" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090313-01-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-278" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090516-11-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-276" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090313-05-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-277" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090313-06-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-301" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100108-08-366x550.jpg" alt="" width="366" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-302" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100108-10-550x366.jpg" alt="" width="550" height="366" /></p>', 'Moore Foundation', 'Moore Foundation, Palo Alto, CA Foundation Headquarters', 'inherit', 'closed', 'open', '', '274-revision-13', '', '', '2011-02-27 20:54:47', '2011-02-28 04:54:47', '', 274, 'http://image-center.com/architecture/2011/uncategorized/274-revision-13/', 0, 'revision', '', 0),
(425, 2, '2011-02-27 20:28:57', '2011-02-28 04:28:57', '<p style="text-align: center;"><strong>Netflix, Los Gatos, CA</strong></p>\r\n\r\n<p style="text-align: center;">Corporate Headquarters</p>\r\n\r\n<p style="text-align: center;"><img class="size-medium wp-image-263  aligncenter" title="Netflix, Los Gatos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-021-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-264" title="Netflix, Los Gatos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-04-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-265" title="Netflix, Los Gatos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-09-550x365.jpg" alt="" width="550" height="365" /></p>', 'Netflix', '', 'inherit', 'closed', 'open', '', '262-revision-10', '', '', '2011-02-27 20:28:57', '2011-02-28 04:28:57', '', 262, 'http://image-center.com/architecture/2011/uncategorized/262-revision-10/', 0, 'revision', '', 0),
(426, 2, '2011-02-27 20:52:40', '2011-02-28 04:52:40', '<p style="text-align: center;"><strong>Easton-Bell, Scotts Valley, CA</strong></p>\r\n\r\n<p style="text-align: center;">Helmet design and testing facility</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-286" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-081-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-285" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-05-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-284" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-02-550x366.jpg" alt="" width="550" height="366" /></p>', 'Easton-Bell', 'Easton-Bell, Scotts Valley, CA - Helmet design and testing facility', 'inherit', 'closed', 'open', '', '283-revision-24', '', '', '2011-02-27 20:52:40', '2011-02-28 04:52:40', '', 283, 'http://image-center.com/architecture/2011/uncategorized/283-revision-24/', 0, 'revision', '', 0),
(427, 2, '2011-02-27 20:25:57', '2011-02-28 04:25:57', '<p style="text-align: center;"><strong>R &amp; S Construction, Foster City, CA</strong></p>\r\n\r\n<p style="text-align: center;">Corporate headquarters</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-249" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-A-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-250" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-F-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-251" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-H-365x550.jpg" alt="" width="365" height="550" /><a rel="attachment wp-att-252" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices-4/"></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-252" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-I-550x365.jpg" alt="" width="550" height="365" /></p>', 'R & S Construction', '', 'inherit', 'closed', 'open', '', '248-revision-13', '', '', '2011-02-27 20:25:57', '2011-02-28 04:25:57', '', 248, 'http://image-center.com/architecture/2011/uncategorized/248-revision-13/', 0, 'revision', '', 0),
(428, 2, '2011-02-27 21:01:47', '2011-02-28 05:01:47', '<p style="text-align: center;"><strong>R &amp; S Construction, Foster City, CA</strong></p>\r\n\r\n<p style="text-align: center;">Corporate headquarters</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-249" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-A-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-250" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-F-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-251" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-H-365x550.jpg" alt="" width="365" height="550" /><a rel="attachment wp-att-252" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices-4/"></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-252" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-I-550x365.jpg" alt="" width="550" height="365" /></p>', 'R & S Construction', 'R & S Construction, Foster City, CA Corporate headquarters', 'inherit', 'closed', 'open', '', '248-revision-14', '', '', '2011-02-27 21:01:47', '2011-02-28 05:01:47', '', 248, 'http://image-center.com/architecture/2011/uncategorized/248-revision-14/', 0, 'revision', '', 0),
(429, 2, '2011-02-28 21:57:37', '2011-03-01 05:57:37', '<p style="text-align: center;"><strong><span style="font-size: medium;">R &amp; S Construction, Foster City, CA</span><br />\n </strong>Corporate headquarters</p>\n\n<p><img class="aligncenter size-medium wp-image-249" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-A-550x365.jpg" alt="" width="550" height="365" /></p>\n\n<p><img class="aligncenter size-medium wp-image-250" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-F-365x550.jpg" alt="" width="365" height="550" /></p>\n\n<p><img class="aligncenter size-medium wp-image-251" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-H-365x550.jpg" alt="" width="365" height="550" /><a rel="attachment wp-att-252" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices-4/"></a></p>\n\n<p><img class="aligncenter size-medium wp-image-252" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-I-550x365.jpg" alt="" width="550" height="365" /></p>', 'R & S Construction', 'R & S Construction, Foster City, CA Corporate headquarters', 'inherit', 'closed', 'open', '', '248-autosave', '', '', '2011-02-28 21:57:37', '2011-03-01 05:57:37', '', 248, 'http://image-center.com/architecture/2011/uncategorized/248-autosave/', 0, 'revision', '', 0),
(430, 2, '2011-02-27 20:24:40', '2011-02-28 04:24:40', '<p style="text-align: center;"><strong>Private Foundation, Palo Alto, CA</strong></p>\r\n\r\n<p style="text-align: center;">Foundation headquarter</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-257" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-2-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-256" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-1-365x550.jpg" alt="" width="365" height="550" /><a rel="attachment wp-att-258" href="http://image-center.com/architecture/2011/commercial/private-foundation/attachment/private-foundation-palo-alto-ca-3/"></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-258" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-5-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-259" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-6-550x365.jpg" alt="" width="550" height="365" /></p>', 'Private Foundation', '', 'inherit', 'closed', 'open', '', '255-revision-9', '', '', '2011-02-27 20:24:40', '2011-02-28 04:24:40', '', 255, 'http://image-center.com/architecture/2011/uncategorized/255-revision-9/', 0, 'revision', '', 0),
(431, 2, '2011-02-27 21:06:42', '2011-02-28 05:06:42', '<p style="text-align: center;"><strong>Private Foundation, Palo Alto, CA</strong></p>\r\n\r\n<p style="text-align: center;">Foundation headquarter</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-257" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-2-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-256" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-1-365x550.jpg" alt="" width="365" height="550" /><a rel="attachment wp-att-258" href="http://image-center.com/architecture/2011/commercial/private-foundation/attachment/private-foundation-palo-alto-ca-3/"></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-258" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-5-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-259" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-6-550x365.jpg" alt="" width="550" height="365" /></p>', 'Private Foundation', 'Private Foundation, Palo Alto, CA Foundation headquarter', 'inherit', 'closed', 'open', '', '255-revision-10', '', '', '2011-02-27 21:06:42', '2011-02-28 05:06:42', '', 255, 'http://image-center.com/architecture/2011/uncategorized/255-revision-10/', 0, 'revision', '', 0),
(432, 2, '2011-03-03 10:22:20', '2011-03-03 18:22:20', '<p style="text-align: center;"><strong><span style="font-size: medium;">Private Foundation, Palo Alto, CA</span><br />\n </strong>Foundation headquarter</p>\n\n<p><img class="aligncenter size-medium wp-image-257" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-2-550x365.jpg" alt="" width="550" height="365" /></p>\n\n<p><img class="aligncenter size-medium wp-image-256" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-1-365x550.jpg" alt="" width="365" height="550" /><a rel="attachment wp-att-258" href="http://image-center.com/architecture/2011/commercial/private-foundation/attachment/private-foundation-palo-alto-ca-3/"></a></p>\n\n<p><img class="aligncenter size-medium wp-image-258" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-5-365x550.jpg" alt="" width="365" height="550" /></p>\n\n<p><img class="aligncenter size-medium wp-image-259" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-6-550x365.jpg" alt="" width="550" height="365" /></p>', 'Private Foundation', 'Private Foundation, Palo Alto, CA Foundation headquarter', 'inherit', 'closed', 'open', '', '255-autosave', '', '', '2011-03-03 10:22:20', '2011-03-03 18:22:20', '', 255, 'http://image-center.com/architecture/2011/uncategorized/255-autosave/', 0, 'revision', '', 0),
(433, 2, '2011-02-27 21:06:43', '2011-02-28 05:06:43', '<p style="text-align: center;"><strong>Private Foundation, Palo Alto, CA</strong></p>\r\n\r\n<p style="text-align: center;">Foundation headquarter</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-257" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-2-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-256" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-1-365x550.jpg" alt="" width="365" height="550" /><a rel="attachment wp-att-258" href="http://image-center.com/architecture/2011/commercial/private-foundation/attachment/private-foundation-palo-alto-ca-3/"></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-258" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-5-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-259" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-6-550x365.jpg" alt="" width="550" height="365" /></p>', 'Private Foundation', 'Private Foundation, Palo Alto, CA Foundation headquarter', 'inherit', 'closed', 'open', '', '255-revision-11', '', '', '2011-02-27 21:06:43', '2011-02-28 05:06:43', '', 255, 'http://image-center.com/architecture/2011/uncategorized/255-revision-11/', 0, 'revision', '', 0),
(434, 2, '2011-02-27 21:08:32', '2011-02-28 05:08:32', '<p style="text-align: center;"><strong>Private Foundation, Palo Alto, CA</strong></p>\r\n\r\n<p style="text-align: center;">Foundation headquarter</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-257" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-2-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-256" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-1-365x550.jpg" alt="" width="365" height="550" /><a rel="attachment wp-att-258" href="http://image-center.com/architecture/2011/commercial/private-foundation/attachment/private-foundation-palo-alto-ca-3/"></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-258" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-5-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-259" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-6-550x365.jpg" alt="" width="550" height="365" /></p>', 'Private Foundation', 'Private Foundation, Palo Alto, CA Foundation headquarter', 'inherit', 'closed', 'open', '', '255-revision-12', '', '', '2011-02-27 21:08:32', '2011-02-28 05:08:32', '', 255, 'http://image-center.com/architecture/2011/uncategorized/255-revision-12/', 0, 'revision', '', 0),
(435, 2, '2011-02-27 21:01:48', '2011-02-28 05:01:48', '<p style="text-align: center;"><strong>R &amp; S Construction, Foster City, CA</strong></p>\r\n\r\n<p style="text-align: center;">Corporate headquarters</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-249" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-A-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-250" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-F-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-251" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-H-365x550.jpg" alt="" width="365" height="550" /><a rel="attachment wp-att-252" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices-4/"></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-252" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-I-550x365.jpg" alt="" width="550" height="365" /></p>', 'R & S Construction', 'R & S Construction, Foster City, CA Corporate headquarters', 'inherit', 'closed', 'open', '', '248-revision-15', '', '', '2011-02-27 21:01:48', '2011-02-28 05:01:48', '', 248, 'http://image-center.com/architecture/2011/uncategorized/248-revision-15/', 0, 'revision', '', 0),
(436, 2, '2011-02-27 21:10:00', '2011-02-28 05:10:00', '<p style="text-align: center;"><strong>R &amp; S Construction, Foster City, CA</strong></p>\r\n\r\n<p style="text-align: center;">Corporate headquarters</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-249" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-A-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-250" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-F-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-251" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-H-365x550.jpg" alt="" width="365" height="550" /><a rel="attachment wp-att-252" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices-4/"></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-252" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-I-550x365.jpg" alt="" width="550" height="365" /></p>', 'R & S Construction', 'R & S Construction, Foster City, CA Corporate headquarters', 'inherit', 'closed', 'open', '', '248-revision-16', '', '', '2011-02-27 21:10:00', '2011-02-28 05:10:00', '', 248, 'http://image-center.com/architecture/2011/uncategorized/248-revision-16/', 0, 'revision', '', 0),
(438, 2, '2011-02-27 20:46:50', '2011-02-28 04:46:50', '<p style="text-align: center;"><strong>Private Residence, Hillsborough, CA</strong></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-156" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080813-10-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-151" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-C-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-152" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-E-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><a rel="attachment wp-att-152" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-3/"></a><img class="aligncenter size-medium wp-image-153" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-I-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-155" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-M-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><a rel="attachment wp-att-155" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-6/"></a><img class="aligncenter size-medium wp-image-154" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-L-365x550.jpg" alt="" width="365" height="550" /></p>', 'Hillsborough Residence', '', 'inherit', 'closed', 'open', '', '203-revision-11', '', '', '2011-02-27 20:46:50', '2011-02-28 04:46:50', '', 203, 'http://image-center.com/architecture/2011/uncategorized/203-revision-11/', 0, 'revision', '', 0),
(439, 2, '2011-02-27 21:17:23', '2011-02-28 05:17:23', '<p style="text-align: center;"><strong>Private Residence, Hillsborough, CA</strong></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-156" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080813-10-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-151" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-C-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-152" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-E-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><a rel="attachment wp-att-152" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-3/"></a><img class="aligncenter size-medium wp-image-153" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-I-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-155" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-M-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><a rel="attachment wp-att-155" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-6/"></a><img class="aligncenter size-medium wp-image-154" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-L-365x550.jpg" alt="" width="365" height="550" /></p>', 'Hillsborough Residence', 'Private Residence, Hillsborough, CA', 'inherit', 'closed', 'open', '', '203-revision-12', '', '', '2011-02-27 21:17:23', '2011-02-28 05:17:23', '', 203, 'http://image-center.com/architecture/2011/uncategorized/203-revision-12/', 0, 'revision', '', 0),
(440, 2, '2011-02-27 21:17:23', '2011-02-28 05:17:23', '<p style="text-align: center;"><strong>Private Residence, Hillsborough, CA</strong></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-156" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080813-10-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-151" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-C-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-152" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-E-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><a rel="attachment wp-att-152" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-3/"></a><img class="aligncenter size-medium wp-image-153" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-I-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-155" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-M-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><a rel="attachment wp-att-155" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-6/"></a><img class="aligncenter size-medium wp-image-154" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-L-365x550.jpg" alt="" width="365" height="550" /></p>', 'Hillsborough Residence', 'Private Residence, Hillsborough, CA', 'inherit', 'closed', 'open', '', '203-revision-13', '', '', '2011-02-27 21:17:23', '2011-02-28 05:17:23', '', 203, 'http://image-center.com/architecture/2011/uncategorized/203-revision-13/', 0, 'revision', '', 0),
(441, 2, '2011-02-27 21:17:46', '2011-02-28 05:17:46', '<p style="text-align: center;"><strong>Private Residence, Hillsborough, CA</strong></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-156" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080813-10-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-151" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-C-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-152" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-E-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><a rel="attachment wp-att-152" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-3/"></a><img class="aligncenter size-medium wp-image-153" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-I-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-155" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-M-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><a rel="attachment wp-att-155" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-6/"></a><img class="aligncenter size-medium wp-image-154" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-L-365x550.jpg" alt="" width="365" height="550" /></p>', 'Hillsborough Residence', 'Private Residence, Hillsborough, CA', 'inherit', 'closed', 'open', '', '203-revision-14', '', '', '2011-02-27 21:17:46', '2011-02-28 05:17:46', '', 203, 'http://image-center.com/architecture/2011/uncategorized/203-revision-14/', 0, 'revision', '', 0),
(442, 2, '2011-02-26 15:15:56', '2011-02-26 15:15:56', '<p><br />\r\n<a rel="attachment wp-att-162" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca/"><img class="aligncenter size-medium wp-image-162" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-06-366x550.jpg" alt="" width="366" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-164" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca-3/"><img class="aligncenter size-medium wp-image-164" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-12-366x550.jpg" alt="" width="366" height="550" /></a></p>\r\n\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-163" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-11-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><a rel="attachment wp-att-165" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca-4/"><img class="aligncenter size-medium wp-image-165" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-16-366x550.jpg" alt="" width="366" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-166" href="http://image-center.com/architecture/morris-residence/attachment/marclyn-morris-construction-santa-cruz-ca-5/"><img class="aligncenter size-medium wp-image-166" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-17-366x550.jpg" alt="" width="366" height="550" /></a></p>', 'Morris Residence', '', 'inherit', 'closed', 'open', '', '195-revision-11', '', '', '2011-02-26 15:15:56', '2011-02-26 15:15:56', '', 195, 'http://image-center.com/architecture/2011/uncategorized/195-revision-11/', 0, 'revision', '', 0),
(446, 2, '2011-02-26 15:09:42', '2011-02-26 15:09:42', '<p><img class="aligncenter size-medium wp-image-234" title="Valley Care Emegency, Pleasanton, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081103-021-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><a rel="attachment wp-att-232" href="http://image-center.com/architecture/2011/biomedical/valley-care-emergency/attachment/valley-care-emegency-pleasanton-ca-4/"><img class="aligncenter size-medium wp-image-232" title="Valley Care Emegency, Pleasanton, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081020-011-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-233" href="http://image-center.com/architecture/2011/biomedical/valley-care-emergency/attachment/valley-care-emegency-pleasanton-ca-5/"><img class="aligncenter size-medium wp-image-233" title="Valley Care Emegency, Pleasanton, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081020-021-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Valley Care Emergency', '', 'inherit', 'closed', 'open', '', '231-revision-5', '', '', '2011-02-26 15:09:42', '2011-02-26 15:09:42', '', 231, 'http://image-center.com/architecture/2011/uncategorized/231-revision-5/', 0, 'revision', '', 0),
(451, 2, '2011-02-26 15:09:15', '2011-02-26 15:09:15', '<p><a rel="attachment wp-att-138" href="http://image-center.com/architecture/2011/biomedical/veterinary-office/attachment/veterinarian-office-campbell-ca-4/"><img class="aligncenter size-medium wp-image-138" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-14-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-139" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-21-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><a rel="attachment wp-att-137" href="http://image-center.com/architecture/2011/biomedical/veterinary-office/attachment/veterinarian-office-campbell-ca-3/"><img class="aligncenter size-medium wp-image-137" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-09-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-136" href="http://image-center.com/architecture/2011/biomedical/veterinary-office/attachment/veterinarian-office-campbell-ca-2/"><img class="aligncenter size-medium wp-image-136" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-07-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-135" href="http://image-center.com/architecture/2011/biomedical/veterinary-office/attachment/veterinarian-office-campbell-ca/"><img class="aligncenter size-medium wp-image-135" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-02-365x550.jpg" alt="" width="365" height="550" /></a></p>', 'Veterinary Office', '', 'inherit', 'closed', 'open', '', '228-revision-9', '', '', '2011-02-26 15:09:15', '2011-02-26 15:09:15', '', 228, 'http://image-center.com/architecture/2011/uncategorized/228-revision-9/', 0, 'revision', '', 0),
(449, 2, '2011-02-27 21:43:09', '2011-02-28 05:43:09', '<p style="text-align: center;"><strong>El Camino Hospital Radiology</strong></p>\r\n\r\n<p style="text-align: center;">Mountain View, CA</p>\r\n\r\n<p><a rel="attachment wp-att-140" href="http://image-center.com/architecture/2011/biomedical/el-camino-hospital-radiology/attachment/el-camino-hospital-radiology-mountain-view-ca/"><img class="aligncenter size-medium wp-image-140" title="El Camino Hospital Radiology, Mountain View, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100316-01-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-141" href="http://image-center.com/architecture/2011/biomedical/el-camino-hospital-radiology/attachment/el-camino-hospital-radiology-mountain-view-ca-2/"><img class="aligncenter size-medium wp-image-141" title="El Camino Hospital Radiology, Mountain View, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100316-041-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-142" href="http://image-center.com/architecture/2011/biomedical/el-camino-hospital-radiology/attachment/el-camino-hospital-radiology-mountain-view-ca-3/"><img class="aligncenter size-medium wp-image-142" title="El Camino Hospital Radiology, Mountain View, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100316-07-550x366.jpg" alt="" width="550" height="366" /></a></p>', 'El Camino Hospital Radiology', 'El Camino Hospital Radiology, Mountain View, CA', 'inherit', 'closed', 'open', '', '224-revision-8', '', '', '2011-02-27 21:43:09', '2011-02-28 05:43:09', '', 224, 'http://image-center.com/architecture/2011/uncategorized/224-revision-8/', 0, 'revision', '', 0),
(450, 2, '2011-02-27 21:43:10', '2011-02-28 05:43:10', '<p style="text-align: center;"><strong>El Camino Hospital Radiology</strong></p>\r\n\r\n<p style="text-align: center;">Mountain View, CA</p>\r\n\r\n<p><a rel="attachment wp-att-140" href="http://image-center.com/architecture/2011/biomedical/el-camino-hospital-radiology/attachment/el-camino-hospital-radiology-mountain-view-ca/"><img class="aligncenter size-medium wp-image-140" title="El Camino Hospital Radiology, Mountain View, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100316-01-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-141" href="http://image-center.com/architecture/2011/biomedical/el-camino-hospital-radiology/attachment/el-camino-hospital-radiology-mountain-view-ca-2/"><img class="aligncenter size-medium wp-image-141" title="El Camino Hospital Radiology, Mountain View, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100316-041-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-142" href="http://image-center.com/architecture/2011/biomedical/el-camino-hospital-radiology/attachment/el-camino-hospital-radiology-mountain-view-ca-3/"><img class="aligncenter size-medium wp-image-142" title="El Camino Hospital Radiology, Mountain View, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100316-07-550x366.jpg" alt="" width="550" height="366" /></a></p>', 'El Camino Hospital Radiology', 'El Camino Hospital Radiology, Mountain View, CA', 'inherit', 'closed', 'open', '', '224-revision-9', '', '', '2011-02-27 21:43:10', '2011-02-28 05:43:10', '', 224, 'http://image-center.com/architecture/2011/uncategorized/224-revision-9/', 0, 'revision', '', 0),
(452, 2, '2011-02-27 21:46:34', '2011-02-28 05:46:34', '<p style="text-align: center;"><strong>Veterinary Office</strong></p>\r\n\r\n<p style="text-align: center;">Campbell, CA</p>\r\n\r\n<p><a rel="attachment wp-att-138" href="http://image-center.com/architecture/2011/biomedical/veterinary-office/attachment/veterinarian-office-campbell-ca-4/"><img class="aligncenter size-medium wp-image-138" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-14-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-139" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-21-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><a rel="attachment wp-att-137" href="http://image-center.com/architecture/2011/biomedical/veterinary-office/attachment/veterinarian-office-campbell-ca-3/"><img class="aligncenter size-medium wp-image-137" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-09-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-136" href="http://image-center.com/architecture/2011/biomedical/veterinary-office/attachment/veterinarian-office-campbell-ca-2/"><img class="aligncenter size-medium wp-image-136" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-07-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-135" href="http://image-center.com/architecture/2011/biomedical/veterinary-office/attachment/veterinarian-office-campbell-ca/"><img class="aligncenter size-medium wp-image-135" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-02-365x550.jpg" alt="" width="365" height="550" /></a></p>', 'Veterinary Office', 'Veterinary Office, Campbell, CA', 'inherit', 'closed', 'open', '', '228-revision-10', '', '', '2011-02-27 21:46:34', '2011-02-28 05:46:34', '', 228, 'http://image-center.com/architecture/2011/uncategorized/228-revision-10/', 0, 'revision', '', 0),
(455, 2, '2011-02-27 21:50:40', '2011-02-28 05:50:40', 'Blach Construction, San Jose, CA', 'Menlo Atherton Performing Arts Center, Atherton, CA', '', 'inherit', 'closed', 'open', '', 'menlo-atherton-performing-arts-center-atherton-ca-2', '', '', '2011-02-27 21:50:40', '2011-02-28 05:50:40', '', 453, 'http://image-center.com/architecture/wp-content/uploads/2011/02/090820-04.jpg', 0, 'attachment', 'image/jpeg', 0),
(456, 2, '2011-02-27 21:50:47', '2011-02-28 05:50:47', 'Blach Construction, San Jose, CA', 'Menlo Atherton Performing Arts Center, Atherton, CA', '', 'inherit', 'closed', 'open', '', 'menlo-atherton-performing-arts-center-atherton-ca-3', '', '', '2011-02-27 21:50:47', '2011-02-28 05:50:47', '', 453, 'http://image-center.com/architecture/wp-content/uploads/2011/02/090820-091.jpg', 0, 'attachment', 'image/jpeg', 0),
(457, 2, '2011-02-27 21:50:54', '2011-02-28 05:50:54', 'Blach Construction, San Jose, CA', 'Menlo Atherton Performing Arts Center, Atherton, CA', '', 'inherit', 'closed', 'open', '', 'menlo-atherton-performing-arts-center-atherton-ca-4', '', '', '2011-02-27 21:50:54', '2011-02-28 05:50:54', '', 453, 'http://image-center.com/architecture/wp-content/uploads/2011/02/090820-10.jpg', 0, 'attachment', 'image/jpeg', 0),
(458, 2, '2011-02-27 21:57:25', '2011-02-28 05:57:25', '<p style="text-align: center;"><strong>Menlo Atherton Performing Arts Center</strong></p>\n\n<p style="text-align: center;">Atherton, CA</p>\n\n<p><img class="aligncenter size-medium wp-image-454" title="Menlo Atherton Performing Arts Center, Atherton, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090820-03-550x365.jpg" alt="" width="550" height="365" /></p>\n\n<p><img class="aligncenter size-medium wp-image-455" title="Menlo Atherton Performing Arts Center, Atherton, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090820-04-550x365.jpg" alt="" width="550" height="365" /></p>\n\n<p><a rel="attachment wp-att-455" href="http://image-center.com/architecture/?attachment_id=455"></a><img class="aligncenter size-medium wp-image-456" title="Menlo Atherton Performing Arts Center, Atherton, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090820-091-550x365.jpg" alt="" width="550" height="365" /></p>\n\n<p><a rel="attachment wp-att-457" href="http://image-center.com/architecture/?attachment_id=457"><img class="aligncenter size-medium wp-image-457" title="Menlo Atherton Performing Arts Center, Atherton, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090820-10-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Menlo Atherton Performing Arts Center', 'Menlo Atherton Performing Arts Center, Atherton, CA', 'inherit', 'closed', 'open', '', '453-revision', '', '', '2011-02-27 21:57:25', '2011-02-28 05:57:25', '', 453, 'http://image-center.com/architecture/2011/uncategorized/453-revision/', 0, 'revision', '', 0),
(459, 2, '2011-02-27 21:57:40', '2011-02-28 05:57:40', '<p style="text-align: center;"><strong>Menlo Atherton Performing Arts Center</strong></p>\r\n\r\n<p style="text-align: center;">Atherton, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-454" title="Menlo Atherton Performing Arts Center, Atherton, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090820-03-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-455" title="Menlo Atherton Performing Arts Center, Atherton, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090820-04-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><a rel="attachment wp-att-455" href="http://image-center.com/architecture/?attachment_id=455"></a><img class="aligncenter size-medium wp-image-456" title="Menlo Atherton Performing Arts Center, Atherton, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090820-091-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><a rel="attachment wp-att-457" href="http://image-center.com/architecture/?attachment_id=457"><img class="aligncenter size-medium wp-image-457" title="Menlo Atherton Performing Arts Center, Atherton, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090820-10-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Menlo Atherton Performing Arts Center', 'Menlo Atherton Performing Arts Center, Atherton, CA', 'inherit', 'closed', 'open', '', '453-revision-2', '', '', '2011-02-27 21:57:40', '2011-02-28 05:57:40', '', 453, 'http://image-center.com/architecture/2011/uncategorized/453-revision-2/', 0, 'revision', '', 0),
(460, 2, '2011-02-21 21:57:56', '2011-02-22 05:57:56', '<p style="text-align: center;"><strong><span style="font-size: medium;">St. John''s Church</span><br />\r\n </strong>Aptos, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-464" title="St. John''s Church, Aptos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090712-19-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-461" title="St. John''s Church, Aptos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090712-07-365x550.jpg" alt="" width="365" height="550" /><a rel="attachment wp-att-463" href="http://image-center.com/architecture/2011/public/st-johns-church/attachment/st-johns-church-aptos-ca-3/"></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-463" title="St. John''s Church, Aptos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090712-14-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><a rel="attachment wp-att-462" href="http://image-center.com/architecture/2011/public/st-johns-church/attachment/st-johns-church-aptos-ca-2/"><img class="aligncenter size-medium wp-image-462" title="St. John''s Church, Aptos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090712-08-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'St. John''s Church', 'St. John''s Church, Aptos, CA', 'publish', 'closed', 'open', '', 'st-johns-church', '', '', '2011-02-28 22:19:21', '2011-03-01 06:19:21', '', 0, 'http://image-center.com/architecture/?p=460', 0, 'post', '', 0),
(461, 2, '2011-02-27 21:58:26', '2011-02-28 05:58:26', 'XL Construction, Milpitas, CA', 'St. John''s Church, Aptos, CA', '', 'inherit', 'closed', 'open', '', 'st-johns-church-aptos-ca', '', '', '2011-02-27 21:58:26', '2011-02-28 05:58:26', '', 460, 'http://image-center.com/architecture/wp-content/uploads/2011/02/090712-07.jpg', 0, 'attachment', 'image/jpeg', 0),
(462, 2, '2011-02-27 21:58:33', '2011-02-28 05:58:33', 'XL Construction, Milpitas, CA', 'St. John''s Church, Aptos, CA', '', 'inherit', 'closed', 'open', '', 'st-johns-church-aptos-ca-2', '', '', '2011-02-27 21:58:33', '2011-02-28 05:58:33', '', 460, 'http://image-center.com/architecture/wp-content/uploads/2011/02/090712-08.jpg', 0, 'attachment', 'image/jpeg', 0),
(463, 2, '2011-02-27 21:58:38', '2011-02-28 05:58:38', 'XL Construction, Milpitas, CA', 'St. John''s Church, Aptos, CA', '', 'inherit', 'closed', 'open', '', 'st-johns-church-aptos-ca-3', '', '', '2011-02-27 21:58:38', '2011-02-28 05:58:38', '', 460, 'http://image-center.com/architecture/wp-content/uploads/2011/02/090712-14.jpg', 0, 'attachment', 'image/jpeg', 0),
(464, 2, '2011-02-27 21:58:45', '2011-02-28 05:58:45', 'XL Construction, Milpitas, CA', 'St. John''s Church, Aptos, CA', '', 'inherit', 'closed', 'open', '', 'st-johns-church-aptos-ca-4', '', '', '2011-02-27 21:58:45', '2011-02-28 05:58:45', '', 460, 'http://image-center.com/architecture/wp-content/uploads/2011/02/090712-19.jpg', 0, 'attachment', 'image/jpeg', 0),
(466, 2, '2011-02-27 22:03:11', '2011-02-28 06:03:11', '<p style="text-align: center;"><strong>St. John''s Church</strong></p>\r\n\r\n<p style="text-align: center;">Aptos, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-464" title="St. John''s Church, Aptos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090712-19-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-461" title="St. John''s Church, Aptos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090712-07-365x550.jpg" alt="" width="365" height="550" /><a rel="attachment wp-att-463" href="http://image-center.com/architecture/?attachment_id=463"></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-463" title="St. John''s Church, Aptos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090712-14-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><a rel="attachment wp-att-462" href="http://image-center.com/architecture/?attachment_id=462"><img class="aligncenter size-medium wp-image-462" title="St. John''s Church, Aptos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090712-08-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'St. John''s Church', 'St. John''s Church, Aptos, CA', 'inherit', 'closed', 'open', '', '460-revision-2', '', '', '2011-02-27 22:03:11', '2011-02-28 06:03:11', '', 460, 'http://image-center.com/architecture/2011/uncategorized/460-revision-2/', 0, 'revision', '', 0);
INSERT INTO `wp_2posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(465, 2, '2011-02-27 22:02:58', '2011-02-28 06:02:58', '<p style="text-align: center;"><strong>St. John''s Church</strong></p>\n\n<p style="text-align: center;">Aptos, CA</p>\n\n<p><img class="aligncenter size-medium wp-image-464" title="St. John''s Church, Aptos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090712-19-550x365.jpg" alt="" width="550" height="365" /></p>\n\n<p><img class="aligncenter size-medium wp-image-461" title="St. John''s Church, Aptos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090712-07-365x550.jpg" alt="" width="365" height="550" /><a rel="attachment wp-att-463" href="http://image-center.com/architecture/?attachment_id=463"></a></p>\n\n<p><a rel="attachment wp-att-463" href="http://image-center.com/architecture/?attachment_id=463"><img class="aligncenter size-medium wp-image-463" title="St. John''s Church, Aptos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090712-14-365x550.jpg" alt="" width="365" height="550" /></a></p>\n\n<p><a rel="attachment wp-att-462" href="http://image-center.com/architecture/?attachment_id=462"><img class="aligncenter size-medium wp-image-462" title="St. John''s Church, Aptos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090712-08-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'St. John''s Church', 'St. John''s Church, Aptos, CA', 'inherit', 'closed', 'open', '', '460-revision', '', '', '2011-02-27 22:02:58', '2011-02-28 06:02:58', '', 460, 'http://image-center.com/architecture/2011/uncategorized/460-revision/', 0, 'revision', '', 0),
(467, 2, '2011-02-23 22:03:24', '2011-02-24 06:03:24', '<div style="text-align: center;"><strong><span style="font-size: medium;">Angela''s Bistro</span></strong></div>\r\n<div style="text-align: center;"><strong> </strong>Alameda, CA</div>\r\n\r\n<p><img class="aligncenter size-medium wp-image-468" title="Angela''s Bistro, Alameda, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090331-1-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-469" title="Angela''s Bistro, Alameda, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090331-31-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-470" title="Angela''s Bistro, Alameda, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090331-4-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><a rel="attachment wp-att-471" href="http://image-center.com/architecture/2011/public/entertainment/angelas-bistro/attachment/angelas-bistro-alameda-ca-4/"><img class="aligncenter size-medium wp-image-471" title="Angela''s Bistro, Alameda, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090331-6-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Angela''s Bistro', 'Angela''s Bistro, Alameda, CA', 'publish', 'closed', 'open', '', 'angelas-bistro', '', '', '2011-02-28 22:05:51', '2011-03-01 06:05:51', '', 0, 'http://image-center.com/architecture/?p=467', 0, 'post', '', 0),
(468, 2, '2011-02-27 22:03:47', '2011-02-28 06:03:47', 'Tico Construction, San Jose, CA', 'Angela''s Bistro, Alameda, CA', '', 'inherit', 'closed', 'open', '', 'angelas-bistro-alameda-ca', '', '', '2011-02-27 22:03:47', '2011-02-28 06:03:47', '', 467, 'http://image-center.com/architecture/wp-content/uploads/2011/02/090331-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(469, 2, '2011-02-27 22:03:55', '2011-02-28 06:03:55', 'Tico Construction, San Jose, CA', 'Angela''s Bistro, Alameda, CA', '', 'inherit', 'closed', 'open', '', 'angelas-bistro-alameda-ca-2', '', '', '2011-02-27 22:03:55', '2011-02-28 06:03:55', '', 467, 'http://image-center.com/architecture/wp-content/uploads/2011/02/090331-31.jpg', 0, 'attachment', 'image/jpeg', 0),
(470, 2, '2011-02-27 22:04:02', '2011-02-28 06:04:02', 'Tico Construction, San Jose, CA', 'Angela''s Bistro, Alameda, CA', '', 'inherit', 'closed', 'open', '', 'angelas-bistro-alameda-ca-3', '', '', '2011-02-27 22:04:02', '2011-02-28 06:04:02', '', 467, 'http://image-center.com/architecture/wp-content/uploads/2011/02/090331-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(471, 2, '2011-02-27 22:04:09', '2011-02-28 06:04:09', 'Tico Construction, San Jose, CA', 'Angela''s Bistro, Alameda, CA', '', 'inherit', 'closed', 'open', '', 'angelas-bistro-alameda-ca-4', '', '', '2011-02-27 22:04:09', '2011-02-28 06:04:09', '', 467, 'http://image-center.com/architecture/wp-content/uploads/2011/02/090331-6.jpg', 0, 'attachment', 'image/jpeg', 0),
(472, 2, '2011-02-27 22:09:26', '2011-02-28 06:09:26', '<p><br class="spacer_" /></p>\n\n<div style="text-align: center;"><strong>Angela''s Bistro</strong></div>\n<div style="text-align: center;"><strong> </strong>Alameda, CA</div>\n\n<p><img class="aligncenter size-medium wp-image-468" title="Angela''s Bistro, Alameda, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090331-1-550x365.jpg" alt="" width="550" height="365" /></p>\n\n<p><img class="aligncenter size-medium wp-image-469" title="Angela''s Bistro, Alameda, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090331-31-550x365.jpg" alt="" width="550" height="365" /></p>\n\n<p><img class="aligncenter size-medium wp-image-470" title="Angela''s Bistro, Alameda, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090331-4-550x365.jpg" alt="" width="550" height="365" /></p>\n\n<p><a rel="attachment wp-att-471" href="http://image-center.com/architecture/?attachment_id=471"><img class="aligncenter size-medium wp-image-471" title="Angela''s Bistro, Alameda, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090331-6-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Angela''s Bistro', '', 'inherit', 'closed', 'open', '', '467-revision', '', '', '2011-02-27 22:09:26', '2011-02-28 06:09:26', '', 467, 'http://image-center.com/architecture/2011/uncategorized/467-revision/', 0, 'revision', '', 0),
(473, 2, '2011-02-27 22:10:05', '2011-02-28 06:10:05', '<p><br class="spacer_" /></p>\r\n\r\n<div style="text-align: center;"><strong>Angela''s Bistro</strong></div>\r\n<div style="text-align: center;"><strong> </strong>Alameda, CA</div>\r\n\r\n<p><img class="aligncenter size-medium wp-image-468" title="Angela''s Bistro, Alameda, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090331-1-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-469" title="Angela''s Bistro, Alameda, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090331-31-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-470" title="Angela''s Bistro, Alameda, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090331-4-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><a rel="attachment wp-att-471" href="http://image-center.com/architecture/?attachment_id=471"><img class="aligncenter size-medium wp-image-471" title="Angela''s Bistro, Alameda, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090331-6-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Angela''s Bistro', 'Angela''s Bistro, Alameda, CA', 'inherit', 'closed', 'open', '', '467-revision-2', '', '', '2011-02-27 22:10:05', '2011-02-28 06:10:05', '', 467, 'http://image-center.com/architecture/2011/uncategorized/467-revision-2/', 0, 'revision', '', 0),
(474, 2, '2011-02-27 22:10:06', '2011-02-28 06:10:06', '<p><br class="spacer_" /></p>\r\n\r\n<div style="text-align: center;"><strong>Angela''s Bistro</strong></div>\r\n<div style="text-align: center;"><strong> </strong>Alameda, CA</div>\r\n\r\n<p><img class="aligncenter size-medium wp-image-468" title="Angela''s Bistro, Alameda, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090331-1-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-469" title="Angela''s Bistro, Alameda, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090331-31-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-470" title="Angela''s Bistro, Alameda, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090331-4-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><a rel="attachment wp-att-471" href="http://image-center.com/architecture/2011/entertainment/angelas-bistro/attachment/angelas-bistro-alameda-ca-4/"><img class="aligncenter size-medium wp-image-471" title="Angela''s Bistro, Alameda, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090331-6-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Angela''s Bistro', 'Angela''s Bistro, Alameda, CA', 'inherit', 'closed', 'open', '', '467-revision-3', '', '', '2011-02-27 22:10:06', '2011-02-28 06:10:06', '', 467, 'http://image-center.com/architecture/2011/uncategorized/467-revision-3/', 0, 'revision', '', 0),
(475, 2, '2011-02-27 22:10:46', '2011-02-28 06:10:46', '<div style="text-align: center;"><strong>Angela''s Bistro</strong></div>\r\n<div style="text-align: center;"><strong> </strong>Alameda, CA</div>\r\n\r\n<p><img class="aligncenter size-medium wp-image-468" title="Angela''s Bistro, Alameda, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090331-1-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-469" title="Angela''s Bistro, Alameda, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090331-31-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-470" title="Angela''s Bistro, Alameda, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090331-4-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><a rel="attachment wp-att-471" href="http://image-center.com/architecture/2011/entertainment/angelas-bistro/attachment/angelas-bistro-alameda-ca-4/"><img class="aligncenter size-medium wp-image-471" title="Angela''s Bistro, Alameda, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090331-6-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Angela''s Bistro', 'Angela''s Bistro, Alameda, CA', 'inherit', 'closed', 'open', '', '467-revision-4', '', '', '2011-02-27 22:10:46', '2011-02-28 06:10:46', '', 467, 'http://image-center.com/architecture/2011/uncategorized/467-revision-4/', 0, 'revision', '', 0),
(476, 2, '2011-02-25 17:35:43', '2011-02-25 17:35:43', '<p><a rel="attachment wp-att-16" href="http://image-center.com/architecture/2011/entertainment/post-3/attachment/hillhouse-construction-san-jose-ca/"></a><a rel="attachment wp-att-36" href="http://image-center.com/architecture/2011/entertainment/post-3/attachment/blach-construction-san-jose-ca/"><img class="aligncenter size-medium wp-image-36" title="Blach Construction, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090820-09-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Post 3', '', 'inherit', 'closed', 'open', '', '15-revision-13', '', '', '2011-02-25 17:35:43', '2011-02-25 17:35:43', '', 15, 'http://image-center.com/architecture/2011/uncategorized/15-revision-13/', 0, 'revision', '', 0),
(477, 2, '2011-02-24 22:11:53', '2011-02-25 06:11:53', '<p style="text-align: center;"><strong><span style="font-size: medium;">California Theatre</span><br />\r\n</strong>San Jose, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-478" title="California Theatre, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/041104-C-423x550.jpg" alt="" width="423" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-479" title="California Theatre, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/041104-K-423x550.jpg" alt="" width="423" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-480" title="California Theatre, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/041104-R-550x423.jpg" alt="" width="550" height="423" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-481" title="California Theatre, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/041104-V-550x423.jpg" alt="" width="550" height="423" /></p>', 'California Theatre', 'California Theatre, San Jose, CA', 'publish', 'closed', 'open', '', 'california-theatre', '', '', '2011-02-28 22:05:33', '2011-03-01 06:05:33', '', 0, 'http://image-center.com/architecture/?p=477', 0, 'post', '', 0),
(478, 2, '2011-02-27 22:12:20', '2011-02-28 06:12:20', '', 'California Theatre, San Jose, CA', '', 'inherit', 'closed', 'open', '', 'california-theatre-san-jose-ca', '', '', '2011-02-27 22:12:20', '2011-02-28 06:12:20', '', 477, 'http://image-center.com/architecture/wp-content/uploads/2011/02/041104-C.jpg', 0, 'attachment', 'image/jpeg', 0),
(479, 2, '2011-02-27 22:12:28', '2011-02-28 06:12:28', '', 'California Theatre, San Jose, CA', '', 'inherit', 'closed', 'open', '', 'california-theatre-san-jose-ca-2', '', '', '2011-02-27 22:12:28', '2011-02-28 06:12:28', '', 477, 'http://image-center.com/architecture/wp-content/uploads/2011/02/041104-K.jpg', 0, 'attachment', 'image/jpeg', 0),
(480, 2, '2011-02-27 22:12:40', '2011-02-28 06:12:40', '', 'California Theatre, San Jose, CA', '', 'inherit', 'closed', 'open', '', 'california-theatre-san-jose-ca-3', '', '', '2011-02-27 22:12:40', '2011-02-28 06:12:40', '', 477, 'http://image-center.com/architecture/wp-content/uploads/2011/02/041104-R.jpg', 0, 'attachment', 'image/jpeg', 0),
(481, 2, '2011-02-27 22:12:49', '2011-02-28 06:12:49', '', 'California Theatre, San Jose, CA', '', 'inherit', 'closed', 'open', '', 'california-theatre-san-jose-ca-4', '', '', '2011-02-27 22:12:49', '2011-02-28 06:12:49', '', 477, 'http://image-center.com/architecture/wp-content/uploads/2011/02/041104-V.jpg', 0, 'attachment', 'image/jpeg', 0),
(482, 2, '2011-02-27 22:16:55', '2011-02-28 06:16:55', '<p style="text-align: center;"><strong>California Theatre</strong></p>\n\n<p style="text-align: center;">San Jose, CA</p>\n\n<p><img class="aligncenter size-medium wp-image-478" title="California Theatre, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/041104-C-423x550.jpg" alt="" width="423" height="550" /></p>\n\n<p><img class="aligncenter size-medium wp-image-479" title="California Theatre, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/041104-K-423x550.jpg" alt="" width="423" height="550" /></p>\n\n<p><img class="aligncenter size-medium wp-image-480" title="California Theatre, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/041104-R-550x423.jpg" alt="" width="550" height="423" /></p>\n\n<p><a rel="attachment wp-att-481" href="http://image-center.com/architecture/?attachment_id=481"><img class="aligncenter size-medium wp-image-481" title="California Theatre, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/041104-V-550x423.jpg" alt="" width="550" height="423" /></a></p>', 'California Theatre', 'California Theatre, San Jose, CA', 'inherit', 'closed', 'open', '', '477-revision', '', '', '2011-02-27 22:16:55', '2011-02-28 06:16:55', '', 477, 'http://image-center.com/architecture/2011/uncategorized/477-revision/', 0, 'revision', '', 0),
(483, 2, '2011-02-27 22:17:31', '2011-02-28 06:17:31', '<p style="text-align: center;"><strong>California Theatre</strong></p>\r\n\r\n<p style="text-align: center;">San Jose, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-478" title="California Theatre, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/041104-C-423x550.jpg" alt="" width="423" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-479" title="California Theatre, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/041104-K-423x550.jpg" alt="" width="423" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-480" title="California Theatre, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/041104-R-550x423.jpg" alt="" width="550" height="423" /></p>\r\n\r\n<p><a rel="attachment wp-att-481" href="http://image-center.com/architecture/?attachment_id=481"><img class="aligncenter size-medium wp-image-481" title="California Theatre, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/041104-V-550x423.jpg" alt="" width="550" height="423" /></a></p>', 'California Theatre', 'California Theatre, San Jose, CA', 'inherit', 'closed', 'open', '', '477-revision-2', '', '', '2011-02-27 22:17:31', '2011-02-28 06:17:31', '', 477, 'http://image-center.com/architecture/2011/uncategorized/477-revision-2/', 0, 'revision', '', 0),
(485, 2, '2011-02-27 22:18:02', '2011-02-28 06:18:02', '<p style="text-align: center;"><strong>California Theatre</strong></p>\r\n\r\n<p style="text-align: center;">San Jose, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-478" title="California Theatre, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/041104-C-423x550.jpg" alt="" width="423" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-479" title="California Theatre, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/041104-K-423x550.jpg" alt="" width="423" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-480" title="California Theatre, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/041104-R-550x423.jpg" alt="" width="550" height="423" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-481" title="California Theatre, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/041104-V-550x423.jpg" alt="" width="550" height="423" /></p>', 'California Theatre', 'California Theatre, San Jose, CA', 'inherit', 'closed', 'open', '', '477-revision-4', '', '', '2011-02-27 22:18:02', '2011-02-28 06:18:02', '', 477, 'http://image-center.com/architecture/2011/uncategorized/477-revision-4/', 0, 'revision', '', 0),
(484, 2, '2011-02-27 22:17:31', '2011-02-28 06:17:31', '<p style="text-align: center;"><strong>California Theatre</strong></p>\r\n\r\n<p style="text-align: center;">San Jose, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-478" title="California Theatre, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/041104-C-423x550.jpg" alt="" width="423" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-479" title="California Theatre, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/041104-K-423x550.jpg" alt="" width="423" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-480" title="California Theatre, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/041104-R-550x423.jpg" alt="" width="550" height="423" /></p>\r\n\r\n<p><a rel="attachment wp-att-481" href="http://image-center.com/architecture/2011/entertainment/california-theatre/attachment/california-theatre-san-jose-ca-4/"><img class="aligncenter size-medium wp-image-481" title="California Theatre, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/041104-V-550x423.jpg" alt="" width="550" height="423" /></a></p>', 'California Theatre', 'California Theatre, San Jose, CA', 'inherit', 'closed', 'open', '', '477-revision-3', '', '', '2011-02-27 22:17:31', '2011-02-28 06:17:31', '', 477, 'http://image-center.com/architecture/2011/uncategorized/477-revision-3/', 0, 'revision', '', 0),
(486, 2, '2011-02-27 22:03:12', '2011-02-28 06:03:12', '<p style="text-align: center;"><strong>St. John''s Church</strong></p>\r\n\r\n<p style="text-align: center;">Aptos, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-464" title="St. John''s Church, Aptos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090712-19-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-461" title="St. John''s Church, Aptos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090712-07-365x550.jpg" alt="" width="365" height="550" /><a rel="attachment wp-att-463" href="http://image-center.com/architecture/2011/entertainment/st-johns-church/attachment/st-johns-church-aptos-ca-3/"></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-463" title="St. John''s Church, Aptos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090712-14-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><a rel="attachment wp-att-462" href="http://image-center.com/architecture/2011/entertainment/st-johns-church/attachment/st-johns-church-aptos-ca-2/"><img class="aligncenter size-medium wp-image-462" title="St. John''s Church, Aptos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090712-08-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'St. John''s Church', 'St. John''s Church, Aptos, CA', 'inherit', 'closed', 'open', '', '460-revision-3', '', '', '2011-02-27 22:03:12', '2011-02-28 06:03:12', '', 460, 'http://image-center.com/architecture/2011/uncategorized/460-revision-3/', 0, 'revision', '', 0),
(487, 2, '2011-02-27 22:20:29', '2011-02-28 06:20:29', '<p style="text-align: center;"><strong>St. John''s Church</strong></p>\r\n\r\n<p style="text-align: center;">Aptos, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-464" title="St. John''s Church, Aptos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090712-19-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-461" title="St. John''s Church, Aptos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090712-07-365x550.jpg" alt="" width="365" height="550" /><a rel="attachment wp-att-463" href="http://image-center.com/architecture/2011/entertainment/st-johns-church/attachment/st-johns-church-aptos-ca-3/"></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-463" title="St. John''s Church, Aptos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090712-14-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><a rel="attachment wp-att-462" href="http://image-center.com/architecture/2011/entertainment/st-johns-church/attachment/st-johns-church-aptos-ca-2/"><img class="aligncenter size-medium wp-image-462" title="St. John''s Church, Aptos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090712-08-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'St. John''s Church', 'St. John''s Church, Aptos, CA', 'inherit', 'closed', 'open', '', '460-revision-4', '', '', '2011-02-27 22:20:29', '2011-02-28 06:20:29', '', 460, 'http://image-center.com/architecture/2011/uncategorized/460-revision-4/', 0, 'revision', '', 0),
(488, 2, '2011-02-21 22:21:50', '2011-02-22 06:21:50', '<p style="text-align: center;"><strong><span style="font-size: medium;">Corporate Inn</span><br />\r\n</strong>Sunnyvale, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-489" title="Corporate Inn, Sunnyvale, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100826-06-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-492" title="Corporate Inn, Sunnyvale, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100826-36-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-490" title="Corporate Inn, Sunnyvale, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100826-12-366x550.jpg" alt="" width="366" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-491" title="Corporate Inn, Sunnyvale, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100826-13-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-493" title="Corporate Inn, Sunnyvale, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100826-49-550x366.jpg" alt="" width="550" height="366" /></p>', 'Corporate Inn', 'Corporate Inn, Sunnyvale, CA', 'publish', 'closed', 'open', '', 'corporate-inn', '', '', '2011-02-28 22:18:22', '2011-03-01 06:18:22', '', 0, 'http://image-center.com/architecture/?p=488', 0, 'post', '', 0),
(489, 2, '2011-02-27 22:22:40', '2011-02-28 06:22:40', 'BP Management, Sunnyvale, CA', 'Corporate Inn, Sunnyvale, CA', '', 'inherit', 'closed', 'open', '', 'corporate-inn-sunnyvale-ca', '', '', '2011-02-27 22:22:40', '2011-02-28 06:22:40', '', 488, 'http://image-center.com/architecture/wp-content/uploads/2011/02/100826-06.jpg', 0, 'attachment', 'image/jpeg', 0),
(490, 2, '2011-02-27 22:22:46', '2011-02-28 06:22:46', 'BP Management, Sunnyvale, CA', 'Corporate Inn, Sunnyvale, CA', '', 'inherit', 'closed', 'open', '', 'corporate-inn-sunnyvale-ca-2', '', '', '2011-02-27 22:22:46', '2011-02-28 06:22:46', '', 488, 'http://image-center.com/architecture/wp-content/uploads/2011/02/100826-12.jpg', 0, 'attachment', 'image/jpeg', 0),
(491, 2, '2011-02-27 22:22:51', '2011-02-28 06:22:51', 'BP Management, Sunnyvale, CA', 'Corporate Inn, Sunnyvale, CA', '', 'inherit', 'closed', 'open', '', 'corporate-inn-sunnyvale-ca-3', '', '', '2011-02-27 22:22:51', '2011-02-28 06:22:51', '', 488, 'http://image-center.com/architecture/wp-content/uploads/2011/02/100826-13.jpg', 0, 'attachment', 'image/jpeg', 0),
(492, 2, '2011-02-27 22:22:58', '2011-02-28 06:22:58', 'BP Management, Sunnyvale, CA', 'Corporate Inn, Sunnyvale, CA', '', 'inherit', 'closed', 'open', '', 'corporate-inn-sunnyvale-ca-4', '', '', '2011-02-27 22:22:58', '2011-02-28 06:22:58', '', 488, 'http://image-center.com/architecture/wp-content/uploads/2011/02/100826-36.jpg', 0, 'attachment', 'image/jpeg', 0),
(493, 2, '2011-02-27 22:23:05', '2011-02-28 06:23:05', 'BP Management, Sunnyvale, CA', 'Corporate Inn, Sunnyvale, CA', '', 'inherit', 'closed', 'open', '', 'corporate-inn-sunnyvale-ca-5', '', '', '2011-02-27 22:23:05', '2011-02-28 06:23:05', '', 488, 'http://image-center.com/architecture/wp-content/uploads/2011/02/100826-49.jpg', 0, 'attachment', 'image/jpeg', 0),
(494, 2, '2011-02-27 22:27:55', '2011-02-28 06:27:55', '<p style="text-align: center;"><strong>Corporate Inn</strong></p>\n\n<p style="text-align: center;">Sunnyvale, CA</p>\n\n<p><img class="aligncenter size-medium wp-image-489" title="Corporate Inn, Sunnyvale, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100826-06-550x366.jpg" alt="" width="550" height="366" /></p>\n\n<p><img class="aligncenter size-medium wp-image-492" title="Corporate Inn, Sunnyvale, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100826-36-550x366.jpg" alt="" width="550" height="366" /></p>\n\n<p><img class="aligncenter size-medium wp-image-490" title="Corporate Inn, Sunnyvale, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100826-12-366x550.jpg" alt="" width="366" height="550" /></p>\n\n<p><img class="aligncenter size-medium wp-image-491" title="Corporate Inn, Sunnyvale, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100826-13-550x366.jpg" alt="" width="550" height="366" /></p>\n\n<p><a rel="attachment wp-att-493" href="http://image-center.com/architecture/?attachment_id=493"><img class="aligncenter size-medium wp-image-493" title="Corporate Inn, Sunnyvale, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100826-49-550x366.jpg" alt="" width="550" height="366" /></a></p>', 'Corporate Inn', '', 'inherit', 'closed', 'open', '', '488-revision', '', '', '2011-02-27 22:27:55', '2011-02-28 06:27:55', '', 488, 'http://image-center.com/architecture/2011/uncategorized/488-revision/', 0, 'revision', '', 0),
(495, 2, '2011-02-27 22:29:07', '2011-02-28 06:29:07', '<p style="text-align: center;"><strong>Corporate Inn</strong></p>\r\n\r\n<p style="text-align: center;">Sunnyvale, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-489" title="Corporate Inn, Sunnyvale, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100826-06-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-492" title="Corporate Inn, Sunnyvale, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100826-36-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-490" title="Corporate Inn, Sunnyvale, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100826-12-366x550.jpg" alt="" width="366" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-491" title="Corporate Inn, Sunnyvale, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100826-13-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><a rel="attachment wp-att-493" href="http://image-center.com/architecture/?attachment_id=493"><img class="aligncenter size-medium wp-image-493" title="Corporate Inn, Sunnyvale, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100826-49-550x366.jpg" alt="" width="550" height="366" /></a></p>', 'Corporate Inn', 'Corporate Inn, Sunnyvale, CA', 'inherit', 'closed', 'open', '', '488-revision-2', '', '', '2011-02-27 22:29:07', '2011-02-28 06:29:07', '', 488, 'http://image-center.com/architecture/2011/uncategorized/488-revision-2/', 0, 'revision', '', 0),
(497, 2, '2011-02-25 17:37:24', '2011-02-25 17:37:24', '<p><a rel="attachment wp-att-103" href="http://image-center.com/architecture/2011/hospitality/post-5/attachment/tico-construction-san-jose-ca/"><img class="aligncenter size-medium wp-image-103" title="Tico Construction, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090331-3-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Post 5', '', 'inherit', 'closed', 'open', '', '102-revision-11', '', '', '2011-02-25 17:37:24', '2011-02-25 17:37:24', '', 102, 'http://image-center.com/architecture/2011/uncategorized/102-revision-11/', 0, 'revision', '', 0),
(496, 2, '2011-02-27 22:29:07', '2011-02-28 06:29:07', '<p style="text-align: center;"><strong>Corporate Inn</strong></p>\r\n\r\n<p style="text-align: center;">Sunnyvale, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-489" title="Corporate Inn, Sunnyvale, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100826-06-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-492" title="Corporate Inn, Sunnyvale, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100826-36-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-490" title="Corporate Inn, Sunnyvale, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100826-12-366x550.jpg" alt="" width="366" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-491" title="Corporate Inn, Sunnyvale, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100826-13-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><a rel="attachment wp-att-493" href="http://image-center.com/architecture/2011/hospitality/corporate-inn/attachment/corporate-inn-sunnyvale-ca-5/"><img class="aligncenter size-medium wp-image-493" title="Corporate Inn, Sunnyvale, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100826-49-550x366.jpg" alt="" width="550" height="366" /></a></p>', 'Corporate Inn', 'Corporate Inn, Sunnyvale, CA', 'inherit', 'closed', 'open', '', '488-revision-3', '', '', '2011-02-27 22:29:07', '2011-02-28 06:29:07', '', 488, 'http://image-center.com/architecture/2011/uncategorized/488-revision-3/', 0, 'revision', '', 0),
(498, 2, '2011-02-20 22:30:47', '2011-02-21 06:30:47', '<p style="text-align: center;"><strong><span style="font-size: medium;">Hotel Abrego<br />\r\n </span></strong>Monterey, CA</p>\r\n\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-499" title="Hotel Abrego, Monterey, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/091015-03-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p style="text-align: center;"><img class="size-medium wp-image-500 aligncenter" title="Hotel Abrego, Monterey, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/091015-11-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-501" title="Hotel Abrego, Monterey, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/091015-12-550x365.jpg" alt="" width="550" height="365" /></p>', 'Hotel Abrego', '', 'publish', 'closed', 'open', '', 'abrego-hotel', '', '', '2011-03-03 15:07:59', '2011-03-03 23:07:59', '', 0, 'http://image-center.com/architecture/?p=498', 0, 'post', '', 0),
(499, 2, '2011-02-27 22:31:05', '2011-02-28 06:31:05', 'Wald, Ruhnke & Dost Archtiects, Monterey, CA', 'Abrego Hotel, Monterey, CA', '', 'inherit', 'closed', 'open', '', 'wald-ruhnke-dost-archtiects-monterey-ca', '', '', '2011-02-27 22:31:05', '2011-02-28 06:31:05', '', 498, 'http://image-center.com/architecture/wp-content/uploads/2011/02/091015-03.jpg', 0, 'attachment', 'image/jpeg', 0),
(500, 2, '2011-02-27 22:31:14', '2011-02-28 06:31:14', 'Wald, Ruhnke & Dost Archtiects, Monterey, CA', 'Abrego Hotel, Monterey, CA', '', 'inherit', 'closed', 'open', '', 'wald-ruhnke-dost-archtiects-monterey-ca-2', '', '', '2011-02-27 22:31:14', '2011-02-28 06:31:14', '', 498, 'http://image-center.com/architecture/wp-content/uploads/2011/02/091015-11.jpg', 0, 'attachment', 'image/jpeg', 0),
(501, 2, '2011-02-27 22:31:20', '2011-02-28 06:31:20', 'Wald, Ruhnke & Dost Archtiects, Monterey, CA', 'Abrego Hotel, Monterey, CA', '', 'inherit', 'closed', 'open', '', 'wald-ruhnke-dost-archtiects-monterey-ca-3', '', '', '2011-02-27 22:31:20', '2011-02-28 06:31:20', '', 498, 'http://image-center.com/architecture/wp-content/uploads/2011/02/091015-12.jpg', 0, 'attachment', 'image/jpeg', 0),
(502, 2, '2011-02-27 22:37:49', '2011-02-28 06:37:49', '<p style="text-align: center;"><strong>Abrego Hotel</strong></p>\n\n<p style="text-align: center;">Monterey, CA</p>\n\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-499" title="Abrego Hotel, Monterey, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/091015-03-550x365.jpg" alt="" width="550" height="365" /></p>\n\n<p style="text-align: center;"><img class="size-medium wp-image-500 aligncenter" title="Abrego Hotel, Monterey, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/091015-11-550x365.jpg" alt="" width="550" height="365" /></p>\n\n<p><img class="aligncenter size-medium wp-image-501" title="Abrego Hotel, Monterey, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/091015-12-550x365.jpg" alt="" width="550" height="365" /></p>', 'Abrego Hotel', '', 'inherit', 'closed', 'open', '', '498-revision', '', '', '2011-02-27 22:37:49', '2011-02-28 06:37:49', '', 498, 'http://image-center.com/architecture/2011/uncategorized/498-revision/', 0, 'revision', '', 0),
(503, 1, '2011-02-28 10:15:52', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'open', '', '', '', '', '2011-02-28 10:15:52', '0000-00-00 00:00:00', '', 0, 'http://image-center.com/architecture/?p=503', 0, 'post', '', 0),
(504, 1, '2011-02-28 11:48:53', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'open', '', '', '', '', '2011-02-28 11:48:53', '0000-00-00 00:00:00', '', 0, 'http://image-center.com/architecture/', 0, 'page', '', 0),
(505, 2, '2011-02-28 11:49:56', '2011-02-28 19:49:56', '', 'Public Portfolio', '', 'publish', 'closed', 'open', '', 'public-portfolio', '', '', '2011-02-28 11:57:36', '2011-02-28 19:57:36', '', 0, 'http://image-center.com/architecture/', 0, 'page', '', 0),
(506, 1, '2011-02-28 11:49:26', '2011-02-28 19:49:26', '', 'Auto Draft', '', 'inherit', 'closed', 'open', '', '505-revision', '', '', '2011-02-28 11:49:26', '2011-02-28 19:49:26', '', 505, 'http://image-center.com/architecture/2011/uncategorized/505-revision/', 0, 'revision', '', 0),
(507, 1, '2011-02-28 11:52:03', '2011-02-28 19:52:03', ' ', 'Public', 'View My Public Portfolio', 'publish', 'closed', 'open', '', 'public', '', '', '2011-02-28 14:38:15', '2011-02-28 22:38:15', '', 0, 'http://image-center.com/architecture/?p=507', 4, 'nav_menu_item', '', 0),
(509, 1, '2011-02-27 22:10:46', '2011-02-28 06:10:46', '<div style="text-align: center;"><strong>Angela''s Bistro</strong></div>\r\n<div style="text-align: center;"><strong> </strong>Alameda, CA</div>\r\n\r\n<p><img class="aligncenter size-medium wp-image-468" title="Angela''s Bistro, Alameda, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090331-1-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-469" title="Angela''s Bistro, Alameda, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090331-31-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-470" title="Angela''s Bistro, Alameda, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090331-4-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><a rel="attachment wp-att-471" href="http://image-center.com/architecture/2011/entertainment/angelas-bistro/attachment/angelas-bistro-alameda-ca-4/"><img class="aligncenter size-medium wp-image-471" title="Angela''s Bistro, Alameda, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090331-6-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Angela''s Bistro', 'Angela''s Bistro, Alameda, CA', 'inherit', 'closed', 'open', '', '467-revision-5', '', '', '2011-02-27 22:10:46', '2011-02-28 06:10:46', '', 467, 'http://image-center.com/architecture/2011/uncategorized/467-revision-5/', 0, 'revision', '', 0),
(510, 1, '2011-02-28 11:55:23', '2011-02-28 19:55:23', '<div style="text-align: center;"><strong>Angela''s Bistro</strong></div>\r\n<div style="text-align: center;"><strong> </strong>Alameda, CA</div>\r\n\r\n<p><img class="aligncenter size-medium wp-image-468" title="Angela''s Bistro, Alameda, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090331-1-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-469" title="Angela''s Bistro, Alameda, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090331-31-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-470" title="Angela''s Bistro, Alameda, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090331-4-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><a rel="attachment wp-att-471" href="http://image-center.com/architecture/2011/entertainment/angelas-bistro/attachment/angelas-bistro-alameda-ca-4/"><img class="aligncenter size-medium wp-image-471" title="Angela''s Bistro, Alameda, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090331-6-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Angela''s Bistro', 'Angela''s Bistro, Alameda, CA', 'inherit', 'closed', 'open', '', '467-revision-6', '', '', '2011-02-28 11:55:23', '2011-02-28 19:55:23', '', 467, 'http://image-center.com/architecture/2011/uncategorized/467-revision-6/', 0, 'revision', '', 0),
(511, 1, '2011-02-27 22:20:29', '2011-02-28 06:20:29', '<p style="text-align: center;"><strong>St. John''s Church</strong></p>\r\n\r\n<p style="text-align: center;">Aptos, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-464" title="St. John''s Church, Aptos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090712-19-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-461" title="St. John''s Church, Aptos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090712-07-365x550.jpg" alt="" width="365" height="550" /><a rel="attachment wp-att-463" href="http://image-center.com/architecture/2011/entertainment/st-johns-church/attachment/st-johns-church-aptos-ca-3/"></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-463" title="St. John''s Church, Aptos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090712-14-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><a rel="attachment wp-att-462" href="http://image-center.com/architecture/2011/entertainment/st-johns-church/attachment/st-johns-church-aptos-ca-2/"><img class="aligncenter size-medium wp-image-462" title="St. John''s Church, Aptos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090712-08-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'St. John''s Church', 'St. John''s Church, Aptos, CA', 'inherit', 'closed', 'open', '', '460-revision-5', '', '', '2011-02-27 22:20:29', '2011-02-28 06:20:29', '', 460, 'http://image-center.com/architecture/2011/uncategorized/460-revision-5/', 0, 'revision', '', 0),
(512, 1, '2011-02-28 11:55:35', '2011-02-28 19:55:35', '<p style="text-align: center;"><strong>St. John''s Church</strong></p>\r\n\r\n<p style="text-align: center;">Aptos, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-464" title="St. John''s Church, Aptos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090712-19-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-461" title="St. John''s Church, Aptos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090712-07-365x550.jpg" alt="" width="365" height="550" /><a rel="attachment wp-att-463" href="http://image-center.com/architecture/2011/entertainment/st-johns-church/attachment/st-johns-church-aptos-ca-3/"></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-463" title="St. John''s Church, Aptos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090712-14-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><a rel="attachment wp-att-462" href="http://image-center.com/architecture/2011/entertainment/st-johns-church/attachment/st-johns-church-aptos-ca-2/"><img class="aligncenter size-medium wp-image-462" title="St. John''s Church, Aptos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090712-08-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'St. John''s Church', 'St. John''s Church, Aptos, CA', 'inherit', 'closed', 'open', '', '460-revision-6', '', '', '2011-02-28 11:55:35', '2011-02-28 19:55:35', '', 460, 'http://image-center.com/architecture/2011/uncategorized/460-revision-6/', 0, 'revision', '', 0),
(513, 1, '2011-02-27 21:57:41', '2011-02-28 05:57:41', '<p style="text-align: center;"><strong>Menlo Atherton Performing Arts Center</strong></p>\r\n\r\n<p style="text-align: center;">Atherton, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-454" title="Menlo Atherton Performing Arts Center, Atherton, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090820-03-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-455" title="Menlo Atherton Performing Arts Center, Atherton, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090820-04-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><a rel="attachment wp-att-455" href="http://image-center.com/architecture/2011/entertainment/menlo-atherton-performing-arts-center/attachment/menlo-atherton-performing-arts-center-atherton-ca-2/"></a><img class="aligncenter size-medium wp-image-456" title="Menlo Atherton Performing Arts Center, Atherton, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090820-091-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><a rel="attachment wp-att-457" href="http://image-center.com/architecture/2011/entertainment/menlo-atherton-performing-arts-center/attachment/menlo-atherton-performing-arts-center-atherton-ca-4/"><img class="aligncenter size-medium wp-image-457" title="Menlo Atherton Performing Arts Center, Atherton, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090820-10-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Menlo Atherton Performing Arts Center', 'Menlo Atherton Performing Arts Center, Atherton, CA', 'inherit', 'closed', 'open', '', '453-revision-3', '', '', '2011-02-27 21:57:41', '2011-02-28 05:57:41', '', 453, 'http://image-center.com/architecture/2011/uncategorized/453-revision-3/', 0, 'revision', '', 0),
(514, 1, '2011-02-28 11:56:18', '2011-02-28 19:56:18', '<p style="text-align: center;"><strong>Menlo Atherton Performing Arts Center</strong></p>\r\n\r\n<p style="text-align: center;">Atherton, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-454" title="Menlo Atherton Performing Arts Center, Atherton, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090820-03-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-455" title="Menlo Atherton Performing Arts Center, Atherton, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090820-04-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><a rel="attachment wp-att-455" href="http://image-center.com/architecture/2011/entertainment/menlo-atherton-performing-arts-center/attachment/menlo-atherton-performing-arts-center-atherton-ca-2/"></a><img class="aligncenter size-medium wp-image-456" title="Menlo Atherton Performing Arts Center, Atherton, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090820-091-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><a rel="attachment wp-att-457" href="http://image-center.com/architecture/2011/entertainment/menlo-atherton-performing-arts-center/attachment/menlo-atherton-performing-arts-center-atherton-ca-4/"><img class="aligncenter size-medium wp-image-457" title="Menlo Atherton Performing Arts Center, Atherton, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090820-10-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Menlo Atherton Performing Arts Center', 'Menlo Atherton Performing Arts Center, Atherton, CA', 'inherit', 'closed', 'open', '', '453-revision-4', '', '', '2011-02-28 11:56:18', '2011-02-28 19:56:18', '', 453, 'http://image-center.com/architecture/2011/uncategorized/453-revision-4/', 0, 'revision', '', 0),
(515, 1, '2011-02-28 11:49:56', '2011-02-28 19:49:56', '', 'Public Portfolio', '', 'inherit', 'closed', 'open', '', '505-revision-2', '', '', '2011-02-28 11:49:56', '2011-02-28 19:49:56', '', 505, 'http://image-center.com/architecture/2011/uncategorized/505-revision-2/', 0, 'revision', '', 0),
(516, 2, '2011-02-28 12:46:06', '2011-02-28 20:46:06', '', 'School Portfolio', '', 'publish', 'closed', 'open', '', 'school-portfolio', '', '', '2011-02-28 12:46:06', '2011-02-28 20:46:06', '', 0, 'http://image-center.com/architecture/', 0, 'page', '', 0),
(517, 1, '2011-02-28 12:45:42', '2011-02-28 20:45:42', '', 'School Portfolio', '', 'inherit', 'closed', 'open', '', '516-revision', '', '', '2011-02-28 12:45:42', '2011-02-28 20:45:42', '', 516, 'http://image-center.com/architecture/2011/uncategorized/516-revision/', 0, 'revision', '', 0),
(518, 2, '2011-02-28 12:46:44', '2011-02-28 20:46:44', '', 'Church Portfolio', '', 'publish', 'closed', 'open', '', 'church-portfolio', '', '', '2011-02-28 12:46:44', '2011-02-28 20:46:44', '', 0, 'http://image-center.com/architecture/', 0, 'page', '', 0),
(519, 1, '2011-02-28 12:46:27', '2011-02-28 20:46:27', '', 'Church Portfolio', '', 'inherit', 'closed', 'open', '', '518-revision', '', '', '2011-02-28 12:46:27', '2011-02-28 20:46:27', '', 518, 'http://image-center.com/architecture/2011/uncategorized/518-revision/', 0, 'revision', '', 0),
(520, 1, '2011-02-28 12:48:41', '2011-02-28 20:48:41', ' ', 'Church', 'View My Church Portfolio', 'publish', 'closed', 'open', '', 'church', '', '', '2011-02-28 14:38:15', '2011-02-28 22:38:15', '', 0, 'http://image-center.com/architecture/?p=520', 6, 'nav_menu_item', '', 0),
(521, 1, '2011-02-28 12:48:41', '2011-02-28 20:48:41', ' ', 'School', 'View My School Portfolio', 'publish', 'closed', 'open', '', 'school', '', '', '2011-02-28 14:38:15', '2011-02-28 22:38:15', '', 0, 'http://image-center.com/architecture/?p=521', 7, 'nav_menu_item', '', 0);
INSERT INTO `wp_2posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(522, 1, '2011-02-28 12:48:41', '2011-02-28 20:48:41', ' ', 'Entertainment', 'View My Entertainment Portfolio', 'publish', 'closed', 'open', '', 'entertainment', '', '', '2011-02-28 14:38:15', '2011-02-28 22:38:15', '', 0, 'http://image-center.com/architecture/?p=522', 5, 'nav_menu_item', '', 0),
(523, 2, '2011-02-28 12:57:50', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'open', '', '', '', '', '2011-02-28 12:57:50', '0000-00-00 00:00:00', '', 0, 'http://image-center.com/architecture/?p=523', 0, 'post', '', 0),
(524, 1, '2011-02-28 12:57:51', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'open', '', '', '', '', '2011-02-28 12:57:51', '0000-00-00 00:00:00', '', 0, 'http://image-center.com/architecture/?p=524', 0, 'post', '', 0),
(525, 2, '2011-02-27 21:08:33', '2011-02-28 05:08:33', '<p style="text-align: center;"><strong>Private Foundation, Palo Alto, CA</strong></p>\r\n\r\n<p style="text-align: center;">Foundation headquarter</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-257" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-2-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-256" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-1-365x550.jpg" alt="" width="365" height="550" /><a rel="attachment wp-att-258" href="http://image-center.com/architecture/2011/commercial/private-foundation/attachment/private-foundation-palo-alto-ca-3/"></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-258" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-5-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-259" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-6-550x365.jpg" alt="" width="550" height="365" /></p>', 'Private Foundation', 'Private Foundation, Palo Alto, CA Foundation headquarter', 'inherit', 'closed', 'open', '', '255-revision-13', '', '', '2011-02-27 21:08:33', '2011-02-28 05:08:33', '', 255, 'http://image-center.com/architecture/2011/uncategorized/255-revision-13/', 0, 'revision', '', 0),
(526, 2, '2011-02-28 13:05:43', '2011-02-28 21:05:43', '<p style="text-align: center;"><strong>Private Foundation, Palo Alto, CA<br />\r\n</strong>Foundation headquarter</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-257" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-2-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-256" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-1-365x550.jpg" alt="" width="365" height="550" /><a rel="attachment wp-att-258" href="http://image-center.com/architecture/2011/commercial/private-foundation/attachment/private-foundation-palo-alto-ca-3/"></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-258" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-5-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-259" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-6-550x365.jpg" alt="" width="550" height="365" /></p>', 'Private Foundation', 'Private Foundation, Palo Alto, CA Foundation headquarter', 'inherit', 'closed', 'open', '', '255-revision-14', '', '', '2011-02-28 13:05:43', '2011-02-28 21:05:43', '', 255, 'http://image-center.com/architecture/2011/uncategorized/255-revision-14/', 0, 'revision', '', 0),
(527, 1, '2011-02-23 04:27:28', '2011-02-23 04:27:28', '<p><span style="font-size: medium;"><strong>What Is Image Center?</strong></span></p>\r\n\r\n<p>My name is Marco Zecchin and I own Image Center.</p>\r\n\r\n<p>As a specialty firm providing photographic services to the Architectural, Interior Design, Construction, Development, Entertainment, Hospitality and Real Estate industries, I appreciate the building industries particular photographic needs and stake my reputation on your satisfaction every day.</p>\r\n\r\n<p>Marketing materials are becoming more interactive and visual, so great photographs are even more important in helping your clients understand more quickly what you can do for them. With nearly 30 years of exclusively taking architectural photographs, I bring a wealth of experience to ensure that your project images not only inform but have visual impact!</p>\r\n\r\n<p>I hope that you have enjoyed browsing through the photographs on my web site and hope that you will contact me with your questions. I would also be pleased to discuss specific project that you would like to have photographed.</p>\r\n\r\n<p>Thank you for your interest and business. I know it''s your satisfaction with and success using my photographs, that has kept me in business for nearly 30 years!</p>\r\n\r\n<p>Cheers,</p>\r\n\r\n<p>Marco Zecchin</p>', 'About', '', 'inherit', 'closed', 'open', '', '2-revision-6', '', '', '2011-02-23 04:27:28', '2011-02-23 04:27:28', '', 2, 'http://image-center.com/architecture/2011/uncategorized/2-revision-6/', 0, 'revision', '', 0),
(528, 1, '2011-02-28 15:30:23', '2011-02-28 23:30:23', '<p><span style="font-size: medium;"><strong>What Is Image Center?</strong></span></p>\r\n\r\n<p>My name is Marco Zecchin and I own Image Center.</p>\r\n\r\n<p>As a specialty firm providing photographic services to the Architectural, Interior Design, Construction, Development, Entertainment, Hospitality and Real Estate industries, I appreciate the building industries particular photographic needs and stake my reputation on your satisfaction every day.</p>\r\n\r\n<p>Marketing materials are becoming more interactive and visual, so great photographs are even more important in helping your clients understand more quickly what you can do for them. With nearly 30 years of exclusively taking architectural photographs, I bring a wealth of experience to ensure that your project images not only inform but have visual impact!</p>\r\n\r\n<p>I hope that you have enjoyed browsing through the photographs on my web site and hope that you will contact me with your questions. I would also be pleased to discuss specific project that you would like to have photographed.</p>\r\n\r\n<p>Thank you for your interest and business. I know it''s your satisfaction with and success using my photographs, that has kept me in business for nearly 30 years!</p>\r\n\r\n<p>Cheers,</p>\r\n\r\n<p>Marco Zecchin</p>\r\n\r\n<p><a title="Follow Marco Zecchin On Facebook" href="http://www.facebook.com/marcozecchin" target="_blank"><img src="http://image-center.com/architecture/wp-content/plugins/social-profiles-sidebar-widget/iconsets/bohncore-SocialMedia-Glaskugel-IconSet/32x32/facebook.png" alt="" width="32" height="32" /></a><a title="Follow Marco Zecchin In Twitter" href="http://twitter.com/@mzecchin"><img src="http://image-center.com/architecture/wp-content/plugins/social-profiles-sidebar-widget/iconsets/bohncore-SocialMedia-Glaskugel-IconSet/32x32/twitter.png" alt="" width="32" height="32" /></a></p>', 'About', '', 'inherit', 'closed', 'open', '', '2-revision-7', '', '', '2011-02-28 15:30:23', '2011-02-28 23:30:23', '', 2, 'http://image-center.com/architecture/2011/uncategorized/2-revision-7/', 0, 'revision', '', 0),
(529, 2, '2011-02-27 21:10:00', '2011-02-28 05:10:00', '<p style="text-align: center;"><strong>R &amp; S Construction, Foster City, CA</strong></p>\r\n\r\n<p style="text-align: center;">Corporate headquarters</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-249" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-A-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-250" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-F-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-251" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-H-365x550.jpg" alt="" width="365" height="550" /><a rel="attachment wp-att-252" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices-4/"></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-252" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-I-550x365.jpg" alt="" width="550" height="365" /></p>', 'R & S Construction', 'R & S Construction, Foster City, CA Corporate headquarters', 'inherit', 'closed', 'open', '', '248-revision-17', '', '', '2011-02-27 21:10:00', '2011-02-28 05:10:00', '', 248, 'http://image-center.com/architecture/2011/uncategorized/248-revision-17/', 0, 'revision', '', 0),
(530, 2, '2011-02-28 21:53:00', '2011-03-01 05:53:00', '<p style="text-align: center;"><strong>R &amp; S Construction, Foster City, CA<br />\r\n</strong>Corporate headquarters</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-249" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-A-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-250" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-F-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-251" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-H-365x550.jpg" alt="" width="365" height="550" /><a rel="attachment wp-att-252" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices-4/"></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-252" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-I-550x365.jpg" alt="" width="550" height="365" /></p>', 'R & S Construction', 'R & S Construction, Foster City, CA Corporate headquarters', 'inherit', 'closed', 'open', '', '248-revision-18', '', '', '2011-02-28 21:53:00', '2011-03-01 05:53:00', '', 248, 'http://image-center.com/architecture/2011/uncategorized/248-revision-18/', 0, 'revision', '', 0),
(531, 2, '2011-02-27 20:56:51', '2011-02-28 04:56:51', '<p style="text-align: center;"><strong>Netflix, Los Gatos, CA</strong></p>\r\n\r\n<p style="text-align: center;">Corporate Headquarters</p>\r\n\r\n<p style="text-align: center;"><img class="size-medium wp-image-263  aligncenter" title="Netflix, Los Gatos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-021-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-264" title="Netflix, Los Gatos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-04-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-265" title="Netflix, Los Gatos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-09-550x365.jpg" alt="" width="550" height="365" /></p>', 'Netflix', 'Netflix, Los Gatos, CA Corporate Headquarters', 'inherit', 'closed', 'open', '', '262-revision-11', '', '', '2011-02-27 20:56:51', '2011-02-28 04:56:51', '', 262, 'http://image-center.com/architecture/2011/uncategorized/262-revision-11/', 0, 'revision', '', 0),
(532, 2, '2011-02-27 20:56:00', '2011-02-28 04:56:00', '<p style="text-align: center;"><strong>Solyndra, Fremont, CA</strong></p>\r\n\r\n<p style="text-align: center;">Corporate Headquarters</p>\r\n\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-269" title="Solyndra, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090307-04-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-271" title="Solyndra, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090307-12-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-270" title="Solyndra, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090307-09-550x365.jpg" alt="" width="550" height="365" /></p>', 'Solyndra', 'Solyndra, Fremont, CA Corporate Headquarters', 'inherit', 'closed', 'open', '', '268-revision-13', '', '', '2011-02-27 20:56:00', '2011-02-28 04:56:00', '', 268, 'http://image-center.com/architecture/2011/uncategorized/268-revision-13/', 0, 'revision', '', 0),
(534, 2, '2011-02-28 21:54:38', '2011-03-01 05:54:38', '<p style="text-align: center;"><strong>Moore Foundation, Palo Alto, CA<br />\r\n</strong>Foundation Headquarters</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-275" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090313-01-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-278" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090516-11-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-276" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090313-05-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-277" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090313-06-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-301" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100108-08-366x550.jpg" alt="" width="366" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-302" title="Moore Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100108-10-550x366.jpg" alt="" width="550" height="366" /></p>', 'Moore Foundation', 'Moore Foundation, Palo Alto, CA Foundation Headquarters', 'inherit', 'closed', 'open', '', '274-revision-14', '', '', '2011-02-28 21:54:38', '2011-03-01 05:54:38', '', 274, 'http://image-center.com/architecture/2011/uncategorized/274-revision-14/', 0, 'revision', '', 0),
(535, 2, '2011-02-28 13:05:45', '2011-02-28 21:05:45', '<p style="text-align: center;"><strong>Private Foundation, Palo Alto, CA<br />\r\n</strong>Foundation headquarter</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-257" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-2-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-256" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-1-365x550.jpg" alt="" width="365" height="550" /><a rel="attachment wp-att-258" href="http://image-center.com/architecture/2011/commercial/private-foundation/attachment/private-foundation-palo-alto-ca-3/"></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-258" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-5-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-259" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-6-550x365.jpg" alt="" width="550" height="365" /></p>', 'Private Foundation', 'Private Foundation, Palo Alto, CA Foundation headquarter', 'inherit', 'closed', 'open', '', '255-revision-15', '', '', '2011-02-28 13:05:45', '2011-02-28 21:05:45', '', 255, 'http://image-center.com/architecture/2011/uncategorized/255-revision-15/', 0, 'revision', '', 0),
(536, 2, '2011-02-28 21:55:48', '2011-03-01 05:55:48', '<p style="text-align: center;"><strong><span style="font-size: medium;">Private Foundation, Palo Alto, CA</span><br />\r\n </strong>Foundation headquarter</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-257" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-2-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-256" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-1-365x550.jpg" alt="" width="365" height="550" /><a rel="attachment wp-att-258" href="http://image-center.com/architecture/2011/commercial/private-foundation/attachment/private-foundation-palo-alto-ca-3/"></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-258" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-5-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-259" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-6-550x365.jpg" alt="" width="550" height="365" /></p>', 'Private Foundation', 'Private Foundation, Palo Alto, CA Foundation headquarter', 'inherit', 'closed', 'open', '', '255-revision-16', '', '', '2011-02-28 21:55:48', '2011-03-01 05:55:48', '', 255, 'http://image-center.com/architecture/2011/uncategorized/255-revision-16/', 0, 'revision', '', 0),
(537, 2, '2011-02-28 21:55:49', '2011-03-01 05:55:49', '<p style="text-align: center;"><strong><span style="font-size: medium;">Private Foundation, Palo Alto, CA</span><br />\r\n </strong>Foundation headquarter</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-257" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-2-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-256" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-1-365x550.jpg" alt="" width="365" height="550" /><a rel="attachment wp-att-258" href="http://image-center.com/architecture/2011/commercial/private-foundation/attachment/private-foundation-palo-alto-ca-3/"></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-258" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-5-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-259" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-6-550x365.jpg" alt="" width="550" height="365" /></p>', 'Private Foundation', 'Private Foundation, Palo Alto, CA Foundation headquarter', 'inherit', 'closed', 'open', '', '255-revision-17', '', '', '2011-02-28 21:55:49', '2011-03-01 05:55:49', '', 255, 'http://image-center.com/architecture/2011/uncategorized/255-revision-17/', 0, 'revision', '', 0),
(538, 2, '2011-02-28 21:56:02', '2011-03-01 05:56:02', '<p style="text-align: center;"><strong><span style="font-size: medium;">Private Foundation, Palo Alto, CA</span><br />\r\n </strong>Foundation headquarter</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-257" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-2-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-256" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-1-365x550.jpg" alt="" width="365" height="550" /><a rel="attachment wp-att-258" href="http://image-center.com/architecture/2011/commercial/private-foundation/attachment/private-foundation-palo-alto-ca-3/"></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-258" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-5-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-259" title="Private Foundation, Palo Alto, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080430-6-550x365.jpg" alt="" width="550" height="365" /></p>', 'Private Foundation', 'Private Foundation, Palo Alto, CA Foundation headquarter', 'inherit', 'closed', 'open', '', '255-revision-18', '', '', '2011-02-28 21:56:02', '2011-03-01 05:56:02', '', 255, 'http://image-center.com/architecture/2011/uncategorized/255-revision-18/', 0, 'revision', '', 0),
(539, 2, '2011-02-28 21:53:01', '2011-03-01 05:53:01', '<p style="text-align: center;"><strong>R &amp; S Construction, Foster City, CA<br />\r\n</strong>Corporate headquarters</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-249" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-A-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-250" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-F-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-251" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-H-365x550.jpg" alt="" width="365" height="550" /><a rel="attachment wp-att-252" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices-4/"></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-252" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-I-550x365.jpg" alt="" width="550" height="365" /></p>', 'R & S Construction', 'R & S Construction, Foster City, CA Corporate headquarters', 'inherit', 'closed', 'open', '', '248-revision-19', '', '', '2011-02-28 21:53:01', '2011-03-01 05:53:01', '', 248, 'http://image-center.com/architecture/2011/uncategorized/248-revision-19/', 0, 'revision', '', 0),
(540, 2, '2011-02-28 21:56:32', '2011-03-01 05:56:32', '<p style="text-align: center;"><strong><span style="font-size: medium;">R &amp; S Construction, Foster City, CA</span><br />\r\n </strong>Corporate headquarters</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-249" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-A-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-250" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-F-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-251" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-H-365x550.jpg" alt="" width="365" height="550" /><a rel="attachment wp-att-252" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices-4/"></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-252" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-I-550x365.jpg" alt="" width="550" height="365" /></p>', 'R & S Construction', 'R & S Construction, Foster City, CA Corporate headquarters', 'inherit', 'closed', 'open', '', '248-revision-20', '', '', '2011-02-28 21:56:32', '2011-03-01 05:56:32', '', 248, 'http://image-center.com/architecture/2011/uncategorized/248-revision-20/', 0, 'revision', '', 0),
(541, 2, '2011-02-28 21:56:32', '2011-03-01 05:56:32', '<p style="text-align: center;"><strong><span style="font-size: medium;">R &amp; S Construction, Foster City, CA</span><br />\r\n </strong>Corporate headquarters</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-249" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-A-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-250" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-F-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-251" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-H-365x550.jpg" alt="" width="365" height="550" /><a rel="attachment wp-att-252" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices-4/"></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-252" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-I-550x365.jpg" alt="" width="550" height="365" /></p>', 'R & S Construction', 'R & S Construction, Foster City, CA Corporate headquarters', 'inherit', 'closed', 'open', '', '248-revision-21', '', '', '2011-02-28 21:56:32', '2011-03-01 05:56:32', '', 248, 'http://image-center.com/architecture/2011/uncategorized/248-revision-21/', 0, 'revision', '', 0),
(542, 2, '2011-02-28 22:03:46', '2011-03-01 06:03:46', '<p style="text-align: center;"><strong><span style="font-size: medium;">R &amp; S Construction, Foster City, CA</span><br />\r\n </strong>Corporate headquarters</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-249" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-A-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-250" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-F-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-251" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-H-365x550.jpg" alt="" width="365" height="550" /><a rel="attachment wp-att-252" href="http://image-center.com/architecture/2011/commercial/rs-construction/attachment/rs-construction-redwood-city-ca-offices-4/"></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-252" title="R&amp;S Construction, Redwood City, CA - Offices" src="http://image-center.com/architecture/wp-content/uploads/2011/02/051102-I-550x365.jpg" alt="" width="550" height="365" /></p>', 'R & S Construction', 'R & S Construction, Foster City, CA Corporate headquarters', 'inherit', 'closed', 'open', '', '248-revision-22', '', '', '2011-02-28 22:03:46', '2011-03-01 06:03:46', '', 248, 'http://image-center.com/architecture/2011/uncategorized/248-revision-22/', 0, 'revision', '', 0),
(543, 2, '2011-02-28 21:53:31', '2011-03-01 05:53:31', '<p style="text-align: center;"><strong>Netflix, Los Gatos, CA<br />\r\n</strong>Corporate Headquarters</p>\r\n\r\n<p style="text-align: center;"><img class="size-medium wp-image-263  aligncenter" title="Netflix, Los Gatos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-021-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-264" title="Netflix, Los Gatos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-04-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-265" title="Netflix, Los Gatos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-09-550x365.jpg" alt="" width="550" height="365" /></p>', 'Netflix', 'Netflix, Los Gatos, CA Corporate Headquarters', 'inherit', 'closed', 'open', '', '262-revision-12', '', '', '2011-02-28 21:53:31', '2011-03-01 05:53:31', '', 262, 'http://image-center.com/architecture/2011/uncategorized/262-revision-12/', 0, 'revision', '', 0),
(544, 2, '2011-02-28 11:55:05', '2011-02-28 19:55:05', '<p style="text-align: center;"><strong>California Theatre</strong></p>\r\n\r\n<p style="text-align: center;"><strong></strong>San Jose, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-478" title="California Theatre, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/041104-C-423x550.jpg" alt="" width="423" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-479" title="California Theatre, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/041104-K-423x550.jpg" alt="" width="423" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-480" title="California Theatre, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/041104-R-550x423.jpg" alt="" width="550" height="423" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-481" title="California Theatre, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/041104-V-550x423.jpg" alt="" width="550" height="423" /></p>', 'California Theatre', 'California Theatre, San Jose, CA', 'inherit', 'closed', 'open', '', '477-revision-6', '', '', '2011-02-28 11:55:05', '2011-02-28 19:55:05', '', 477, 'http://image-center.com/architecture/2011/uncategorized/477-revision-6/', 0, 'revision', '', 0),
(545, 2, '2011-02-28 11:55:24', '2011-02-28 19:55:24', '<div style="text-align: center;"><strong>Angela''s Bistro</strong></div>\r\n<div style="text-align: center;"><strong> </strong>Alameda, CA</div>\r\n\r\n<p><img class="aligncenter size-medium wp-image-468" title="Angela''s Bistro, Alameda, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090331-1-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-469" title="Angela''s Bistro, Alameda, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090331-31-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-470" title="Angela''s Bistro, Alameda, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090331-4-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><a rel="attachment wp-att-471" href="http://image-center.com/architecture/2011/public/entertainment/angelas-bistro/attachment/angelas-bistro-alameda-ca-4/"><img class="aligncenter size-medium wp-image-471" title="Angela''s Bistro, Alameda, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090331-6-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Angela''s Bistro', 'Angela''s Bistro, Alameda, CA', 'inherit', 'closed', 'open', '', '467-revision-7', '', '', '2011-02-28 11:55:24', '2011-02-28 19:55:24', '', 467, 'http://image-center.com/architecture/2011/uncategorized/467-revision-7/', 0, 'revision', '', 0),
(546, 2, '2011-02-28 22:05:51', '2011-03-01 06:05:51', '<div style="text-align: center;"><strong><span style="font-size: medium;">Angela''s Bistro</span></strong></div>\r\n<div style="text-align: center;"><strong> </strong>Alameda, CA</div>\r\n\r\n<p><img class="aligncenter size-medium wp-image-468" title="Angela''s Bistro, Alameda, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090331-1-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-469" title="Angela''s Bistro, Alameda, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090331-31-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-470" title="Angela''s Bistro, Alameda, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090331-4-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><a rel="attachment wp-att-471" href="http://image-center.com/architecture/2011/public/entertainment/angelas-bistro/attachment/angelas-bistro-alameda-ca-4/"><img class="aligncenter size-medium wp-image-471" title="Angela''s Bistro, Alameda, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090331-6-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Angela''s Bistro', 'Angela''s Bistro, Alameda, CA', 'inherit', 'closed', 'open', '', '467-revision-8', '', '', '2011-02-28 22:05:51', '2011-03-01 06:05:51', '', 467, 'http://image-center.com/architecture/2011/uncategorized/467-revision-8/', 0, 'revision', '', 0),
(547, 2, '2011-02-28 22:05:57', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'open', '', '', '', '', '2011-02-28 22:05:57', '0000-00-00 00:00:00', '', 0, 'http://image-center.com/architecture/?p=547', 0, 'post', '', 0),
(548, 2, '2011-02-27 21:46:35', '2011-02-28 05:46:35', '<p style="text-align: center;"><strong>Veterinary Office</strong></p>\r\n\r\n<p style="text-align: center;">Campbell, CA</p>\r\n\r\n<p><a rel="attachment wp-att-138" href="http://image-center.com/architecture/2011/biomedical/veterinary-office/attachment/veterinarian-office-campbell-ca-4/"><img class="aligncenter size-medium wp-image-138" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-14-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-139" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-21-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><a rel="attachment wp-att-137" href="http://image-center.com/architecture/2011/biomedical/veterinary-office/attachment/veterinarian-office-campbell-ca-3/"><img class="aligncenter size-medium wp-image-137" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-09-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-136" href="http://image-center.com/architecture/2011/biomedical/veterinary-office/attachment/veterinarian-office-campbell-ca-2/"><img class="aligncenter size-medium wp-image-136" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-07-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-135" href="http://image-center.com/architecture/2011/biomedical/veterinary-office/attachment/veterinarian-office-campbell-ca/"><img class="aligncenter size-medium wp-image-135" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-02-365x550.jpg" alt="" width="365" height="550" /></a></p>', 'Veterinary Office', 'Veterinary Office, Campbell, CA', 'inherit', 'closed', 'open', '', '228-revision-11', '', '', '2011-02-27 21:46:35', '2011-02-28 05:46:35', '', 228, 'http://image-center.com/architecture/2011/uncategorized/228-revision-11/', 0, 'revision', '', 0),
(549, 2, '2011-02-28 22:11:37', '2011-03-01 06:11:37', '<p style="text-align: center;"><strong><span style="font-size: medium;">Veterinary Office<br />\r\n</span></strong>Campbell, CA</p>\r\n\r\n<p><a rel="attachment wp-att-138" href="http://image-center.com/architecture/2011/biomedical/veterinary-office/attachment/veterinarian-office-campbell-ca-4/"><img class="aligncenter size-medium wp-image-138" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-14-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-139" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-21-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><a rel="attachment wp-att-137" href="http://image-center.com/architecture/2011/biomedical/veterinary-office/attachment/veterinarian-office-campbell-ca-3/"><img class="aligncenter size-medium wp-image-137" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-09-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-136" href="http://image-center.com/architecture/2011/biomedical/veterinary-office/attachment/veterinarian-office-campbell-ca-2/"><img class="aligncenter size-medium wp-image-136" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-07-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-135" href="http://image-center.com/architecture/2011/biomedical/veterinary-office/attachment/veterinarian-office-campbell-ca/"><img class="aligncenter size-medium wp-image-135" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-02-365x550.jpg" alt="" width="365" height="550" /></a></p>', 'Veterinary Office', 'Veterinary Office, Campbell, CA', 'inherit', 'closed', 'open', '', '228-revision-12', '', '', '2011-02-28 22:11:37', '2011-03-01 06:11:37', '', 228, 'http://image-center.com/architecture/2011/uncategorized/228-revision-12/', 0, 'revision', '', 0),
(550, 2, '2011-02-28 22:11:37', '2011-03-01 06:11:37', '<p style="text-align: center;"><strong><span style="font-size: medium;">Veterinary Office<br />\r\n</span></strong>Campbell, CA</p>\r\n\r\n<p><a rel="attachment wp-att-138" href="http://image-center.com/architecture/2011/biomedical/veterinary-office/attachment/veterinarian-office-campbell-ca-4/"><img class="aligncenter size-medium wp-image-138" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-14-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-139" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-21-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><a rel="attachment wp-att-137" href="http://image-center.com/architecture/2011/biomedical/veterinary-office/attachment/veterinarian-office-campbell-ca-3/"><img class="aligncenter size-medium wp-image-137" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-09-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-136" href="http://image-center.com/architecture/2011/biomedical/veterinary-office/attachment/veterinarian-office-campbell-ca-2/"><img class="aligncenter size-medium wp-image-136" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-07-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-135" href="http://image-center.com/architecture/2011/biomedical/veterinary-office/attachment/veterinarian-office-campbell-ca/"><img class="aligncenter size-medium wp-image-135" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-02-365x550.jpg" alt="" width="365" height="550" /></a></p>', 'Veterinary Office', 'Veterinary Office, Campbell, CA', 'inherit', 'closed', 'open', '', '228-revision-13', '', '', '2011-02-28 22:11:37', '2011-03-01 06:11:37', '', 228, 'http://image-center.com/architecture/2011/uncategorized/228-revision-13/', 0, 'revision', '', 0),
(551, 2, '2011-02-28 22:14:19', '2011-03-01 06:14:19', '<p style="text-align: center;"><strong><span style="font-size: medium;">Veterinary Office<br />\r\n</span></strong>Campbell, CA</p>\r\n\r\n<p><a rel="attachment wp-att-138" href="http://image-center.com/architecture/2011/biomedical/veterinary-office/attachment/veterinarian-office-campbell-ca-4/"><img class="aligncenter size-medium wp-image-138" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-14-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-139" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-21-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><a rel="attachment wp-att-137" href="http://image-center.com/architecture/2011/biomedical/veterinary-office/attachment/veterinarian-office-campbell-ca-3/"><img class="aligncenter size-medium wp-image-137" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-09-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-136" href="http://image-center.com/architecture/2011/biomedical/veterinary-office/attachment/veterinarian-office-campbell-ca-2/"><img class="aligncenter size-medium wp-image-136" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-07-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-135" href="http://image-center.com/architecture/2011/biomedical/veterinary-office/attachment/veterinarian-office-campbell-ca/"><img class="aligncenter size-medium wp-image-135" title="Veterinarian office, Campbell, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081125-02-365x550.jpg" alt="" width="365" height="550" /></a></p>', 'Veterinary Office', 'Veterinary Office, Campbell, CA', 'inherit', 'closed', 'open', '', '228-revision-14', '', '', '2011-02-28 22:14:19', '2011-03-01 06:14:19', '', 228, 'http://image-center.com/architecture/2011/uncategorized/228-revision-14/', 0, 'revision', '', 0),
(552, 2, '2011-02-27 21:26:01', '2011-02-28 05:26:01', '<p style="text-align: center;"><strong>Private Residence, San Francisco, CA</strong></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-157" title="Nob Hill Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090702-03-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-158" title="Nob Hill Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090702-10-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-159" title="Nob Hill Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090702-14-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-160" title="Nob Hill Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090702-20-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-161" title="Nob Hill Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090702-22-365x550.jpg" alt="" width="365" height="550" /></p>', 'Nob Hill Residence', 'Private Residence, San Francisco, CA', 'inherit', 'closed', 'open', '', '200-revision-6', '', '', '2011-02-27 21:26:01', '2011-02-28 05:26:01', '', 200, 'http://image-center.com/architecture/2011/uncategorized/200-revision-6/', 0, 'revision', '', 0),
(553, 2, '2011-02-25 17:30:03', '2011-02-25 17:30:03', '<p><a rel="attachment wp-att-27" href="http://image-center.com/architecture/?attachment_id=27"><a rel="attachment wp-att-69" href="http://image-center.com/architecture/?attachment_id=69"><img class="aligncenter size-medium wp-image-69" title="Hillhouse Construction, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110204-051-550x366.jpg" alt="This is the alternate text for Hillhouse Construction, San Jose, CA" width="550" height="366" /></a><img class="aligncenter size-medium wp-image-27" title="XL Construction, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100316-04-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p>This is an example of some verbiage.  This is an example of some verbiage. This is an example of some verbiage. This is an example of some verbiage. This is an example of some verbiage.</p>', 'Post 4', '', 'inherit', 'closed', 'open', '', '26-revision-15', '', '', '2011-02-25 17:30:03', '2011-02-25 17:30:03', '', 26, 'http://image-center.com/architecture/2011/uncategorized/26-revision-15/', 0, 'revision', '', 0),
(554, 2, '2011-02-25 17:30:20', '2011-02-25 17:30:20', '<p><a rel="attachment wp-att-22" href="http://image-center.com/architecture/?attachment_id=22"><img class="aligncenter size-medium wp-image-22" title="Silicon Valley Glass, Morgan Hill, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090110-02-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Post 2', '', 'inherit', 'closed', 'open', '', '11-revision-10', '', '', '2011-02-25 17:30:20', '2011-02-25 17:30:20', '', 11, 'http://image-center.com/architecture/2011/uncategorized/11-revision-10/', 0, 'revision', '', 0),
(555, 2, '2011-02-28 21:54:07', '2011-03-01 05:54:07', '<p style="text-align: center;"><strong>Solyndra, Fremont, CA<br />\r\n</strong>Corporate Headquarters</p>\r\n\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-269" title="Solyndra, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090307-04-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-271" title="Solyndra, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090307-12-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-270" title="Solyndra, Milpitas, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090307-09-550x365.jpg" alt="" width="550" height="365" /></p>', 'Solyndra', 'Solyndra, Fremont, CA Corporate Headquarters', 'inherit', 'closed', 'open', '', '268-revision-14', '', '', '2011-02-28 21:54:07', '2011-03-01 05:54:07', '', 268, 'http://image-center.com/architecture/2011/uncategorized/268-revision-14/', 0, 'revision', '', 0),
(556, 2, '2011-02-27 21:44:17', '2011-02-28 05:44:17', '<p style="text-align: center;"><strong>El Camino Hospital Radiology</strong></p>\r\n\r\n<p style="text-align: center;">Mountain View, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-140" title="El Camino Hospital Radiology, Mountain View, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100316-01-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-141" title="El Camino Hospital Radiology, Mountain View, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100316-041-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-142" title="El Camino Hospital Radiology, Mountain View, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100316-07-550x366.jpg" alt="" width="550" height="366" /></p>', 'El Camino Hospital Radiology', 'El Camino Hospital Radiology, Mountain View, CA', 'inherit', 'closed', 'open', '', '224-revision-10', '', '', '2011-02-27 21:44:17', '2011-02-28 05:44:17', '', 224, 'http://image-center.com/architecture/2011/uncategorized/224-revision-10/', 0, 'revision', '', 0);
INSERT INTO `wp_2posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(557, 2, '2011-02-27 21:40:32', '2011-02-28 05:40:32', '<p style="text-align: center;"><strong>California Cardiovascular Consultants</strong></p>\r\n\r\n<p style="text-align: center;">Fremont, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-147" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-10-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-143" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-02-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-144" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-03-366x550.jpg" alt="" width="366" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-145" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-07-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-146" title="California Cardiovascular Consultants, Fremont, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100608-09-366x550.jpg" alt="" width="366" height="550" /></p>', 'California Cardiovascular Consultants', 'California Cardiovascular Consultants, Fremont, CA', 'inherit', 'closed', 'open', '', '217-revision-10', '', '', '2011-02-27 21:40:32', '2011-02-28 05:40:32', '', 217, 'http://image-center.com/architecture/2011/uncategorized/217-revision-10/', 0, 'revision', '', 0),
(558, 2, '2011-02-27 21:21:35', '2011-02-28 05:21:35', '<p style="text-align: center;"><strong>Morris Residence</strong></p>\r\n\r\n<p style="text-align: center;">Homewood, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-162" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-06-366x550.jpg" alt="" width="366" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-164" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-12-366x550.jpg" alt="" width="366" height="550" /></p>\r\n\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-163" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-11-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-165" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-16-366x550.jpg" alt="" width="366" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-166" title="Morris Residence, Homewood, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/110128-17-366x550.jpg" alt="" width="366" height="550" /></p>', 'Morris Residence', 'Morris Residence, Homewood, CA', 'inherit', 'closed', 'open', '', '195-revision-12', '', '', '2011-02-27 21:21:35', '2011-02-28 05:21:35', '', 195, 'http://image-center.com/architecture/2011/uncategorized/195-revision-12/', 0, 'revision', '', 0),
(559, 2, '2011-02-27 22:29:42', '2011-02-28 06:29:42', '<p style="text-align: center;"><strong>Corporate Inn</strong></p>\r\n\r\n<p style="text-align: center;">Sunnyvale, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-489" title="Corporate Inn, Sunnyvale, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100826-06-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-492" title="Corporate Inn, Sunnyvale, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100826-36-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-490" title="Corporate Inn, Sunnyvale, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100826-12-366x550.jpg" alt="" width="366" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-491" title="Corporate Inn, Sunnyvale, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100826-13-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-493" title="Corporate Inn, Sunnyvale, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/100826-49-550x366.jpg" alt="" width="550" height="366" /></p>', 'Corporate Inn', 'Corporate Inn, Sunnyvale, CA', 'inherit', 'closed', 'open', '', '488-revision-4', '', '', '2011-02-27 22:29:42', '2011-02-28 06:29:42', '', 488, 'http://image-center.com/architecture/2011/uncategorized/488-revision-4/', 0, 'revision', '', 0),
(560, 2, '2011-02-28 11:55:38', '2011-02-28 19:55:38', '<p style="text-align: center;"><strong>St. John''s Church</strong></p>\r\n\r\n<p style="text-align: center;">Aptos, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-464" title="St. John''s Church, Aptos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090712-19-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-461" title="St. John''s Church, Aptos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090712-07-365x550.jpg" alt="" width="365" height="550" /><a rel="attachment wp-att-463" href="http://image-center.com/architecture/2011/public/st-johns-church/attachment/st-johns-church-aptos-ca-3/"></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-463" title="St. John''s Church, Aptos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090712-14-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><a rel="attachment wp-att-462" href="http://image-center.com/architecture/2011/public/st-johns-church/attachment/st-johns-church-aptos-ca-2/"><img class="aligncenter size-medium wp-image-462" title="St. John''s Church, Aptos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090712-08-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'St. John''s Church', 'St. John''s Church, Aptos, CA', 'inherit', 'closed', 'open', '', '460-revision-7', '', '', '2011-02-28 11:55:38', '2011-02-28 19:55:38', '', 460, 'http://image-center.com/architecture/2011/uncategorized/460-revision-7/', 0, 'revision', '', 0),
(561, 2, '2011-02-28 22:18:57', '2011-03-01 06:18:57', '<p style="text-align: center;"><strong><span style="font-size: medium;">St. John''s Church</span><br />\r\n</strong>Aptos, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-464" title="St. John''s Church, Aptos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090712-19-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-461" title="St. John''s Church, Aptos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090712-07-365x550.jpg" alt="" width="365" height="550" /><a rel="attachment wp-att-463" href="http://image-center.com/architecture/2011/public/st-johns-church/attachment/st-johns-church-aptos-ca-3/"></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-463" title="St. John''s Church, Aptos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090712-14-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><a rel="attachment wp-att-462" href="http://image-center.com/architecture/2011/public/st-johns-church/attachment/st-johns-church-aptos-ca-2/"><img class="aligncenter size-medium wp-image-462" title="St. John''s Church, Aptos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090712-08-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'St. John''s Church', 'St. John''s Church, Aptos, CA', 'inherit', 'closed', 'open', '', '460-revision-8', '', '', '2011-02-28 22:18:57', '2011-03-01 06:18:57', '', 460, 'http://image-center.com/architecture/2011/uncategorized/460-revision-8/', 0, 'revision', '', 0),
(562, 2, '2011-02-28 22:18:58', '2011-03-01 06:18:58', '<p style="text-align: center;"><strong><span style="font-size: medium;">St. John''s Church</span><br />\r\n</strong>Aptos, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-464" title="St. John''s Church, Aptos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090712-19-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-461" title="St. John''s Church, Aptos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090712-07-365x550.jpg" alt="" width="365" height="550" /><a rel="attachment wp-att-463" href="http://image-center.com/architecture/2011/public/st-johns-church/attachment/st-johns-church-aptos-ca-3/"></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-463" title="St. John''s Church, Aptos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090712-14-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><a rel="attachment wp-att-462" href="http://image-center.com/architecture/2011/public/st-johns-church/attachment/st-johns-church-aptos-ca-2/"><img class="aligncenter size-medium wp-image-462" title="St. John''s Church, Aptos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090712-08-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'St. John''s Church', 'St. John''s Church, Aptos, CA', 'inherit', 'closed', 'open', '', '460-revision-9', '', '', '2011-02-28 22:18:58', '2011-03-01 06:18:58', '', 460, 'http://image-center.com/architecture/2011/uncategorized/460-revision-9/', 0, 'revision', '', 0),
(563, 2, '2011-02-28 22:19:20', '2011-03-01 06:19:20', '<p style="text-align: center;"><strong><span style="font-size: medium;">St. John''s Church</span><br />\r\n </strong>Aptos, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-464" title="St. John''s Church, Aptos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090712-19-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-461" title="St. John''s Church, Aptos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090712-07-365x550.jpg" alt="" width="365" height="550" /><a rel="attachment wp-att-463" href="http://image-center.com/architecture/2011/public/st-johns-church/attachment/st-johns-church-aptos-ca-3/"></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-463" title="St. John''s Church, Aptos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090712-14-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><a rel="attachment wp-att-462" href="http://image-center.com/architecture/2011/public/st-johns-church/attachment/st-johns-church-aptos-ca-2/"><img class="aligncenter size-medium wp-image-462" title="St. John''s Church, Aptos, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090712-08-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'St. John''s Church', 'St. John''s Church, Aptos, CA', 'inherit', 'closed', 'open', '', '460-revision-10', '', '', '2011-02-28 22:19:20', '2011-03-01 06:19:20', '', 460, 'http://image-center.com/architecture/2011/uncategorized/460-revision-10/', 0, 'revision', '', 0),
(564, 2, '2011-02-27 21:37:20', '2011-02-28 05:37:20', '<p style="text-align: center;"><strong>Valley Care Emergency</strong></p>\r\n\r\n<p style="text-align: center;">Pleasanton, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-234" title="Valley Care Emegency, Pleasanton, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081103-021-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-232" title="Valley Care Emegency, Pleasanton, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081020-011-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-233" title="Valley Care Emegency, Pleasanton, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/081020-021-550x365.jpg" alt="" width="550" height="365" /></p>', 'Valley Care Emergency', 'Valley Care Emergency, Pleasanton, CA', 'inherit', 'closed', 'open', '', '231-revision-6', '', '', '2011-02-27 21:37:20', '2011-02-28 05:37:20', '', 231, 'http://image-center.com/architecture/2011/uncategorized/231-revision-6/', 0, 'revision', '', 0),
(565, 2, '2011-02-27 21:17:47', '2011-02-28 05:17:47', '<p style="text-align: center;"><strong>Private Residence, Hillsborough, CA</strong></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-156" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080813-10-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-151" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-C-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-152" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-E-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><a rel="attachment wp-att-152" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-3/"></a><img class="aligncenter size-medium wp-image-153" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-I-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-155" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-M-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><a rel="attachment wp-att-155" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-6/"></a><img class="aligncenter size-medium wp-image-154" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-L-365x550.jpg" alt="" width="365" height="550" /></p>', 'Hillsborough Residence', 'Private Residence, Hillsborough, CA', 'inherit', 'closed', 'open', '', '203-revision-15', '', '', '2011-02-27 21:17:47', '2011-02-28 05:17:47', '', 203, 'http://image-center.com/architecture/2011/uncategorized/203-revision-15/', 0, 'revision', '', 0),
(566, 2, '2011-02-28 22:22:38', '2011-03-01 06:22:38', '<p style="text-align: center;"><strong><span style="font-size: medium;">Private Residence</span><br />\r\n<span style="font-weight: normal;">Hillsborough, CA</span></strong></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-156" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/080813-10-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-151" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-C-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-152" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-E-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><a rel="attachment wp-att-152" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-3/"></a><img class="aligncenter size-medium wp-image-153" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-I-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-155" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-M-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><a rel="attachment wp-att-155" href="http://image-center.com/architecture/hillsborough-residence/attachment/private-residence-ca-6/"></a><img class="aligncenter size-medium wp-image-154" title="Hillsborough Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070719-L-365x550.jpg" alt="" width="365" height="550" /></p>', 'Hillsborough Residence', 'Private Residence, Hillsborough, CA', 'inherit', 'closed', 'open', '', '203-revision-16', '', '', '2011-02-28 22:22:38', '2011-03-01 06:22:38', '', 203, 'http://image-center.com/architecture/2011/uncategorized/203-revision-16/', 0, 'revision', '', 0),
(567, 2, '2011-02-27 22:38:47', '2011-02-28 06:38:47', '<p style="text-align: center;"><strong>Abrego Hotel</strong></p>\r\n\r\n<p style="text-align: center;">Monterey, CA</p>\r\n\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-499" title="Abrego Hotel, Monterey, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/091015-03-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p style="text-align: center;"><img class="size-medium wp-image-500 aligncenter" title="Abrego Hotel, Monterey, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/091015-11-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-501" title="Abrego Hotel, Monterey, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/091015-12-550x365.jpg" alt="" width="550" height="365" /></p>', 'Abrego Hotel', '', 'inherit', 'closed', 'open', '', '498-revision-2', '', '', '2011-02-27 22:38:47', '2011-02-28 06:38:47', '', 498, 'http://image-center.com/architecture/2011/uncategorized/498-revision-2/', 0, 'revision', '', 0),
(568, 2, '2011-02-28 11:56:20', '2011-02-28 19:56:20', '<p style="text-align: center;"><strong>Menlo Atherton Performing Arts Center</strong></p>\r\n\r\n<p style="text-align: center;">Atherton, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-454" title="Menlo Atherton Performing Arts Center, Atherton, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090820-03-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-455" title="Menlo Atherton Performing Arts Center, Atherton, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090820-04-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><a rel="attachment wp-att-455" href="http://image-center.com/architecture/2011/public/entertainment/menlo-atherton-performing-arts-center/attachment/menlo-atherton-performing-arts-center-atherton-ca-2/"></a><img class="aligncenter size-medium wp-image-456" title="Menlo Atherton Performing Arts Center, Atherton, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090820-091-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><a rel="attachment wp-att-457" href="http://image-center.com/architecture/2011/public/entertainment/menlo-atherton-performing-arts-center/attachment/menlo-atherton-performing-arts-center-atherton-ca-4/"><img class="aligncenter size-medium wp-image-457" title="Menlo Atherton Performing Arts Center, Atherton, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090820-10-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Menlo Atherton Performing Arts Center', 'Menlo Atherton Performing Arts Center, Atherton, CA', 'inherit', 'closed', 'open', '', '453-revision-5', '', '', '2011-02-28 11:56:20', '2011-02-28 19:56:20', '', 453, 'http://image-center.com/architecture/2011/uncategorized/453-revision-5/', 0, 'revision', '', 0),
(569, 2, '2011-02-28 22:23:57', '2011-03-01 06:23:57', '<p style="text-align: center;"><strong><span style="font-size: medium;">Menlo Atherton Performing Arts Center<br />\r\n</span></strong>Atherton, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-454" title="Menlo Atherton Performing Arts Center, Atherton, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090820-03-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-455" title="Menlo Atherton Performing Arts Center, Atherton, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090820-04-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><a rel="attachment wp-att-455" href="http://image-center.com/architecture/2011/public/entertainment/menlo-atherton-performing-arts-center/attachment/menlo-atherton-performing-arts-center-atherton-ca-2/"></a><img class="aligncenter size-medium wp-image-456" title="Menlo Atherton Performing Arts Center, Atherton, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090820-091-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><a rel="attachment wp-att-457" href="http://image-center.com/architecture/2011/public/entertainment/menlo-atherton-performing-arts-center/attachment/menlo-atherton-performing-arts-center-atherton-ca-4/"><img class="aligncenter size-medium wp-image-457" title="Menlo Atherton Performing Arts Center, Atherton, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/090820-10-550x365.jpg" alt="" width="550" height="365" /></a></p>', 'Menlo Atherton Performing Arts Center', 'Menlo Atherton Performing Arts Center, Atherton, CA', 'inherit', 'closed', 'open', '', '453-revision-6', '', '', '2011-02-28 22:23:57', '2011-03-01 06:23:57', '', 453, 'http://image-center.com/architecture/2011/uncategorized/453-revision-6/', 0, 'revision', '', 0),
(570, 2, '2011-02-27 20:57:58', '2011-02-28 04:57:58', '<p style="text-align: center;"><strong>Easton-Bell, Scotts Valley, CA</strong></p>\r\n\r\n<p style="text-align: center;">Helmet design and testing facility</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-286" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-081-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-285" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-05-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-284" title="Easton-Bell, Scotts Valley, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/101215-02-550x366.jpg" alt="" width="550" height="366" /></p>', 'Easton-Bell', 'Easton-Bell, Scotts Valley, CA Helmet design and testing facility', 'inherit', 'closed', 'open', '', '283-revision-25', '', '', '2011-02-27 20:57:58', '2011-02-28 04:57:58', '', 283, 'http://image-center.com/architecture/2011/uncategorized/283-revision-25/', 0, 'revision', '', 0),
(571, 2, '2011-02-27 21:30:59', '2011-02-28 05:30:59', '<p style="text-align: center;"><strong>Dental Office</strong></p>\r\n\r\n<p style="text-align: center;">Fremont, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-238" title="Dentist Office, Milpitas CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/050425-F1-550x437.jpg" alt="" width="550" height="437" /></p>\r\n\r\n<p><a rel="attachment wp-att-238" href="http://image-center.com/architecture/2011/biomedical/dental-office/attachment/dentist-office-milpitas-ca-3/"></a><img class="aligncenter size-medium wp-image-239" title="Dentist Office, Milpitas CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/050425-H1-446x550.jpg" alt="" width="446" height="550" /></p>', 'Dental Office', 'Dental Office, Fremont, CA', 'inherit', 'closed', 'open', '', '237-revision-9', '', '', '2011-02-27 21:30:59', '2011-02-28 05:30:59', '', 237, 'http://image-center.com/architecture/2011/uncategorized/237-revision-9/', 0, 'revision', '', 0),
(572, 2, '2011-02-28 22:24:58', '2011-03-01 06:24:58', '<p style="text-align: center;"><strong><span style="font-size: medium;">Dental Office<br />\r\n</span></strong>Fremont, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-238" title="Dentist Office, Milpitas CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/050425-F1-550x437.jpg" alt="" width="550" height="437" /></p>\r\n\r\n<p><a rel="attachment wp-att-238" href="http://image-center.com/architecture/2011/biomedical/dental-office/attachment/dentist-office-milpitas-ca-3/"></a><img class="aligncenter size-medium wp-image-239" title="Dentist Office, Milpitas CA" src="http://image-center.com/architecture/wp-content/uploads/2011/02/050425-H1-446x550.jpg" alt="" width="446" height="550" /></p>', 'Dental Office', 'Dental Office, Fremont, CA', 'inherit', 'closed', 'open', '', '237-revision-10', '', '', '2011-02-28 22:24:58', '2011-03-01 06:24:58', '', 237, 'http://image-center.com/architecture/2011/uncategorized/237-revision-10/', 0, 'revision', '', 0),
(573, 2, '2011-02-27 21:14:59', '2011-02-28 05:14:59', '<p style="text-align: center;"><strong>Private Residence, Menlo Park, CA</strong></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-150" title="Menlo Park Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070512-N-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-149" title="Menlo Park Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070512-F-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-148" title="Menlo Park Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/02/070512-A-550x365.jpg" alt="" width="550" height="365" /></p>', 'Menlo Park Residence', 'Private Residence, Menlo Park, CA', 'inherit', 'closed', 'open', '', '214-revision-7', '', '', '2011-02-27 21:14:59', '2011-02-28 05:14:59', '', 214, 'http://image-center.com/architecture/2011/uncategorized/214-revision-7/', 0, 'revision', '', 0),
(574, 2, '2011-02-28 22:26:14', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'open', '', '', '', '', '2011-02-28 22:26:14', '0000-00-00 00:00:00', '', 0, 'http://image-center.com/architecture/?p=574', 0, 'post', '', 0),
(575, 2, '2011-02-28 15:31:22', '2011-02-28 23:31:22', '<p><span style="font-size: medium;"><strong>What Is Image Center?</strong></span></p>\r\n\r\n<p>My name is Marco Zecchin and I own Image Center.</p>\r\n\r\n<p>As a specialty firm providing photographic services to the Architectural, Interior Design, Construction, Development, Entertainment, Hospitality and Real Estate industries, I appreciate the building industries particular photographic needs and stake my reputation on your satisfaction every day.</p>\r\n\r\n<p>Marketing materials are becoming more interactive and visual, so great photographs are even more important in helping your clients understand more quickly what you can do for them. With nearly 30 years of exclusively taking architectural photographs, I bring a wealth of experience to ensure that your project images not only inform but have visual impact!</p>\r\n\r\n<p>I hope that you have enjoyed browsing through the photographs on my web site and hope that you will contact me with your questions. I would also be pleased to discuss specific project that you would like to have photographed.</p>\r\n\r\n<p>Thank you for your interest and business. I know it''s your satisfaction with and success using my photographs, that has kept me in business for nearly 30 years!</p>\r\n\r\n<p>Cheers,</p>\r\n\r\n<p>Marco Zecchin</p>\r\n\r\n<p><a title="Follow Marco Zecchin On Facebook" href="http://www.facebook.com/marcozecchin" target="_blank"><img src="http://image-center.com/architecture/wp-content/plugins/social-profiles-sidebar-widget/iconsets/bohncore-SocialMedia-Glaskugel-IconSet/32x32/facebook.png" alt="" width="32" height="32" /></a><a title="Follow Marco Zecchin In Twitter" href="http://twitter.com/@mzecchin"><img src="http://image-center.com/architecture/wp-content/plugins/social-profiles-sidebar-widget/iconsets/bohncore-SocialMedia-Glaskugel-IconSet/32x32/twitter.png" alt="" width="32" height="32" /></a></p>', 'About', '', 'inherit', 'closed', 'open', '', '2-revision-8', '', '', '2011-02-28 15:31:22', '2011-02-28 23:31:22', '', 2, 'http://image-center.com/architecture/2011/uncategorized/2-revision-8/', 0, 'revision', '', 0),
(576, 2, '2011-02-28 22:28:25', '2011-03-01 06:28:25', '<p><span style="font-size: medium;"><strong>What Is Image Center?</strong></span></p>\r\n\r\n<p>My name is Marco Zecchin and I own Image Center.</p>\r\n\r\n<p>As a specialty firm providing photographic services to the Architectural, Interior Design, Construction, Development, Entertainment, Hospitality and Real Estate industries, I appreciate the building industries particular photographic needs and stake my reputation on your satisfaction every day.</p>\r\n\r\n<p>Marketing materials are becoming more interactive and visual, so great photographs are even more important in helping your clients understand more quickly what you can do for them. With nearly 30 years of exclusively taking architectural photographs, I bring a wealth of experience to ensure that your project images not only inform but have visual impact!</p>\r\n\r\n<p>I hope that you have enjoyed browsing through the photographs on my web site and hope that you will contact me with your questions. I would also be pleased to discuss specific project that you would like to have photographed.</p>\r\n\r\n<p>Thank you for your interest and business. I know it''s your satisfaction with and success using my photographs, that has kept me in business for nearly 30 years!</p>\r\n\r\n<p>Cheers,</p>\r\n\r\n<p>Marco Zecchin</p>\r\n\r\n<p><br class="spacer_" /></p>\r\n\r\n<p>Follow me on:</p>\r\n\r\n<p><a title="Follow Marco Zecchin On Facebook" href="http://www.facebook.com/marcozecchin" target="_blank"><img src="http://image-center.com/architecture/wp-content/plugins/social-profiles-sidebar-widget/iconsets/bohncore-SocialMedia-Glaskugel-IconSet/32x32/facebook.png" alt="" width="32" height="32" /></a><a title="Follow Marco Zecchin In Twitter" href="http://twitter.com/@mzecchin"><img src="http://image-center.com/architecture/wp-content/plugins/social-profiles-sidebar-widget/iconsets/bohncore-SocialMedia-Glaskugel-IconSet/32x32/twitter.png" alt="" width="32" height="32" /></a></p>', 'About', '', 'inherit', 'closed', 'open', '', '2-revision-9', '', '', '2011-02-28 22:28:25', '2011-03-01 06:28:25', '', 2, 'http://image-center.com/architecture/2011/uncategorized/2-revision-9/', 0, 'revision', '', 0),
(609, 2, '2011-03-03 10:52:47', '2011-03-03 18:52:47', '<p style="text-align: center;"><strong><span style="font-size: medium;">Formfactor Bldg. 2</span></strong><br />\r\nLivermore, CA</p>\r\n\r\n<p><a rel="attachment wp-att-604" href="http://image-center.com/architecture/?attachment_id=604"><img class="aligncenter size-medium wp-image-604" title="Formfactor Bldg. 2, Livermore, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051027-D-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-603" href="http://image-center.com/architecture/?attachment_id=603"><img class="aligncenter size-medium wp-image-603" title="Formfactor Bldg. 2, Livermore, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051027-C-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-607" href="http://image-center.com/architecture/?attachment_id=607"><img class="aligncenter size-medium wp-image-607" title="Formfactor Bldg. 2, Livermore, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051027-J-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-606" href="http://image-center.com/architecture/?attachment_id=606"><img class="aligncenter size-medium wp-image-606" title="Formfactor Bldg. 2, Livermore, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051027-I-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-605" href="http://image-center.com/architecture/?attachment_id=605"><img class="aligncenter size-medium wp-image-605" title="Formfactor Bldg. 2, Livermore, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051027-E-365x550.jpg" alt="" width="365" height="550" /></a></p>', 'Formfactor', 'Formfactor Bldg. 2, Livermore, CA', 'inherit', 'closed', 'open', '', '602-revision-2', '', '', '2011-03-03 10:52:47', '2011-03-03 18:52:47', '', 602, 'http://image-center.com/architecture/2011/uncategorized/602-revision-2/', 0, 'revision', '', 0),
(661, 2, '2011-03-03 11:45:47', '2011-03-03 19:45:47', '<p style="text-align: center;"><strong><span style="font-size: medium;">Formfactor Bldg. 2</span></strong><br />\r\n Livermore, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-604" title="Formfactor Bldg. 2, Livermore, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051027-D-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-603" title="Formfactor Bldg. 2, Livermore, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051027-C-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-607" title="Formfactor Bldg. 2, Livermore, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051027-J-550x365.jpg" alt="" width="550" height="365" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-606" title="Formfactor Bldg. 2, Livermore, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051027-I-365x550.jpg" alt="" width="365" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-605" title="Formfactor Bldg. 2, Livermore, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051027-E-365x550.jpg" alt="" width="365" height="550" /></p>', 'Formfactor', 'Formfactor Bldg. 2, Livermore, CA', 'inherit', 'closed', 'open', '', '602-revision-4', '', '', '2011-03-03 11:45:47', '2011-03-03 19:45:47', '', 602, 'http://image-center.com/architecture/2011/uncategorized/602-revision-4/', 0, 'revision', '', 0),
(610, 2, '2011-03-01 10:53:08', '2011-03-01 18:53:08', '<p style="text-align: center;"><strong><span style="font-size: medium;">Carolyn Clark School</span></strong><br />\r\n San Jose, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-611" title="Carolyn Clark School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051010-A-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-612" title="Carolyn Clark School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051010-B-486x550.jpg" alt="" width="486" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-613" title="Carolyn Clark School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051010-D-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-615" title="Carolyn Clark School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051010-G-366x550.jpg" alt="" width="366" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-614" title="Carolyn Clark School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051010-F-366x550.jpg" alt="" width="366" height="550" /></p>', 'Carolyn Clark School', 'Carolyn Clark School, San Jose, CA', 'publish', 'closed', 'open', '', '610', '', '', '2011-03-03 11:05:16', '2011-03-03 19:05:16', '', 0, 'http://image-center.com/architecture/?p=610', 0, 'post', '', 0),
(611, 2, '2011-03-03 10:54:58', '2011-03-03 18:54:58', 'Carolyn Clark School, San Jose, CA\r\nPhotographed for: AEDIS Architectes, San Jose, CA', 'Carolyn Clark School, San Jose, CA', '', 'inherit', 'closed', 'open', '', 'carolyn-clark-school-san-jose-ca', '', '', '2011-03-03 10:54:58', '2011-03-03 18:54:58', '', 610, 'http://image-center.com/architecture/wp-content/uploads/2011/03/051010-A.jpg', 0, 'attachment', 'image/jpeg', 0),
(612, 2, '2011-03-03 10:55:23', '2011-03-03 18:55:23', 'Carolyn Clark School, San Jose, CA\r\nPhotographed for: AEDIS Architectes, San Jose, CA', 'Carolyn Clark School, San Jose, CA', '', 'inherit', 'closed', 'open', '', 'carolyn-clark-school-san-jose-ca-2', '', '', '2011-03-03 10:55:23', '2011-03-03 18:55:23', '', 610, 'http://image-center.com/architecture/wp-content/uploads/2011/03/051010-B.jpg', 0, 'attachment', 'image/jpeg', 0),
(613, 2, '2011-03-03 10:55:31', '2011-03-03 18:55:31', 'Carolyn Clark School, San Jose, CA\r\nPhotographed for: AEDIS Architectes, San Jose, CA', 'Carolyn Clark School, San Jose, CA', '', 'inherit', 'closed', 'open', '', 'carolyn-clark-school-san-jose-ca-3', '', '', '2011-03-03 10:55:31', '2011-03-03 18:55:31', '', 610, 'http://image-center.com/architecture/wp-content/uploads/2011/03/051010-D.jpg', 0, 'attachment', 'image/jpeg', 0),
(614, 2, '2011-03-03 10:55:41', '2011-03-03 18:55:41', 'Carolyn Clark School, San Jose, CA\r\nPhotographed for: AEDIS Architectes, San Jose, CA', 'Carolyn Clark School, San Jose, CA', '', 'inherit', 'closed', 'open', '', 'carolyn-clark-school-san-jose-ca-4', '', '', '2011-03-03 10:55:41', '2011-03-03 18:55:41', '', 610, 'http://image-center.com/architecture/wp-content/uploads/2011/03/051010-F.jpg', 0, 'attachment', 'image/jpeg', 0),
(615, 2, '2011-03-03 10:55:46', '2011-03-03 18:55:46', 'Carolyn Clark School, San Jose, CA\r\nPhotographed for: AEDIS Architectes, San Jose, CA', 'Carolyn Clark School, San Jose, CA', '', 'inherit', 'closed', 'open', '', 'carolyn-clark-school-san-jose-ca-5', '', '', '2011-03-03 10:55:46', '2011-03-03 18:55:46', '', 610, 'http://image-center.com/architecture/wp-content/uploads/2011/03/051010-G.jpg', 0, 'attachment', 'image/jpeg', 0),
(625, 2, '2011-03-03 11:06:41', '2011-03-03 19:06:41', 'Dartmouth School, San Jose, CA\r\nArchitect: AEDIS Architects, San Jose, CA', 'Dartmouth Middle School, San Jose, CA', '', 'inherit', 'closed', 'open', '', 'dartmouth-middle-school-san-jose-ca-2', '', '', '2011-03-03 11:06:41', '2011-03-03 19:06:41', '', 623, 'http://image-center.com/architecture/wp-content/uploads/2011/03/051007-B.jpg', 0, 'attachment', 'image/jpeg', 0),
(616, 2, '2011-03-03 10:59:13', '2011-03-03 18:59:13', '<p style="text-align: center;"><strong><span style="font-size: medium;">Carolyn Clark School</span></strong><br />\nSan Jose, CA</p>\n\n<p><a rel="attachment wp-att-611" href="http://image-center.com/architecture/?attachment_id=611"><img class="aligncenter size-medium wp-image-611" title="Carolyn Clark School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051010-A-550x366.jpg" alt="" width="550" height="366" /></a></p>\n\n<p><a rel="attachment wp-att-612" href="http://image-center.com/architecture/?attachment_id=612"><img class="aligncenter size-medium wp-image-612" title="Carolyn Clark School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051010-B-486x550.jpg" alt="" width="486" height="550" /></a></p>\n\n<p><a rel="attachment wp-att-613" href="http://image-center.com/architecture/?attachment_id=613"><img class="aligncenter size-medium wp-image-613" title="Carolyn Clark School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051010-D-550x366.jpg" alt="" width="550" height="366" /></a></p>\n\n<p><a rel="attachment wp-att-615" href="http://image-center.com/architecture/?attachment_id=615"><img class="aligncenter size-medium wp-image-615" title="Carolyn Clark School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051010-G-366x550.jpg" alt="" width="366" height="550" /></a></p>\n\n<p><a rel="attachment wp-att-614" href="http://image-center.com/architecture/?attachment_id=614"><img class="aligncenter size-medium wp-image-614" title="Carolyn Clark School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051010-F-366x550.jpg" alt="" width="366" height="550" /></a></p>', '', '', 'inherit', 'closed', 'open', '', '610-revision', '', '', '2011-03-03 10:59:13', '2011-03-03 18:59:13', '', 610, 'http://image-center.com/architecture/2011/uncategorized/610-revision/', 0, 'revision', '', 0),
(617, 2, '2011-03-03 10:59:18', '2011-03-03 18:59:18', '<p style="text-align: center;"><strong><span style="font-size: medium;">Carolyn Clark School</span></strong><br />\r\nSan Jose, CA</p>\r\n\r\n<p><a rel="attachment wp-att-611" href="http://image-center.com/architecture/?attachment_id=611"><img class="aligncenter size-medium wp-image-611" title="Carolyn Clark School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051010-A-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-612" href="http://image-center.com/architecture/?attachment_id=612"><img class="aligncenter size-medium wp-image-612" title="Carolyn Clark School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051010-B-486x550.jpg" alt="" width="486" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-613" href="http://image-center.com/architecture/?attachment_id=613"><img class="aligncenter size-medium wp-image-613" title="Carolyn Clark School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051010-D-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-615" href="http://image-center.com/architecture/?attachment_id=615"><img class="aligncenter size-medium wp-image-615" title="Carolyn Clark School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051010-G-366x550.jpg" alt="" width="366" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-614" href="http://image-center.com/architecture/?attachment_id=614"><img class="aligncenter size-medium wp-image-614" title="Carolyn Clark School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051010-F-366x550.jpg" alt="" width="366" height="550" /></a></p>', '', '', 'inherit', 'closed', 'open', '', '610-revision-2', '', '', '2011-03-03 10:59:18', '2011-03-03 18:59:18', '', 610, 'http://image-center.com/architecture/2011/uncategorized/610-revision-2/', 0, 'revision', '', 0),
(624, 2, '2011-03-03 11:06:25', '2011-03-03 19:06:25', 'Dartmouth School, San Jose, CA\r\nArchitect: AEDIS Architects, San Jose, CA', 'Dartmouth Middle School, San Jose, CA', '', 'inherit', 'closed', 'open', '', 'dartmouth-middle-school-san-jose-ca', '', '', '2011-03-03 11:06:25', '2011-03-03 19:06:25', '', 623, 'http://image-center.com/architecture/wp-content/uploads/2011/03/051007-A.jpg', 0, 'attachment', 'image/jpeg', 0),
(618, 2, '2011-03-03 11:01:13', '2011-03-03 19:01:13', '<p style="text-align: center;"><strong><span style="font-size: medium;">Carolyn Clark School</span></strong><br />\n San Jose, CA</p>\n\n<p><a rel="attachment wp-att-611" href="http://image-center.com/architecture/2011/public/610/attachment/carolyn-clark-school-san-jose-ca/"><img class="aligncenter size-medium wp-image-611" title="Carolyn Clark School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051010-A-550x366.jpg" alt="" width="550" height="366" /></a></p>\n\n<p><a rel="attachment wp-att-612" href="http://image-center.com/architecture/2011/public/610/attachment/carolyn-clark-school-san-jose-ca-2/"><img class="aligncenter size-medium wp-image-612" title="Carolyn Clark School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051010-B-486x550.jpg" alt="" width="486" height="550" /></a></p>\n\n<p><a rel="attachment wp-att-613" href="http://image-center.com/architecture/2011/public/610/attachment/carolyn-clark-school-san-jose-ca-3/"><img class="aligncenter size-medium wp-image-613" title="Carolyn Clark School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051010-D-550x366.jpg" alt="" width="550" height="366" /></a></p>\n\n<p><a rel="attachment wp-att-615" href="http://image-center.com/architecture/2011/public/610/attachment/carolyn-clark-school-san-jose-ca-5/"><img class="aligncenter size-medium wp-image-615" title="Carolyn Clark School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051010-G-366x550.jpg" alt="" width="366" height="550" /></a></p>\n\n<p><a rel="attachment wp-att-614" href="http://image-center.com/architecture/2011/public/610/attachment/carolyn-clark-school-san-jose-ca-4/"><img class="aligncenter size-medium wp-image-614" title="Carolyn Clark School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051010-F-366x550.jpg" alt="" width="366" height="550" /></a></p>', 'Carolyn Clark School', 'Carolyn Clark School, San Jose, CA', 'inherit', 'closed', 'open', '', '610-autosave', '', '', '2011-03-03 11:01:13', '2011-03-03 19:01:13', '', 610, 'http://image-center.com/architecture/2011/uncategorized/610-autosave/', 0, 'revision', '', 0),
(619, 2, '2011-03-03 10:59:22', '2011-03-03 18:59:22', '<p style="text-align: center;"><strong><span style="font-size: medium;">Carolyn Clark School</span></strong><br />\r\nSan Jose, CA</p>\r\n\r\n<p><a rel="attachment wp-att-611" href="http://image-center.com/architecture/2011/public/610/attachment/carolyn-clark-school-san-jose-ca/"><img class="aligncenter size-medium wp-image-611" title="Carolyn Clark School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051010-A-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-612" href="http://image-center.com/architecture/2011/public/610/attachment/carolyn-clark-school-san-jose-ca-2/"><img class="aligncenter size-medium wp-image-612" title="Carolyn Clark School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051010-B-486x550.jpg" alt="" width="486" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-613" href="http://image-center.com/architecture/2011/public/610/attachment/carolyn-clark-school-san-jose-ca-3/"><img class="aligncenter size-medium wp-image-613" title="Carolyn Clark School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051010-D-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-615" href="http://image-center.com/architecture/2011/public/610/attachment/carolyn-clark-school-san-jose-ca-5/"><img class="aligncenter size-medium wp-image-615" title="Carolyn Clark School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051010-G-366x550.jpg" alt="" width="366" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-614" href="http://image-center.com/architecture/2011/public/610/attachment/carolyn-clark-school-san-jose-ca-4/"><img class="aligncenter size-medium wp-image-614" title="Carolyn Clark School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051010-F-366x550.jpg" alt="" width="366" height="550" /></a></p>', '', '', 'inherit', 'closed', 'open', '', '610-revision-3', '', '', '2011-03-03 10:59:22', '2011-03-03 18:59:22', '', 610, 'http://image-center.com/architecture/2011/uncategorized/610-revision-3/', 0, 'revision', '', 0),
(623, 2, '2011-03-01 11:11:16', '2011-03-01 19:11:16', '<p style="text-align: center;"><strong><span style="font-size: medium;">Dartmouth School<br />\r\n </span></strong>San Jose, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-624" title="Dartmouth Middle School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051007-A-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-625" title="Dartmouth Middle School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051007-B-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-626" title="Dartmouth Middle School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051007-C-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><a rel="attachment wp-att-626" href="http://image-center.com/architecture/2011/public/623/attachment/dartmouth-middle-school-san-jose-ca-3/"></a><img class="aligncenter size-medium wp-image-627" title="Dartmouth School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051007-F-550x366.jpg" alt="" width="550" height="366" /></p>', 'Dartmouth School', 'Dartmouth School, San Jose, CA', 'publish', 'closed', 'open', '', '623', '', '', '2011-03-03 11:42:17', '2011-03-03 19:42:17', '', 0, 'http://image-center.com/architecture/?p=623', 0, 'post', '', 0);
INSERT INTO `wp_2posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(620, 2, '2011-03-03 11:01:21', '2011-03-03 19:01:21', '<p style="text-align: center;"><strong><span style="font-size: medium;">Carolyn Clark School</span></strong><br />\r\n San Jose, CA</p>\r\n\r\n<p><a rel="attachment wp-att-611" href="http://image-center.com/architecture/2011/public/610/attachment/carolyn-clark-school-san-jose-ca/"><img class="aligncenter size-medium wp-image-611" title="Carolyn Clark School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051010-A-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-612" href="http://image-center.com/architecture/2011/public/610/attachment/carolyn-clark-school-san-jose-ca-2/"><img class="aligncenter size-medium wp-image-612" title="Carolyn Clark School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051010-B-486x550.jpg" alt="" width="486" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-613" href="http://image-center.com/architecture/2011/public/610/attachment/carolyn-clark-school-san-jose-ca-3/"><img class="aligncenter size-medium wp-image-613" title="Carolyn Clark School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051010-D-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-615" href="http://image-center.com/architecture/2011/public/610/attachment/carolyn-clark-school-san-jose-ca-5/"><img class="aligncenter size-medium wp-image-615" title="Carolyn Clark School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051010-G-366x550.jpg" alt="" width="366" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-614" href="http://image-center.com/architecture/2011/public/610/attachment/carolyn-clark-school-san-jose-ca-4/"><img class="aligncenter size-medium wp-image-614" title="Carolyn Clark School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051010-F-366x550.jpg" alt="" width="366" height="550" /></a></p>', 'Carolyn Clark School', 'Carolyn Clark School, San Jose, CA', 'inherit', 'closed', 'open', '', '610-revision-4', '', '', '2011-03-03 11:01:21', '2011-03-03 19:01:21', '', 610, 'http://image-center.com/architecture/2011/uncategorized/610-revision-4/', 0, 'revision', '', 0),
(621, 2, '2011-03-03 11:01:41', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'open', '', '', '', '', '2011-03-03 11:01:41', '0000-00-00 00:00:00', '', 0, 'http://image-center.com/architecture/?p=621', 0, 'post', '', 0),
(622, 2, '2011-03-03 11:01:24', '2011-03-03 19:01:24', '<p style="text-align: center;"><strong><span style="font-size: medium;">Carolyn Clark School</span></strong><br />\r\n San Jose, CA</p>\r\n\r\n<p><a rel="attachment wp-att-611" href="http://image-center.com/architecture/2011/public/610/attachment/carolyn-clark-school-san-jose-ca/"><img class="aligncenter size-medium wp-image-611" title="Carolyn Clark School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051010-A-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-612" href="http://image-center.com/architecture/2011/public/610/attachment/carolyn-clark-school-san-jose-ca-2/"><img class="aligncenter size-medium wp-image-612" title="Carolyn Clark School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051010-B-486x550.jpg" alt="" width="486" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-613" href="http://image-center.com/architecture/2011/public/610/attachment/carolyn-clark-school-san-jose-ca-3/"><img class="aligncenter size-medium wp-image-613" title="Carolyn Clark School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051010-D-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-615" href="http://image-center.com/architecture/2011/public/610/attachment/carolyn-clark-school-san-jose-ca-5/"><img class="aligncenter size-medium wp-image-615" title="Carolyn Clark School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051010-G-366x550.jpg" alt="" width="366" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-614" href="http://image-center.com/architecture/2011/public/610/attachment/carolyn-clark-school-san-jose-ca-4/"><img class="aligncenter size-medium wp-image-614" title="Carolyn Clark School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051010-F-366x550.jpg" alt="" width="366" height="550" /></a></p>', 'Carolyn Clark School', 'Carolyn Clark School, San Jose, CA', 'inherit', 'closed', 'open', '', '610-revision-5', '', '', '2011-03-03 11:01:24', '2011-03-03 19:01:24', '', 610, 'http://image-center.com/architecture/2011/uncategorized/610-revision-5/', 0, 'revision', '', 0),
(626, 2, '2011-03-03 11:06:50', '2011-03-03 19:06:50', 'Dartmouth School, San Jose, CA\r\nArchitect: AEDIS Architects, San Jose, CA', 'Dartmouth Middle School, San Jose, CA', '', 'inherit', 'closed', 'open', '', 'dartmouth-middle-school-san-jose-ca-3', '', '', '2011-03-03 11:06:50', '2011-03-03 19:06:50', '', 623, 'http://image-center.com/architecture/wp-content/uploads/2011/03/051007-C.jpg', 0, 'attachment', 'image/jpeg', 0),
(627, 2, '2011-03-03 11:06:57', '2011-03-03 19:06:57', 'Dartmouth School, San Jose, CA\r\nArchitect: AEDIS Architects, San Jose, CA', 'Dartmouth School, San Jose, CA', '', 'inherit', 'closed', 'open', '', 'dartmouth-school-san-jose-ca', '', '', '2011-03-03 11:06:57', '2011-03-03 19:06:57', '', 623, 'http://image-center.com/architecture/wp-content/uploads/2011/03/051007-F.jpg', 0, 'attachment', 'image/jpeg', 0),
(628, 2, '2011-03-03 11:10:45', '2011-03-03 19:10:45', '<p style="text-align: center;"><strong><span style="font-size: medium;">Dartmouth School<br />\n</span></strong>San Jose, CA</p>\n\n<p><a rel="attachment wp-att-624" href="http://image-center.com/architecture/?attachment_id=624"><img class="aligncenter size-medium wp-image-624" title="Dartmouth Middle School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051007-A-550x366.jpg" alt="" width="550" height="366" /></a></p>\n\n<p><a rel="attachment wp-att-625" href="http://image-center.com/architecture/?attachment_id=625"><img class="aligncenter size-medium wp-image-625" title="Dartmouth Middle School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051007-B-550x366.jpg" alt="" width="550" height="366" /></a></p>\n\n<p><a rel="attachment wp-att-626" href="http://image-center.com/architecture/?attachment_id=626"><img class="aligncenter size-medium wp-image-626" title="Dartmouth Middle School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051007-C-550x366.jpg" alt="" width="550" height="366" /></a></p>\n\n<p><a rel="attachment wp-att-626" href="http://image-center.com/architecture/?attachment_id=626"></a><a rel="attachment wp-att-627" href="http://image-center.com/architecture/?attachment_id=627"><img class="aligncenter size-medium wp-image-627" title="Dartmouth School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051007-F-550x366.jpg" alt="" width="550" height="366" /></a></p>', '', '', 'inherit', 'closed', 'open', '', '623-revision', '', '', '2011-03-03 11:10:45', '2011-03-03 19:10:45', '', 623, 'http://image-center.com/architecture/2011/uncategorized/623-revision/', 0, 'revision', '', 0),
(629, 2, '2011-03-03 11:11:16', '2011-03-03 19:11:16', '<p style="text-align: center;"><strong><span style="font-size: medium;">Dartmouth School<br />\r\n</span></strong>San Jose, CA</p>\r\n\r\n<p><a rel="attachment wp-att-624" href="http://image-center.com/architecture/?attachment_id=624"><img class="aligncenter size-medium wp-image-624" title="Dartmouth Middle School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051007-A-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-625" href="http://image-center.com/architecture/?attachment_id=625"><img class="aligncenter size-medium wp-image-625" title="Dartmouth Middle School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051007-B-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-626" href="http://image-center.com/architecture/?attachment_id=626"><img class="aligncenter size-medium wp-image-626" title="Dartmouth Middle School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051007-C-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-626" href="http://image-center.com/architecture/?attachment_id=626"></a><a rel="attachment wp-att-627" href="http://image-center.com/architecture/?attachment_id=627"><img class="aligncenter size-medium wp-image-627" title="Dartmouth School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051007-F-550x366.jpg" alt="" width="550" height="366" /></a></p>', '', 'Dartmouth School, San Jose, CA', 'inherit', 'closed', 'open', '', '623-revision-2', '', '', '2011-03-03 11:11:16', '2011-03-03 19:11:16', '', 623, 'http://image-center.com/architecture/2011/uncategorized/623-revision-2/', 0, 'revision', '', 0),
(631, 2, '2011-03-03 11:12:06', '2011-03-03 19:12:06', '<p style="text-align: center;"><strong><span style="font-size: medium;">Dartmouth School<br />\r\n </span></strong>San Jose, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-624" title="Dartmouth Middle School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051007-A-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-625" title="Dartmouth Middle School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051007-B-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-626" title="Dartmouth Middle School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051007-C-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><a rel="attachment wp-att-626" href="http://image-center.com/architecture/2011/public/623/attachment/dartmouth-middle-school-san-jose-ca-3/"></a><img class="aligncenter size-medium wp-image-627" title="Dartmouth School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051007-F-550x366.jpg" alt="" width="550" height="366" /></p>', '', 'Dartmouth School, San Jose, CA', 'inherit', 'closed', 'open', '', '623-revision-4', '', '', '2011-03-03 11:12:06', '2011-03-03 19:12:06', '', 623, 'http://image-center.com/architecture/2011/uncategorized/623-revision-4/', 0, 'revision', '', 0),
(630, 2, '2011-03-03 11:11:21', '2011-03-03 19:11:21', '<p style="text-align: center;"><strong><span style="font-size: medium;">Dartmouth School<br />\r\n</span></strong>San Jose, CA</p>\r\n\r\n<p><a rel="attachment wp-att-624" href="http://image-center.com/architecture/2011/public/623/attachment/dartmouth-middle-school-san-jose-ca/"><img class="aligncenter size-medium wp-image-624" title="Dartmouth Middle School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051007-A-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-625" href="http://image-center.com/architecture/2011/public/623/attachment/dartmouth-middle-school-san-jose-ca-2/"><img class="aligncenter size-medium wp-image-625" title="Dartmouth Middle School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051007-B-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-626" href="http://image-center.com/architecture/2011/public/623/attachment/dartmouth-middle-school-san-jose-ca-3/"><img class="aligncenter size-medium wp-image-626" title="Dartmouth Middle School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051007-C-550x366.jpg" alt="" width="550" height="366" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-626" href="http://image-center.com/architecture/2011/public/623/attachment/dartmouth-middle-school-san-jose-ca-3/"></a><a rel="attachment wp-att-627" href="http://image-center.com/architecture/2011/public/623/attachment/dartmouth-school-san-jose-ca/"><img class="aligncenter size-medium wp-image-627" title="Dartmouth School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051007-F-550x366.jpg" alt="" width="550" height="366" /></a></p>', '', 'Dartmouth School, San Jose, CA', 'inherit', 'closed', 'open', '', '623-revision-3', '', '', '2011-03-03 11:11:21', '2011-03-03 19:11:21', '', 623, 'http://image-center.com/architecture/2011/uncategorized/623-revision-3/', 0, 'revision', '', 0),
(632, 2, '2011-03-03 11:12:10', '2011-03-03 19:12:10', '<p style="text-align: center;"><strong><span style="font-size: medium;">Dartmouth School<br />\r\n </span></strong>San Jose, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-624" title="Dartmouth Middle School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051007-A-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-625" title="Dartmouth Middle School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051007-B-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-626" title="Dartmouth Middle School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051007-C-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><a rel="attachment wp-att-626" href="http://image-center.com/architecture/2011/public/623/attachment/dartmouth-middle-school-san-jose-ca-3/"></a><img class="aligncenter size-medium wp-image-627" title="Dartmouth School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051007-F-550x366.jpg" alt="" width="550" height="366" /></p>', '', 'Dartmouth School, San Jose, CA', 'inherit', 'closed', 'open', '', '623-revision-5', '', '', '2011-03-03 11:12:10', '2011-03-03 19:12:10', '', 623, 'http://image-center.com/architecture/2011/uncategorized/623-revision-5/', 0, 'revision', '', 0),
(633, 2, '2011-03-03 11:12:30', '2011-03-03 19:12:30', '<p style="text-align: center;"><strong><span style="font-size: medium;">Dartmouth School<br />\r\n </span></strong>San Jose, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-624" title="Dartmouth Middle School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051007-A-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-625" title="Dartmouth Middle School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051007-B-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-626" title="Dartmouth Middle School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051007-C-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><a rel="attachment wp-att-626" href="http://image-center.com/architecture/2011/public/623/attachment/dartmouth-middle-school-san-jose-ca-3/"></a><img class="aligncenter size-medium wp-image-627" title="Dartmouth School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051007-F-550x366.jpg" alt="" width="550" height="366" /></p>', 'Dartmouth School', 'Dartmouth School, San Jose, CA', 'inherit', 'closed', 'open', '', '623-revision-6', '', '', '2011-03-03 11:12:30', '2011-03-03 19:12:30', '', 623, 'http://image-center.com/architecture/2011/uncategorized/623-revision-6/', 0, 'revision', '', 0),
(634, 2, '2011-03-01 11:13:20', '2011-03-01 19:13:20', '<p style="text-align: center;"><strong><span style="font-size: medium;">Equinox Gym<br />\r\n </span></strong>San Mateo, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-637" title="Equinox, San Mateo, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/050826-C-550x424.jpg" alt="" width="550" height="424" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-635" title="Equinox, San Mateo, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/050826-A-424x550.jpg" alt="" width="424" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-638" title="Equinox, San Mateo, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/050826-D-550x424.jpg" alt="" width="550" height="424" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-636" title="Equinox, San Mateo, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/050826-B-550x424.jpg" alt="" width="550" height="424" /></p>', 'Equinox Gym', 'Equinox Gym, San Mateo, CA', 'publish', 'closed', 'open', '', 'equinox-gym', '', '', '2011-03-03 11:41:30', '2011-03-03 19:41:30', '', 0, 'http://image-center.com/architecture/?p=634', 0, 'post', '', 0),
(635, 2, '2011-03-03 11:13:46', '2011-03-03 19:13:46', '', 'Equinox, San Mateo, CA', '', 'inherit', 'closed', 'open', '', 'equinox-san-mateo-ca', '', '', '2011-03-03 11:13:46', '2011-03-03 19:13:46', '', 634, 'http://image-center.com/architecture/wp-content/uploads/2011/03/050826-A.jpg', 0, 'attachment', 'image/jpeg', 0),
(636, 2, '2011-03-03 11:13:53', '2011-03-03 19:13:53', '', 'Equinox, San Mateo, CA', '', 'inherit', 'closed', 'open', '', 'equinox-san-mateo-ca-2', '', '', '2011-03-03 11:13:53', '2011-03-03 19:13:53', '', 634, 'http://image-center.com/architecture/wp-content/uploads/2011/03/050826-B.jpg', 0, 'attachment', 'image/jpeg', 0),
(637, 2, '2011-03-03 11:14:01', '2011-03-03 19:14:01', '', 'Equinox, San Mateo, CA', '', 'inherit', 'closed', 'open', '', 'equinox-san-mateo-ca-3', '', '', '2011-03-03 11:14:01', '2011-03-03 19:14:01', '', 634, 'http://image-center.com/architecture/wp-content/uploads/2011/03/050826-C.jpg', 0, 'attachment', 'image/jpeg', 0),
(638, 2, '2011-03-03 11:14:15', '2011-03-03 19:14:15', '', 'Equinox, San Mateo, CA', '', 'inherit', 'closed', 'open', '', 'equinox-san-mateo-ca-4', '', '', '2011-03-03 11:14:15', '2011-03-03 19:14:15', '', 634, 'http://image-center.com/architecture/wp-content/uploads/2011/03/050826-D.jpg', 0, 'attachment', 'image/jpeg', 0),
(639, 2, '2011-03-03 11:18:25', '2011-03-03 19:18:25', '<p style="text-align: center;"><strong><span style="font-size: medium;">Equinox Gym<br />\n</span></strong>San Mateo, CA</p>\n\n<p><img class="aligncenter size-medium wp-image-637" title="Equinox, San Mateo, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/050826-C-550x424.jpg" alt="" width="550" height="424" /></p>\n\n<p><img class="aligncenter size-medium wp-image-635" title="Equinox, San Mateo, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/050826-A-424x550.jpg" alt="" width="424" height="550" /></p>\n\n<p><img class="aligncenter size-medium wp-image-638" title="Equinox, San Mateo, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/050826-D-550x424.jpg" alt="" width="550" height="424" /></p>\n\n<p><a rel="attachment wp-att-636" href="http://image-center.com/architecture/?attachment_id=636"><img class="aligncenter size-medium wp-image-636" title="Equinox, San Mateo, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/050826-B-550x424.jpg" alt="" width="550" height="424" /></a></p>', 'Equinox Gym', 'Equinox Gym, San Mateo, CA', 'inherit', 'closed', 'open', '', '634-revision', '', '', '2011-03-03 11:18:25', '2011-03-03 19:18:25', '', 634, 'http://image-center.com/architecture/2011/uncategorized/634-revision/', 0, 'revision', '', 0),
(640, 2, '2011-03-03 11:18:52', '2011-03-03 19:18:52', '<p style="text-align: center;"><strong><span style="font-size: medium;">Equinox Gym<br />\r\n</span></strong>San Mateo, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-637" title="Equinox, San Mateo, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/050826-C-550x424.jpg" alt="" width="550" height="424" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-635" title="Equinox, San Mateo, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/050826-A-424x550.jpg" alt="" width="424" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-638" title="Equinox, San Mateo, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/050826-D-550x424.jpg" alt="" width="550" height="424" /></p>\r\n\r\n<p><a rel="attachment wp-att-636" href="http://image-center.com/architecture/?attachment_id=636"><img class="aligncenter size-medium wp-image-636" title="Equinox, San Mateo, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/050826-B-550x424.jpg" alt="" width="550" height="424" /></a></p>', 'Equinox Gym', 'Equinox Gym, San Mateo, CA', 'inherit', 'closed', 'open', '', '634-revision-2', '', '', '2011-03-03 11:18:52', '2011-03-03 19:18:52', '', 634, 'http://image-center.com/architecture/2011/uncategorized/634-revision-2/', 0, 'revision', '', 0),
(657, 2, '2011-03-03 11:12:35', '2011-03-03 19:12:35', '<p style="text-align: center;"><strong><span style="font-size: medium;">Dartmouth School<br />\r\n </span></strong>San Jose, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-624" title="Dartmouth Middle School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051007-A-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-625" title="Dartmouth Middle School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051007-B-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-626" title="Dartmouth Middle School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051007-C-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><a rel="attachment wp-att-626" href="http://image-center.com/architecture/2011/public/623/attachment/dartmouth-middle-school-san-jose-ca-3/"></a><img class="aligncenter size-medium wp-image-627" title="Dartmouth School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051007-F-550x366.jpg" alt="" width="550" height="366" /></p>', 'Dartmouth School', 'Dartmouth School, San Jose, CA', 'inherit', 'closed', 'open', '', '623-revision-7', '', '', '2011-03-03 11:12:35', '2011-03-03 19:12:35', '', 623, 'http://image-center.com/architecture/2011/uncategorized/623-revision-7/', 0, 'revision', '', 0),
(641, 2, '2011-03-01 11:19:18', '2011-03-01 19:19:18', '<p style="text-align: center;"><strong><span style="font-size: medium;">Formfactor</span></strong><br />\r\n Livermore, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-642" title="Formfactor, Livermore, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/040929-A-424x550.jpg" alt="" width="424" height="550" /></p>\r\n\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-643" title="Formfactor, Livermore, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/040929-B-424x550.jpg" alt="" width="424" height="550" /></p>\r\n\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-644" title="Formfactor, Livermore, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/040929-D-550x424.jpg" alt="" width="550" height="424" /></p>\r\n\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-645" title="Formfactor, Livermore, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/040929-G-424x550.jpg" alt="" width="424" height="550" /></p>\r\n\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-646" title="Formfactor, Livermore, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/040929-I-424x550.jpg" alt="" width="424" height="550" /></p>', 'Formfactor', 'Formfactor, Livermore, CA', 'publish', 'closed', 'open', '', 'formfactor-2', '', '', '2011-03-03 11:39:54', '2011-03-03 19:39:54', '', 0, 'http://image-center.com/architecture/?p=641', 0, 'post', '', 0),
(642, 2, '2011-03-03 11:19:50', '2011-03-03 19:19:50', '', 'Formfactor, Livermore, CA', '', 'inherit', 'closed', 'open', '', 'formfactor-livermore', '', '', '2011-03-03 11:19:50', '2011-03-03 19:19:50', '', 641, 'http://image-center.com/architecture/wp-content/uploads/2011/03/040929-A.jpg', 0, 'attachment', 'image/jpeg', 0),
(643, 2, '2011-03-03 11:19:59', '2011-03-03 19:19:59', '', 'Formfactor, Livermore', '', 'inherit', 'closed', 'open', '', 'formfactor-livermore-2', '', '', '2011-03-03 11:19:59', '2011-03-03 19:19:59', '', 641, 'http://image-center.com/architecture/wp-content/uploads/2011/03/040929-B.jpg', 0, 'attachment', 'image/jpeg', 0),
(644, 2, '2011-03-03 11:20:08', '2011-03-03 19:20:08', '', 'Formfactor, Livermore', '', 'inherit', 'closed', 'open', '', 'formfactor-livermore-3', '', '', '2011-03-03 11:20:08', '2011-03-03 19:20:08', '', 641, 'http://image-center.com/architecture/wp-content/uploads/2011/03/040929-D.jpg', 0, 'attachment', 'image/jpeg', 0),
(645, 2, '2011-03-03 11:20:20', '2011-03-03 19:20:20', '', 'Formfactor, Livermore', '', 'inherit', 'closed', 'open', '', 'formfactor-livermore-4', '', '', '2011-03-03 11:20:20', '2011-03-03 19:20:20', '', 641, 'http://image-center.com/architecture/wp-content/uploads/2011/03/040929-G.jpg', 0, 'attachment', 'image/jpeg', 0),
(646, 2, '2011-03-03 11:20:29', '2011-03-03 19:20:29', '', 'Formfactor, Livermore, CA', '', 'inherit', 'closed', 'open', '', 'formfactor-livermore-5', '', '', '2011-03-03 11:20:29', '2011-03-03 19:20:29', '', 641, 'http://image-center.com/architecture/wp-content/uploads/2011/03/040929-I.jpg', 0, 'attachment', 'image/jpeg', 0),
(647, 2, '2011-03-03 11:28:22', '2011-03-03 19:28:22', '<p style="text-align: center;"><strong><span style="font-size: medium;">Formfactor</span></strong><br />\nLivermore, CA</p>\n\n<p><img class="aligncenter size-medium wp-image-642" title="Formfactor, Livermore, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/040929-A-424x550.jpg" alt="" width="424" height="550" /></p>\n\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-643" title="Formfactor, Livermore, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/040929-B-424x550.jpg" alt="" width="424" height="550" /></p>\n\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-644" title="Formfactor, Livermore, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/040929-D-550x424.jpg" alt="" width="550" height="424" /></p>\n\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-645" title="Formfactor, Livermore, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/040929-G-424x550.jpg" alt="" width="424" height="550" /></p>\n\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-646" title="Formfactor, Livermore, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/040929-I-424x550.jpg" alt="" width="424" height="550" /></p>', 'Formfactor', 'Formfactor, Livermore, CA', 'inherit', 'closed', 'open', '', '641-revision', '', '', '2011-03-03 11:28:22', '2011-03-03 19:28:22', '', 641, 'http://image-center.com/architecture/2011/uncategorized/641-revision/', 0, 'revision', '', 0),
(648, 2, '2011-03-01 11:29:02', '2011-03-01 19:29:02', '<p style="text-align: center;"><span style="font-size: medium;"><strong>Private Residence</strong></span><br />\r\nPalo Alto, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-649" title="Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/03/040323-B-550x436.jpg" alt="" width="550" height="436" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-650" title="Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/03/040323-D-550x436.jpg" alt="" width="550" height="436" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-651" title="Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/03/040323-E-436x550.jpg" alt="" width="436" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-652" title="Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/03/040323-F-436x550.jpg" alt="" width="436" height="550" /></p>', 'Private Residence', 'Private Residence, Palo Alto, CA', 'publish', 'closed', 'open', '', 'private-residence', '', '', '2011-03-03 11:35:25', '2011-03-03 19:35:25', '', 0, 'http://image-center.com/architecture/?p=648', 0, 'post', '', 0),
(649, 2, '2011-03-03 11:29:36', '2011-03-03 19:29:36', 'Solnick Residence, Palo Alto, CA\r\nClient: David Solnick Architect', 'Private Residence', '', 'inherit', 'closed', 'open', '', 'private-residence', '', '', '2011-03-03 11:29:36', '2011-03-03 19:29:36', '', 648, 'http://image-center.com/architecture/wp-content/uploads/2011/03/040323-B.jpg', 0, 'attachment', 'image/jpeg', 0),
(650, 2, '2011-03-03 11:29:50', '2011-03-03 19:29:50', 'Solnick Residence, Palo Alto, CA\r\nClient: David Solnick Architect', 'Private Residence', '', 'inherit', 'closed', 'open', '', 'private-residence-2', '', '', '2011-03-03 11:29:50', '2011-03-03 19:29:50', '', 648, 'http://image-center.com/architecture/wp-content/uploads/2011/03/040323-D.jpg', 0, 'attachment', 'image/jpeg', 0),
(651, 2, '2011-03-03 11:30:01', '2011-03-03 19:30:01', 'Solnick Residence, Palo Alto, CA\r\nClient: David Solnick Architect', 'Private Residence', '', 'inherit', 'closed', 'open', '', 'private-residence-3', '', '', '2011-03-03 11:30:01', '2011-03-03 19:30:01', '', 648, 'http://image-center.com/architecture/wp-content/uploads/2011/03/040323-E.jpg', 0, 'attachment', 'image/jpeg', 0),
(652, 2, '2011-03-03 11:30:17', '2011-03-03 19:30:17', 'Solnick Residence, Palo Alto, CA\r\nClient: David Solnick Architect', 'Private Residence', '', 'inherit', 'closed', 'open', '', 'private-residence-4', '', '', '2011-03-03 11:30:17', '2011-03-03 19:30:17', '', 648, 'http://image-center.com/architecture/wp-content/uploads/2011/03/040323-F.jpg', 0, 'attachment', 'image/jpeg', 0),
(653, 2, '2011-03-03 11:35:14', '2011-03-03 19:35:14', '<p style="text-align: center;"><span style="font-size: medium;"><strong>Private Residence</strong></span><br />\nPalo Alto, CA</p>\n\n<p><img class="aligncenter size-medium wp-image-649" title="Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/03/040323-B-550x436.jpg" alt="" width="550" height="436" /></p>\n\n<p><img class="aligncenter size-medium wp-image-650" title="Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/03/040323-D-550x436.jpg" alt="" width="550" height="436" /></p>\n\n<p><img class="aligncenter size-medium wp-image-651" title="Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/03/040323-E-436x550.jpg" alt="" width="436" height="550" /></p>\n\n<p><img class="aligncenter size-medium wp-image-652" title="Private Residence" src="http://image-center.com/architecture/wp-content/uploads/2011/03/040323-F-436x550.jpg" alt="" width="436" height="550" /></p>', 'Private Residence', 'Private Residence, Palo Alto, CA', 'inherit', 'closed', 'open', '', '648-revision', '', '', '2011-03-03 11:35:14', '2011-03-03 19:35:14', '', 648, 'http://image-center.com/architecture/2011/uncategorized/648-revision/', 0, 'revision', '', 0),
(654, 2, '2011-03-03 11:39:52', '2011-03-03 19:39:52', '<p style="text-align: center;"><strong><span style="font-size: medium;">Formfactor</span></strong><br />\n Livermore, CA</p>\n\n<p><img class="aligncenter size-medium wp-image-642" title="Formfactor, Livermore, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/040929-A-424x550.jpg" alt="" width="424" height="550" /></p>\n\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-643" title="Formfactor, Livermore, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/040929-B-424x550.jpg" alt="" width="424" height="550" /></p>\n\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-644" title="Formfactor, Livermore, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/040929-D-550x424.jpg" alt="" width="550" height="424" /></p>\n\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-645" title="Formfactor, Livermore, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/040929-G-424x550.jpg" alt="" width="424" height="550" /></p>\n\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-646" title="Formfactor, Livermore, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/040929-I-424x550.jpg" alt="" width="424" height="550" /></p>', 'Formfactor', 'Formfactor, Livermore, CA', 'inherit', 'closed', 'open', '', '641-autosave', '', '', '2011-03-03 11:39:52', '2011-03-03 19:39:52', '', 641, 'http://image-center.com/architecture/2011/uncategorized/641-autosave/', 0, 'revision', '', 0),
(655, 2, '2011-03-03 11:28:37', '2011-03-03 19:28:37', '<p style="text-align: center;"><strong><span style="font-size: medium;">Formfactor</span></strong><br />\r\nLivermore, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-642" title="Formfactor, Livermore, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/040929-A-424x550.jpg" alt="" width="424" height="550" /></p>\r\n\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-643" title="Formfactor, Livermore, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/040929-B-424x550.jpg" alt="" width="424" height="550" /></p>\r\n\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-644" title="Formfactor, Livermore, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/040929-D-550x424.jpg" alt="" width="550" height="424" /></p>\r\n\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-645" title="Formfactor, Livermore, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/040929-G-424x550.jpg" alt="" width="424" height="550" /></p>\r\n\r\n<p style="text-align: center;"><img class="aligncenter size-medium wp-image-646" title="Formfactor, Livermore, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/040929-I-424x550.jpg" alt="" width="424" height="550" /></p>', 'Formfactor', 'Formfactor, Livermore, CA', 'inherit', 'closed', 'open', '', '641-revision-2', '', '', '2011-03-03 11:28:37', '2011-03-03 19:28:37', '', 641, 'http://image-center.com/architecture/2011/uncategorized/641-revision-2/', 0, 'revision', '', 0),
(656, 2, '2011-03-03 11:18:52', '2011-03-03 19:18:52', '<p style="text-align: center;"><strong><span style="font-size: medium;">Equinox Gym<br />\r\n</span></strong>San Mateo, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-637" title="Equinox, San Mateo, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/050826-C-550x424.jpg" alt="" width="550" height="424" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-635" title="Equinox, San Mateo, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/050826-A-424x550.jpg" alt="" width="424" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-638" title="Equinox, San Mateo, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/050826-D-550x424.jpg" alt="" width="550" height="424" /></p>\r\n\r\n<p><a rel="attachment wp-att-636" href="http://image-center.com/architecture/2011/public/entertainment/equinox-gym/attachment/equinox-san-mateo-ca-2/"><img class="aligncenter size-medium wp-image-636" title="Equinox, San Mateo, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/050826-B-550x424.jpg" alt="" width="550" height="424" /></a></p>', 'Equinox Gym', 'Equinox Gym, San Mateo, CA', 'inherit', 'closed', 'open', '', '634-revision-3', '', '', '2011-03-03 11:18:52', '2011-03-03 19:18:52', '', 634, 'http://image-center.com/architecture/2011/uncategorized/634-revision-3/', 0, 'revision', '', 0),
(658, 2, '2011-03-03 11:42:13', '2011-03-03 19:42:13', '<p style="text-align: center;"><strong><span style="font-size: medium;">Dartmouth School<br />\r\n </span></strong>San Jose, CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-624" title="Dartmouth Middle School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051007-A-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-625" title="Dartmouth Middle School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051007-B-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-626" title="Dartmouth Middle School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051007-C-550x366.jpg" alt="" width="550" height="366" /></p>\r\n\r\n<p><a rel="attachment wp-att-626" href="http://image-center.com/architecture/2011/public/623/attachment/dartmouth-middle-school-san-jose-ca-3/"></a><img class="aligncenter size-medium wp-image-627" title="Dartmouth School, San Jose, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051007-F-550x366.jpg" alt="" width="550" height="366" /></p>', 'Dartmouth School', 'Dartmouth School, San Jose, CA', 'inherit', 'closed', 'open', '', '623-revision-8', '', '', '2011-03-03 11:42:13', '2011-03-03 19:42:13', '', 623, 'http://image-center.com/architecture/2011/uncategorized/623-revision-8/', 0, 'revision', '', 0),
(659, 2, '2011-03-03 11:45:42', '2011-03-03 19:45:42', '<p style="text-align: center;"><strong><span style="font-size: medium;">Formfactor Bldg. 2</span></strong><br />\n Livermore, CA</p>\n\n<p><img class="aligncenter size-medium wp-image-604" title="Formfactor Bldg. 2, Livermore, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051027-D-550x365.jpg" alt="" width="550" height="365" /></p>\n\n<p><img class="aligncenter size-medium wp-image-603" title="Formfactor Bldg. 2, Livermore, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051027-C-365x550.jpg" alt="" width="365" height="550" /></p>\n\n<p><img class="aligncenter size-medium wp-image-607" title="Formfactor Bldg. 2, Livermore, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051027-J-550x365.jpg" alt="" width="550" height="365" /></p>\n\n<p><img class="aligncenter size-medium wp-image-606" title="Formfactor Bldg. 2, Livermore, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051027-I-365x550.jpg" alt="" width="365" height="550" /></p>\n\n<p><a rel="attachment wp-att-605" href="http://image-center.com/architecture/2011/commercial/formfactor/attachment/formfactor-bldg-2-livermore-ca-3/"><img class="aligncenter size-medium wp-image-605" title="Formfactor Bldg. 2, Livermore, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051027-E-365x550.jpg" alt="" width="365" height="550" /></a></p>', 'Formfactor', 'Formfactor Bldg. 2, Livermore, CA', 'inherit', 'closed', 'open', '', '602-autosave', '', '', '2011-03-03 11:45:42', '2011-03-03 19:45:42', '', 602, 'http://image-center.com/architecture/2011/uncategorized/602-autosave/', 0, 'revision', '', 0),
(660, 2, '2011-03-03 10:52:48', '2011-03-03 18:52:48', '<p style="text-align: center;"><strong><span style="font-size: medium;">Formfactor Bldg. 2</span></strong><br />\r\nLivermore, CA</p>\r\n\r\n<p><a rel="attachment wp-att-604" href="http://image-center.com/architecture/2011/commercial/formfactor/attachment/formfactor-bldg-2-livermore-ca-2/"><img class="aligncenter size-medium wp-image-604" title="Formfactor Bldg. 2, Livermore, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051027-D-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-603" href="http://image-center.com/architecture/2011/commercial/formfactor/attachment/formfactor-bldg-2-livermore-ca/"><img class="aligncenter size-medium wp-image-603" title="Formfactor Bldg. 2, Livermore, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051027-C-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-607" href="http://image-center.com/architecture/2011/commercial/formfactor/attachment/formfactor-bldg-2-livermore-ca-5/"><img class="aligncenter size-medium wp-image-607" title="Formfactor Bldg. 2, Livermore, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051027-J-550x365.jpg" alt="" width="550" height="365" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-606" href="http://image-center.com/architecture/2011/commercial/formfactor/attachment/formfactor-bldg-2-livermore-ca-4/"><img class="aligncenter size-medium wp-image-606" title="Formfactor Bldg. 2, Livermore, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051027-I-365x550.jpg" alt="" width="365" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-605" href="http://image-center.com/architecture/2011/commercial/formfactor/attachment/formfactor-bldg-2-livermore-ca-3/"><img class="aligncenter size-medium wp-image-605" title="Formfactor Bldg. 2, Livermore, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051027-E-365x550.jpg" alt="" width="365" height="550" /></a></p>', 'Formfactor', 'Formfactor Bldg. 2, Livermore, CA', 'inherit', 'closed', 'open', '', '602-revision-3', '', '', '2011-03-03 10:52:48', '2011-03-03 18:52:48', '', 602, 'http://image-center.com/architecture/2011/uncategorized/602-revision-3/', 0, 'revision', '', 0),
(662, 2, '2011-03-03 10:44:33', '2011-03-03 18:44:33', '<p style="text-align: center;"><strong><span style="font-size: medium;">First Bank</span></strong><br />\r\nSan Mateo, CA</p>\r\n\r\n<p><a rel="attachment wp-att-597" href="http://image-center.com/architecture/2011/commercial/first-bank/attachment/first-bank-san-mateo-ca/"><img class="aligncenter size-medium wp-image-597" title="First Bank, San Mateo, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051114-A-550x453.jpg" alt="" width="550" height="453" /></a></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-599" title="First Bank, San Mateo, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051114-C-550x365.jpg" alt="" width="550" height="365" /><a rel="attachment wp-att-598" href="http://image-center.com/architecture/2011/commercial/first-bank/attachment/first-bank-san-mateo-ca-2/"></a></p>\r\n\r\n<p><a rel="attachment wp-att-598" href="http://image-center.com/architecture/2011/commercial/first-bank/attachment/first-bank-san-mateo-ca-2/"><img class="aligncenter size-medium wp-image-598" title="First Bank, San Mateo, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/051114-B-365x550.jpg" alt="" width="365" height="550" /></a></p>', 'First Bank', 'First Bank, San Mateo, CA', 'inherit', 'closed', 'open', '', '596-revision-3', '', '', '2011-03-03 10:44:33', '2011-03-03 18:44:33', '', 596, 'http://image-center.com/architecture/2011/uncategorized/596-revision-3/', 0, 'revision', '', 0),
(664, 2, '2011-03-03 11:52:42', '2011-03-03 19:52:42', '<p style="text-align: center;"><strong><span style="font-size: medium;">Monterey Peninsula Museum of Art</span></strong><br />\n Monterey CA</p>\n\n<p><img class="aligncenter size-medium wp-image-587" title="Monterey Peninsula Museum of Art" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940208-A-442x550.jpg" alt="" width="442" height="550" /></p>\n\n<p><a rel="attachment wp-att-590" href="http://image-center.com/architecture/2011/public/entertainment/monterey-peninsula-museum-of-art/attachment/940208-j/"></a><img class="aligncenter size-medium wp-image-590" title="Monterey Peninsula Museum of Art" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940208-J-550x442.jpg" alt="" width="550" height="442" /></p>\n\n<p><img class="aligncenter size-medium wp-image-591" title="Monterey Peninsula Museum of Art" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940208-N-442x550.jpg" alt="" width="442" height="550" /></p>\n\n<p><a rel="attachment wp-att-589" href="http://image-center.com/architecture/2011/public/entertainment/monterey-peninsula-museum-of-art/attachment/940208-ae/"><img class="aligncenter size-medium wp-image-589" title="Monterey Peninsula Museum of Art" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940208-AE-442x550.jpg" alt="" width="442" height="550" /></a></p>\n\n<p><a rel="attachment wp-att-588" href="http://image-center.com/architecture/2011/public/entertainment/monterey-peninsula-museum-of-art/attachment/940208-aa/"><img class="aligncenter size-medium wp-image-588" title="Monterey Peninsula Museum of Art" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940208-AA-442x550.jpg" alt="" width="442" height="550" /></a></p>', 'Monterey Peninsula Museum of Art', 'Monterey Peninsula Museum of Art, Monterey CA', 'inherit', 'closed', 'open', '', '586-autosave', '', '', '2011-03-03 11:52:42', '2011-03-03 19:52:42', '', 586, 'http://image-center.com/architecture/2011/uncategorized/586-autosave/', 0, 'revision', '', 0),
(665, 2, '2011-03-03 10:36:15', '2011-03-03 18:36:15', '<p style="text-align: center;"><strong><span style="font-size: medium;">Monterey Peninsula Museum of Art</span></strong><br />\r\n Monterey CA</p>\r\n\r\n<p><a rel="attachment wp-att-587" href="http://image-center.com/architecture/2011/public/entertainment/monterey-peninsula-museum-of-art/attachment/940208-a/"><img class="aligncenter size-medium wp-image-587" title="Monterey Peninsula Museum of Art" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940208-A-442x550.jpg" alt="" width="442" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-590" href="http://image-center.com/architecture/2011/public/entertainment/monterey-peninsula-museum-of-art/attachment/940208-j/"></a><a rel="attachment wp-att-590" href="http://image-center.com/architecture/2011/public/entertainment/monterey-peninsula-museum-of-art/attachment/940208-j/"><img class="aligncenter size-medium wp-image-590" title="Monterey Peninsula Museum of Art" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940208-J-550x442.jpg" alt="" width="550" height="442" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-591" href="http://image-center.com/architecture/2011/public/entertainment/monterey-peninsula-museum-of-art/attachment/940208-n/"><img class="aligncenter size-medium wp-image-591" title="Monterey Peninsula Museum of Art" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940208-N-442x550.jpg" alt="" width="442" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-589" href="http://image-center.com/architecture/2011/public/entertainment/monterey-peninsula-museum-of-art/attachment/940208-ae/"><img class="aligncenter size-medium wp-image-589" title="Monterey Peninsula Museum of Art" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940208-AE-442x550.jpg" alt="" width="442" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-588" href="http://image-center.com/architecture/2011/public/entertainment/monterey-peninsula-museum-of-art/attachment/940208-aa/"><img class="aligncenter size-medium wp-image-588" title="Monterey Peninsula Museum of Art" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940208-AA-442x550.jpg" alt="" width="442" height="550" /></a></p>', 'Monterey Peninsula Museum of Art', 'Monterey Peninsula Museum of Art, Monterey CA', 'inherit', 'closed', 'open', '', '586-revision-5', '', '', '2011-03-03 10:36:15', '2011-03-03 18:36:15', '', 586, 'http://image-center.com/architecture/2011/uncategorized/586-revision-5/', 0, 'revision', '', 0);
INSERT INTO `wp_2posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(667, 2, '2011-03-03 11:52:52', '2011-03-03 19:52:52', '<p style="text-align: center;"><strong><span style="font-size: medium;">Monterey Peninsula Museum of Art</span></strong><br />\r\n Monterey CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-587" title="Monterey Peninsula Museum of Art" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940208-A-442x550.jpg" alt="" width="442" height="550" /></p>\r\n\r\n<p><a rel="attachment wp-att-590" href="http://image-center.com/architecture/2011/public/entertainment/monterey-peninsula-museum-of-art/attachment/940208-j/"></a><img class="aligncenter size-medium wp-image-590" title="Monterey Peninsula Museum of Art" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940208-J-550x442.jpg" alt="" width="550" height="442" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-591" title="Monterey Peninsula Museum of Art" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940208-N-442x550.jpg" alt="" width="442" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-589" title="Monterey Peninsula Museum of Art" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940208-AE-442x550.jpg" alt="" width="442" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-588" title="Monterey Peninsula Museum of Art" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940208-AA-442x550.jpg" alt="" width="442" height="550" /></p>', 'Monterey Peninsula Museum of Art', 'Monterey Peninsula Museum of Art, Monterey CA', 'inherit', 'closed', 'open', '', '586-revision-7', '', '', '2011-03-03 11:52:52', '2011-03-03 19:52:52', '', 586, 'http://image-center.com/architecture/2011/uncategorized/586-revision-7/', 0, 'revision', '', 0),
(668, 2, '2011-03-03 11:53:20', '2011-03-03 19:53:20', '<p style="text-align: center;"><strong><span style="font-size: medium;">Monterey Peninsula Museum of Art</span></strong><br />\r\n Monterey CA</p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-587" title="Monterey Peninsula Museum of Art" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940208-A-442x550.jpg" alt="" width="442" height="550" /></p>\r\n\r\n<p><a rel="attachment wp-att-590" href="http://image-center.com/architecture/2011/public/entertainment/monterey-peninsula-museum-of-art/attachment/940208-j/"></a><img class="aligncenter size-medium wp-image-590" title="Monterey Peninsula Museum of Art" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940208-J-550x442.jpg" alt="" width="550" height="442" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-591" title="Monterey Peninsula Museum of Art" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940208-N-442x550.jpg" alt="" width="442" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-589" title="Monterey Peninsula Museum of Art" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940208-AE-442x550.jpg" alt="" width="442" height="550" /></p>\r\n\r\n<p><img class="aligncenter size-medium wp-image-588" title="Monterey Peninsula Museum of Art" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940208-AA-442x550.jpg" alt="" width="442" height="550" /></p>', 'Monterey Peninsula Museum of Art', 'Monterey Peninsula Museum of Art, Monterey CA', 'inherit', 'closed', 'open', '', '586-revision-8', '', '', '2011-03-03 11:53:20', '2011-03-03 19:53:20', '', 586, 'http://image-center.com/architecture/2011/uncategorized/586-revision-8/', 0, 'revision', '', 0),
(669, 2, '2011-03-03 10:20:51', '2011-03-03 18:20:51', '<p style="text-align: center;"><strong><span style="font-size: medium;">Greenfield Library</span></strong><br />\r\nGreenfield, CA</p>\r\n\r\n<p><a rel="attachment wp-att-579" href="http://image-center.com/architecture/?attachment_id=579"><img class="aligncenter size-medium wp-image-579" title="Greenfield Library, Greenfield, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940923-E-550x443.jpg" alt="" width="550" height="443" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-580" href="http://image-center.com/architecture/?attachment_id=580"><img class="aligncenter size-medium wp-image-580" title="Greenfield Library, Greenfield, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940923-K-442x550.jpg" alt="" width="442" height="550" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-580" href="http://image-center.com/architecture/?attachment_id=580"></a><a rel="attachment wp-att-581" href="http://image-center.com/architecture/?attachment_id=581"><img class="aligncenter size-medium wp-image-581" title="Greenfield Library, Greenfield, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940923-M-550x442.jpg" alt="" width="550" height="442" /></a></p>\r\n\r\n<p><a rel="attachment wp-att-581" href="http://image-center.com/architecture/?attachment_id=581"></a><a rel="attachment wp-att-582" href="http://image-center.com/architecture/?attachment_id=582"><img class="aligncenter size-medium wp-image-582" title="Greenfield Library, Greenfield, CA" src="http://image-center.com/architecture/wp-content/uploads/2011/03/940923-W-442x550.jpg" alt="" width="442" height="550" /></a></p>', 'Greenfield Library ', 'Greenfield Library, Greenfield, CA ', 'inherit', 'closed', 'open', '', '583-revision-3', '', '', '2011-03-03 10:20:51', '2011-03-03 18:20:51', '', 583, 'http://image-center.com/architecture/2011/uncategorized/583-revision-3/', 0, 'revision', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_2rg_form`
--

CREATE TABLE IF NOT EXISTS `wp_2rg_form` (
  `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(150) NOT NULL,
  `date_created` datetime NOT NULL,
  `is_active` tinyint(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `wp_2rg_form`
--

INSERT INTO `wp_2rg_form` (`id`, `title`, `date_created`, `is_active`) VALUES
(1, 'Contact Form', '2011-02-22 20:52:28', 1);

-- --------------------------------------------------------

--
-- Table structure for table `wp_2rg_form_meta`
--

CREATE TABLE IF NOT EXISTS `wp_2rg_form_meta` (
  `form_id` mediumint(8) unsigned NOT NULL,
  `display_meta` longtext,
  `entries_grid_meta` longtext,
  KEY `form_id` (`form_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_2rg_form_meta`
--

INSERT INTO `wp_2rg_form_meta` (`form_id`, `display_meta`, `entries_grid_meta`) VALUES
(1, 'a:31:{s:2:"id";i:1;s:5:"title";s:12:"Contact Form";s:11:"description";s:100:"We would love to hear from you! Please fill out this form and we will get in touch with you shortly.";s:14:"labelPlacement";s:9:"top_label";s:17:"maxEntriesMessage";s:0:"";s:12:"confirmation";a:5:{s:4:"type";s:4:"page";s:7:"message";s:0:"";s:3:"url";s:0:"";s:6:"pageId";s:2:"79";s:11:"queryString";s:0:"";}s:6:"button";a:3:{s:4:"type";s:4:"text";s:4:"text";s:6:"Submit";s:8:"imageUrl";s:0:"";}s:6:"fields";a:4:{i:0;a:11:{s:2:"id";i:1;s:5:"label";s:9:"Your Name";s:10:"adminLabel";s:0:"";s:4:"type";s:4:"name";s:10:"isRequired";b:1;s:4:"size";s:6:"medium";s:12:"errorMessage";s:0:"";s:6:"inputs";a:2:{i:0;a:3:{s:2:"id";d:1.3000000000000000444089209850062616169452667236328125;s:5:"label";s:5:"First";s:4:"name";s:0:"";}i:1;a:3:{s:2:"id";d:1.600000000000000088817841970012523233890533447265625;s:5:"label";s:4:"Last";s:4:"name";s:0:"";}}s:20:"displayAllCategories";b:0;s:17:"allowsPrepopulate";b:0;s:6:"formId";i:1;}i:1;a:12:{s:2:"id";i:2;s:5:"label";s:18:"Your Email Address";s:10:"adminLabel";s:0:"";s:4:"type";s:5:"email";s:10:"isRequired";b:1;s:4:"size";s:6:"medium";s:12:"errorMessage";s:0:"";s:6:"inputs";N;s:20:"displayAllCategories";b:0;s:17:"allowsPrepopulate";b:0;s:11:"description";s:39:"Your Email address will remain private!";s:6:"formId";i:1;}i:2;a:11:{s:2:"id";i:3;s:5:"label";s:7:"Subject";s:10:"adminLabel";s:0:"";s:4:"type";s:4:"text";s:10:"isRequired";b:1;s:4:"size";s:6:"medium";s:12:"errorMessage";s:0:"";s:6:"inputs";N;s:20:"displayAllCategories";b:0;s:17:"allowsPrepopulate";b:0;s:6:"formId";i:1;}i:3;a:11:{s:2:"id";i:4;s:5:"label";s:19:"How can I help you?";s:10:"adminLabel";s:0:"";s:4:"type";s:8:"textarea";s:10:"isRequired";b:1;s:4:"size";s:6:"medium";s:12:"errorMessage";s:0:"";s:6:"inputs";N;s:20:"displayAllCategories";b:0;s:17:"allowsPrepopulate";b:0;s:6:"formId";i:1;}}s:22:"useCurrentUserAsAuthor";b:1;s:8:"cssClass";s:0:"";s:14:"enableHoneypot";b:0;s:15:"enableAnimation";b:0;s:26:"postContentTemplateEnabled";b:0;s:24:"postTitleTemplateEnabled";b:0;s:17:"postTitleTemplate";s:0:"";s:19:"postContentTemplate";s:0:"";s:12:"limitEntries";b:0;s:17:"limitEntriesCount";s:0:"";s:19:"limitEntriesMessage";s:0:"";s:12:"scheduleForm";b:0;s:13:"scheduleStart";s:0:"";s:17:"scheduleStartHour";s:0:"";s:19:"scheduleStartMinute";s:0:"";s:17:"scheduleStartAmpm";s:0:"";s:11:"scheduleEnd";s:0:"";s:15:"scheduleEndHour";s:0:"";s:17:"scheduleEndMinute";s:0:"";s:15:"scheduleEndAmpm";s:0:"";s:15:"scheduleMessage";s:0:"";s:12:"notification";a:10:{s:2:"to";s:23:"marcoz@image-center.com";s:3:"bcc";s:23:"gil@synapticsystems.com";s:7:"subject";s:24:"New Message: {Subject:3}";s:7:"message";s:145:"{Your Name (First):1.3} {Your Name (Last):1.6} has sent you a message using your contact form.\r\n\r\nSubject: {Subject:3}\r\n\r\n{How can I help you?:4}";s:4:"from";s:21:"info@image-center.com";s:9:"fromField";s:0:"";s:7:"replyTo";s:0:"";s:12:"replyToField";s:1:"2";s:7:"routing";N;s:17:"disableAutoformat";N;}s:13:"autoResponder";a:7:{s:7:"toField";s:0:"";s:3:"bcc";s:0:"";s:4:"from";s:23:"gil@synapticsystems.com";s:7:"replyTo";s:0:"";s:7:"subject";s:0:"";s:7:"message";s:0:"";s:17:"disableAutoformat";N;}}', '');

-- --------------------------------------------------------

--
-- Table structure for table `wp_2rg_form_view`
--

CREATE TABLE IF NOT EXISTS `wp_2rg_form_view` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `form_id` mediumint(8) unsigned NOT NULL,
  `date_created` datetime NOT NULL,
  `ip` char(15) DEFAULT NULL,
  `count` mediumint(8) unsigned NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `form_id` (`form_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=9 ;

--
-- Dumping data for table `wp_2rg_form_view`
--

INSERT INTO `wp_2rg_form_view` (`id`, `form_id`, `date_created`, `ip`, `count`) VALUES
(1, 1, '2011-02-22 22:12:14', '24.7.117.23', 1),
(2, 1, '2011-02-23 05:00:48', '75.62.237.93', 1),
(3, 1, '2011-02-24 02:35:39', '75.140.154.243', 1),
(4, 1, '2011-02-25 03:03:34', '75.18.207.65', 1),
(5, 1, '2011-02-28 15:29:47', '64.244.240.68', 1),
(6, 1, '2011-03-01 20:18:23', '64.141.0.3', 2),
(7, 1, '2011-03-01 21:20:51', '68.108.250.201', 1),
(8, 1, '2011-03-02 07:33:16', '24.7.117.23', 1);

-- --------------------------------------------------------

--
-- Table structure for table `wp_2rg_lead`
--

CREATE TABLE IF NOT EXISTS `wp_2rg_lead` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `form_id` mediumint(8) unsigned NOT NULL,
  `post_id` bigint(20) unsigned DEFAULT NULL,
  `date_created` datetime NOT NULL,
  `is_starred` tinyint(1) NOT NULL DEFAULT '0',
  `is_read` tinyint(1) NOT NULL DEFAULT '0',
  `ip` char(15) NOT NULL,
  `source_url` varchar(200) NOT NULL DEFAULT '',
  `user_agent` varchar(250) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `form_id` (`form_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=7 ;

--
-- Dumping data for table `wp_2rg_lead`
--

INSERT INTO `wp_2rg_lead` (`id`, `form_id`, `post_id`, `date_created`, `is_starred`, `is_read`, `ip`, `source_url`, `user_agent`) VALUES
(1, 1, NULL, '2011-02-23 02:08:21', 0, 0, '96.54.51.40', 'http://image-center.com/architecture/contact/', 'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13 (.NET CLR 3.5.30729)'),
(2, 1, NULL, '2011-02-23 02:10:28', 0, 0, '96.54.51.40', 'http://image-center.com/architecture/contact/', 'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13 (.NET CLR 3.5.30729)'),
(3, 1, NULL, '2011-02-23 03:16:31', 0, 0, '24.7.117.23', 'http://image-center.com/architecture/contact/', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-us) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4'),
(4, 1, NULL, '2011-02-23 03:43:51', 0, 0, '24.7.117.23', 'http://image-center.com/architecture/contact/', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-us) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4'),
(5, 1, NULL, '2011-02-23 03:44:15', 0, 0, '24.7.117.23', 'http://image-center.com/architecture/contact/', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-us) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4'),
(6, 1, NULL, '2011-02-23 07:05:42', 0, 0, '96.54.51.40', 'http://image-center.com/architecture/contact/', 'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13 (.NET CLR 3.5.30729)');

-- --------------------------------------------------------

--
-- Table structure for table `wp_2rg_lead_detail`
--

CREATE TABLE IF NOT EXISTS `wp_2rg_lead_detail` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `lead_id` int(10) unsigned NOT NULL,
  `form_id` mediumint(8) unsigned NOT NULL,
  `field_number` float NOT NULL,
  `value` varchar(200) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `form_id` (`form_id`),
  KEY `lead_id` (`lead_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=31 ;

--
-- Dumping data for table `wp_2rg_lead_detail`
--

INSERT INTO `wp_2rg_lead_detail` (`id`, `lead_id`, `form_id`, `field_number`, `value`) VALUES
(1, 1, 1, 1.3, 'Gil'),
(2, 1, 1, 1.6, 'Namur'),
(3, 1, 1, 2, 'gil@synapticsystems.com'),
(4, 1, 1, 3, 'This is a test Contact Form message'),
(5, 1, 1, 4, 'Hi Marco,\r\n\r\nThis is a test contact form message. You should be able to simply reply and my e-mail address should be the one you are e-mail back to.\r\n\r\nPlease let me know that it worked. Also, do one '),
(6, 2, 1, 1.3, 'Gil'),
(7, 2, 1, 1.6, 'Namur'),
(8, 2, 1, 2, 'gil@lifeasahuman.com'),
(9, 2, 1, 3, 'Just another test'),
(10, 2, 1, 4, 'Minor adjustment and a test from a different e-mail address.\r\nCheers,\r\nGil'),
(11, 3, 1, 1.3, 'Marco'),
(12, 3, 1, 1.6, 'Zecchin'),
(13, 3, 1, 2, 'marco.zecchin@gmail.com'),
(14, 3, 1, 3, 'This is a test'),
(15, 3, 1, 4, 'Want to buy everything you have to offer'),
(16, 4, 1, 1.3, 'Test '),
(17, 4, 1, 1.6, 'guy'),
(18, 4, 1, 2, 'marcoz@image-center.com'),
(19, 4, 1, 3, 'THis is a test'),
(20, 4, 1, 4, 'This is a test'),
(21, 5, 1, 1.3, 'Test '),
(22, 5, 1, 1.6, 'guy'),
(23, 5, 1, 2, 'marcoz@image-center.com'),
(24, 5, 1, 3, 'THis is a test'),
(25, 5, 1, 4, 'This is a test'),
(26, 6, 1, 1.3, 'Mortimer'),
(27, 6, 1, 1.6, 'Snerd'),
(28, 6, 1, 2, 'gil@synapticsystems.com'),
(29, 6, 1, 3, 'Banana''s?  '),
(30, 6, 1, 4, 'Hi there!\r\n\r\nDo you sell banana''s?  I heard that .. oh wait!!!! Sorry .. I head that your web guy was banana''s!\r\n\r\nMy mistake!\r\n\r\nMortimer!');

-- --------------------------------------------------------

--
-- Table structure for table `wp_2rg_lead_detail_long`
--

CREATE TABLE IF NOT EXISTS `wp_2rg_lead_detail_long` (
  `lead_detail_id` bigint(20) unsigned NOT NULL,
  `value` longtext,
  KEY `lead_detail_key` (`lead_detail_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_2rg_lead_detail_long`
--

INSERT INTO `wp_2rg_lead_detail_long` (`lead_detail_id`, `value`) VALUES
(5, 'Hi Marco,\r\n\r\nThis is a test contact form message. You should be able to simply reply and my e-mail address should be the one you are e-mail back to.\r\n\r\nPlease let me know that it worked. Also, do one yourself (use the form) so you can see the flow. Feel free to edit the "	Thanks For Contacting Me" page :-)\r\n\r\nCheers,\r\nGil');

-- --------------------------------------------------------

--
-- Table structure for table `wp_2rg_lead_notes`
--

CREATE TABLE IF NOT EXISTS `wp_2rg_lead_notes` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `lead_id` int(10) unsigned NOT NULL,
  `user_name` varchar(250) DEFAULT NULL,
  `user_id` bigint(20) DEFAULT NULL,
  `date_created` datetime NOT NULL,
  `value` longtext,
  PRIMARY KEY (`id`),
  KEY `lead_id` (`lead_id`),
  KEY `lead_user_key` (`lead_id`,`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `wp_2rg_lead_notes`
--


-- --------------------------------------------------------

--
-- Table structure for table `wp_2term_relationships`
--

CREATE TABLE IF NOT EXISTS `wp_2term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_order` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_2term_relationships`
--

INSERT INTO `wp_2term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 2, 0),
(2, 2, 0),
(3, 2, 0),
(4, 2, 0),
(5, 2, 0),
(6, 2, 0),
(7, 2, 0),
(1, 1, 0),
(11, 4, 0),
(26, 5, 0),
(467, 6, 0),
(15, 6, 0),
(8, 3, 0),
(453, 11, 0),
(507, 7, 0),
(453, 6, 0),
(52, 8, 0),
(53, 8, 0),
(54, 8, 0),
(11, 3, 0),
(102, 10, 0),
(26, 3, 0),
(26, 9, 0),
(72, 1, 0),
(386, 1, 0),
(349, 7, 0),
(195, 4, 0),
(200, 4, 0),
(214, 4, 0),
(203, 4, 0),
(248, 3, 0),
(217, 5, 0),
(224, 5, 0),
(228, 5, 0),
(231, 5, 0),
(237, 5, 0),
(350, 8, 0),
(255, 3, 0),
(262, 3, 0),
(283, 3, 0),
(274, 3, 0),
(268, 3, 0),
(348, 7, 0),
(347, 7, 0),
(477, 11, 0),
(345, 7, 0),
(477, 6, 0),
(488, 10, 0),
(498, 10, 0),
(467, 11, 0),
(460, 11, 0),
(460, 12, 0),
(522, 7, 0),
(520, 7, 0),
(521, 7, 0),
(610, 11, 0),
(583, 11, 0),
(583, 13, 0),
(586, 11, 0),
(586, 6, 0),
(596, 3, 0),
(602, 3, 0),
(610, 13, 0),
(623, 11, 0),
(623, 13, 0),
(634, 11, 0),
(634, 6, 0),
(641, 3, 0),
(648, 4, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_2term_taxonomy`
--

CREATE TABLE IF NOT EXISTS `wp_2term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=14 ;

--
-- Dumping data for table `wp_2term_taxonomy`
--

INSERT INTO `wp_2term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 0),
(2, 2, 'link_category', '', 0, 7),
(3, 3, 'category', '', 0, 9),
(4, 4, 'category', '', 0, 5),
(5, 5, 'category', '', 0, 5),
(6, 6, 'category', '', 11, 5),
(7, 7, 'nav_menu', '', 0, 8),
(8, 8, 'nav_menu', '', 0, 4),
(9, 9, 'post_tag', '', 0, 0),
(10, 10, 'category', '', 0, 2),
(11, 11, 'category', '', 0, 9),
(12, 12, 'category', '', 11, 1),
(13, 13, 'category', '', 11, 3);

-- --------------------------------------------------------

--
-- Table structure for table `wp_2terms`
--

CREATE TABLE IF NOT EXISTS `wp_2terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_id`),
  UNIQUE KEY `slug` (`slug`),
  KEY `name` (`name`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=14 ;

--
-- Dumping data for table `wp_2terms`
--

INSERT INTO `wp_2terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'Blogroll', 'blogroll', 0),
(3, 'Commercial', 'commercial', 0),
(4, 'Residential', 'residential', 0),
(5, 'Biomedical', 'biomedical', 0),
(6, 'Entertainment', 'entertainment', 0),
(7, 'Primary', 'primary', 0),
(8, 'Top Nav', 'top-nav', 0),
(9, 'xray', 'xray', 0),
(10, 'Hospitality', 'hospitality', 0),
(11, 'Public', 'public', 0),
(12, 'Churches', 'churches', 0),
(13, 'Schools', 'schools', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_2usermeta`
--

CREATE TABLE IF NOT EXISTS `wp_2usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=74 ;

--
-- Dumping data for table `wp_2usermeta`
--

INSERT INTO `wp_2usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'first_name', ''),
(2, 1, 'last_name', ''),
(3, 1, 'nickname', 'gilnamur'),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'comment_shortcuts', 'false'),
(7, 1, 'admin_color', 'fresh'),
(8, 1, 'use_ssl', '0'),
(9, 1, 'aim', ''),
(10, 1, 'yim', ''),
(11, 1, 'jabber', ''),
(12, 1, 'wp_2capabilities', 'a:2:{s:13:"administrator";s:1:"1";s:17:"gform_full_access";s:1:"1";}'),
(13, 1, 'wp_2user_level', '10'),
(14, 1, 'wp_2dashboard_quick_press_last_post_id', '503'),
(15, 1, 'wp_2user-settings', 'm5=o&m10=o&m4=o&m7=o&m8=o&m9=o&m6=o&align=none&m2=o&m1=o&hidetb=1&urlbutton=file&editor=tinymce&m11=o'),
(16, 1, 'wp_2user-settings-time', '1298655057'),
(17, 1, 'plugins_last_view', 'all'),
(18, 2, 'first_name', 'Marco'),
(19, 2, 'last_name', 'Zecchin'),
(20, 2, 'nickname', 'marcozecchin'),
(21, 2, 'description', ''),
(22, 2, 'rich_editing', 'true'),
(23, 2, 'comment_shortcuts', 'false'),
(24, 2, 'admin_color', 'fresh'),
(25, 2, 'use_ssl', '0'),
(26, 2, 'aim', ''),
(27, 2, 'yim', ''),
(28, 2, 'jabber', ''),
(29, 2, 'wp_2capabilities', 'a:2:{s:13:"administrator";s:1:"1";s:17:"gform_full_access";s:1:"1";}'),
(30, 2, 'wp_2user_level', '10'),
(31, 2, 'wp_2dashboard_quick_press_last_post_id', '574'),
(32, 1, 'genesis_admin_menu', '1'),
(33, 1, 'genesis_seo_settings_menu', '1'),
(34, 1, 'genesis_import_export_menu', '1'),
(35, 1, 'genesis_author_box_single', ''),
(36, 1, 'genesis_author_box_archive', ''),
(37, 1, 'headline', ''),
(38, 1, 'intro_text', ''),
(39, 1, 'doctitle', ''),
(40, 1, 'meta_description', ''),
(41, 1, 'meta_keywords', ''),
(42, 1, 'noindex', ''),
(43, 1, 'nofollow', ''),
(44, 1, 'noarchive', ''),
(45, 1, 'layout', ''),
(46, 2, 'genesis_admin_menu', '1'),
(47, 2, 'genesis_seo_settings_menu', '1'),
(48, 2, 'genesis_import_export_menu', '1'),
(49, 2, 'genesis_author_box_single', ''),
(50, 2, 'genesis_author_box_archive', ''),
(51, 2, 'headline', ''),
(52, 2, 'intro_text', ''),
(53, 2, 'doctitle', ''),
(54, 2, 'meta_description', ''),
(55, 2, 'meta_keywords', ''),
(56, 2, 'noindex', ''),
(57, 2, 'nofollow', ''),
(58, 2, 'noarchive', ''),
(59, 2, 'layout', ''),
(60, 1, 'managenav-menuscolumnshidden', 'a:4:{i:0;s:11:"link-target";i:1;s:11:"css-classes";i:2;s:3:"xfn";i:3;s:11:"description";}'),
(61, 1, 'metaboxhidden_nav-menus', 'a:2:{i:0;s:8:"add-post";i:1;s:12:"add-post_tag";}'),
(62, 1, 'nav_menu_recently_edited', '7'),
(63, 2, 'wp_2user-settings', 'editor=tinymce&align=center&m1=o&m6=c&m4=c&m2=c&hidetb=1&m10=c&m9=c&m8=c&m7=c&m0=o&m3=c&m5=c&urlbutton=none'),
(64, 2, 'wp_2user-settings-time', '1299180517'),
(65, 1, 'upload_per_page', '200'),
(66, 2, 'closedpostboxes_post', 'a:0:{}'),
(67, 2, 'metaboxhidden_post', 'a:1:{i:0;s:7:"slugdiv";}'),
(68, 1, 'edit_post_per_page', '100'),
(69, 2, 'nav_menu_recently_edited', '7'),
(70, 2, 'managenav-menuscolumnshidden', 'a:4:{i:0;s:11:"link-target";i:1;s:11:"css-classes";i:2;s:3:"xfn";i:3;s:11:"description";}'),
(71, 2, 'metaboxhidden_nav-menus', 'a:2:{i:0;s:8:"add-post";i:1;s:12:"add-post_tag";}'),
(72, 2, 'closedpostboxes_dashboard', 'a:0:{}'),
(73, 2, 'metaboxhidden_dashboard', 'a:0:{}');

-- --------------------------------------------------------

--
-- Table structure for table `wp_2users`
--

CREATE TABLE IF NOT EXISTS `wp_2users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(64) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(60) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;

--
-- Dumping data for table `wp_2users`
--

INSERT INTO `wp_2users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'gilnamur', '$P$BwWeOShJHRGOQsZCitVmu88TZwKeM11', 'gilnamur', 'gil@synapticsystems.com', '', '2011-02-19 21:29:54', '', 0, 'gilnamur'),
(2, 'marcozecchin', '$P$BZ2noDGWR6M.xYN5n2Ug19sNAKqWUv.', 'marcozecchin', 'marcoz@image-center.com', 'http://image-center.com/', '2011-02-19 21:48:37', '', 0, 'Marco Zecchin');

-- --------------------------------------------------------

--
-- Table structure for table `wp_commentmeta`
--

CREATE TABLE IF NOT EXISTS `wp_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `wp_commentmeta`
--


-- --------------------------------------------------------

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

CREATE TABLE IF NOT EXISTS `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`),
  KEY `comment_parent` (`comment_parent`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

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

INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(1, 1, 'Mr WordPress', '', 'http://wordpress.org/', '', '2007-01-23 16:22:31', '2007-01-23 23:22:31', 'Hi, this is a comment.<br />To delete a comment, just log in and view the post&#039;s comments. There you will have the option to edit or delete them.', 0, '1', '', '', 0, 0);

-- --------------------------------------------------------

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

CREATE TABLE IF NOT EXISTS `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_category` bigint(20) NOT NULL DEFAULT '0',
  `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_category` (`link_category`),
  KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=8 ;

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

INSERT INTO `wp_links` (`link_id`, `link_url`, `link_name`, `link_image`, `link_target`, `link_category`, `link_description`, `link_visible`, `link_owner`, `link_rating`, `link_updated`, `link_rel`, `link_notes`, `link_rss`) VALUES
(1, 'http://codex.wordpress.org/', 'Documentation', '', '', 0, '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(2, 'http://wordpress.org/development/', 'Development Blog', '', '', 0, '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', 'http://wordpress.org/development/feed/'),
(3, 'http://wordpress.org/extend/ideas/', 'Suggest Ideas', '', '', 0, '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(4, 'http://wordpress.org/support/', 'Support Forum', '', '', 0, '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(5, 'http://wordpress.org/extend/plugins/', 'Plugins', '', '', 0, '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(6, 'http://wordpress.org/extend/themes/', 'Themes', '', '', 0, '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(7, 'http://planet.wordpress.org/', 'WordPress Planet', '', '', 0, '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', '');

-- --------------------------------------------------------

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

CREATE TABLE IF NOT EXISTS `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`),
  UNIQUE KEY `option_name` (`option_name`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=193 ;

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

INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 0, 'siteurl', 'http://image-center.com/wordpress', 'yes'),
(2, 0, 'blogname', 'architecture', 'yes'),
(3, 0, 'blogdescription', 'Just another WordPress weblog', 'yes'),
(66, 0, 'wp_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:62:{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:11:"update_core";b:1;s:10:"list_users";b:1;s:12:"remove_users";b:1;s:9:"add_users";b:1;s:13:"promote_users";b:1;s:18:"edit_theme_options";b:1;s:13:"delete_themes";b:1;s:6:"export";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'),
(5, 0, 'users_can_register', '0', 'yes'),
(6, 0, 'admin_email', 'email@domain.com', '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'),
(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', '10', 'yes'),
(25, 0, 'what_to_show', 'posts', 'yes'),
(26, 0, 'date_format', 'F j, Y', 'yes'),
(27, 0, 'time_format', 'g:i a', 'yes'),
(28, 0, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(29, 0, 'links_recently_updated_prepend', '<em>', 'yes'),
(30, 0, 'links_recently_updated_append', '</em>', 'yes'),
(31, 0, 'links_recently_updated_time', '120', 'yes'),
(32, 0, 'comment_moderation', '0', 'yes'),
(33, 0, 'moderation_notify', '1', 'yes'),
(34, 0, 'permalink_structure', '', 'yes'),
(35, 0, 'gzipcompression', '0', 'yes'),
(36, 0, 'hack_file', '0', 'yes'),
(37, 0, 'blog_charset', 'UTF-8', 'yes'),
(38, 0, 'moderation_keys', '', 'no'),
(39, 0, 'active_plugins', 'a:0:{}', 'yes'),
(40, 0, 'home', 'http://dclark88.vwh.net/wordpress', 'yes'),
(41, 0, 'category_base', '', 'yes'),
(42, 0, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(43, 0, 'advanced_edit', '0', 'yes'),
(44, 0, 'comment_max_links', '2', 'yes'),
(45, 0, 'gmt_offset', '-7', 'yes'),
(46, 0, 'default_email_category', '1', 'yes'),
(47, 0, 'recently_edited', '', 'no'),
(49, 0, 'template', 'twentyten', 'yes'),
(50, 0, 'stylesheet', 'twentyten', 'yes'),
(51, 0, 'comment_whitelist', '1', 'yes'),
(53, 0, 'blacklist_keys', '', 'no'),
(54, 0, 'comment_registration', '0', 'yes'),
(55, 0, 'rss_language', 'en', 'yes'),
(56, 0, 'html_type', 'text/html', 'yes'),
(57, 0, 'use_trackback', '0', 'yes'),
(58, 0, 'default_role', 'subscriber', 'yes'),
(59, 0, 'db_version', '15477', 'yes'),
(60, 0, 'uploads_use_yearmonth_folders', '1', 'yes'),
(61, 0, 'upload_path', 'wp-content/uploads', 'yes'),
(63, 0, 'blog_public', '1', 'yes'),
(64, 0, 'default_link_category', '2', 'yes'),
(65, 0, 'show_on_front', 'posts', 'yes'),
(65, 0, 'tag_base', '', 'yes'),
(68, 0, 'cron', 'a:3:{i:1298602993;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;}}}i:1298650720;a:1:{s:19:"wp_scheduled_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}s:7:"version";i:2;}', 'yes'),
(69, 0, '_transient_doing_cron', '1298596549', 'yes'),
(70, 0, '_transient_random_seed', 'c3c3eb7e0f237a70c06f556d9cd81e5c', 'yes'),
(71, 0, 'auth_salt', 'tH7ZxoSrsQq9E6^R(veq)FMgU$(K3if32djL(5oXINtbvI#EfjXp*fY3l9qtKJzp', 'yes'),
(72, 0, 'logged_in_salt', 'pN@Op*en#kYEeRa(7KXr@H2oAGkj7EsAgyXsEbH%j@2$&zoGAyxo%t)q45^(NMSl', 'yes'),
(73, 0, 'widget_pages', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(74, 0, 'widget_calendar', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(75, 0, 'widget_archives', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(76, 0, 'widget_links', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(77, 0, 'widget_meta', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(78, 0, 'widget_search', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(79, 0, 'widget_text', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(80, 0, 'widget_categories', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(81, 0, 'widget_recent-posts', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(82, 0, 'widget_recent-comments', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(83, 0, 'widget_rss', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(84, 0, 'widget_tag_cloud', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(85, 0, 'show_avatars', '1', 'yes'),
(86, 0, 'avatar_rating', 'G', 'yes'),
(87, 0, 'upload_url_path', '', 'yes'),
(88, 0, 'thumbnail_size_w', '150', 'yes'),
(89, 0, 'thumbnail_size_h', '150', 'yes'),
(90, 0, 'thumbnail_crop', '1', 'yes'),
(91, 0, 'medium_size_w', '300', 'yes'),
(92, 0, 'medium_size_h', '300', 'yes'),
(93, 0, 'avatar_default', 'mystery', 'yes'),
(94, 0, 'enable_app', '1', 'yes'),
(95, 0, 'enable_xmlrpc', '1', 'yes'),
(96, 0, 'large_size_w', '1024', 'yes'),
(97, 0, 'large_size_h', '1024', 'yes'),
(98, 0, 'image_default_link_type', 'file', 'yes'),
(99, 0, 'image_default_size', '', 'yes'),
(100, 0, 'image_default_align', '', 'yes'),
(101, 0, 'close_comments_for_old_posts', '0', 'yes'),
(102, 0, 'close_comments_days_old', '14', 'yes'),
(103, 0, 'thread_comments', '0', 'yes'),
(104, 0, 'thread_comments_depth', '5', 'yes'),
(105, 0, 'page_comments', '1', 'yes'),
(106, 0, 'comments_per_page', '50', 'yes'),
(107, 0, 'default_comments_page', 'newest', 'yes'),
(108, 0, 'comment_order', 'asc', 'yes'),
(109, 0, 'sticky_posts', 'a:0:{}', 'yes'),
(110, 0, 'timezone_string', '', 'yes'),
(111, 0, 'db_upgraded', '', 'yes'),
(112, 0, '_transient_rewrite_rules', '', 'yes'),
(113, 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:1255706373;s:15:"version_checked";s:5:"2.8.4";}', 'yes'),
(114, 0, '_transient_update_plugins', 'O:8:"stdClass":3:{s:12:"last_checked";i:1255706373;s:7:"checked";a:2:{s:19:"akismet/akismet.php";s:5:"2.2.6";s:9:"hello.php";s:5:"1.5.1";}s:8:"response";a:0:{}}', 'yes'),
(115, 0, '_transient_update_themes', 'O:8:"stdClass":1:{s:12:"last_checked";i:1255706374;}', 'yes'),
(116, 0, 'dashboard_widget_options', 'a:4:{s:25:"dashboard_recent_comments";a:1:{s:5:"items";i:5;}s:24:"dashboard_incoming_links";a:5:{s:4:"home";s:33:"http://dclark88.vwh.net/wordpress";s:4:"link";s:109:"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://dclark88.vwh.net/wordpress/";s:3:"url";s:142:"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://dclark88.vwh.net/wordpress/";s:5:"items";i:10;s:9:"show_date";b:0;}s:17:"dashboard_primary";a:7:{s:4:"link";s:26:"http://wordpress.org/news/";s:3:"url";s:31:"http://wordpress.org/news/feed/";s:5:"title";s:14:"WordPress 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:7:{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;s:12:"show_summary";i:0;s:11:"show_author";i:0;s:9:"show_date";i:0;}}', 'yes'),
(117, 0, 'nonce_salt', 'IkI$mdrUptG#s35J4GjWj0WmY)36(T(k*YDGPRCu%9&A5ctp&%WtRDq@%d2JeGav', 'yes'),
(167, 0, 'current_theme', 'Twenty Ten', 'yes'),
(120, 0, '_transient_timeout_feed_fe9657793d3e7321a867af36b107e2d3', '1255749575', 'no'),
(121, 0, '_transient_feed_fe9657793d3e7321a867af36b107e2d3', '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:58:"link:http://dclark88.vwh.net/wordpress/ - 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:116:"http://blogsearch.google.com/blogsearch?hl=en&scoring=d&ie=ISO-8859-1&num=20&q=link:http://dclark88.vwh.net/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:92:"Your search - <b>link:http://dclark88.vwh.net/wordpress/</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:8:{s:4:"date";s:29:"Fri, 16 Oct 2009 15:19:35 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=ea5a8fcd44090319:TM=1255706375:LM=1255706375:S=ThRZWHPbkXGJwcKb; expires=Sun, 16-Oct-2011 15:19:35 GMT; path=/; domain=.google.com";s:6:"server";s:4:"bsfe";s:16:"x-xss-protection";s:1:"0";}s:5:"build";i:20081219;}', 'no'),
(122, 0, '_transient_timeout_feed_mod_fe9657793d3e7321a867af36b107e2d3', '1255749575', 'no'),
(123, 0, '_transient_feed_mod_fe9657793d3e7321a867af36b107e2d3', '1255706375', 'no'),
(124, 0, '_transient_timeout_feed_0ff4b43bd116a9d8720d689c80e7dfd4', '1255749575', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(125, 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:"Wed, 14 Oct 2009 21:03:28 +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: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:42:"Getting involved with the 2.9 beta testing";s: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:84:"http://wordpress.org/development/2009/10/getting-involved-with-the-2-9-beta-testing/";s: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:93:"http://wordpress.org/development/2009/10/getting-involved-with-the-2-9-beta-testing/#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, 12 Oct 2009 22:16: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:8:"category";a:4:{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: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:4:"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:"";}i:3;a:5:{s:4:"data";s:7:"testing";s: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=922";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:292:"We have been hard at work now for a few months on the new features that will be coming in WordPress 2.9, and we are near the time when the first beta version will be available. We&#8217;ll need your help with beta testing the new features and ironing out any bugs.\nThere are a number of [...]";s: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:2938:"<p>We have been hard at work now for a few months on the new features that will be coming in WordPress 2.9, and we are near the time when the first beta version will be available. We&#8217;ll need your help with beta testing the new features and ironing out any bugs.</p>\n<p>There are a number of different ways in which you can get involved in the testing process, and each way is suited for each persons skill set and comfort level.Ãƒâ€š  First of all, you can join the <a href="http://codex.wordpress.org/Mailing_Lists#Testers">wp-testers</a> mailing list to keep up to date with the testing progress and to discuss things with the other testers.Ãƒâ€š  Secondly, you can head over to the <a href="http://core.trac.wordpress.org/">Trac ticketing system</a> and either create tickets for bugs you find or <a href="https://core.trac.wordpress.org/milestone/2.9">use some of the useful searches</a> to look for patches that need testing or that need someone to try and reproduce the issue.</p>\n<p>During the beta phase we are going to focus on stabilizing the new features and removing existing bugs which are well-understood and have easily testable solutions.Ãƒâ€š  During this process we will not be adding any new enhancements so as to ensure that the focus is on making the 2.9 release as bug-free as possible.Ãƒâ€š  We will also try and have a few special bug hunt days where one or more experienced WordPress developers will be available to help people track down issues and get patches committed to fix bugs.</p>\n<p>To make is as easy as possible for you to get a beta testing install up and running we have put together a small WordPress plugin which makes it really easy to convert a test install of the latest release version of WordPress into a beta test install of the next up and coming release.Ãƒâ€š  The plugin is called <a href="http://wordpress.org/extend/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> and is available to download from WordPress Extend or can be installed using the built-in plugin installer.Ãƒâ€š  Please make sure you to only install this plugin on a test site. We do not recommend running beta versions on your normal, live sites in case anything goes wrong.Ãƒâ€š  You can read more about the plugin in &#8220;<a href="http://westi.wordpress.com/2009/06/22/making-it-easy-to-be-a-wordpress-tester/">Making it easy to be a WordPress Tester</a>&#8221;</p>\n<p>We are aiming to release the first beta version of 2.9 around the end of October, after we have put the finishing touches on the new features. Then we switch to full on beta testing mode and your help and feedback will be very much appreciated.Ãƒâ€š  During the beta test program will push out new builds for automated upgrades regularly. Once we feel that a suitable level of stability has been achieved we will move into the release candidate phase. We hope to be able to make the final release 2.9 build available in either late November or early December.</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:89:"http://wordpress.org/development/2009/10/getting-involved-with-the-2-9-beta-testing/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:"34";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: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:"440";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: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:"387";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: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:"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:"";}}}}}i:4;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:5;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:"28";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: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:7;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: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.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:"251";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: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:"291";s: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:"Wed, 14 Oct 2009 21:03:28 GMT";s:4:"etag";s:34:""bf8da5d2e54a8ca6d5402bd097c5711a"";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:4:"date";s:29:"Fri, 16 Oct 2009 15:19:35 GMT";s:6:"server";s:9:"LiteSpeed";s:10:"connection";s:5:"close";}s:5:"build";i:20081219;}', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(126, 0, '_transient_timeout_feed_mod_0ff4b43bd116a9d8720d689c80e7dfd4', '1255749575', 'no'),
(127, 0, '_transient_feed_mod_0ff4b43bd116a9d8720d689c80e7dfd4', '1255706375', 'no'),
(170, 0, '_transient_timeout_feed_mod_a5420c83891a9c88ad2a4f04584a5efc', '1284092324', 'no'),
(171, 0, '_transient_feed_mod_a5420c83891a9c88ad2a4f04584a5efc', '1284049124', 'no'),
(168, 0, '_transient_timeout_feed_a5420c83891a9c88ad2a4f04584a5efc', '1284092324', 'no'),
(169, 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:3:"\n	\n";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:72:"\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:2:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:39:"WordPress Plugins Ãƒâ€šÃ‚Â» View: 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:51:"http://wordpress.org/extend/plugins/browse/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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:39:"WordPress Plugins Ãƒâ€šÃ‚Â» View: 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:5:"en-US";s: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 Sep 2010 16:18: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:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:36:"http://bbpress.org/?v=1.1-alpha-2539";s: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:30:"\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 Mullenweg 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:14:"Matt Mullenweg";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:30:"\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:2;a:6:{s:4:"data";s:30:"\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:108:"NextGEN Gallery is a full integrated Image Gallery plugin for WordPress with dozens of options and 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:"";}}}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:3;a:6:{s:4:"data";s:30:"\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:"Takayuki Miyoshi 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:16:"Takayuki Miyoshi";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:30:"\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:105:"This plugin will generate a special XML sitemap which will help search engines to better index 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: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:5;a:6:{s:4:"data";s:30:"\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:"Mike Challis on "Fast Secure Contact Form"";s: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/si-contact-form/#post-12636";s: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, 27 Aug 2009 01:20: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:"12636@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:139:"A super customizable contact form that lets your visitors send you email. Blocks all automated spammers. Packed with settings and 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:"";}}}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:"Mike Challis";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:30:"\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:"joostdevalk on "Google Analytics 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:77:"http://wordpress.org/extend/plugins/google-analytics-for-wordpress/#post-2316";s: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, 14 Sep 2007 12:15: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:41:"2316@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:145:"Track your WordPress site easily and with lots of metadata: views per author &#38; category, automatic tracking of outbound clicks and pageviews.";s: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:7;a:6:{s:4:"data";s:30:"\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:8;a:6:{s:4:"data";s:30:"\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:"Lester Chan on "WP-PageNavi"";s: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/wp-pagenavi/#post-363";s: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 23:17: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"363@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:62:"Adds a more advanced paging navigation to your WordPress 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:11:"Lester Chan";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:30:"\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:62:"orenshmu on "Post video players slideshow and photo galleries"";s: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:84:"http://wordpress.org/extend/plugins/post-rich-videos-and-photos-galleries/#post-7094";s: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, 21 Sep 2008 12: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"7094@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:76:"Post your videos and photo galleries/flash slideshows easily and in seconds.";s: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:"orenshmu";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:30:"\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:"casibus on "ourSTATS Widget"";s: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/ourstatsde-widget/#post-18282";s: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, 29 May 2010 14:16: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"18282@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:"create a widget for the ourstats.de counter service";s: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:"casibus";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:30:"\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:"andy on "WordPress.com Stats"";s: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/stats/#post-1355";s: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 May 2007 02:15: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:"1355@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:124:"You can have simple, concise stats with no additional load on your server by plugging into WordPress.com&#039;s stat system.";s: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:"andy";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:30:"\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:"freediver on "Smart YouTube"";s: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/smart-youtube/#post-2935";s: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, 12 Feb 2008 12:05: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:"2935@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:112:"Smart Youtube plugin allows you to insert full featured YouTube videos into your post, comments and in RSS 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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"freediver";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:30:"\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:51:"micropat on "AddToAny: 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:140:"Help people share, bookmark, and email your posts &#38; pages using any service, such as Facebook, Twitter, Google Buzz, Digg and many 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:14;a:6:{s:4:"data";s:30:"\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:"Brian Colinger on "WordPress Importer"";s: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://wordpress.org/extend/plugins/wordpress-importer/#post-18101";s: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, 20 May 2010 17:42: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"18101@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:"Import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.";s: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:"Brian Colinger";s: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:52:"http://wordpress.org/extend/plugins/rss/view/popular";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:4:"type";i:128;s:7:"headers";a:7:{s:13:"last-modified";s:19:"2007-03-09 22:11:30";s:4:"etag";s:34:""8675051e89bf6e8eba42545ba20839d9"";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:14:"content-length";s:4:"7860";s:4:"date";s:29:"Thu, 09 Sep 2010 16:18:43 GMT";s:6:"server";s:9:"LiteSpeed";s:10:"connection";s:5:"close";}s:5:"build";s:14:"20090627192103";}', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(174, 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:3:"\n\n\n";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:57:"Publisher Blog: NPRÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢s ARGO Network Powered by 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:43:"http://publisherblog.automattic.com/?p=1027";s: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://publisherblog.automattic.com/2010/09/09/npr-argo-network-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:2614:"<p>A great idea from NPR:</p>\n<blockquote><p>NPR, in collaboration with 12 NPR member stations, announced the launch of a dozen topic-focused news sites today, marking the debut of NPRÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢s ARGO Network ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ a new online journalism venture created to produce in-depth, local coverage on subjects critical to communities and the nation. </p></blockquote>\n<p>Strcuture wise, the sites will be powered by <a href="http://wordpress.org">WordPress</a>:</p>\n<blockquote><p>Each ARGO site is anchored by a news-blog that features multiple stories each day, with an accompanying set of community features for audience engagement and curated content. The individual stations will decide how to integrate the ARGO site with their primary station websites.</p></blockquote>\n<p>Full details on <a href="http://www.npr.org/about/press/2010/090810.Argo.html">npr.org</a> </p>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wordpresspublishers.wordpress.com/1027/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wordpresspublishers.wordpress.com/1027/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wordpresspublishers.wordpress.com/1027/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wordpresspublishers.wordpress.com/1027/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wordpresspublishers.wordpress.com/1027/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wordpresspublishers.wordpress.com/1027/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wordpresspublishers.wordpress.com/1027/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wordpresspublishers.wordpress.com/1027/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wordpresspublishers.wordpress.com/1027/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wordpresspublishers.wordpress.com/1027/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wordpresspublishers.wordpress.com/1027/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wordpresspublishers.wordpress.com/1027/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wordpresspublishers.wordpress.com/1027/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wordpresspublishers.wordpress.com/1027/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=publisherblog.automattic.com&amp;blog=1470857&amp;post=1027&amp;subd=wordpresspublishers&amp;ref=&amp;feed=1" 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:"Thu, 09 Sep 2010 15:40:40 +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: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/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=8583";s: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/2010/09/09/wordpress-plugin-releases-for-0909-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:1357:"<p class="fb-like"></p><h3>New plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/scripts-n-styles/"><strong>Scripts n Styles</strong></a> allows Admin users the ability to add custom CSS (at the bottom of the head tag) and JavaScript (at the bottom of the body tag) directly into individual Posts, Pages or any other registered custom post types.</p>\n<h3>Updated plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/add-to-any/"><strong>AddToAny: Share/Bookmark/Email Button</strong></a> helps people share, bookmark, and email your posts and pages using any service, such as Facebook, Twitter, Google Buzz, Digg, Delicious, and well over 100 more social bookmarking and sharing sites.</p>\n<p><a href="http://www.fastsecurecontactform.com/"><strong>Fast Secure Contact Form</strong></a> for WordPress lets your visitors send you a quick E-mail message and blocks all common spammer tactics.</p>\n<p><a href="http://subscribe2.wordpress.com/"><strong>Subscribe2</strong></a> sends a list of subscribers an email notification when new posts are published to your blog.</p>\n<p><a href="http://wordpress.org/extend/plugins/wp-system-health/"><strong>WP System Health</strong></a> provides a comprehensive overview of your WordPress parameter and server performance.</p>\n<a href="http://twitter.com/share" class="twitter-share-button">Tweet</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:"Thu, 09 Sep 2010 13:00: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";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:36:"Matt: Exploring Jerusalem with Barry";s: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=35656";s: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://ma.tt/2010/09/exploring-jerusalem-with-barry/";s: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:16482:"<p>Amazing lunch at Mahaneyuda, exploring the Old City and Jerusalem in general with <a href="http://barry.wordpress.com/">Barry</a>.</p>\n<p><span id="more-35656"></span></p>\n\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1824-3/#image" title="MCM_1824"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1824-195x129.jpg" class="attachment-thumbnail" alt="MCM_1824" title="MCM_1824" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1826-2/#image" title="MCM_1826"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1826-195x129.jpg" class="attachment-thumbnail" alt="MCM_1826" title="MCM_1826" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1827-3/#image" title="MCM_1827"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1827-195x129.jpg" class="attachment-thumbnail" alt="MCM_1827" title="MCM_1827" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1828-3/#image" title="MCM_1828"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1828-195x129.jpg" class="attachment-thumbnail" alt="MCM_1828" title="MCM_1828" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1831-3/#image" title="MCM_1831"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1831-195x129.jpg" class="attachment-thumbnail" alt="MCM_1831" title="MCM_1831" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1835-2/#image" title="MCM_1835"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1835-195x129.jpg" class="attachment-thumbnail" alt="MCM_1835" title="MCM_1835" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1839-2/#image" title="MCM_1839"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1839-195x129.jpg" class="attachment-thumbnail" alt="MCM_1839" title="MCM_1839" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1840-3/#image" title="MCM_1840"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1840-195x129.jpg" class="attachment-thumbnail" alt="MCM_1840" title="MCM_1840" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1841-3/#image" title="MCM_1841"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1841-195x129.jpg" class="attachment-thumbnail" alt="MCM_1841" title="MCM_1841" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1844-2/#image" title="MCM_1844"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1844-195x129.jpg" class="attachment-thumbnail" alt="MCM_1844" title="MCM_1844" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1845-3/#image" title="MCM_1845"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1845-195x129.jpg" class="attachment-thumbnail" alt="MCM_1845" title="MCM_1845" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1847/#image" title="MCM_1847"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1847-195x129.jpg" class="attachment-thumbnail" alt="MCM_1847" title="MCM_1847" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1848-2/#image" title="MCM_1848"><img width="139" height="210" src="http://s.ma.tt/files/2010/09/MCM_1848-139x210.jpg" class="attachment-thumbnail" alt="MCM_1848" title="MCM_1848" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1851-3/#image" title="MCM_1851"><img width="139" height="210" src="http://s.ma.tt/files/2010/09/MCM_1851-139x210.jpg" class="attachment-thumbnail" alt="MCM_1851" title="MCM_1851" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1852-2/#image" title="MCM_1852"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1852-195x129.jpg" class="attachment-thumbnail" alt="MCM_1852" title="MCM_1852" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1854-3/#image" title="MCM_1854"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1854-195x129.jpg" class="attachment-thumbnail" alt="MCM_1854" title="MCM_1854" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1857-3/#image" title="MCM_1857"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1857-195x129.jpg" class="attachment-thumbnail" alt="MCM_1857" title="MCM_1857" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1858-2/#image" title="MCM_1858"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1858-195x129.jpg" class="attachment-thumbnail" alt="MCM_1858" title="MCM_1858" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1861/#image" title="MCM_1861"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1861-195x129.jpg" class="attachment-thumbnail" alt="MCM_1861" title="MCM_1861" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1863-3/#image" title="MCM_1863"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1863-195x129.jpg" class="attachment-thumbnail" alt="MCM_1863" title="MCM_1863" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1865-2/#image" title="MCM_1865"><img width="139" height="210" src="http://s.ma.tt/files/2010/09/MCM_1865-139x210.jpg" class="attachment-thumbnail" alt="MCM_1865" title="MCM_1865" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1868-2/#image" title="MCM_1868"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1868-195x129.jpg" class="attachment-thumbnail" alt="MCM_1868" title="MCM_1868" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1869-3/#image" title="MCM_1869"><img width="139" height="210" src="http://s.ma.tt/files/2010/09/MCM_1869-139x210.jpg" class="attachment-thumbnail" alt="MCM_1869" title="MCM_1869" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1873-2/#image" title="MCM_1873"><img width="139" height="210" src="http://s.ma.tt/files/2010/09/MCM_1873-139x210.jpg" class="attachment-thumbnail" alt="MCM_1873" title="MCM_1873" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1876-2/#image" title="MCM_1876"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1876-195x129.jpg" class="attachment-thumbnail" alt="MCM_1876" title="MCM_1876" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1877-3/#image" title="MCM_1877"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1877-195x129.jpg" class="attachment-thumbnail" alt="MCM_1877" title="MCM_1877" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1879-2/#image" title="MCM_1879"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1879-195x129.jpg" class="attachment-thumbnail" alt="MCM_1879" title="MCM_1879" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1885-3/#image" title="MCM_1885"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1885-195x129.jpg" class="attachment-thumbnail" alt="MCM_1885" title="MCM_1885" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1887-3/#image" title="MCM_1887"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1887-195x129.jpg" class="attachment-thumbnail" alt="MCM_1887" title="MCM_1887" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1891-2/#image" title="MCM_1891"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1891-195x129.jpg" class="attachment-thumbnail" alt="MCM_1891" title="MCM_1891" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1893-2/#image" title="MCM_1893"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1893-195x129.jpg" class="attachment-thumbnail" alt="MCM_1893" title="MCM_1893" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1894-2/#image" title="MCM_1894"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1894-195x129.jpg" class="attachment-thumbnail" alt="MCM_1894" title="MCM_1894" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1895-3/#image" title="MCM_1895"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1895-195x129.jpg" class="attachment-thumbnail" alt="MCM_1895" title="MCM_1895" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1896-3/#image" title="MCM_1896"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1896-195x129.jpg" class="attachment-thumbnail" alt="MCM_1896" title="MCM_1896" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1898-3/#image" title="MCM_1898"><img width="139" height="210" src="http://s.ma.tt/files/2010/09/MCM_1898-139x210.jpg" class="attachment-thumbnail" alt="MCM_1898" title="MCM_1898" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1899-2/#image" title="MCM_1899"><img width="139" height="210" src="http://s.ma.tt/files/2010/09/MCM_1899-139x210.jpg" class="attachment-thumbnail" alt="MCM_1899" title="MCM_1899" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1901/#image" title="MCM_1901"><img width="139" height="210" src="http://s.ma.tt/files/2010/09/MCM_1901-139x210.jpg" class="attachment-thumbnail" alt="MCM_1901" title="MCM_1901" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1902/#image" title="MCM_1902"><img width="139" height="210" src="http://s.ma.tt/files/2010/09/MCM_1902-139x210.jpg" class="attachment-thumbnail" alt="MCM_1902" title="MCM_1902" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1903-2/#image" title="MCM_1903"><img width="139" height="210" src="http://s.ma.tt/files/2010/09/MCM_1903-139x210.jpg" class="attachment-thumbnail" alt="MCM_1903" title="MCM_1903" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1906-3/#image" title="MCM_1906"><img width="139" height="210" src="http://s.ma.tt/files/2010/09/MCM_1906-139x210.jpg" class="attachment-thumbnail" alt="MCM_1906" title="MCM_1906" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1907-3/#image" title="MCM_1907"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1907-195x129.jpg" class="attachment-thumbnail" alt="MCM_1907" title="MCM_1907" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1908-3/#image" title="MCM_1908"><img width="139" height="210" src="http://s.ma.tt/files/2010/09/MCM_1908-139x210.jpg" class="attachment-thumbnail" alt="MCM_1908" title="MCM_1908" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1910-4/#image" title="MCM_1910"><img width="139" height="210" src="http://s.ma.tt/files/2010/09/MCM_1910-139x210.jpg" class="attachment-thumbnail" alt="MCM_1910" title="MCM_1910" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1911-3/#image" title="MCM_1911"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1911-195x129.jpg" class="attachment-thumbnail" alt="MCM_1911" title="MCM_1911" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1912-3/#image" title="MCM_1912"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1912-195x129.jpg" class="attachment-thumbnail" alt="MCM_1912" title="MCM_1912" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1916-3/#image" title="MCM_1916"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1916-195x129.jpg" class="attachment-thumbnail" alt="MCM_1916" title="MCM_1916" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1917-2/#image" title="MCM_1917"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1917-195x129.jpg" class="attachment-thumbnail" alt="MCM_1917" title="MCM_1917" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1921-2/#image" title="MCM_1921"><img width="139" height="210" src="http://s.ma.tt/files/2010/09/MCM_1921-139x210.jpg" class="attachment-thumbnail" alt="MCM_1921" title="MCM_1921" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1923-2/#image" title="MCM_1923"><img width="139" height="210" src="http://s.ma.tt/files/2010/09/MCM_1923-139x210.jpg" class="attachment-thumbnail" alt="MCM_1923" title="MCM_1923" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1924-3/#image" title="MCM_1924"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1924-195x129.jpg" class="attachment-thumbnail" alt="MCM_1924" title="MCM_1924" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1925-3/#image" title="MCM_1925"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1925-195x129.jpg" class="attachment-thumbnail" alt="MCM_1925" title="MCM_1925" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1926-3/#image" title="MCM_1926"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1926-195x129.jpg" class="attachment-thumbnail" alt="MCM_1926" title="MCM_1926" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1928-3/#image" title="MCM_1928"><img width="139" height="210" src="http://s.ma.tt/files/2010/09/MCM_1928-139x210.jpg" class="attachment-thumbnail" alt="MCM_1928" title="MCM_1928" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1930-3/#image" title="MCM_1930"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1930-195x129.jpg" class="attachment-thumbnail" alt="MCM_1930" title="MCM_1930" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1931-3/#image" title="MCM_1931"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1931-195x129.jpg" class="attachment-thumbnail" alt="MCM_1931" title="MCM_1931" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1932-3/#image" title="MCM_1932"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1932-195x129.jpg" class="attachment-thumbnail" alt="MCM_1932" title="MCM_1932" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1934-2/#image" title="MCM_1934"><img width="139" height="210" src="http://s.ma.tt/files/2010/09/MCM_1934-139x210.jpg" class="attachment-thumbnail" alt="MCM_1934" title="MCM_1934" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1935-4/#image" title="MCM_1935"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1935-195x129.jpg" class="attachment-thumbnail" alt="MCM_1935" title="MCM_1935" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1936-2/#image" title="MCM_1936"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1936-195x129.jpg" class="attachment-thumbnail" alt="MCM_1936" title="MCM_1936" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1937-3/#image" title="MCM_1937"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1937-195x129.jpg" class="attachment-thumbnail" alt="MCM_1937" title="MCM_1937" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1938-2/#image" title="MCM_1938"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1938-195x129.jpg" class="attachment-thumbnail" alt="MCM_1938" title="MCM_1938" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1941-4/#image" title="MCM_1941"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1941-195x129.jpg" class="attachment-thumbnail" alt="MCM_1941" title="MCM_1941" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1943-2/#image" title="MCM_1943"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1943-195x129.jpg" class="attachment-thumbnail" alt="MCM_1943" title="MCM_1943" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1945-2/#image" title="MCM_1945"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1945-195x129.jpg" class="attachment-thumbnail" alt="MCM_1945" title="MCM_1945" /></a>\n<a href="http://ma.tt/2010/09/exploring-jerusalem-with-barry/mcm_1946-3/#image" title="MCM_1946"><img width="139" height="210" src="http://s.ma.tt/files/2010/09/MCM_1946-139x210.jpg" class="attachment-thumbnail" alt="MCM_1946" title="MCM_1946" /></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:"Wed, 08 Sep 2010 23:00: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: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: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:35:"Matt: WordCamp Jerusalem and Dinner";s: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=35557";s: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:51:"http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/";s: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:24166:"<p>A few snaps from WordCamp Jerusalem, drinks at Inbal, more drinks at Mamilla, and dinner at Zuni, and some break dancers and soldiers in front of the wall to the Old City.</p>\n<p><span id="more-35557"></span>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1599/#image" title="MCM_1599"><img width="195" height="127" src="http://s.ma.tt/files/2010/09/MCM_1599-195x127.jpg" class="attachment-thumbnail" alt="MCM_1599" title="MCM_1599" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1602-3/#image" title="MCM_1602"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1602-195x129.jpg" class="attachment-thumbnail" alt="MCM_1602" title="MCM_1602" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1604/#image" title="MCM_1604"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1604-195x129.jpg" class="attachment-thumbnail" alt="MCM_1604" title="MCM_1604" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1606-2/#image" title="MCM_1606"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1606-195x129.jpg" class="attachment-thumbnail" alt="MCM_1606" title="MCM_1606" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1608-2/#image" title="MCM_1608"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1608-195x129.jpg" class="attachment-thumbnail" alt="MCM_1608" title="MCM_1608" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1614-2/#image" title="MCM_1614"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1614-195x129.jpg" class="attachment-thumbnail" alt="MCM_1614" title="MCM_1614" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1619-4/#image" title="MCM_1619"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1619-195x129.jpg" class="attachment-thumbnail" alt="MCM_1619" title="MCM_1619" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1622-2/#image" title="MCM_1622"><img width="139" height="210" src="http://s.ma.tt/files/2010/09/MCM_1622-139x210.jpg" class="attachment-thumbnail" alt="MCM_1622" title="MCM_1622" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1626-2/#image" title="MCM_1626"><img width="139" height="210" src="http://s.ma.tt/files/2010/09/MCM_1626-139x210.jpg" class="attachment-thumbnail" alt="MCM_1626" title="MCM_1626" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1627-4/#image" title="MCM_1627"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1627-195x129.jpg" class="attachment-thumbnail" alt="MCM_1627" title="MCM_1627" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1630-3/#image" title="MCM_1630"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1630-195x129.jpg" class="attachment-thumbnail" alt="MCM_1630" title="MCM_1630" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1635-4/#image" title="MCM_1635"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1635-195x129.jpg" class="attachment-thumbnail" alt="MCM_1635" title="MCM_1635" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1636-2/#image" title="MCM_1636"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1636-195x129.jpg" class="attachment-thumbnail" alt="MCM_1636" title="MCM_1636" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1637-2/#image" title="MCM_1637"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1637-195x129.jpg" class="attachment-thumbnail" alt="MCM_1637" title="MCM_1637" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1639-2/#image" title="MCM_1639"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1639-195x129.jpg" class="attachment-thumbnail" alt="MCM_1639" title="MCM_1639" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1641/#image" title="MCM_1641"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1641-195x129.jpg" class="attachment-thumbnail" alt="MCM_1641" title="MCM_1641" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1642-2/#image" title="MCM_1642"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1642-195x129.jpg" class="attachment-thumbnail" alt="MCM_1642" title="MCM_1642" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1646-3/#image" title="MCM_1646"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1646-195x129.jpg" class="attachment-thumbnail" alt="MCM_1646" title="MCM_1646" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1652-2/#image" title="MCM_1652"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1652-195x129.jpg" class="attachment-thumbnail" alt="MCM_1652" title="MCM_1652" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1653-2/#image" title="MCM_1653"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1653-195x129.jpg" class="attachment-thumbnail" alt="MCM_1653" title="MCM_1653" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1654-3/#image" title="MCM_1654"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1654-195x129.jpg" class="attachment-thumbnail" alt="MCM_1654" title="MCM_1654" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1656-2/#image" title="MCM_1656"><img width="139" height="210" src="http://s.ma.tt/files/2010/09/MCM_1656-139x210.jpg" class="attachment-thumbnail" alt="MCM_1656" title="MCM_1656" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1658/#image" title="MCM_1658"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1658-195x129.jpg" class="attachment-thumbnail" alt="MCM_1658" title="MCM_1658" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1603/#image" title="MCM_1603"><img width="139" height="210" src="http://s.ma.tt/files/2010/09/MCM_1603-139x210.jpg" class="attachment-thumbnail" alt="MCM_1603" title="MCM_1603" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1661-3/#image" title="MCM_1661"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1661-195x129.jpg" class="attachment-thumbnail" alt="MCM_1661" title="MCM_1661" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1662-3/#image" title="MCM_1662"><img width="139" height="210" src="http://s.ma.tt/files/2010/09/MCM_1662-139x210.jpg" class="attachment-thumbnail" alt="MCM_1662" title="MCM_1662" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1665-2/#image" title="MCM_1665"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1665-195x129.jpg" class="attachment-thumbnail" alt="MCM_1665" title="MCM_1665" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1668-3/#image" title="MCM_1668"><img width="139" height="210" src="http://s.ma.tt/files/2010/09/MCM_1668-139x210.jpg" class="attachment-thumbnail" alt="MCM_1668" title="MCM_1668" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1670/#image" title="MCM_1670"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1670-195x129.jpg" class="attachment-thumbnail" alt="MCM_1670" title="MCM_1670" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1672-3/#image" title="MCM_1672"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1672-195x129.jpg" class="attachment-thumbnail" alt="MCM_1672" title="MCM_1672" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1674-3/#image" title="MCM_1674"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1674-195x129.jpg" class="attachment-thumbnail" alt="MCM_1674" title="MCM_1674" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1677-3/#image" title="MCM_1677"><img width="139" height="210" src="http://s.ma.tt/files/2010/09/MCM_1677-139x210.jpg" class="attachment-thumbnail" alt="MCM_1677" title="MCM_1677" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1681-3/#image" title="MCM_1681"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1681-195x129.jpg" class="attachment-thumbnail" alt="MCM_1681" title="MCM_1681" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1684-2/#image" title="MCM_1684"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1684-195x129.jpg" class="attachment-thumbnail" alt="MCM_1684" title="MCM_1684" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1694-2/#image" title="MCM_1694"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1694-195x129.jpg" class="attachment-thumbnail" alt="MCM_1694" title="MCM_1694" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1695-2/#image" title="MCM_1695"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1695-195x129.jpg" class="attachment-thumbnail" alt="MCM_1695" title="MCM_1695" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1699-2/#image" title="MCM_1699"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1699-195x129.jpg" class="attachment-thumbnail" alt="MCM_1699" title="MCM_1699" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1703/#image" title="MCM_1703"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1703-195x129.jpg" class="attachment-thumbnail" alt="MCM_1703" title="MCM_1703" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1706/#image" title="MCM_1706"><img width="139" height="210" src="http://s.ma.tt/files/2010/09/MCM_1706-139x210.jpg" class="attachment-thumbnail" alt="MCM_1706" title="MCM_1706" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1707-2/#image" title="MCM_1707"><img width="139" height="210" src="http://s.ma.tt/files/2010/09/MCM_1707-139x210.jpg" class="attachment-thumbnail" alt="MCM_1707" title="MCM_1707" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1708/#image" title="MCM_1708"><img width="139" height="210" src="http://s.ma.tt/files/2010/09/MCM_1708-139x210.jpg" class="attachment-thumbnail" alt="MCM_1708" title="MCM_1708" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1709/#image" title="MCM_1709"><img width="139" height="210" src="http://s.ma.tt/files/2010/09/MCM_1709-139x210.jpg" class="attachment-thumbnail" alt="MCM_1709" title="MCM_1709" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1711/#image" title="MCM_1711"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1711-195x129.jpg" class="attachment-thumbnail" alt="MCM_1711" title="MCM_1711" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1714-2/#image" title="MCM_1714"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1714-195x129.jpg" class="attachment-thumbnail" alt="MCM_1714" title="MCM_1714" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1719-2/#image" title="MCM_1719"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1719-195x129.jpg" class="attachment-thumbnail" alt="MCM_1719" title="MCM_1719" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1720/#image" title="MCM_1720"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1720-195x129.jpg" class="attachment-thumbnail" alt="MCM_1720" title="MCM_1720" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1721/#image" title="MCM_1721"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1721-195x129.jpg" class="attachment-thumbnail" alt="MCM_1721" title="MCM_1721" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1722-2/#image" title="MCM_1722"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1722-195x129.jpg" class="attachment-thumbnail" alt="MCM_1722" title="MCM_1722" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1724-3/#image" title="MCM_1724"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1724-195x129.jpg" class="attachment-thumbnail" alt="MCM_1724" title="MCM_1724" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1725-2/#image" title="MCM_1725"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1725-195x129.jpg" class="attachment-thumbnail" alt="MCM_1725" title="MCM_1725" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1726-2/#image" title="MCM_1726"><img width="139" height="210" src="http://s.ma.tt/files/2010/09/MCM_1726-139x210.jpg" class="attachment-thumbnail" alt="MCM_1726" title="MCM_1726" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1728-2/#image" title="MCM_1728"><img width="139" height="210" src="http://s.ma.tt/files/2010/09/MCM_1728-139x210.jpg" class="attachment-thumbnail" alt="MCM_1728" title="MCM_1728" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1730-2/#image" title="MCM_1730"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1730-195x129.jpg" class="attachment-thumbnail" alt="MCM_1730" title="MCM_1730" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1731/#image" title="MCM_1731"><img width="139" height="210" src="http://s.ma.tt/files/2010/09/MCM_1731-139x210.jpg" class="attachment-thumbnail" alt="MCM_1731" title="MCM_1731" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1732/#image" title="MCM_1732"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1732-195x129.jpg" class="attachment-thumbnail" alt="MCM_1732" title="MCM_1732" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1733/#image" title="MCM_1733"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1733-195x129.jpg" class="attachment-thumbnail" alt="MCM_1733" title="MCM_1733" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1734/#image" title="MCM_1734"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1734-195x129.jpg" class="attachment-thumbnail" alt="MCM_1734" title="MCM_1734" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1742-2/#image" title="MCM_1742"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1742-195x129.jpg" class="attachment-thumbnail" alt="MCM_1742" title="MCM_1742" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1745-2/#image" title="MCM_1745"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1745-195x129.jpg" class="attachment-thumbnail" alt="MCM_1745" title="MCM_1745" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1747/#image" title="MCM_1747"><img width="139" height="210" src="http://s.ma.tt/files/2010/09/MCM_1747-139x210.jpg" class="attachment-thumbnail" alt="MCM_1747" title="MCM_1747" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1749-2/#image" title="MCM_1749"><img width="139" height="210" src="http://s.ma.tt/files/2010/09/MCM_1749-139x210.jpg" class="attachment-thumbnail" alt="MCM_1749" title="MCM_1749" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1751-2/#image" title="MCM_1751"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1751-195x129.jpg" class="attachment-thumbnail" alt="MCM_1751" title="MCM_1751" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1752-2/#image" title="MCM_1752"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1752-195x129.jpg" class="attachment-thumbnail" alt="MCM_1752" title="MCM_1752" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1755-2/#image" title="MCM_1755"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1755-195x129.jpg" class="attachment-thumbnail" alt="MCM_1755" title="MCM_1755" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1756/#image" title="MCM_1756"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1756-195x129.jpg" class="attachment-thumbnail" alt="MCM_1756" title="MCM_1756" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1758-2/#image" title="MCM_1758"><img width="139" height="210" src="http://s.ma.tt/files/2010/09/MCM_1758-139x210.jpg" class="attachment-thumbnail" alt="MCM_1758" title="MCM_1758" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1759-2/#image" title="MCM_1759"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1759-195x129.jpg" class="attachment-thumbnail" alt="MCM_1759" title="MCM_1759" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1760-2/#image" title="MCM_1760"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1760-195x129.jpg" class="attachment-thumbnail" alt="MCM_1760" title="MCM_1760" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1761-2/#image" title="MCM_1761"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1761-195x129.jpg" class="attachment-thumbnail" alt="MCM_1761" title="MCM_1761" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1762-2/#image" title="MCM_1762"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1762-195x129.jpg" class="attachment-thumbnail" alt="MCM_1762" title="MCM_1762" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1763-2/#image" title="MCM_1763"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1763-195x129.jpg" class="attachment-thumbnail" alt="MCM_1763" title="MCM_1763" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1764-2/#image" title="MCM_1764"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1764-195x129.jpg" class="attachment-thumbnail" alt="MCM_1764" title="MCM_1764" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1766-2/#image" title="MCM_1766"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1766-195x129.jpg" class="attachment-thumbnail" alt="MCM_1766" title="MCM_1766" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1767/#image" title="MCM_1767"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1767-195x129.jpg" class="attachment-thumbnail" alt="MCM_1767" title="MCM_1767" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1768-2/#image" title="MCM_1768"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1768-195x129.jpg" class="attachment-thumbnail" alt="MCM_1768" title="MCM_1768" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1769/#image" title="MCM_1769"><img width="139" height="210" src="http://s.ma.tt/files/2010/09/MCM_1769-139x210.jpg" class="attachment-thumbnail" alt="MCM_1769" title="MCM_1769" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1770-2/#image" title="MCM_1770"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1770-195x129.jpg" class="attachment-thumbnail" alt="MCM_1770" title="MCM_1770" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1771-2/#image" title="MCM_1771"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1771-195x129.jpg" class="attachment-thumbnail" alt="MCM_1771" title="MCM_1771" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1772-2/#image" title="MCM_1772"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1772-195x129.jpg" class="attachment-thumbnail" alt="MCM_1772" title="MCM_1772" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1773-2/#image" title="MCM_1773"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1773-195x129.jpg" class="attachment-thumbnail" alt="MCM_1773" title="MCM_1773" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1774-2/#image" title="MCM_1774"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1774-195x129.jpg" class="attachment-thumbnail" alt="MCM_1774" title="MCM_1774" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1775/#image" title="MCM_1775"><img width="139" height="210" src="http://s.ma.tt/files/2010/09/MCM_1775-139x210.jpg" class="attachment-thumbnail" alt="MCM_1775" title="MCM_1775" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1776/#image" title="MCM_1776"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1776-195x129.jpg" class="attachment-thumbnail" alt="MCM_1776" title="MCM_1776" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1779-2/#image" title="MCM_1779"><img width="139" height="210" src="http://s.ma.tt/files/2010/09/MCM_1779-139x210.jpg" class="attachment-thumbnail" alt="MCM_1779" title="MCM_1779" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1785-2/#image" title="MCM_1785"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1785-195x129.jpg" class="attachment-thumbnail" alt="MCM_1785" title="MCM_1785" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1789-3/#image" title="MCM_1789"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1789-195x129.jpg" class="attachment-thumbnail" alt="MCM_1789" title="MCM_1789" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1791-3/#image" title="MCM_1791"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1791-195x129.jpg" class="attachment-thumbnail" alt="MCM_1791" title="MCM_1791" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1794/#image" title="MCM_1794"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1794-195x129.jpg" class="attachment-thumbnail" alt="MCM_1794" title="MCM_1794" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1796/#image" title="MCM_1796"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1796-195x129.jpg" class="attachment-thumbnail" alt="MCM_1796" title="MCM_1796" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1802-2/#image" title="MCM_1802"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1802-195x129.jpg" class="attachment-thumbnail" alt="MCM_1802" title="MCM_1802" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1810-3/#image" title="MCM_1810"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1810-195x129.jpg" class="attachment-thumbnail" alt="MCM_1810" title="MCM_1810" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1816-2/#image" title="MCM_1816"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1816-195x129.jpg" class="attachment-thumbnail" alt="MCM_1816" title="MCM_1816" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1819-3/#image" title="MCM_1819"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1819-195x129.jpg" class="attachment-thumbnail" alt="MCM_1819" title="MCM_1819" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1820-3/#image" title="MCM_1820"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1820-195x129.jpg" class="attachment-thumbnail" alt="MCM_1820" title="MCM_1820" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1821-2/#image" title="MCM_1821"><img width="195" height="129" src="http://s.ma.tt/files/2010/09/MCM_1821-195x129.jpg" class="attachment-thumbnail" alt="MCM_1821" title="MCM_1821" /></a>\n<a href="http://ma.tt/2010/09/wordcamp-jerusalem-and-dinner/mcm_1822-3/#image" title="MCM_1822"><img width="139" height="210" src="http://s.ma.tt/files/2010/09/MCM_1822-139x210.jpg" class="attachment-thumbnail" alt="MCM_1822" title="MCM_1822" /></a>\n</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, 08 Sep 2010 17:00: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: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: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:47:"Weblog Tools Collection: Find Your Spam Magnets";s: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=8578";s: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://weblogtoolscollection.com/archives/2010/09/08/find-your-spam-magnets/";s: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:2903:"<p class="fb-like"></p><p>So, you&#8217;ve got <a href="http://wordpress.org/">WordPress</a>, <a href="http://akismet.com/">Akismet</a>, and more spam comments than you can keep track of.  Wouldn&#8217;t you like to know which posts are drawing the most spam attention?  Well, <a href="http://planetozh.com/blog/2010/09/spam-magnet-blog-posts/">Ozh has the perfect script for you</a>!</p>\n<p>Simply upload the script to your WordPress root directory and enjoy a listing of your most prominent spam magnets, complete with &#8220;a pretty interactive pie chart.&#8221; Use the script to track down and close off your spam magnets, research the keywords catching the spammers&#8217; attention, or just do it for fun.</p>\n<p>When I ran this script on my blog, I found two spam magnets that shouldn&#8217;t have had open comments in the first place, and all of my posts mentioning the WordPress Support Forums were drawing the most attention from spammers.</p>\n<p>Here are the results from Weblog Tools Collection (spam comments are deleted on a regular basis, so this only includes the most recent spam comments):</p>\n<ul>\n<li>404 -Ãƒâ€š <a href="http://weblogtoolscollection.com/archives/2010/08/27/should-you-remove-post-dates-from-your-wordpress-blog/">Should You Remove Post Dates from Your WordPress Blog</a></li>\n<li>161 -Ãƒâ€š <a href="http://weblogtoolscollection.com/archives/2010/08/25/wordpress-support-forum-all-stars/">WordPress Support Forum All-stars</a></li>\n<li>114 -Ãƒâ€š <a href="http://weblogtoolscollection.com/archives/2010/08/29/wordpress-and-the-fatal-memory-error/">WordPress and the Fatal Memory Error</a></li>\n<li>110 -Ãƒâ€š <a href="http://weblogtoolscollection.com/archives/2010/09/02/lorelles-mind-blowing-wordpress-plugins/">Lorelle&#8217;s Mind Blowing WordPress Plugins</a></li>\n<li>101 -Ãƒâ€š <a href="http://weblogtoolscollection.com/archives/2010/08/31/wordpress-mobile-apps-for-android-and-blackberry-updated/">WordPress Mobile Apps for Android and BlackBerry Updated</a></li>\n<li>100 -Ãƒâ€š <a href="http://weblogtoolscollection.com/archives/2010/08/26/wordpress-theme-releases-for-0826-2/">WordPress Theme Releases for 08/26</a></li>\n<li>82 -Ãƒâ€š <a href="http://weblogtoolscollection.com/archives/2010/08/30/wordpress-theme-releases-for-0830-2/">WordPress Theme Releases for 08/30</a></li>\n<li>69 -Ãƒâ€š <a href="http://weblogtoolscollection.com/archives/2010/08/24/300000-biggest-websites-visualized-with-their-icons/">300,000 Biggest Websites, Visualized With Their Icons</a></li>\n<li>66 -Ãƒâ€š <a href="http://weblogtoolscollection.com/archives/2010/09/05/wordpress-plugin-releases-for-0905/">WordPress Plugin Releases for 09/05</a></li>\n<li>61 -Ãƒâ€š <a href="http://weblogtoolscollection.com/archives/2010/08/28/wordpress-plugin-releases-for-0828-2/">WordPress Plugin Releases for 08/28</a></li>\n</ul>\n<p>What did you find?</p>\n<a href="http://twitter.com/share" class="twitter-share-button">Tweet</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:"Wed, 08 Sep 2010 13:00: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:10:"James Huff";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:38:"Donncha: Easy Setup for 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:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"http://ocaoimh.ie/?p=89495985";s: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://ocaoimh.ie/easy-setup-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2122:"<p><img src="http://ocaoimh.ie/wp-content/uploads/2010/09/supercache-easysetup.png" alt="" title="supercache-easysetup" width="600" height="361" class="aligncenter size-full wp-image-89495986" /></p>\n<p>One of the things that has bugged me about the WP Super Cache settings page was how it was laid out. Well, the next version of the plugin will display a simplified settings page to new users. If you&#8217;re upgrading, you&#8217;ll get the same old page as ever, don&#8217;t worry.</p>\n<p>This version also adds a new method of serving cache files. It uses PHP, but serves supercache files. So, it&#8217;s a halfway house between using mod_rewrite (difficult to install for some users), and the legacy caching of WP Cache. That caching will be what is activated for users who use the simplified settings page.</p>\n<p>There are lots of other bug fixes. The cache tester works if WordPress is installed in a sub directory, the admin page is separated out into tabs now to make it easier to find things. Error messages show up as &#8220;update messages&#8221; at the top of the browser now, making it easier for new users to figure out when mod_rewrite rules need updating and when other house keeping tasks need doing.</p>\n<p>The code is red hot, liable to bend and break and may cause problems but it works fine here and on a test multi site install but I need testers to hammer on it and do things I don&#8217;t expect. If you&#8217;re brave, grab the development version off the <a href="http://wordpress.org/extend/plugins/wp-super-cache/download/">download page</a>. Thanks!</p>\n<p><strong>Related Posts</strong><ul><li><a href="http://ocaoimh.ie/wp-super-cache-084-the-garbage-collector/" rel="bookmark" title="Permanent Link: WP Super Cache 0.8.4, the garbage collector">WP Super Cache 0.8.4, the garbage collector</a></li><li><a href="http://ocaoimh.ie/wp-super-cache-087/" rel="bookmark" title="Permanent Link: WP Super Cache 0.8.7">WP Super Cache 0.8.7</a></li><li><a href="http://ocaoimh.ie/wp-super-cache-099/" rel="bookmark" title="Permanent Link: WP Super Cache 0.9.9">WP Super Cache 0.9.9</a></li></ul></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, 07 Sep 2010 16:49: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: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: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:54:"WP Blackberry: WordPress for BlackBerry 1.4.3 Released";s: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:38:"http://blackberry.wordpress.org/?p=376";s: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://blackberry.wordpress.org/2010/09/07/release-1-4-3/";s: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:2762:"<div>\n<div>\n<p>WordPress for BlackBerry version 1.4.3 has been released toÃƒâ€š <a href="http://appworld.blackberry.com/webstore/content/5802">BlackBerry App World</a>.</p>\n<p>Depending on your region or country, you might not see the latest version in the BlackBerry App World, but on your device the latest version 1.4.3 should be available starting now.</p>\n<div id="_mcePaste">Many big improvements have been made for devices running OS5.0 or higher, Ãƒâ€š including:</div>\n<div id="_mcePaste">\n<ul>\n<li>Improvements to the post GeoTagging feature.Ãƒâ€š Ãƒâ€š The app allows you to choose a location from a list of predefined options:Ãƒâ€š Ãƒâ€š GPS,Ãƒâ€š Ãƒâ€š contact entry in the address book,Ãƒâ€š Ãƒâ€š manually inserting an address,Ãƒâ€š Ãƒâ€š recently selected,Ãƒâ€š clicking on a point in a map.</li>\n<li>Preview Improvements.</li>\n<li>Bug fixing.</li>\n</ul>\n</div>\n<a href="http://blackberry.wordpress.org/2010/09/07/release-1-4-3/#gallery-1-slideshow">Click to view slideshow.</a>\n<p>Do you have questions or feedback that would enhance the app ? Please visit theÃƒâ€š <a href="http://blackberry.forums.wordpress.org/">WordPress for BlackBerry forums</a>.</p>\n</div>\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wpblackberry.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wpblackberry.wordpress.com/376/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wpblackberry.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wpblackberry.wordpress.com/376/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wpblackberry.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wpblackberry.wordpress.com/376/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wpblackberry.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wpblackberry.wordpress.com/376/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wpblackberry.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wpblackberry.wordpress.com/376/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wpblackberry.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wpblackberry.wordpress.com/376/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wpblackberry.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wpblackberry.wordpress.com/376/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blackberry.wordpress.org&amp;blog=8247031&amp;post=376&amp;subd=wpblackberry&amp;ref=&amp;feed=1" 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, 07 Sep 2010 13:33: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:6:"Danilo";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:59:"Weblog Tools Collection: WordPress Theme 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=8568";s: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/2010/09/07/wordpress-theme-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:2671:"<p class="fb-like"></p><p><img class="alignnone size-full wp-image-8573" title="The Mill" src="http://weblogtoolscollection.com/wp-content/uploads/2010/09/themill.jpg" alt="the mill" width="150" height="125" /></p>\n<p><a href="http://empirethemes.com/the-mill/"><strong>The Mill</strong></a> is a simple, yet elegant, two-column WordPress theme.</p>\n<p><img class="alignnone size-full wp-image-8569" title="Misty Morn" src="http://weblogtoolscollection.com/wp-content/uploads/2010/09/mistymorn.jpg" alt="mistymorn" width="150" height="113" /></p>\n<p><a href="http://quirm.net/misty-morn/"><strong>Misty Morn</strong></a> is a grey-based WordPress 3.0 child theme for Purple Pastels with custom image and attachment templates, thickbox enabled image attachment pages, and additional page templates for pages without comments and pages without the sidebar.</p>\n<p><img class="alignnone size-full wp-image-8570" title="My Valentine" src="http://weblogtoolscollection.com/wp-content/uploads/2010/09/myvalentine.jpg" alt="my valentine" width="150" height="113" /></p>\n<p><a href="http://quirm.net/my-valentine/"><strong>My Valentine</strong></a> is a pink-based WordPress 3.0 child theme for Purple Pastels with custom image and attachment templates, thickbox enabled image attachment pages, and additional page templates for pages without comments and pages without the sidebar.</p>\n<p><img class="alignnone size-full wp-image-8575" title="Steampunk" src="http://weblogtoolscollection.com/wp-content/uploads/2010/09/steampunk.jpg" alt="steampunk" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/steampunk"><strong>Steampunk</strong></a> is a steam punk inspired theme built under the Themeatic Theme Framework environment with clean and SEO friendly HTML/CSS code.</p>\n<p><img class="alignnone size-full wp-image-8572" title="Sun City" src="http://weblogtoolscollection.com/wp-content/uploads/2010/09/suncity.jpg" alt="sun city" width="150" height="113" /></p>\n<p><a href="http://quirm.net/sun-city/"><strong>Sun City</strong></a> is a darker WordPress 3.0 theme that makes use of orange, green, blue and other primary colours to provide a visually rich display.</p>\n<p><img class="alignnone size-full wp-image-8574" title="ZenLite Black Mandarin" src="http://weblogtoolscollection.com/wp-content/uploads/2010/09/zenliteblackmandarin.jpg" alt="zenlite black mandarin" width="150" height="113" /></p>\n<p><a href="http://quirm.net/zenlite/zenlite-black-mandarin/"><strong>ZenLite Black Mandarin</strong></a> is a darker child theme for the single column ZenLite theme.</p>\n<a href="http://twitter.com/share" class="twitter-share-button">Tweet</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:"Tue, 07 Sep 2010 13:00: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:10:"James Huff";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:33:"Matt: Israeli Security Hates iPad";s: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:49:"http://ma.tt/2010/09/isreali-security-hates-ipad/";s: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:49:"http://ma.tt/2010/09/isreali-security-hates-ipad/";s: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:1099:"<p>I had a pretty interesting experience going through security at Ben Gurion airport &#8212; I almost didn&#8217;t make it through. I had heard the airport security in Israel was different but I had no idea. They spent about an hour asking questions, turning on (and taking apart) every piece of the 20+ electronic items I travel with, with particular attention and questions around my iPad. They took it out of the Apple case, turned it on, scanned it, took it away for 10 minutes to scan somewhere else, asked if anyone else in Israel had used it, when I last used it, asked when I got it, and ultimately said that their &#8220;technology team&#8221; had not cleared it for carry-on and they would need to pack it in a special box, wrap it, tape it, and check it directly with Continental (I couldn&#8217;t touch it or the box except to put some WP stickers on so I could identify it later). Wowza! My Sony PC, though, is safe to fly with. No wonder I saw so few Apple products at WordCamp. <img src="http://ma.tt/blog/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </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, 07 Sep 2010 08:02: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: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: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:73:"Weblog Tools Collection: Protect Yourself from Parasite Spam with 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:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=8564";s: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:102:"http://weblogtoolscollection.com/archives/2010/09/06/protect-yourself-from-parasite-spam-with-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2280:"<p class="fb-like"></p><p>If you run a social network or any kind of online publishing service, you will be hit by spam, if you haven&#8217;t been hit already, and <a href="http://blog.akismet.com/2010/09/04/defending-your-social-network-from-spammers/">Akismet wants to help</a>.</p>\n<p>When most people hear about <a href="http://akismet.com/">Akismet</a>, they often think about <a href="http://wordpress.org/">WordPress</a>, but Akismet is actually <a href="http://akismet.com/development/">available for over twenty additional systems and platforms</a>, including <a href="http://www.movabletype.org/">Movable Type</a>, <a href="http://drupal.org/">Drupal</a>, <a href="http://www.phpbb.com/">phpBB</a>, <a href="http://punbb.informer.com/">PunBB</a>, and libraries for <a href="http://www.php.net/">PHP</a>, <a href="http://www.python.org/">Python</a>, and <a href="http://www.microsoft.com/net/">.NET</a>.</p>\n<p>If you&#8217;re running, or planning to run, a social network or online publishing service, the Akismet team wants you to know that they can not only protect you from direct spam, but from parasite spam as well, as long as you can give them a way to contact you.</p>\n<p>Akismet&#8217;s pattern and volume monitoring abilities make direct spam easy to filter, but ever since the dawn of forums, spammers have opened accounts for the sole purpose hosting their spam on your site.  Thanks to Akismet&#8217;s pattern monitoring, the Akismet team can easily track the source of these parasite spammers and notify the site&#8217;s owner, but there&#8217;s little they can do if they can&#8217;t get in touch with you.  Since contact forms can break without warning, the Akismet team recommends that you provide a traditional abuse@yourdomain email address.  If you don&#8217;t want to make this email address public, at least <a href="http://akismet.com/contact/">contact Akismet</a> and have it placed on file.</p>\n<p>Are you using Akismet on your social network or online publishing service?  With so many options available, why not try it today?  Parasite spam can hit almost any site driven by user content, so don&#8217;t forget to offer your contact information to the Akismet team.</p>\n<a href="http://twitter.com/share" class="twitter-share-button">Tweet</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:"Mon, 06 Sep 2010 13:00: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:10:"James Huff";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:74:"WordPress.tv: Jonny Allbut: WordPress Template Design and Theme Frameworks";s: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=4248";s: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.tv/2010/07/17/jonny-allbut-wordpress-themes-frameworks-uk10/";s: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:1848:"<div id="x-video-3" class="video-player">\n\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/4248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/4248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/4248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/4248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/4248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/4248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/4248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/4248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/4248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/4248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/4248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/4248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/4248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/4248/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&amp;blog=5089392&amp;post=4248&amp;subd=wptv&amp;ref=&amp;feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2010/07/17/jonny-allbut-wordpress-themes-frameworks-uk10/"><img alt="Jonny Allbut: WordPress Template Design and Theme Frameworks" src="http://videos.videopress.com/v2j66O7x/wc-themes-framework_1_std.original.jpg" width="160" height="120" /></a></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, 06 Sep 2010 10:45:07 +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: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:65:"WordPress.tv: WordPress.com: Recovering or Changing Your 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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=4257";s: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/2010/09/06/wordpress-com-recovering-or-changing-your-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1838:"<div id="x-video-0" class="video-player">\n\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/4257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/4257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/4257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/4257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/4257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/4257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/4257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/4257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/4257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/4257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/4257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/4257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/4257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/4257/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&amp;blog=5089392&amp;post=4257&amp;subd=wptv&amp;ref=&amp;feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2010/09/06/wordpress-com-recovering-or-changing-your-password/"><img alt="WordPress.com: Recovering &amp; Changing Your Password" src="http://videos.videopress.com/TDgUsMWw/password-web_std.original.jpg" width="160" height="120" /></a></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, 06 Sep 2010 10:32: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: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: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:69:"Weblog Tools Collection: Doomed Vox blogger? WordPress to the Rescue!";s: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=8553";s: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:96:"http://weblogtoolscollection.com/archives/2010/09/05/doomed-vox-blogger-wordpress-to-the-rescue/";s: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:957:"<p class="fb-like"></p><p>If you know of someone, or are yourself a blogger on Vox, you should know already that Six Apart has announced plans for <a href="http://closing.vox.com/">closing the service</a>. Users have until the 30th of September to get their data our of Vox and into other blogging and/or CMS platforms if they so choose.</p>\n<p>Mark Jaquith has a great suggestion on how to <a href="http://markjaquith.wordpress.com/2010/09/03/import-a-vox-blog-into-wordpress/">Import a Vox blog into WordPress or almost anything else</a>. In short, he suggests that you import your Vox blog into a vanilla WordPress.com blog and then export it out as a WordPress export file. Then you actually have a bunch of choices of what to do with your blog. PS: Be sure to mark your WordPress.com blog as private before importing if you do not intend to make that your final destination.</p>\n<a href="http://twitter.com/share" class="twitter-share-button">Tweet</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:"Sun, 05 Sep 2010 22:33: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: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: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:60:"Weblog Tools Collection: WordPress Plugin 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=8551";s: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/2010/09/05/wordpress-plugin-releases-for-0905/";s: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:1606:"<p class="fb-like"></p><h3>New plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/list-yo-files/"><strong>List Yo&#8217; Files</strong></a> adds the ability to list files by file name for a given folder with hyperlinks to each file making it downloadable.</p>\n<p><a href="http://wordpress.org/extend/plugins/readable-names/"><strong>Readable Names</strong></a> forces commenters to write their names in the language that your blog uses.</p>\n<p><a href="http://yjlblog.com/?p=11"><strong>WP-comment-master</strong></a> enhances your comments with AJAX posting and pagination.</p>\n<p><a href="http://bsurprised.com/2010/09/wp-wikibox-wordpress-plugin/"><strong>WP-WikiBox</strong></a> allows you to get a Wikipedia article summary for a keyword in any language, inline with your posts and pages, with a simple shortcode.</p>\n<h3>Updated plugins</h3>\n<p><a href="http://www.doc4design.com/plugins/ie6-upgrade/"><strong>IE6 Upgrade Option</strong></a> displays a warning message, simply and politely informing the IE6 user that their browser is out of date, and provides links to download newer browsers.</p>\n<p><a href="http://wordpress.org/extend/plugins/vimeo-quicktags/"><strong>Vimeo Quicktag</strong></a> enables the user to embed a customized Vimeo video into the blog content.</p>\n<p><a href="http://www.daveligthart.com/wp-stats-dashboard-10/"><strong>WP-Stats-Dashboard</strong></a> displays your blog&#8217;s stats graph plus your blog traffic, social engagement and social influence directly in your dashboard.</p>\n<a href="http://twitter.com/share" class="twitter-share-button">Tweet</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:"Sun, 05 Sep 2010 15:35: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:10:"James Huff";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:"Weblog Tools Collection: Plans Laid for WordPress 3.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:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=8548";s: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/2010/09/04/plans-laid-for-wordpress-3-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1870:"<p class="fb-like"></p><p>The <a href="http://wordpress.org/">WordPress</a> development team had <a href="http://wpdevel.wordpress.com/2010/09/02/dev-chat-concluded-if-you-are-intereste/">a very successful meeting</a> last Thursday, where they solidified <a href="http://wpdevel.wordpress.com/2010/09/03/process-and-scope-for-3-1-part-i/">their plans for WordPress 3.1</a>.</p>\n<p>The finalized goals for WordPress 3.1 are &#8220;to have a very short dev cycle, a decent amount of testing time, and a release in mid-December. Low on new features, heavy on ui and code cleanup, and avoidance of schema changes. Save the big ideas for 3.2 where weÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ll have the liberty to implement those ideas in PHP5. No schema changes and no big new APIs.&#8221;</p>\n<p>Besides bug fixes and code cleanup, users can look forward to a new <a href="http://wordpress.com/">wordpress.com</a> inspired admin bar and theme browser, as well as post templates and styles, and a separate network dashboard.</p>\n<p>The team plans to halt new feature submissions on October 15th, followed by a primary code freeze on November 1st, and a string freeze on December 1st.  The beta period will begin November 15th until the estimated final release date of December 15th.</p>\n<p>Keep in mind that this will be <a href="http://weblogtoolscollection.com/archives/2010/07/25/wordpress-bids-farewell-to-php-4-and-mysql-4/">the last major release to support PHP and MySQL 4</a>.  If your hosting provider has not yet switched to PHP 5.2 or higher and MySQL 5.0.15 or higher, it&#8217;s time to start bugging them.</p>\n<p>Personally, I&#8217;m really looking forward to seeing what will come of the development team&#8217;s focus on bug fixes and code cleanup with this release.  What are you looking forward to in WordPress 3.1?</p>\n<a href="http://twitter.com/share" class="twitter-share-button">Tweet</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:"Sat, 04 Sep 2010 13:00:07 +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:"James Huff";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:52:"Akismet: Defending your social network from spammers";s: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://blog.akismet.com/?p=419";s: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://blog.akismet.com/2010/09/04/defending-your-social-network-from-spammers/";s: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:5801:"<p>If you&#8217;re planning to launch a social network or online publishing service, it&#8217;s important that you have a plan in place for dealing with spam.  At some point the bad guys <em>will</em> find a way to take advantage of your hospitality, and you need to be ready to deal with them before they take over.</p>\n<p>I&#8217;ve <a href="http://blog.akismet.com/2009/12/09/a-spammers-playground/">written</a> about this <a href="http://blog.akismet.com/2009/04/28/eliminating-spam-is-good-seo/">before</a>, but it bears repeating.  If you&#8217;re launching a web site that allows users to publish content, you will <a href="http://www.sophos.com/blogs/chetw/g/2010/09/02/apple-pingd-comment-spam-coming/">very quickly be invaded by spammers</a>.  There are two basic types of spam that you need to be aware of:</p>\n<p>1. <strong>Direct spam</strong>.  Spammers will try to use your service to communicate directly with your users.  They&#8217;ll send large volumes of comments, forum replies, direct messages, friend requests, contact forms, and generally abuse whatever messaging services are available.</p>\n<p>This kind of spam is relatively easy to detect, because it involves making <em>large volumes</em> of form posts or api calls.  You can catch it by monitoring for unusual patterns or volumes of submissions (and indeed Akismet can do this for you &#8211; <a href="http://akismet.com/contact/">ask us how</a>).  Contrast this with the second type, which is:</p>\n<p>2. <strong>Parasite hosting</strong>.  Spammers will use your service as an <em>unwitting web host</em> for their advertisements.  They&#8217;ll create a handful of blog posts, forum threads, user profiles or wiki pages with images or links to their network of spam web sites.  Spammers call these &#8220;buffer pages&#8221; or buffer sites.  Importantly, they <em>won&#8217;t spam your users</em> with links to those buffer pages.  They&#8217;ll be very careful not to do anything to draw your attention to them &#8211; often they&#8217;ll do their best to disguise them as harmless content.  Instead, they&#8217;ll go elsewhere and send direct spam to the users of <em>other services</em> with links to the buffer pages on <em>your site</em>.</p>\n<p>In other words, users on (say) Facebook and Twitter will be bombarded with spam messages containing links to pages on your web site.  (Conversely, users on your site will be bombarded with spam containing links to buffer pages hosted elsewhere).</p>\n<p>At Akismet we&#8217;re all too aware that few social sites are prepared for handling both types of spam.  In fact some almost seem to go out of their way to make it difficult to report spam.  Since Akismet monitors spam on millions of web sites, we&#8217;re able to detect both direct spam and parasite hosting.  Sadly, even when we go out of our way to try to alert webmasters to spammers abusing their services as parasite hosts for porn and malware, many fail to respond.</p>\n<p>Which brings me to the single best piece of advice I can give anyone who is planning on launching (or already runs) a social network or interactive web site:</p>\n<p>Make sure you publish a working email address for abuse reports!</p>\n<p>Don&#8217;t rely on a web contact form (when they break, failures often go un-noticed).  Don&#8217;t rely on a flagging system that&#8217;s available only to your users (reports about parasite spam won&#8217;t come from your users).  Don&#8217;t use a special form or button that only supports reporting a certain type of content or a single page at a time (spammers will hide in places you don&#8217;t expect them, and an important spam report might include hundreds or thousands of URLs).  Use a good old-fashioned email address &#8211; <code>abuse@yourdomain</code> is best &#8211; and above all, <em>make sure it&#8217;s monitored</em> by people who are in a position to act quickly.</p>\n<p>If you do run a social network, and you do have an email address for abuse reports (kudos!) then feel free to <a href="http://akismet.com/contact/">contact Akismet</a> and tell us your address.  If we do discover spammers hiding on your network we may be able to alert you, and of course we&#8217;re happy to provide advice for fighting the bad guys.</p>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/419/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/419/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/akismet.wordpress.com/419/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/akismet.wordpress.com/419/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/akismet.wordpress.com/419/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/akismet.wordpress.com/419/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/akismet.wordpress.com/419/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/akismet.wordpress.com/419/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/akismet.wordpress.com/419/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/akismet.wordpress.com/419/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/akismet.wordpress.com/419/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/akismet.wordpress.com/419/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/akismet.wordpress.com/419/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/akismet.wordpress.com/419/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.akismet.com&amp;blog=116920&amp;post=419&amp;subd=akismet&amp;ref=&amp;feed=1" 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:"Sat, 04 Sep 2010 04:45:31 +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: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:72:"Mark Jaquith: Import a Vox blog into WordPress (or almost anything else)";s: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=535";s: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://markjaquith.wordpress.com/2010/09/03/import-a-vox-blog-into-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:2723:"<p><a href="http://closing.vox.com/">Six Apart is closing the doors on Vox</a>, a blogging service they launched three and a half years ago. You have until September 30th to export your content from Vox, or you&#8217;ll lose access to it. Yikes!</p>\n<p>They helpfully included a link to WordPress.com&#8217;s importer help page. WordPress.com has a Vox importer. What isn&#8217;t immediately obvious is that you can use WordPress.com as an intermediary on your way to a final destination. That is, you can <a href="http://en.support.wordpress.com/export/">import your Vox blog to a temporary WordPress.com blog</a>, and then do an export from WordPress.com. Now you&#8217;ll have gold: a WordPress export file. You can take this file and import it into a standalone WordPress site, or a plethora of other blogging tools or services.</p>\n<p>I recommend that everyone who has Vox content they want to save do this. Mark your WordPress.com blog as private if you don&#8217;t want that to be its final destination ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â just do it (and soon!) so that you have a copy of your site in a useful and portable format.</p>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markjaquith.wordpress.com/535/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markjaquith.wordpress.com/535/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/markjaquith.wordpress.com/535/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/markjaquith.wordpress.com/535/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/markjaquith.wordpress.com/535/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/markjaquith.wordpress.com/535/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/markjaquith.wordpress.com/535/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/markjaquith.wordpress.com/535/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/markjaquith.wordpress.com/535/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/markjaquith.wordpress.com/535/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/markjaquith.wordpress.com/535/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/markjaquith.wordpress.com/535/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/markjaquith.wordpress.com/535/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/markjaquith.wordpress.com/535/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markjaquith.wordpress.com&amp;blog=316&amp;post=535&amp;subd=markjaquith&amp;ref=&amp;feed=1" 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:"Fri, 03 Sep 2010 14:12: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: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: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:59:"Weblog Tools Collection: WordPress Theme 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=8537";s: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/2010/09/03/wordpress-theme-releases-for-0903/";s: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:2791:"<p class="fb-like"></p><p><img class="alignnone size-full wp-image-8538" title="BlogTimes" src="http://weblogtoolscollection.com/wp-content/uploads/2010/09/blogtimes.jpg" alt="blogtimes" width="150" height="101" /></p>\n<p><a href="http://3oneseven.com/29/newspaper-style/"><strong>BlogTimes</strong></a> is an old school Newspaper style WordPress Theme, based on a three column fluid layout, enabled with cufon fonts with beautiful typography for the headlines, options panel, and a custom front page slider.</p>\n<p><img class="alignnone size-full wp-image-8539" title="Dark Tuts" src="http://weblogtoolscollection.com/wp-content/uploads/2010/09/darktuts.jpg" alt="dark tuts" width="150" height="120" /></p>\n<p><a href="http://www.wpexplorer.com/dark-tuts-wordpress-theme.html"><strong>Dark Tuts</strong></a> is a very clean WordPress theme that has been designed with blogs in mind. This theme has an HTML5 doctype, clean and valid code, 3 color schemes (blue, green, red), 3 different ways to add post thumbnails, the ability to change thumbnail sizes via the theme panel, 1 advertisement spot and tons more features.</p>\n<p><img class="alignnone size-full wp-image-8540" title="Quick-Vid" src="http://weblogtoolscollection.com/wp-content/uploads/2010/09/quick-vid.jpg" alt="quick-vid" width="150" height="113" /></p>\n<p><a href="http://ithemes.com/quick-vid/"><strong>Quick-Vid</strong></a> is a simple blogging theme with slick design elements.</p>\n<p><img class="alignnone size-full wp-image-8541" title="Semanu" src="http://weblogtoolscollection.com/wp-content/uploads/2010/09/semanu.jpg" alt="semanu" width="150" height="120" /></p>\n<p><a href="http://www.jauhari.net/themes/semanu"><strong>Semanu</strong></a> is powered by the 960.gs css framework with multiple widgets and a 3 column layout.</p>\n<p><img class="alignnone size-full wp-image-8545" title="Syailendra" src="http://weblogtoolscollection.com/wp-content/uploads/2010/09/syailendra.jpg" alt="syailendra" width="150" height="98" /></p>\n<p><a href="http://allfreecms.com/afc-syailendra-wp-theme/"><strong>Syailendra</strong></a> is an adsense (advertising) ready theme with multiple widget positions, threaded comments, theme options, drop-down menus, and custom menus.</p>\n<p><img class="alignnone size-full wp-image-8543" title="WP Perfect" src="http://weblogtoolscollection.com/wp-content/uploads/2010/09/wpperfect.jpg" alt="wp perfect" width="150" height="113" /></p>\n<p><a href="http://www.tricksdaddy.com/2010/09/wp-perfect-free-wordpress-theme-by-tricksdaddy.html"><strong>WP Perfect</strong></a> is a two column SEO optimized WordPress 3.0 ready theme. The theme has a jQuery-based options page that lets you change basic settings easily.</p>\n<a href="http://twitter.com/share" class="twitter-share-button">Tweet</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, 03 Sep 2010 13:00: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:10:"James Huff";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:54:"Mark Jaquith: I have to ask: Can you explain the bear?";s: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=529";s: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://markjaquith.wordpress.com/2010/09/03/i-have-to-ask-can-you-explain-the-bear/";s: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:1973:"<p>Oh yes.</p>\n<p><img src="http://markjaquith.files.wordpress.com/2010/09/a-bear.jpg?w=700&#038;h=465" alt="This is... a bear. (photo of tiny stuffed bear)" title="This is... a bear." width="700" height="465" class="aligncenter size-large wp-image-530" /></p>\n<p>This is why I love going to WordCamps. Silly stuff like this that you can laugh about later.</p>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markjaquith.wordpress.com/529/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markjaquith.wordpress.com/529/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/markjaquith.wordpress.com/529/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/markjaquith.wordpress.com/529/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/markjaquith.wordpress.com/529/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/markjaquith.wordpress.com/529/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/markjaquith.wordpress.com/529/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/markjaquith.wordpress.com/529/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/markjaquith.wordpress.com/529/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/markjaquith.wordpress.com/529/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/markjaquith.wordpress.com/529/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/markjaquith.wordpress.com/529/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/markjaquith.wordpress.com/529/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/markjaquith.wordpress.com/529/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markjaquith.wordpress.com&amp;blog=316&amp;post=529&amp;subd=markjaquith&amp;ref=&amp;feed=1" 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:"Fri, 03 Sep 2010 06:11: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: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: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:22:"Matt: Only in New York";s: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=35548";s: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:38:"http://ma.tt/2010/09/only-in-new-york/";s: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:2687:"<p><a href="http://s.ma.tt/files/2010/09/PedroPortraitII.jpg"><img class="alignright size-full wp-image-35552" title="Pedro Martinez" src="http://s.ma.tt/files/2010/09/PedroPortraitII-479x708.jpg" alt="" width="172" height="255" /></a>Last night around 10:15 decided to head out for dinner, and somewhat randomly picked the Cuban restaurant <a href="http://guantanameranyc.com/">Guantanamera</a> because it was nearby. Sat down in a booth near the bar, facing the band, and ordered <a href="http://matt.wordpress.com/2010/09/02/mojitos/">some mojitos</a>. Over the din of the other diners I thought &#8220;hey this house band isn&#8217;t half bad.&#8221;</p>\n<p>Within a few minutes of listening it became very apparent that beyond &#8220;not half bad&#8221; they were actually really remarkable. What a treat! Ordered a steak and sank in, letting the music (and mojito) flow over me. A half hour later a lady from one of the front tables got up to sing with the band &#8212; which isn&#8217;t always a good thing. They started on <cite>The Man I Love</cite> and it was sublime. The song started out as a ballad but then they kicked it up to a fast afro-Cuban beat, and the singer scatted over the beats for a good 4-5 minutes. It turns out it wasÃƒâ€š <a href="http://www.janissiegel.com/">Janis Siegel</a> of theÃƒâ€š <a href="http://www.tmtfanclub.com/janis.html">Manhattan Transfer</a>! I felt particularly fortunate as I had been bummed to miss the Manhattan Transfer show at the MontrÃƒÆ’Ã‚Â©al Jazz Festival in June, but here, of all the most random places, was one of my favorite members performing at a small family joint in Midtown West.</p>\n<p>Janis sat down after one song but a string of similarly talented musicians came in and out of the band until the restaurant started to close down. I didn&#8217;t recognize any of them but the music was <em>so good</em>. <img src="http://ma.tt/blog/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>\n<p>There was a recording device above the band that was collected by a fellow who I caught up with outside the restaurant as he was hailing a taxi. His name was Paul Siegel and he&#8217;s the co-president of <a href="http://www.hudsonmusic.com/">Hudson Music</a> which is a music education group (with a website powered by <a href="http://wordpress.org/">WordPress</a>). I learned the percussionist leader of the house band wasÃƒâ€š <a href="http://www.myspace.com/pedromartinezproject">Pedro MartÃƒÆ’Ã‚Â­nez</a> and Paul follows and records him several times a week at different venues. Apparently Guantanamera is a long-time musician hang-out where even folks like Eric Clapton sat in with the band.</p>\n<p>Only in New York.</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, 03 Sep 2010 05:09: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: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: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:27:"Matt: Chic & Geek Interview";s: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=35546";s: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:41:"http://ma.tt/2010/09/chic-geek-interview/";s: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:533:"<p>On the new Chic &#038; Geek website (no relation to <a href="http://chicmeetsgeek.com/">Chic Meets Geek events</a>) I was invited to do a &#8220;Questionnaire de Proust&#8221; style interview which <a href="http://www.chicandgeek.com/little-help-from-friends/matt-mullenweg-chic-and-geek/">has just been published in French</a>. Lots of little tidbits that I&#8217;ve never talked about before. (<a href="http://www.chicandgeek.com/little-help-from-friends/matt-mullenweg-chic-and-geek-english-version/">Translation here</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:"Thu, 02 Sep 2010 14: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: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: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:40:"Donncha: Tweet Tweet dives into the past";s: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=89495969";s: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://ocaoimh.ie/tweet-tweet-dives/";s: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:1749:"<p>I overhauled my <a href="http://wordpress.org/extend/plugins/tweet-tweet/">Tweet Tweet</a> plugin for WordPress yesterday so it would work with the new Twitter OAuth mechanism. This morning I made it possible to download your older tweets, up to the max limit of 3,200 tweets that Twitter allows.</p>\n<p><a href="http://ocaoimh.ie/wp-content/uploads/2010/09/tweet-tweet-admin.png"><img src="http://ocaoimh.ie/wp-content/uploads/2010/09/tweet-tweet-admin-234x300.png" alt="" title="tweet-tweet-admin" width="234" height="300" class="aligncenter size-medium wp-image-89495970" /></a></p>\n<p>It&#8217;s still a work in progress but I want to get a new release out as soon as I can for current users who are using the basic auth that doesn&#8217;t work any more. If you&#8217;re feeling adventurous give the development version on the <a href="http://wordpress.org/extend/plugins/tweet-tweet/download/">download page</a> a go and tell me what you think!</p>\n<p>99% of the OAuth code was ripped from Alex King&#8217;s <a href="http://wordpress.org/extend/plugins/twitter-tools/">Twitter Tools</a> which in turn uses Abraham Williams&#8217; twitteroauth.php library and OAuth.php from <a href="http://oauth.net/">oauth.net</a>. Thank you all for doing the heavy lifting required!</p>\n<p><strong>Related Posts</strong><ul><li><a href="http://ocaoimh.ie/tweet-tweet/" rel="bookmark" title="Permanent Link: Tweet Tweet">Tweet Tweet</a></li><li><a href="http://ocaoimh.ie/tweet-tweet-01-for-wordpress/" rel="bookmark" title="Permanent Link: Tweet Tweet 0.1 for WordPress">Tweet Tweet 0.1 for WordPress</a></li><li><a href="http://ocaoimh.ie/techludd-cork-2008/" rel="bookmark" title="Permanent Link: TechLudd Cork 2008">TechLudd Cork 2008</a></li></ul></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, 02 Sep 2010 14:25:07 +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: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:67:"Weblog Tools Collection: LorelleÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢s Mind Blowing WordPress 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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=8531";s: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:93:"http://weblogtoolscollection.com/archives/2010/09/02/lorelles-mind-blowing-wordpress-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:1112:"<p class="fb-like"></p><p><a href="http://lorelle.wordpress.com/">Lorelle VanFossen</a> has published <a href="http://lorelle.wordpress.com/2010/08/31/mind-blowing-wordpress-plugins/">a recap of her Mind Blowing WordPress Plugins session</a> given on August 29th at <a href="http://openca.mp/">OpenCamp</a> in Addison, TX.</p>\n<p>To Lorelle, &#8220;a mind blowing WordPress Plugin is one that breaks the rules. It is unique and original in its implementation, and pushes WordPress. It might not be a Plugin that everyone must have on their site. It might not be a Plugin that even interests you. What these will do is to get you to look at the incredible diversity of Plugins available.&#8221;</p>\n<p>Her recap not only briefly covers the topics discussed during her session, but she also lists all of the plugins that were featured, and that list is well worth exploring.  Even if you think your blog couldn&#8217;t possibly use any more plugins, you might find something that you (or rather your blog) just can&#8217;t live without.</p>\n<a href="http://twitter.com/share" class="twitter-share-button">Tweet</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:"Thu, 02 Sep 2010 13:00:40 +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:"James Huff";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:39:"Mark Jaquith: Upcoming WordPress Events";s: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=521";s: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://markjaquith.wordpress.com/2010/09/02/upcoming-wordpress-events/";s: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:2232:"<p>On September 8th, I&#8217;ll be at the Tampa Bay WordPress meetup to talk about WordPress custom post types. If you&#8217;re a WordPress developer or themer in the area, you should stop by! The meetup is at 7pm at CDBÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢s Southside in South Tampa.</p>\n<p><a href="http://www.wordcampportland.org/">WordCamp Portland</a> is on September 18th and 19th at Webtrends. My talk is called &#8220;Swan Dive! &#8230;into the Best WordPress of your Life,&#8221; and it&#8217;s all about using WordPress to its fullest. Everything from hosting to scaling and everything from upgrades to insider ninja moves will be covered.</p>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markjaquith.wordpress.com/521/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markjaquith.wordpress.com/521/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/markjaquith.wordpress.com/521/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/markjaquith.wordpress.com/521/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/markjaquith.wordpress.com/521/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/markjaquith.wordpress.com/521/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/markjaquith.wordpress.com/521/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/markjaquith.wordpress.com/521/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/markjaquith.wordpress.com/521/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/markjaquith.wordpress.com/521/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/markjaquith.wordpress.com/521/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/markjaquith.wordpress.com/521/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/markjaquith.wordpress.com/521/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/markjaquith.wordpress.com/521/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markjaquith.wordpress.com&amp;blog=316&amp;post=521&amp;subd=markjaquith&amp;ref=&amp;feed=1" 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:"Thu, 02 Sep 2010 06:39: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:"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: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:54:"Publisher Blog: WordPress Top Demanded Skill on Elance";s: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:43:"http://publisherblog.automattic.com/?p=1010";s: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:68:"http://publisherblog.automattic.com/2010/09/01/wordpress-top-elance/";s: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:2980:"<p>Since last year when we wrote about &#8220;<a href="http://publisherblog.automattic.com/2009/05/20/wordpress-elance/">WordPress in Demand on Elance</a>&#8220;, WordPress has surged into the top ten, and now is the sixth most in demand skill on Elance!</p>\n<p><img class="aligncenter" title="Elance Top Overall Skills in Demand Q2 2010" src="http://wordpresspublishers.files.wordpress.com/2010/09/elance-top-ten-skills-in-demand-2010q2.jpg?w=310&#038;h=202" alt="Elance Top Overall Skills in Demand Q2 2010" width="310" height="202" /></p>\n<p>Online publishing dominates this list. It&#8217;s exciting that the ever evolving WordPress, built on it&#8217;s PHP, MySQL, and CSS stack, continues to be the web development platform in demand.</p>\n<p><a href="http://www.elance.com/p/online-employment-report.html">Elance&#8217;s 2010 Q2 Online Employment Report</a> also includes a single profile, that of <a href="http://www.elance.com/s/rzvagelsky/">Ron Z</a> Zvagelsky,  highlighting his success as a WordPress Expert on Elance. Ãƒâ€š Represent!</p>\n<p><img class="aligncenter" src="http://wordpresspublishers.files.wordpress.com/2010/09/elancer-up-close-ron-z-2010q2.jpg?w=445&#038;h=192" alt="" width="445" height="192" /></p>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wordpresspublishers.wordpress.com/1010/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wordpresspublishers.wordpress.com/1010/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wordpresspublishers.wordpress.com/1010/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wordpresspublishers.wordpress.com/1010/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wordpresspublishers.wordpress.com/1010/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wordpresspublishers.wordpress.com/1010/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wordpresspublishers.wordpress.com/1010/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wordpresspublishers.wordpress.com/1010/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wordpresspublishers.wordpress.com/1010/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wordpresspublishers.wordpress.com/1010/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wordpresspublishers.wordpress.com/1010/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wordpresspublishers.wordpress.com/1010/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wordpresspublishers.wordpress.com/1010/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wordpresspublishers.wordpress.com/1010/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=publisherblog.automattic.com&amp;blog=1470857&amp;post=1010&amp;subd=wordpresspublishers&amp;ref=&amp;feed=1" 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:"Wed, 01 Sep 2010 23:18: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:10:"Lloyd Budd";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:24:"Matt: 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:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=35544";s: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:40:"http://ma.tt/2010/09/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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:450:"<p>I really enjoyed attending WordCamps in Houston, Savannah, and Salt Lake City the past few weeks. <a href="http://central.wordcamp.org/">You can always find upcoming WordCamps here</a>, and I&#8217;m currently planning on attending Jerusalem (this Sunday), Portland (September 18-19), and Philippines (October 2). I&#8217;m looking forward to meeting more of the WordPress community and also answering your questions in the Town Hall sessions.</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, 01 Sep 2010 19:44: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: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: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:39:"Dougal Campbell: WordPress Care Package";s: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://dougal.gunters.org/?p=22433";s: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:119:"http://dougal.gunters.org/blog/2010/09/01/wordpress-care-package?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:3057:"<div><img width="150" height="112" src="http://media.dougal.us/wordpress/wp-content/uploads/2010/09/WordPress-Care-Package-21-150x112.jpg" class="attachment-post-thumbnail wp-post-image" alt="WordPress Care Package: Close-up" title="WordPress Care Package: Close-up" /></div><p>Around the time of the <a href="http://dougal.gunters.org/blog/2010/07/15/important-people">Thesis <acronym title="Gnu General Public License"><span class="caps">GPL</span></acronym> debates</a>, WordPress founderÃƒâ€š <a href="http://ma.tt/">Matt Mullenweg</a> made an offer to send people free t-shirts. When I talked to him at WordCamp Savannah, he said that he had gotten about 300 requests. I got my care package right after I returned from the WordCamp. In addition to the shirt, it included some Gravatar and WordPress stickers, and a nice certificate, proclaiming that I am &#8220;One of the Three Most Important People in WordPress&#8221;. Of course, so are the other 300 people who got a certificate in their care packages. Awesomesauce. <img src="http://dougal.gunters.org/wordpress/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> <span>\n<a href="http://dougal.gunters.org/blog/2010/09/01/wordpress-care-package/wordpress-care-package-0-2" title="WordPress Care Package" rel="gallery-22433 norewrite"><img width="150" height="150" src="http://media.dougal.us/wordpress/wp-content/uploads/2010/09/WordPress-Care-Package-01-150x150.jpg" class="attachment-thumbnail" alt="WordPress Care Package" title="WordPress Care Package" /></a>\n<a href="http://dougal.gunters.org/blog/2010/09/01/wordpress-care-package/wordpress-care-package-1-2" title="WordPress Care Package: Certificate" rel="gallery-22433 norewrite"><img width="150" height="150" src="http://media.dougal.us/wordpress/wp-content/uploads/2010/09/WordPress-Care-Package-11-150x150.jpg" class="attachment-thumbnail" alt="WordPress Care Package: Certificate" title="WordPress Care Package: Certificate" /></a>\n<a href="http://dougal.gunters.org/blog/2010/09/01/wordpress-care-package/wordpress-care-package-2-2" title="WordPress Care Package: Close-up" rel="gallery-22433 norewrite"><img width="150" height="150" src="http://media.dougal.us/wordpress/wp-content/uploads/2010/09/WordPress-Care-Package-21-150x150.jpg" class="attachment-thumbnail" alt="WordPress Care Package: Close-up" title="WordPress Care Package: Close-up" /></a>\n</p>\n<p></span></p>\n\n\n<p>Related posts:<ol><li><a href="http://dougal.gunters.org/blog/2009/07/14/analytics360-plugin-for-wordpress" rel="bookmark" title="Permanent Link: Analytics360 Plugin for WordPress">Analytics360 Plugin for WordPress</a></li>\n<li><a href="http://dougal.gunters.org/blog/2007/03/13/my-favorite-wordpress-plugins" rel="bookmark" title="Permanent Link: My Favorite WordPress Plugins">My Favorite WordPress Plugins</a></li>\n<li><a href="http://dougal.gunters.org/blog/2010/04/12/customize-your-wordpress-dashboard" rel="bookmark" title="Permanent Link: Customize Your WordPress Dashboard">Customize Your WordPress Dashboard</a></li>\n</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:"Wed, 01 Sep 2010 17:35: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: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: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:60:"Weblog Tools Collection: WordPress Plugin 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=8527";s: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/2010/09/01/wordpress-plugin-releases-for-0901-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:1954:"<p class="fb-like"></p><h3>New plugins</h3>\n<p><a href="http://www.ingboo.com/pvm/plugin"><strong>Facebook Like for Tags</strong></a> converts a standard Facebook Like button from a one-time sharing feature to a one-on-one relationship for ongoing updates and sharing based on tags (keywords) or categories defined by you, the blogger/author.</p>\n<p><a href="http://wordpress.org/extend/plugins/lbak-google-checkout/"><strong>LBAK Google Checkout</strong></a> is aimed mainly at small projects that just want to sell a few things on their blog through Google Checkout and don&#8217;t want too much else apart from ease of use.</p>\n<p><a href="http://wordpress.org/extend/plugins/pingdom-status/"><strong>Pingdom Status</strong></a> lets you display your Pingdom monitoring data on your WordPress site, essentially creating a status page for whatever it is you are monitoring.</p>\n<p><a href="http://www.riyaz.net/wp-tweetbox/"><strong>WP Tweetbox</strong></a> adds a highly customizable Tweetbox at the end of blog posts and pages.</p>\n<h3>Updated plugins</h3>\n<p><a href="http://www.mikkosaari.fi/relevanssi/"><strong>Relevanssi</strong></a> replaces the basic WordPress search with a partial-match search that sorts the results based on relevance.</p>\n<p><a href="http://wordpress.org/extend/plugins/wp-recaptcha/"><strong>WP-reCAPTCHA</strong></a> integrates reCAPTCHA anti-spam methods with WordPress including comment, registration, and email spam protection.</p>\n<p><a href="http://wordpress.org/extend/plugins/wp-simpleviewer/"><strong>WP-SimpleViewer</strong></a> allows you to easily create SimpleViewer galleries with WordPress.</p>\n<p><a href="http://www.daveligthart.com/wp-stats-dashboard-10/"><strong>WP-Stats-Dashboard</strong></a> displays your blog&#8217;s stats graph plus your blog traffic, social engagement and social influence directly in your dashboard.</p>\n<a href="http://twitter.com/share" class="twitter-share-button">Tweet</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:"Wed, 01 Sep 2010 13:00: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:10:"James Huff";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:80:"WordPress Podcast: Listen to Liz Strauss: ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œTreat Your Blog Like a Business!ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â";s: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://wp-community.org/?p=709";s: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://feedproxy.google.com/~r/wordpresspodcast/~3/7xhJGh3pfLU/";s: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:1203:"<p><img class="alignright size-full wp-image-751" title="Liz Strauss - SOBCon" src="http://wp-community.org/wp/wp-content/uploads/2010/09/Liz-Strauss-SOBCon.jpg" alt="Liz Strauss - SOBCon" width="200" height="199" /><a href="http://www.successful-blog.com/">Liz Strauss</a> gave a masterclass tonight; at least, that&#8217;s how it felt to both Frederick and myself. We talked about communicating with your audience, and Liz shared some experiences about <a href="http://www.successful-blog.com/open-comments-at-tuesdays-at-7pm/">open comment nights</a>. We discussed positioning yourself and your blog, and how important <a href="http://www.successful-blog.com/1/building-a-personal-brand-you/">personal branding</a> can be.</p><p>She told us about feedback loops, and how to use them to listen to your users / clients / audience. She tought us to build our network before we need it, and why and how you should be treating your blog like a business, even if it&#8217;s just a hobby.Ãƒâ€š Aren&#8217;t you curious yet? Start listening then. You&#8217;ll be a wiser man or woman for it at the end of this.</p> <img src="http://feeds.feedburner.com/~r/wordpresspodcast/~4/7xhJGh3pfLU" height="1" width="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:"Wed, 01 Sep 2010 06:59: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:54:"joost@pressthis.com (Joost de Valk & Frederick Townes)";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:45:"Lorelle on WP: Mind Blowing WordPress 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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"http://lorelle.wordpress.com/?p=4417";s: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://lorelle.wordpress.com/2010/08/31/mind-blowing-wordpress-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:542:"In Dallas, August 29, 2010, at OpenCamp I presented &#8220;Mind Blowing WordPress Plugins.&#8221; Here are the WordPress Plugins and more features during my presentation. Let me first define what my qualifications for a &#8220;mind blowing WordPress Plugin&#8221; were, as I had to sift through thousands of Plugins and then filter down to include the following [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&amp;blog=72&amp;post=4417&amp;subd=lorelle&amp;ref=&amp;feed=1" 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:"Wed, 01 Sep 2010 00:11:56 +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: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:81:"Weblog Tools Collection: WordPress Mobile Apps for Android and BlackBerry 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:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=8524";s: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:110:"http://weblogtoolscollection.com/archives/2010/08/31/wordpress-mobile-apps-for-android-and-blackberry-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1418:"<p class="fb-like"></p><p>The <a href="http://wordpress.org/">WordPress</a> mobile apps for <a href="http://android.wordpress.org/">Android</a> and <a href="http://blackberry.wordpress.org/">BlackBerry</a> have both been updated with some shiny new features, like <a href="http://android.wordpress.org/2010/08/24/wordpress-for-android-1-3-4-wonky-bugs-fixed-new-comment-feature-added/">a new comment notification system</a> and <a href="http://blackberry.wordpress.org/2010/08/25/release-1-4-1/">improved VideoPress integration</a>.</p>\n<p>There&#8217;s no word yet on an update to the <a href="http://ios.wordpress.org/">iOS mobile app</a>, but the team still has its eyes set on making this one a major bug-fixing release.</p>\n<p>These recent updates would not have been possible without <a href="http://weblogtoolscollection.com/archives/2010/08/09/wordpress-mobile-app-teams-seek-feedback/">your feedback and beta testing skills</a>, so keep doing whatever you can to make each release better than the last!</p>\n<p>Do you use any of the WordPress mobile apps? Ãƒâ€š I use the iOS mobile app and can honestly say that it has certainly simplified my life when it comes to moderating comments and making last-minute post corrections. How about you? Have the WordPress mobile appsÃƒâ€š added to or detracted from your WordPress blogging experience?</p>\n<a href="http://twitter.com/share" class="twitter-share-button">Tweet</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:"Tue, 31 Aug 2010 13:00: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";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:59:"Weblog Tools Collection: WordPress Theme Releases for 08/30";s: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=8517";s: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/2010/08/30/wordpress-theme-releases-for-0830-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:2181:"<p class="fb-like"></p><p><img class="alignnone size-full wp-image-8518" title="Bombax" src="http://weblogtoolscollection.com/wp-content/uploads/2010/08/bombax.jpg" alt="bombax" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/bombax"><strong>Bombax</strong></a> is a nicely crafted theme with 5 different color schemes and configurable options such as right or left or holy grail or no sidebar, magazine style or traditional style, custom header, and custom background.</p>\n<p><img class="alignnone size-full wp-image-8519" title="Lukoo" src="http://weblogtoolscollection.com/wp-content/uploads/2010/08/lukoo.jpg" alt="lukoo" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/lukoo"><strong>Lukoo</strong></a> is a simple and stylish theme based around the color green.</p>\n<p><img class="alignnone size-full wp-image-8520" title="Modernist" src="http://weblogtoolscollection.com/wp-content/uploads/2010/08/modernist.jpg" alt="modernist" width="150" height="113" /></p>\n<p><a href="http://www.rodrigogalindez.com/themes/modernist/"><strong>Modernist</strong></a> is a beautifully built yet transparent theme. It was designed with a focus on optimal typography in order to better showcase your content.</p>\n<p><img class="alignnone size-full wp-image-8521" title="Twist of Ten" src="http://weblogtoolscollection.com/wp-content/uploads/2010/08/twistoften.jpg" alt="twist of ten" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/twist-of-ten"><strong>Twist of Ten</strong></a> is a simple clean CMS style theme.</p>\n<p><img class="alignnone size-full wp-image-8522" title="Us and Them" src="http://weblogtoolscollection.com/wp-content/uploads/2010/08/usandthem.jpg" alt="us and them" width="150" height="117" /></p>\n<p><a href="http://www.tipografo.org/wordpress-themes/us-and-them-wordpress-theme/"><strong>Us and Them</strong></a> is a modern, clean, blog-style, 960 &#8211; 1200 px grid-based, smooth WordPress theme and features some cool jQuery plugins just out of the box as some neat tool-tips and accordions.</p>\n<a href="http://twitter.com/share" class="twitter-share-button">Tweet</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:"Mon, 30 Aug 2010 13:00: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:"James Huff";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:24:"Matt: Hiking in Alta, UT";s: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=35515";s: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:33:"http://ma.tt/2010/08/hiking-alta/";s: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:4950:"<p>A short hike up to Cecret Lake and along Sugarloaf peak in Little Cottonwood Canyon near Alta, UT. The Wasatch Mountains are a great place to be outdoors. Guest photographer: <a href="http://designsimply.com/">Sheri Bigelow</a>.</p>\n<p><span id="more-35515"></span></p>\n\n<a href="http://ma.tt/2010/08/hiking-alta/img_1242/#image" title="IMG_1242"><img width="195" height="146" src="http://s.ma.tt/files/2010/08/IMG_1242-195x146.jpg" class="attachment-thumbnail" alt="IMG_1242" title="IMG_1242" /></a>\n<a href="http://ma.tt/2010/08/hiking-alta/img_1245/#image" title="IMG_1245"><img width="195" height="146" src="http://s.ma.tt/files/2010/08/IMG_1245-195x146.jpg" class="attachment-thumbnail" alt="IMG_1245" title="IMG_1245" /></a>\n<a href="http://ma.tt/2010/08/hiking-alta/img_1252/#image" title="IMG_1252"><img width="195" height="146" src="http://s.ma.tt/files/2010/08/IMG_1252-195x146.jpg" class="attachment-thumbnail" alt="IMG_1252" title="IMG_1252" /></a>\n<a href="http://ma.tt/2010/08/hiking-alta/img_1254/#image" title="IMG_1254"><img width="157" height="210" src="http://s.ma.tt/files/2010/08/IMG_1254-157x210.jpg" class="attachment-thumbnail" alt="IMG_1254" title="IMG_1254" /></a>\n<a href="http://ma.tt/2010/08/hiking-alta/img_1260/#image" title="IMG_1260"><img width="195" height="146" src="http://s.ma.tt/files/2010/08/IMG_1260-195x146.jpg" class="attachment-thumbnail" alt="IMG_1260" title="IMG_1260" /></a>\n<a href="http://ma.tt/2010/08/hiking-alta/img_1265/#image" title="IMG_1265"><img width="195" height="146" src="http://s.ma.tt/files/2010/08/IMG_1265-195x146.jpg" class="attachment-thumbnail" alt="IMG_1265" title="IMG_1265" /></a>\n<a href="http://ma.tt/2010/08/hiking-alta/img_1281/#image" title="IMG_1281"><img width="195" height="146" src="http://s.ma.tt/files/2010/08/IMG_1281-195x146.jpg" class="attachment-thumbnail" alt="IMG_1281" title="IMG_1281" /></a>\n<a href="http://ma.tt/2010/08/hiking-alta/img_1284/#image" title="IMG_1284"><img width="157" height="210" src="http://s.ma.tt/files/2010/08/IMG_1284-157x210.jpg" class="attachment-thumbnail" alt="I wanted to climb higher but the metal was freezing." title="IMG_1284" /></a>\n<a href="http://ma.tt/2010/08/hiking-alta/img_1295/#image" title="IMG_1295"><img width="157" height="210" src="http://s.ma.tt/files/2010/08/IMG_1295-157x210.jpg" class="attachment-thumbnail" alt="IMG_1295" title="IMG_1295" /></a>\n<a href="http://ma.tt/2010/08/hiking-alta/img_1297/#image" title="IMG_1297"><img width="195" height="146" src="http://s.ma.tt/files/2010/08/IMG_1297-195x146.jpg" class="attachment-thumbnail" alt="IMG_1297" title="IMG_1297" /></a>\n<a href="http://ma.tt/2010/08/hiking-alta/img_1303/#image" title="IMG_1303"><img width="195" height="146" src="http://s.ma.tt/files/2010/08/IMG_1303-195x146.jpg" class="attachment-thumbnail" alt="Cecret lake" title="IMG_1303" /></a>\n<a href="http://ma.tt/2010/08/hiking-alta/img_1306/#image" title="IMG_1306"><img width="195" height="146" src="http://s.ma.tt/files/2010/08/IMG_1306-195x146.jpg" class="attachment-thumbnail" alt="IMG_1306" title="IMG_1306" /></a>\n<a href="http://ma.tt/2010/08/hiking-alta/img_1309/#image" title="IMG_1309"><img width="195" height="146" src="http://s.ma.tt/files/2010/08/IMG_1309-195x146.jpg" class="attachment-thumbnail" alt="IMG_1309" title="IMG_1309" /></a>\n<a href="http://ma.tt/2010/08/hiking-alta/img_1318/#image" title="IMG_1318"><img width="195" height="146" src="http://s.ma.tt/files/2010/08/IMG_1318-195x146.jpg" class="attachment-thumbnail" alt="IMG_1318" title="IMG_1318" /></a>\n<a href="http://ma.tt/2010/08/hiking-alta/img_1320/#image" title="IMG_1320"><img width="195" height="146" src="http://s.ma.tt/files/2010/08/IMG_1320-195x146.jpg" class="attachment-thumbnail" alt="IMG_1320" title="IMG_1320" /></a>\n<a href="http://ma.tt/2010/08/hiking-alta/img_1330-2/#image" title="IMG_1330"><img width="195" height="146" src="http://s.ma.tt/files/2010/08/IMG_1330-195x146.jpg" class="attachment-thumbnail" alt="IMG_1330" title="IMG_1330" /></a>\n<a href="http://ma.tt/2010/08/hiking-alta/img_1337-2/#image" title="IMG_1337"><img width="195" height="146" src="http://s.ma.tt/files/2010/08/IMG_1337-195x146.jpg" class="attachment-thumbnail" alt="IMG_1337" title="IMG_1337" /></a>\n<a href="http://ma.tt/2010/08/hiking-alta/img_1341-2/#image" title="IMG_1341"><img width="195" height="146" src="http://s.ma.tt/files/2010/08/IMG_1341-195x146.jpg" class="attachment-thumbnail" alt="IMG_1341" title="IMG_1341" /></a>\n<a href="http://ma.tt/2010/08/hiking-alta/img_1345-2/#image" title="IMG_1345"><img width="157" height="210" src="http://s.ma.tt/files/2010/08/IMG_1345-157x210.jpg" class="attachment-thumbnail" alt="IMG_1345" title="IMG_1345" /></a>\n<a href="http://ma.tt/2010/08/hiking-alta/img_1363/#image" title="IMG_1363"><img width="195" height="146" src="http://s.ma.tt/files/2010/08/IMG_1363-195x146.jpg" class="attachment-thumbnail" alt="Alta sticker, now on my laptop" title="IMG_1363" /></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:"Mon, 30 Aug 2010 02:38: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:"sheri";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:61:"Weblog Tools Collection: WordPress and the Fatal Memory Error";s: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=8508";s: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/2010/08/29/wordpress-and-the-fatal-memory-error/";s: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:3108:"<p class="fb-like"></p><p>Remember the old days when your computer would crash because you were running too many applications simultaneously?  Well, you might be surprised to know that <a href="http://wordpress.org/">WordPress</a> can fall victim to the very same thing.</p>\n<p>You see, your server may be packed with 4 GB of RAM, but that doesn&#8217;t mean that all 4 GB have been allocated to PHP on your account.  In fact, most decent hosting providers only allocate 32 MB to PHP under each account.  Now, most WordPress installations with a good amount of plugins will run fine under 32 MB, but there&#8217;s always a chance that one more plugin or one seemingly innocent admin panel task (like exporting or importing posts) may put you over the edge, and you&#8217;ll see either a blank screen or the infamous error which starts off something like &#8220;Fatal error: Allowed memory size of 33554432 bytes exhausted.&#8221;</p>\n<p>If you see a blank screen, refer to <a href="http://weblogtoolscollection.com/archives/2010/08/17/wordpress-and-the-white-screen-of-death/">WordPress and the White Screen of Death</a> before continuing.</p>\n<p><strong>Update:</strong> Thanks to Big Dave Zatz for reminding me that if you see this error either suddenly (no specific task was done to cause the error) or frequently, try deactivating all plugins to rule-out a plugin-specific issue and try switching themes to rule-out a theme-specific issue.</p>\n<p>If you see the infamous fatal memory error, there are three things that you can do before asking your hosting provider for assistance.  Which method you use depends entirely on your server configuration.  If one method doesn&#8217;t work, try the next.  Keep in mind that most hosting providers closely monitor memory overrides and don&#8217;t take too kindly to frequent use.</p>\n<p>1. If you&#8217;re using WordPress 2.9.2 or lower, try adding <code>define(''WP_MEMORY_LIMIT'', ''256M'');</code> to your wp-config.php file.  If you&#8217;re using WordPress 3.0 or higher, WordPress automatically does this for a variety of tasks, so there&#8217;s really no reason to try it in this case.</p>\n<p>2. If you can edit or override the system php.ini file, increase the memory limit.  For example, <code>memory_limit = 256M</code></p>\n<p>3. If you cannot edit or override the system php.ini file, add <code>php_value memory_limit 256M</code> to your .htaccess file.</p>\n<p>If neither of these work, it&#8217;s time to ask your hosting provider to temporarily increase PHP&#8217;s memory allocation on your account.  Keep in mind that most decent hosting providers allocate 32 MB to PHP under each account, and most decent hosting providers allow users to temporarily increase the memory allocation.  If your hosting provider won&#8217;t accommodate you, perhaps it&#8217;s time to find a new hosting provider.</p>\n<p>As always, if you need further assistance, the volunteers in the <a href="http://wordpress.org/support/">WordPress Support Forums</a> will be more than happy to help you.</p>\n<a href="http://twitter.com/share" class="twitter-share-button">Tweet</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:"Sun, 29 Aug 2010 13:00: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:10:"James Huff";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 08/28";s: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=8505";s: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/2010/08/28/wordpress-plugin-releases-for-0828-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:2350:"<p class="fb-like"></p><h3>New plugins</h3>\n<p><a href="http://marquex.posterous.com/pages/custom-sidebars"><strong>Custom sidebars</strong></a> allows you to create your own widgetized areas and custom sidebars, and select what sidebars to use for each post or page.</p>\n<p><a href="http://wordpress.org/extend/plugins/lbak-user-tracking/"><strong>LBAK User Tracking</strong></a> is a fully featured, page by page tracking plugin for your blog.</p>\n<p><a href="http://wordpress.org/extend/plugins/simple-seo/"><strong>Simple SEO</strong></a> lets you optimize your web site or blog by changing the title and menu output for any page or post.</p>\n<p><a href="http://scribu.net/wordpress/term-management-tools"><strong>Term Management Tools</strong></a> allows you to merge terms and change the category hierarchy more easily.</p>\n<p><a href="http://wordpress.org/extend/plugins/user-agent-theme-switcher/"><strong>UserAgent Theme Switcher</strong></a> lets you change the theme to be displayed according to the detected browser.</p>\n<h3>Updated plugins</h3>\n<p>The <a href="http://wordpress.org/extend/plugins/add-to-any/"><strong>AddToAny: Share/Bookmark/Email Button</strong></a> helps people share, bookmark, and email your posts and pages using any service, such as Facebook, Twitter, Google Buzz, Digg, Delicious, and well over 100 more social bookmarking and sharing sites.</p>\n<p><a href="http://wordpress.org/extend/plugins/backwpup/"><strong>BackWPup</strong></a> allows you to backup your WordPress blog database and files.</p>\n<p><a href="http://wordpress.org/extend/plugins/eshop/"><strong>eShop</strong></a> is an accessible shopping cart plugin for WordPress, packed with various features.</p>\n<p><a href="http://wordpress.org/extend/plugins/user-avatar/"><strong>User Avatar</strong></a> provides a thumbnail area in Your Profile, for users to upload and crop new images in an overlay to be saved and stored to their profile.</p>\n<p><a href="http://wordpress.org/extend/plugins/wptouch/"><strong>WPtouch</strong></a> automatically transforms your WordPress blog into an iPhone application-style theme, complete with ajax loading articles and effects, when viewed from an iPhone, iPod touch, Android, Opera Mini, Palm Pre and BlackBerry Storm mobile devices.</p>\n<a href="http://twitter.com/share" class="twitter-share-button">Tweet</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:"Sat, 28 Aug 2010 13:00: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:"James Huff";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:79:"Weblog Tools Collection: Should You Remove Post Dates from 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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=8477";s: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:107:"http://weblogtoolscollection.com/archives/2010/08/27/should-you-remove-post-dates-from-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:7610:"<p class="fb-like"></p><p>You may be wondering why anyone would want to do this. Think about it, you probably have hundreds of articles that you wrote years ago and when those same articles appear on Google search engine results, the dates appear next to the description. Ãƒâ€š You might think that this is great, users searching the web should be able to see when an article originally published, but research shows that users <a title="Move Post Date to Bottom of Post - Tim Ferriss" href="http://www.fourhourworkweek.com/blog/2009/06/29/how-to-build-a-high-traffic-blog-without-killing-yourself/" target="_self">discriminate </a>against older content just because it is old. An article that may be valuable despite its age would be subject to a user completely ignoring it and would click on the newer article, just because it was newer.</p>\n<p><a href="http://weblogtoolscollection.com/wp-content/uploads/2010/08/post-date-wordpress.png" rel="thumbnail"><img class="alignnone size-full wp-image-8478" title="post-date-wordpress" src="http://weblogtoolscollection.com/wp-content/uploads/2010/08/post-date-wordpress.png" alt="" width="538" height="244" /></a></p>\n<p>As you can see in the image above, the search results page lists the post date for the article followed by the description.</p>\n<p>Do not confuse the intent here, if you are running a news site or writing about topics whose value is short lived then the adequate thing to do is to continue using dates. However if your traffic from search engines is suffering from users who refuse to visit an old article (and your topics are timeless) then you might want to consider removing the post date from your articles.</p>\n<h3>So how would you go about removing dates in WordPress?</h3>\n<p>Google is smart about locating dates on posts so you have to be aware of all the dates present on your WordPress site. Based on discussions on the web it appears that Google uses the post date when listed on a page and when the post date is missing, Google uses dates in comments and even within the post itself. So removing dates will take some cunning.</p>\n<p>In order to remove the post date from the posts on your WordPress site you will have to remove the post date from your themeÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢s template file. In terms of indexing the post date, it appears that Google uses the post date from the single post and not the archive, so for the sake of users and simplicity we are only going to remove the post date from the ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œsingle.phpÃƒÂ¢Ã¢â€šÂ¬Ã‚Â template file.</p>\n<p><strong>WARNING! </strong>Before proceeding with the modification of any template files, please make sure that you back up your files.</p>\n<p><strong>Remove date from single posts</strong></p>\n<p><strong>1.</strong> Open the single.php file located in the theme directory in WordPress (usually server//wordpress/wp-content/themes/your theme name).</p>\n<p><strong>2.</strong> Locate the following line of code and remove it (or comment it out) from the template;</p>\n<p><strong>&lt;?php the_time(); ?&gt;</strong></p>\n<p><strong> </strong></p>\n<p>Note: The code used by the theme developer may vary from theme to theme and location so make sure you look for the <strong>&lt;?php the_time</strong> within the <em>single.php</em> template to be sure.</p>\n<p><strong>3. </strong>Save the changes and refresh your website to see the modification. If the changes don&#8217;t appear right away make sure to clear the cache if you are using a plugin like WP-Supercache.</p>\n<p><strong>Remove date from comments</strong></p>\n<p>In order to make sure that Google cannot find a date on your blog post we will also need to remove the dates associated with comments. This can be a bit frustrating for users who want to follow a comment thread so it is entirely up to you.</p>\n<p><strong>1.</strong> Open the comments.php file located in the theme directory in WordPress (usually server//wordpress/wp-content/themes/your theme name).</p>\n<p><strong>2.</strong> Locate the following line of code and remove it (or comment it out) from the template;</p>\n<p><strong>&lt;?php comment_date() ?&gt;</strong></p>\n<p>Note: The code used by the theme developer may vary from theme to theme and location so make sure you look for theÃƒâ€š <strong>&lt;?php the_time</strong> within the<em> comments</em><em>.php</em> template to be sure.</p>\n<p><strong>3. </strong>Save the changes and refresh your website to see the modification. If the changes don&#8217;t appear right away make sure to clear the cache if you are using a plugin like WP-Supercache.</p>\n<p>When removing these PHP functions make sure that you take into account the formatting of your posts and comments to ensure that the removal of this element doesn&#8217;t interfere with your theme&#8217;s design or break the code.</p>\n<p>After these changes are made you will need to wait a couple of hours or days in order for Google&#8217;s index to reflect those changes. The variance in time is due to your site&#8217;s crawl rate so if your site is very popular and is crawled frequently you may see the update in hours. If your site still appears in the search results with the date, make sure you visit the page and search for the date, remember even dates within the content (originally published on [date]) will be used by Google to stamp a date on the site.</p>\n<p><strong>Other solutions for the removal of comments and post dates</strong></p>\n<p>If you use a commenting system like <a title="Disqus Home Page" href="http://www.disqus.com" target="_self">Disqus </a>or <a title="IntenseDebate Homepage" href="http://www.intensedebate,com" target="_self">IntenseDebate </a>that is based on JavaScript then there is no concern for the removal of the date from the comments template. If you are using an older version of WordPress or you feel a bit adventurous you could download the <a title="Date Exclusion SEO Plugin" href="http://wordpress.org/extend/plugins/date-exclusion-seo-plugin/" target="_self">Date Exclusion SEO</a> Plugin from the WordPress plugin directory, just keep in mind that the plugin hasn&#8217;t been updated in over 500 days and it&#8217;s officially compatible up to 2.71.</p>\n<h3>Will You Remove Dates from Your Posts?</h3>\n<p>I&#8217;ve mentioned some of the Pro&#8217;s related to removal of post and comment dates on your blog:</p>\n<ul>\n<li>Users searching for content on search engines are more likely to click on your link compared to others with older dates.</li>\n<li>Visitors arriving from search engines will not discriminate the age of the content and will instead focus on the content itself, which should increase readership, time on site, etc.</li>\n</ul>\n<p>Of course, as with anything as radical as this there can be some repercussions:</p>\n<ul>\n<li>If you employ this &#8220;hack&#8221; and you run a news site, visitors will arrive, but will quickly realize that the content is dated and leave the site.</li>\n<li>Some users like to know when an article was published and may get frustrated if there is no publish date.</li>\n<li>If you decide to stay away from Disqus or IntenseDebate to manange your comments and remove the dates from the comments, users may be confused and frustrated because they can&#8217;t follow a comment thread or identify when it a particular comment was posted. In which case they respond by leaving the site or by leaving a nice comment.</li>\n</ul>\n<p>If the content on your blog is timeless and you could increase the amount of traffic coming to your blog from search engines, would you remove the post and comment dates?</p>\n<a href="http://twitter.com/share" class="twitter-share-button">Tweet</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, 27 Aug 2010 23:24: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:15:"Gilberto Perera";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:57:"Weblog Tools Collection: Choose Your Panels for SXSW 2011";s: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=8498";s: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://weblogtoolscollection.com/archives/2010/08/27/choose-your-panels-for-sxsw-2011/";s: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:1710:"<p class="fb-like"></p><p>The <a href="http://www.sxsw.com/">SXSW</a> staff wants to hear your feedback on the proposed panels for SXSW 2011.  Your votes on the proposed panels will account for 30% of the final vote, so <a href="http://panelpicker.sxsw.com/">start voting today</a>!</p>\n<p>Currently, there are ten <a href="http://wordpress.org/">WordPress</a>-related panel proposals awaiting your feedback:</p>\n<ul>\n<li><a href="http://panelpicker.sxsw.com/ideas/view/6172">Beyond Blogging: WordPress is a CMS</a></li>\n<li><a href="http://panelpicker.sxsw.com/ideas/view/7227">DonÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢t Be Ashamed to Use WordPress</a></li>\n<li><a href="http://panelpicker.sxsw.com/ideas/view/7616">Essential WordPress Search Metrics</a></li>\n<li><a href="http://panelpicker.sxsw.com/ideas/view/8054">Knocking Out Application Layer and Open Source Threats</a></li>\n<li><a href="http://panelpicker.sxsw.com/ideas/view/6870">Life After Blackbaud</a></li>\n<li><a href="http://panelpicker.sxsw.com/ideas/view/6179">Making Money with WordPress (Without Working at Automattic)</a></li>\n<li><a href="http://panelpicker.sxsw.com/ideas/view/6255">Web Development Simplified: Unifying Multiple Tools and Platforms</a></li>\n<li><a href="http://panelpicker.sxsw.com/ideas/view/7794">WordPress: The Small Business Swiss Army Knife</a></li>\n<li><a href="http://panelpicker.sxsw.com/ideas/view/6801">WordPress 3.0: The TV Series Publishing Platform</a></li>\n<li><a href="http://panelpicker.sxsw.com/ideas/view/7023">Yahoo! and WordPress: A Marriage Made in Hell</a></li>\n</ul>\n<p>Are you planning to attend SXSW 2011?  Which panel proposals captured your interest?</p>\n<a href="http://twitter.com/share" class="twitter-share-button">Tweet</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, 27 Aug 2010 13:00: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:10:"James Huff";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:48:"Alex King: Vote for these SxSWi WordPress Panels";s: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=4626";s: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://alexking.org/blog/2010/08/26/sxswi-wordpress-panels";s: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:1394:"<p>It&#8217;s that time of year to promote your SxSW panels. I&#8217;m slated for two WordPress panels I&#8217;d like you to consider voting for.</p>\n<ol>\n<li><a href="http://panelpicker.sxsw.com/ideas/view/6172" rel="external">Beyond Blogging: WordPress is a CMS</a> &#8211; much of the work that we do at <a href="http://crowdfavorite.com">Crowd Favorite</a> is creating advanced CMS websites with WordPress. It&#8217;s what&#8217;s driven us to create the <a href="http://carringtontheme.com">Carrington theme platform</a> and <a href="http://crowdfavorite.com/wordpress/carrington-build/">Carrington Build</a>.</li>\n<li><a href="http://panelpicker.sxsw.com/ideas/view/6179" rel="external"> Making Money with WordPress (Without Working at Automattic)</a> &#8211; I&#8217;ve really enjoyed talking shop with Shane and Peter as we&#8217;ve gotten to know each other over the last few years. Though our shops are very different we have similar experiences and challenges. We&#8217;re all trying to create great things, support the community and support ourselves and our teams at the same time.</li>\n</ol>\n<p>Both of these have great groups of panelists/moderators and I think they&#8217;d be great events at SxSWi for WordPress developers, consultants and users.</p>\n<p>Thanks for your consideration.</p>\n<img src="http://alexking.org/wp/?ak_action=api_record_view&id=4626&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:"Thu, 26 Aug 2010 19:30:28 +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: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:59:"Weblog Tools Collection: WordPress Theme Releases for 08/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:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=8490";s: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/2010/08/26/wordpress-theme-releases-for-0826-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:2616:"<p class="fb-like"></p><p><img class="alignnone size-full wp-image-8491" title="Albizia" src="http://weblogtoolscollection.com/wp-content/uploads/2010/08/albizia.jpg" alt="albizia" width="150" height="114" /></p>\n<p><a href="http://albizia.itx.web.id/"><strong>Albizia</strong></a> is a dark theme with 5 different color schemes and configurable options such as right or left or holy grail or no sidebar, magazine style or traditional style, custom header, and custom background.</p>\n<p><img class="alignnone size-full wp-image-8492" title="Columbus" src="http://weblogtoolscollection.com/wp-content/uploads/2010/08/columbus.jpg" alt="columbus" width="150" height="120" /></p>\n<p><a href="http://www.wpexplorer.com/columbus-wordpress-theme.html"><strong>Columbus</strong></a> comes with a very clean and elegant design and some really great premium-like features.</p>\n<p><img class="alignnone size-full wp-image-8493" title="Modern Wood" src="http://weblogtoolscollection.com/wp-content/uploads/2010/08/modernwood.jpg" alt="modern wood" width="150" height="120" /></p>\n<p><a href="http://www.wpexplorer.com/modern-wood-wordpress-theme.html"><strong>Modern Wood</strong></a> features a beautiful dark layout with a wooden background and some amazing CSS3 features.</p>\n<p><img class="alignnone size-full wp-image-8494" title="Third Style" src="http://weblogtoolscollection.com/wp-content/uploads/2010/08/thirdstyle.jpg" alt="third style" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/third-style"><strong>Third Style</strong></a> is based on the theme Twenty Ten, comes with 11 new header backgrounds, and supports six widgetized areas (two in the sidebar, four in the footer).</p>\n<p><img class="alignnone size-full wp-image-8495" title="TL Tweets" src="http://weblogtoolscollection.com/wp-content/uploads/2010/08/tltweets.jpg" alt="tl tweets" width="150" height="113" /></p>\n<p><a href="http://www.themelab.com/2010/08/25/tl-tweets-free-wordpress-theme/"><strong>TL Tweets</strong></a> is a free WordPress theme, designed to be used as an archive for your tweets, while automatically creating new posts from your Twitter feed.</p>\n<p><img class="alignnone size-full wp-image-8496" title="Webmagazine" src="http://weblogtoolscollection.com/wp-content/uploads/2010/08/webmagazine.jpg" alt="webmagazine" width="150" height="107" /></p>\n<p><a href="http://wordpress.org/extend/themes/webmagazine"><strong>Webmagazine</strong></a> is a WordPress magazine theme built on the Twenty Ten default WordPress theme.</p>\n<a href="http://twitter.com/share" class="twitter-share-button">Tweet</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:"Thu, 26 Aug 2010 13:00:02 +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:"James Huff";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:54:"WP Blackberry: WordPress for BlackBerry 1.4.1 Released";s: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:38:"http://blackberry.wordpress.org/?p=360";s: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://blackberry.wordpress.org/2010/08/25/release-1-4-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3317:"<div>\n<p>WordPress for BlackBerry version 1.4.1 has been released toÃƒâ€š <a href="http://appworld.blackberry.com/webstore/content/5802">BlackBerry App World</a>.</p>\n<p>Depending on your region or country, you might not see the latest version in the BlackBerry App World, but on your device you should now already see the latest version 1.4.1.</p>\n<p>It was a bug squashing release, including:</p>\n<ul>\n<li>Fixed empty title issue for those blogs with ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œSite TitleÃƒÂ¢Ã¢â€šÂ¬Ã‚Â field set to empty value.</li>\n<li>Fixed an issue on the comments screen that doesnÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢t permit editing of comments with weird characters within URL or e-mail field.</li>\n<li>Introduced a better integration with the VideoPress service and the WordPress.com Space-Upgrade option.</li>\n<li>Added support for the blog shortcut icon.</li>\n<li>Minor bug fixing.</li>\n</ul>\n<a href="http://blackberry.wordpress.org/2010/08/25/release-1-4-1/#gallery-2-slideshow">Click to view slideshow.</a>\n<p>The app now supports the following languages:<br />\nEnglish<br />\nItalian<br />\nFinnish [Thanks Apuasi]<br />\nFrench [Thanks Yann Nave]<br />\nIndonesian [Thanks Kate of Pixel Insert]<br />\nGerman [Thanks Frank Wessel]<br />\nPortuguese (Portugal) [Thanks JosÃƒÆ’Ã‚Â© Fontainhas]<br />\nJapanese [Thanks Nao]<br />\nSpanish [Thanks danivloven]<br />\nColombian Spanish [Thanks Blanca Mancilla]<br />\nPolish [Thanks waclawjacek]</p>\n<p>Interested in translating the app ? VisitÃƒâ€š <a href="http://translate.wordpress.org/projects">translate.wordpress.org/projects</a>.</p>\n<p>Have questions or feedback that would enhance the app ? Please visit theÃƒâ€š <a href="http://blackberry.forums.wordpress.org/">WordPress for BlackBerry forums</a>.</p>\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wpblackberry.wordpress.com/360/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wpblackberry.wordpress.com/360/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wpblackberry.wordpress.com/360/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wpblackberry.wordpress.com/360/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wpblackberry.wordpress.com/360/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wpblackberry.wordpress.com/360/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wpblackberry.wordpress.com/360/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wpblackberry.wordpress.com/360/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wpblackberry.wordpress.com/360/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wpblackberry.wordpress.com/360/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wpblackberry.wordpress.com/360/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wpblackberry.wordpress.com/360/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wpblackberry.wordpress.com/360/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wpblackberry.wordpress.com/360/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blackberry.wordpress.org&amp;blog=8247031&amp;post=360&amp;subd=wpblackberry&amp;ref=&amp;feed=1" 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:"Wed, 25 Aug 2010 13:55: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Danilo";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:58:"Weblog Tools Collection: WordPress Support Forum All-stars";s: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=8465";s: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/2010/08/25/wordpress-support-forum-all-stars/";s: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:11720:"<p class="fb-like"></p><p><a href="http://wordpress.org/">WordPress</a> is a powerful blogging platform with a large community volunteering its time to provide support to users in the <a href="http://wordpress.org/support/">WordPress Support Forums</a>.</p>\n<p>Last week, the WordPress Support Forums mailing list presented nominations for the top active support forum volunteers.  These volunteers were nominated for being active on the support forums within the last month and for helping multiple users almost every day on their own free time.  The nominees were then organized by the number of topics they have been involved in since joining the forums to find this year&#8217;s top fifteen.</p>\n<p>If you stopped by the WordPress Support Forums this year, you were probably helped by one of these fifteen volunteers, or you at least got the chance to see them in action.</p>\n<p>Without further delay, here are the top fifteen active WordPress Support Forum volunteers:</p>\n<p><a href="http://quirm.net"><strong>Mel &#8220;esmi&#8221; Pedley</strong></a>: Professional web developer since 2001 with a special interest in CSS, web accessibility and, more recently, all things WordPress. Spent a number of years in a previous life running IT support in the public sector. Old habits die hard. [<a href="http://wordpress.org/support/profile/esmi">forum profile</a>]</p>\n<p><a href="http://golfoutofcontrol.com"><strong>Samuel &#8220;samboll&#8221; Bollinger</strong></a>: I am a landscape architect by trade and am an avid golfer and camper. I originally started using WordPress back in the 1.5.x series for a business site. I became active in the forums when version 2.0 came out. Can&#8217;t remember exactly when I became a mod, but just came to forums one day and saw I was&#8230;thought that was a weird way to do it at the time, but years later and I&#8217;m still here. I use and support WordPress because of the community and transparency of all levels of the WordPress hierarchy. [<a href="http://wordpress.org/support/profile/samboll">forum profile</a>]</p>\n<p><a href="http://www.solo-technology.com/blog/"><strong>Chris &#8220;Chris_K&#8221; Kasten (fka HandySolo)</strong></a>: I&#8217;m Director of Technical Operations by day, an independent consultant by night and experienced in a wide range of technologies. I got involved with WordPress support back in 2005 when I had some questions, found the forum and realized I could answer others&#8217; questions while waiting on my own answers. Volunteered to help clean up mangled forum posts shortly afterward and have been a mod ever since. [<a href="http://wordpress.org/support/profile/handysolo">forum profile</a>]</p>\n<p><a href="http://www.macmanx.com/"><strong>James &#8220;MacManX&#8221; Huff</strong></a>: When I started using WordPress six years ago, I had no clue what a &#8220;server&#8221; was, I though PHP was pronounced ffp, and I think I killed my blog eight times during the first hour. I would never have made it as far as I did without the WordPress Support Forums. Now, I&#8217;m happy to donate my time to help others, just like the forum volunteers from years ago helped me. [<a href="http://wordpress.org/support/profile/macmanx">forum profile</a>]</p>\n<p><a href="http://ottopress.com/"><strong>Otto</strong></a>: I live in Memphis, TN, and make beer in my spare time. I&#8217;ve been doing this sort of thing for about 5 years, and recently got hired by Matt as his &#8220;Tech Ninja&#8221;. So I&#8217;m actually paid to help people out now. [<a href="http://wordpress.org/support/profile/otto42">forum profile</a>]</p>\n<p><a href="http://www.transformationpowertools.com/wordpress"><strong>Michael &#8220;alchymyth&#8221; Stolze</strong></a>: I am a senior scientist, with interests in logic and computing since the early days of &#8220;fortran&#8221; and &#8220;assembler&#8221;. I began using WordPress and visiting the support forum while I was remodeling a website for a friend; and now I am part-time building web sites and WordPress themes. My life&#8217;s motto: &#8220;I am here to help.&#8221; [<a href="http://wordpress.org/support/profile/alchymyth">forum profile</a>]</p>\n<p><a href="http://www.rvoodoo.com"><strong>James &#8220;Rev. Voodoo&#8221; Yeo</strong></a>: I&#8217;ve tried to make my own website since 1993 when I got my first email account in university.  I&#8217;ve hand coded, and I&#8217;ve tried just about every package out there.  WordPress finally made it fun! [<a href="http://wordpress.org/support/profile/rvoodoo">forum profile</a>]</p>\n<p><a href="http://wordpress.org/support/profile/mercime"><strong>mercime</strong></a>: My first WP site was a WPMU 1.2.1 install in 2007 to consolidate all blogs I set up with Greymatter (CGI) in 2002 and self-hosted Blogger sites set up in 2003 under one admin for a church. I believe in the power of giving and giving back. Even though I am neither a coder or programmer, I go to the WP/BP forums and try to help others out where I can. For it is in giving that we receive &#8230; more than we even hope for. [<a href="http://wordpress.org/support/profile/mercime">forum profile</a>]</p>\n<p><a href="http://wordpress.org/support/profile/claytonjames"><strong>Clayton &#8220;ClaytonJames&#8221; James</strong></a>: My involvement with WordPress started after a year-long trial of installing, evaluating and then discarding more than a dozen other blogging and content management systems that just didn&#8217;t live up to my expectations. After only a month with WordPress I knew I had found the right solution. Being involved with support in the forums has taught me almost as much about myself as it has about WordPress. It&#8217;s a pleasure belonging to a support community that&#8217;s always so willing to share its collective patience and knowledge with others. [<a href="http://wordpress.org/support/profile/claytonjames">forum profile</a>]</p>\n<p><a href="http://t31os.wordpress.com"><strong>Mark &#8220;t31os&#8221; Duncan</strong></a>: In my spare time I write hacks, plugins or provide support in the forums for WordPress (it&#8217;s great fun &#8211; generally) and it&#8217;s also nice sharing back what I know about code with the community, there&#8217;s also the satisfying feeling you get when you&#8217;ve helped someone troubleshoot a problem, create a custom hack or add some special functionality to their site (I think we all know that feeling). [<a href="http://wordpress.org/support/profile/t31os_">forum profile</a>]</p>\n<p><a href="http://www.gangleri.nl"><strong>Roy</strong></a>: I used to have an html website, but in April/May 2007 I switched to WordPress. Being unfamiliar with CSS, PHP, XHTML, etc. (and still!) I frequently used the forums to clear things up. After a while I could answer other user&#8217;s more basic questions myself and this is still the case. I just check every once in a while if there are questions that I can answer, because I think it would be a shame if a new user with a simple question would get stuck early in his/her WordPress experience on something (relatively) simple. Also I check the forums frequently because it is usually the first place to learn about large or small hacks, hiccups in the software, etc. [<a href="http://wordpress.org/support/profile/gangleri">forum profile</a>]</p>\n<p><a href="http://ipstenu.org"><strong>Mika A. Epstein</strong></a>: I work for &#8220;the man&#8221; at a large, multi-national bank, but I help with WordPress because the Communist/Socialist in me thinks that if we make the code better, we help make the world better.  WordPress has caused me to master all sorts of bizarre talents I never would have thought possible. It&#8217;s even helped me to be better at my &#8220;real job&#8221; because of the coding ideas I&#8217;ve come across in the WP community.  No one thinks better sideways than the WordPress Devs! [<a href="http://wordpress.org/support/profile/ipstenu">forum profile</a>]</p>\n<p><a href="http://markratledge.com"><strong>Mark &#8220;songdogtech&#8221; Ratledge</strong></a>: I got involved helping out in the WordPress.org forums after I found lots of help there myself. I&#8217;ve been developing WordPress sites for individuals and non-profits for a few years now. As well as working in IT and being a technology journalist, I&#8217;ve been a carpenter, mechanic and have taught university-level English and literature. [<a href="http://wordpress.org/support/profile/songdogtech">forum profile</a>]</p>\n<p><a href="http://www.misthaven.org.uk/blog/"><strong>mrmist</strong></a>: I got into WordPress a few years ago after switching when MoveableType were having something of an identity crisis.  Since then I have been getting more involved with the community, picking up bits of knowledge here and there.  These days I am mostly active around the forums and Codex, and I try my best to submit simple patches to the code base. [<a href="http://wordpress.org/support/profile/mrmist">forum profile</a>]</p>\n<p><a href="http://wpmututorials.com/"><strong>Andrea &#8220;andrea_r&#8221; Rennick</strong></a>: I became a user of WordPress MU a good three years ago &#8211; when it was in pre-beta stage. I was just your typical mom at home, teaching my kids, and I wanted to create a community for other homeschoolers to have blogs all in one location, so we could find &amp; support each other. It took me a month just to get everything running. I was spending so much time in the MU support forum finding answers, eventually I was helping others. [<a href="http://wordpress.org/support/profile/andrea_r">forum profile</a>] (Note: Andrea was <a href="http://mu.wordpress.org/forums/profile/8554">highly active</a> in the WordPress MU Support Forums before they were closed a month ago.)</p>\n<p>No support forum would be complete without moderators.  The following moderators are currently active in the forums and deserve an extra round of applause. Not only are they tasked with keeping the forums organized and free of spam, but most of them are volunteers as well.</p>\n<p><a href="http://blogwaffe.com/">Michael &#8220;mdawaffe&#8221; Adams</a>, <a href="http://losingit.me.uk/">Les &#8220;LesBessant&#8221; Bessant</a>, <a href="http://designsimply.com/">Sheri &#8220;designsimply&#8221; Bigelow</a>, <a href="http://miklb.com/">Michael &#8220;miklb&#8221; Bishop</a>, <a href="http://golfoutofcontrol.com">Samuel &#8220;samboll&#8221; Bollinger</a>, <a href="http://colinger.com/">Brian &#8220;briancolinger&#8221; Colinger</a>, <a href="http://t31os.wordpress.com">Mark &#8220;t31os&#8221; Duncan</a>, <a href="http://www.macmanx.com/">James &#8220;MacManX&#8221; Huff</a>, <a href="http://www.solo-technology.com/blog/">Chris &#8220;Chris_K&#8221; Kasten</a>, <a href="http://www.misthaven.org.uk/blog/">mrmist</a>, <a href="http://www.andrewnacin.com/">Andrew &#8220;nacin&#8221; Nacin</a>, <a href="http://ottopress.com/">Otto</a>, <a href="http://quirm.net">Mel &#8220;esmi&#8221; Pedley</a>, <a href="http://wpmututorials.com/">Andrea &#8220;andrea_r&#8221; Rennick</a>, and <a href="http://profiles.wordpress.org/users/westi">Peter &#8220;westi&#8221; Westwood</a>.</p>\n<p>Obviously, this is just a small sampling of the volunteers providing help on the support forums.  If you ever helped someone on the WordPress Support Forums, give yourself a pat on the back, and keep up the amazing work.  You&#8217;re a part of something that makes WordPress one of the greatest open source blogging platforms.</p>\n<p>If you have ever been helped by one of the volunteers on the WordPress Support Forums, let them know how much you appreciated their help.</p>\n<a href="http://twitter.com/share" class="twitter-share-button">Tweet</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:"Wed, 25 Aug 2010 13:00:31 +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:"James Huff";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:49:"WordPress Podcast: First One Blog, Next an Empire";s: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://wp-community.org/?p=701";s: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://feedproxy.google.com/~r/wordpresspodcast/~3/rM6M3RFYYKc/";s: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:2192:"<p><img class="alignright size-full wp-image-722" title="Collis Ta''eed - Envato" src="http://wp-community.org/wp/wp-content/uploads/2010/08/collis-taeed-envato.jpg" alt="Collis Ta''eed - Envato" width="200" height="200" /><a href="http://twitter.com/collis">Collis TaÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢eed</a> is a  veteran blogger and co-founded the <a href="http://envato.com/">Envato</a> network of educational sites and marketplaces covering niches like freelancing  and web appÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢s and much much more. CollisÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ network of sites reaches hundreds of  thousands of readers monthly, his marketplaces are responsible for enormous  amounts of income for developers the world over and his tutorial sites are the  hallmark how-to repository for much of the web community.</p><p>Collis joined us today to share with us the mechanics of  growing initial traffic to your blog, differentiating yourself in the market and  monetizing your blog. Listen in to learn more about how to go from freelancer  to business owner.</p><p>In the news:</p><ul><li><a href="http://wordpress.org/news/2010/07/eol-for-php4-and-mysql4/">PHP 4 &amp; MySQL 4 reach end of life</a></li><li>Keep up with upcoming <a href="http://central.wordcamp.org/">WordCamps</a> in your area</li><li>Matt Mullenweg has released many of his <a href="http://ma.tt/2010/08/new-themes/">previous themes</a> (with great photo  gallery implementations)</li></ul><p>Plugin picks of the week:</p><ul><li><a href="http://wordpress.org/extend/plugins/posts-to-posts/">Posts 2 Posts</a> ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ Create  relationships between posts of different types.</li><li><a href="http://codecanyon.net/item/events-calendar-pro-wordpress-premium-plugin/109301">Events  Calendar Pro</a> ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ Rapidly create and manage events</li><li><a href="http://www.whydowork.com/blog/whydowork-adsense-plugin/">WhyDoWork</a> ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“  Insert AdSense into your blog without modifying templates</li><li><a href="http://www.social-ink.net/blog/yphplista-an-ajax-wordpress-plugin-for-phplist-integration">yphplista</a> ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ An AJAX WordPress plugin for <a href="http://www.phplist.com/">PHPlist</a> integration</li></ul> <img src="http://feeds.feedburner.com/~r/wordpresspodcast/~4/rM6M3RFYYKc" height="1" width="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:"Wed, 25 Aug 2010 06:22: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:54:"joost@pressthis.com (Joost de Valk & Frederick Townes)";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:78:"Weblog Tools Collection: 300,000 Biggest Websites, Visualized With Their Icons";s: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=8475";s: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/2010/08/24/300000-biggest-websites-visualized-with-their-icons/";s: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:639:"<p class="fb-like"></p><p><a href="http://gizmodo.com/5620681/">The 300,000 Biggest Websites, Visualized With Their Icons</a>: Gizmodo had an interesting post today about a chart/image that contains the favicons of the 300,000 most trafficked websites on the Interwebs. I thought the <a href="http://nmap.org/favicon/">interactive version</a> was interesting and found Weblog Tools Collection completely hidden right under the lower left corner of the Blogger icon. The traffic data came from Alexa and it was put together by <a href="http://nmap.org">Nmap</a>.</p>\n<a href="http://twitter.com/share" class="twitter-share-button">Tweet</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:"Tue, 24 Aug 2010 23:41: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: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: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:18:"Matt: Sync Privacy";s: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=35509";s: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:34:"http://ma.tt/2010/08/sync-privacy/";s: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:664:"<div class="blockquote"><blockquote><p>Sync took a different tack, and started off with ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œwhat if we didnÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢t want the data? What if even having that data was a failure state?ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â That led us to cryptography. Sync uses strong crypto to encode your data before it is uploaded. The secret phrase is the key to this encryption, and we never send that anywhere to keep your data secure. This really means that Mozilla canÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢t see your data, giving you full control. (Which is great, because we really donÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢t want it!)</p></blockquote></div>\n<p>via <a href="http://mozillalabs.com/sync/2010/08/24/sync-in-firefox-4-beta/">Mike Connor Ãƒâ€šÃ‚Â» Sync in Firefox 4 Beta</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, 24 Aug 2010 22:58:51 +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: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:30:"Matt: Happiness Team in Lisbon";s: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=35346";s: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:46:"http://ma.tt/2010/08/happiness-team-in-lisbon/";s: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:38070:"<p>Exploring Lisbon and Estoril with Automattic&#8217;s Happiness team, who had been having a meetup there.</p>\n<p><span id="more-35346"></span></p>\n\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0711-2/#image" title="MCM_0711"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0711-195x129.jpg" class="attachment-thumbnail" alt="MCM_0711" title="MCM_0711" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0712-3/#image" title="MCM_0712"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0712-195x129.jpg" class="attachment-thumbnail" alt="MCM_0712" title="MCM_0712" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0715-4/#image" title="MCM_0715"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0715-195x129.jpg" class="attachment-thumbnail" alt="MCM_0715" title="MCM_0715" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0716/#image" title="MCM_0716"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0716-139x210.jpg" class="attachment-thumbnail" alt="MCM_0716" title="MCM_0716" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0718-3/#image" title="MCM_0718"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0718-195x129.jpg" class="attachment-thumbnail" alt="MCM_0718" title="MCM_0718" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0720-2/#image" title="MCM_0720"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0720-139x210.jpg" class="attachment-thumbnail" alt="MCM_0720" title="MCM_0720" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0721-2/#image" title="MCM_0721"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0721-139x210.jpg" class="attachment-thumbnail" alt="MCM_0721" title="MCM_0721" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0724-2/#image" title="MCM_0724"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0724-195x129.jpg" class="attachment-thumbnail" alt="MCM_0724" title="MCM_0724" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0726-4/#image" title="MCM_0726"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0726-195x129.jpg" class="attachment-thumbnail" alt="MCM_0726" title="MCM_0726" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0729-2/#image" title="MCM_0729"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0729-195x129.jpg" class="attachment-thumbnail" alt="MCM_0729" title="MCM_0729" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0730-3/#image" title="MCM_0730"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0730-195x129.jpg" class="attachment-thumbnail" alt="MCM_0730" title="MCM_0730" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0731-2/#image" title="MCM_0731"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0731-195x129.jpg" class="attachment-thumbnail" alt="MCM_0731" title="MCM_0731" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0732-2/#image" title="MCM_0732"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0732-195x129.jpg" class="attachment-thumbnail" alt="MCM_0732" title="MCM_0732" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0734-3/#image" title="MCM_0734"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0734-195x129.jpg" class="attachment-thumbnail" alt="MCM_0734" title="MCM_0734" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0735-4/#image" title="MCM_0735"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0735-195x129.jpg" class="attachment-thumbnail" alt="MCM_0735" title="MCM_0735" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0739/#image" title="MCM_0739"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0739-195x129.jpg" class="attachment-thumbnail" alt="MCM_0739" title="MCM_0739" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0742-2/#image" title="MCM_0742"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0742-195x129.jpg" class="attachment-thumbnail" alt="MCM_0742" title="MCM_0742" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0744-2/#image" title="MCM_0744"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0744-139x210.jpg" class="attachment-thumbnail" alt="MCM_0744" title="MCM_0744" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0747-2/#image" title="MCM_0747"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0747-195x129.jpg" class="attachment-thumbnail" alt="MCM_0747" title="MCM_0747" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0749-2/#image" title="MCM_0749"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0749-139x210.jpg" class="attachment-thumbnail" alt="MCM_0749" title="MCM_0749" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0750-2/#image" title="MCM_0750"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0750-195x129.jpg" class="attachment-thumbnail" alt="MCM_0750" title="MCM_0750" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0751-4/#image" title="MCM_0751"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0751-139x210.jpg" class="attachment-thumbnail" alt="MCM_0751" title="MCM_0751" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0752-2/#image" title="MCM_0752"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0752-195x129.jpg" class="attachment-thumbnail" alt="MCM_0752" title="MCM_0752" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0754/#image" title="MCM_0754"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0754-195x129.jpg" class="attachment-thumbnail" alt="MCM_0754" title="MCM_0754" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0756/#image" title="MCM_0756"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0756-195x129.jpg" class="attachment-thumbnail" alt="MCM_0756" title="MCM_0756" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0760-2/#image" title="MCM_0760"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0760-195x129.jpg" class="attachment-thumbnail" alt="MCM_0760" title="MCM_0760" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0762/#image" title="MCM_0762"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0762-195x129.jpg" class="attachment-thumbnail" alt="MCM_0762" title="MCM_0762" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0767-2/#image" title="MCM_0767"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0767-139x210.jpg" class="attachment-thumbnail" alt="MCM_0767" title="MCM_0767" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0768/#image" title="MCM_0768"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0768-195x129.jpg" class="attachment-thumbnail" alt="MCM_0768" title="MCM_0768" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0770/#image" title="MCM_0770"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0770-195x129.jpg" class="attachment-thumbnail" alt="MCM_0770" title="MCM_0770" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0771-3/#image" title="MCM_0771"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0771-195x129.jpg" class="attachment-thumbnail" alt="MCM_0771" title="MCM_0771" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0776/#image" title="MCM_0776"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0776-139x210.jpg" class="attachment-thumbnail" alt="MCM_0776" title="MCM_0776" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0779/#image" title="MCM_0779"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0779-195x129.jpg" class="attachment-thumbnail" alt="MCM_0779" title="MCM_0779" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0783-2/#image" title="MCM_0783"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0783-195x129.jpg" class="attachment-thumbnail" alt="Clouds in sunglasses" title="MCM_0783" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0784-2/#image" title="MCM_0784"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0784-195x129.jpg" class="attachment-thumbnail" alt="MCM_0784" title="MCM_0784" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0786-2/#image" title="MCM_0786"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0786-195x129.jpg" class="attachment-thumbnail" alt="MCM_0786" title="MCM_0786" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0788-3/#image" title="MCM_0788"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0788-195x129.jpg" class="attachment-thumbnail" alt="MCM_0788" title="MCM_0788" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0789-4/#image" title="MCM_0789"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0789-195x129.jpg" class="attachment-thumbnail" alt="MCM_0789" title="MCM_0789" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0790-3/#image" title="MCM_0790"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0790-195x129.jpg" class="attachment-thumbnail" alt="MCM_0790" title="MCM_0790" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0792-2/#image" title="MCM_0792"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0792-195x129.jpg" class="attachment-thumbnail" alt="MCM_0792" title="MCM_0792" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0794-3/#image" title="MCM_0794"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0794-139x210.jpg" class="attachment-thumbnail" alt="MCM_0794" title="MCM_0794" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0799/#image" title="MCM_0799"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0799-195x129.jpg" class="attachment-thumbnail" alt="MCM_0799" title="MCM_0799" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0800/#image" title="MCM_0800"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0800-139x210.jpg" class="attachment-thumbnail" alt="MCM_0800" title="MCM_0800" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0804-3/#image" title="MCM_0804"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0804-195x129.jpg" class="attachment-thumbnail" alt="MCM_0804" title="MCM_0804" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0807-2/#image" title="MCM_0807"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0807-139x210.jpg" class="attachment-thumbnail" alt="MCM_0807" title="MCM_0807" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0810-2/#image" title="MCM_0810"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0810-195x129.jpg" class="attachment-thumbnail" alt="MCM_0810" title="MCM_0810" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0816-4/#image" title="MCM_0816"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0816-195x129.jpg" class="attachment-thumbnail" alt="MCM_0816" title="MCM_0816" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0818-2/#image" title="MCM_0818"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0818-195x129.jpg" class="attachment-thumbnail" alt="MCM_0818" title="MCM_0818" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0821-3/#image" title="MCM_0821"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0821-195x129.jpg" class="attachment-thumbnail" alt="MCM_0821" title="MCM_0821" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0822-3/#image" title="MCM_0822"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0822-195x129.jpg" class="attachment-thumbnail" alt="MCM_0822" title="MCM_0822" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0826-2/#image" title="MCM_0826"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0826-195x129.jpg" class="attachment-thumbnail" alt="MCM_0826" title="MCM_0826" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0827/#image" title="MCM_0827"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0827-195x129.jpg" class="attachment-thumbnail" alt="MCM_0827" title="MCM_0827" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0829/#image" title="MCM_0829"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0829-195x129.jpg" class="attachment-thumbnail" alt="MCM_0829" title="MCM_0829" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0831-3/#image" title="MCM_0831"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0831-139x210.jpg" class="attachment-thumbnail" alt="MCM_0831" title="MCM_0831" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0832/#image" title="MCM_0832"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0832-195x129.jpg" class="attachment-thumbnail" alt="MCM_0832" title="MCM_0832" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0833-2/#image" title="MCM_0833"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0833-195x129.jpg" class="attachment-thumbnail" alt="MCM_0833" title="MCM_0833" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0834-3/#image" title="MCM_0834"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0834-139x210.jpg" class="attachment-thumbnail" alt="MCM_0834" title="MCM_0834" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0835-2/#image" title="MCM_0835"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0835-139x210.jpg" class="attachment-thumbnail" alt="MCM_0835" title="MCM_0835" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0836-2/#image" title="MCM_0836"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0836-139x210.jpg" class="attachment-thumbnail" alt="MCM_0836" title="MCM_0836" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0837/#image" title="MCM_0837"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0837-195x129.jpg" class="attachment-thumbnail" alt="MCM_0837" title="MCM_0837" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0840-3/#image" title="MCM_0840"><img width="195" height="127" src="http://s.ma.tt/files/2010/08/MCM_0840-195x127.jpg" class="attachment-thumbnail" alt="MCM_0840" title="MCM_0840" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0842-3/#image" title="MCM_0842"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0842-139x210.jpg" class="attachment-thumbnail" alt="MCM_0842" title="MCM_0842" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0843-2/#image" title="MCM_0843"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0843-139x210.jpg" class="attachment-thumbnail" alt="MCM_0843" title="MCM_0843" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0844/#image" title="MCM_0844"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0844-195x129.jpg" class="attachment-thumbnail" alt="MCM_0844" title="MCM_0844" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0851-3/#image" title="MCM_0851"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0851-195x129.jpg" class="attachment-thumbnail" alt="Skater boy" title="MCM_0851" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0855-2/#image" title="MCM_0855"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0855-195x129.jpg" class="attachment-thumbnail" alt="MCM_0855" title="MCM_0855" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0856-3/#image" title="MCM_0856"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0856-195x129.jpg" class="attachment-thumbnail" alt="MCM_0856" title="MCM_0856" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0859-2/#image" title="MCM_0859"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0859-195x129.jpg" class="attachment-thumbnail" alt="MCM_0859" title="MCM_0859" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0860-3/#image" title="MCM_0860"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0860-195x129.jpg" class="attachment-thumbnail" alt="MCM_0860" title="MCM_0860" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0861-2/#image" title="MCM_0861"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0861-139x210.jpg" class="attachment-thumbnail" alt="MCM_0861" title="MCM_0861" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0862/#image" title="MCM_0862"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0862-195x129.jpg" class="attachment-thumbnail" alt="MCM_0862" title="MCM_0862" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0863-2/#image" title="MCM_0863"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0863-195x129.jpg" class="attachment-thumbnail" alt="MCM_0863" title="MCM_0863" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0864-3/#image" title="MCM_0864"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0864-195x129.jpg" class="attachment-thumbnail" alt="MCM_0864" title="MCM_0864" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0865/#image" title="MCM_0865"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0865-195x129.jpg" class="attachment-thumbnail" alt="MCM_0865" title="MCM_0865" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0866-2/#image" title="MCM_0866"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0866-195x129.jpg" class="attachment-thumbnail" alt="MCM_0866" title="MCM_0866" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0867-2/#image" title="MCM_0867"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0867-195x129.jpg" class="attachment-thumbnail" alt="MCM_0867" title="MCM_0867" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0869-2/#image" title="MCM_0869"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0869-139x210.jpg" class="attachment-thumbnail" alt="MCM_0869" title="MCM_0869" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0871/#image" title="MCM_0871"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0871-139x210.jpg" class="attachment-thumbnail" alt="MCM_0871" title="MCM_0871" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0873-2/#image" title="MCM_0873"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0873-195x129.jpg" class="attachment-thumbnail" alt="MCM_0873" title="MCM_0873" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0879/#image" title="MCM_0879"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0879-195x129.jpg" class="attachment-thumbnail" alt="MCM_0879" title="MCM_0879" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0882-2/#image" title="MCM_0882"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0882-195x129.jpg" class="attachment-thumbnail" alt="MCM_0882" title="MCM_0882" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0884/#image" title="MCM_0884"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0884-139x210.jpg" class="attachment-thumbnail" alt="MCM_0884" title="MCM_0884" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0886-2/#image" title="MCM_0886"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0886-195x129.jpg" class="attachment-thumbnail" alt="MCM_0886" title="MCM_0886" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0888-2/#image" title="MCM_0888"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0888-195x129.jpg" class="attachment-thumbnail" alt="MCM_0888" title="MCM_0888" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0889-2/#image" title="MCM_0889"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0889-195x129.jpg" class="attachment-thumbnail" alt="MCM_0889" title="MCM_0889" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0890-4/#image" title="MCM_0890"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0890-195x129.jpg" class="attachment-thumbnail" alt="MCM_0890" title="MCM_0890" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0892-3/#image" title="MCM_0892"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0892-195x129.jpg" class="attachment-thumbnail" alt="MCM_0892" title="MCM_0892" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0894-3/#image" title="MCM_0894"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0894-195x129.jpg" class="attachment-thumbnail" alt="MCM_0894" title="MCM_0894" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0895-4/#image" title="MCM_0895"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0895-195x129.jpg" class="attachment-thumbnail" alt="MCM_0895" title="MCM_0895" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0899-4/#image" title="MCM_0899"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0899-195x129.jpg" class="attachment-thumbnail" alt="MCM_0899" title="MCM_0899" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0902-3/#image" title="MCM_0902"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0902-195x129.jpg" class="attachment-thumbnail" alt="MCM_0902" title="MCM_0902" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0912-2/#image" title="MCM_0912"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0912-195x129.jpg" class="attachment-thumbnail" alt="MCM_0912" title="MCM_0912" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0913-3/#image" title="MCM_0913"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0913-139x210.jpg" class="attachment-thumbnail" alt="MCM_0913" title="MCM_0913" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0915-4/#image" title="MCM_0915"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0915-195x129.jpg" class="attachment-thumbnail" alt="MCM_0915" title="MCM_0915" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0916/#image" title="MCM_0916"><img width="195" height="128" src="http://s.ma.tt/files/2010/08/MCM_0916-195x128.jpg" class="attachment-thumbnail" alt="MCM_0916" title="MCM_0916" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0917-3/#image" title="MCM_0917"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0917-195x129.jpg" class="attachment-thumbnail" alt="MCM_0917" title="MCM_0917" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0918-3/#image" title="MCM_0918"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0918-195x129.jpg" class="attachment-thumbnail" alt="MCM_0918" title="MCM_0918" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0919-2/#image" title="MCM_0919"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0919-139x210.jpg" class="attachment-thumbnail" alt="MCM_0919" title="MCM_0919" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0920-3/#image" title="MCM_0920"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0920-195x129.jpg" class="attachment-thumbnail" alt="MCM_0920" title="MCM_0920" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0922-3/#image" title="MCM_0922"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0922-195x129.jpg" class="attachment-thumbnail" alt="MCM_0922" title="MCM_0922" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0924-3/#image" title="MCM_0924"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0924-139x210.jpg" class="attachment-thumbnail" alt="MCM_0924" title="MCM_0924" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0926/#image" title="MCM_0926"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0926-195x129.jpg" class="attachment-thumbnail" alt="MCM_0926" title="MCM_0926" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0927/#image" title="MCM_0927"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0927-195x129.jpg" class="attachment-thumbnail" alt="MCM_0927" title="MCM_0927" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0928-4/#image" title="MCM_0928"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0928-195x129.jpg" class="attachment-thumbnail" alt="MCM_0928" title="MCM_0928" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0931-4/#image" title="MCM_0931"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0931-195x129.jpg" class="attachment-thumbnail" alt="MCM_0931" title="MCM_0931" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0934-3/#image" title="MCM_0934"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0934-195x129.jpg" class="attachment-thumbnail" alt="MCM_0934" title="MCM_0934" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0938-3/#image" title="MCM_0938"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0938-195x129.jpg" class="attachment-thumbnail" alt="MCM_0938" title="MCM_0938" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0941/#image" title="MCM_0941"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0941-195x129.jpg" class="attachment-thumbnail" alt="MCM_0941" title="MCM_0941" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0943/#image" title="MCM_0943"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0943-195x129.jpg" class="attachment-thumbnail" alt="MCM_0943" title="MCM_0943" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0944-4/#image" title="MCM_0944"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0944-195x129.jpg" class="attachment-thumbnail" alt="MCM_0944" title="MCM_0944" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0947-2/#image" title="MCM_0947"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0947-195x129.jpg" class="attachment-thumbnail" alt="Mojito" title="MCM_0947" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0954-2/#image" title="MCM_0954"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0954-195x129.jpg" class="attachment-thumbnail" alt="MCM_0954" title="MCM_0954" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0955-3/#image" title="MCM_0955"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0955-195x129.jpg" class="attachment-thumbnail" alt="MCM_0955" title="MCM_0955" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0957-4/#image" title="MCM_0957"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0957-195x129.jpg" class="attachment-thumbnail" alt="MCM_0957" title="MCM_0957" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0958-3/#image" title="MCM_0958"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0958-195x129.jpg" class="attachment-thumbnail" alt="MCM_0958" title="MCM_0958" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0960-2/#image" title="MCM_0960"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0960-195x129.jpg" class="attachment-thumbnail" alt="MCM_0960" title="MCM_0960" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0964-2/#image" title="MCM_0964"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0964-195x129.jpg" class="attachment-thumbnail" alt="MCM_0964" title="MCM_0964" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0969/#image" title="MCM_0969"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0969-195x129.jpg" class="attachment-thumbnail" alt="MCM_0969" title="MCM_0969" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0970-2/#image" title="MCM_0970"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0970-195x129.jpg" class="attachment-thumbnail" alt="MCM_0970" title="MCM_0970" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0972-2/#image" title="MCM_0972"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0972-195x129.jpg" class="attachment-thumbnail" alt="MCM_0972" title="MCM_0972" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0973-2/#image" title="MCM_0973"><img width="137" height="210" src="http://s.ma.tt/files/2010/08/MCM_0973-137x210.jpg" class="attachment-thumbnail" alt="MCM_0973" title="MCM_0973" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0974-3/#image" title="MCM_0974"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0974-139x210.jpg" class="attachment-thumbnail" alt="MCM_0974" title="MCM_0974" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0975-3/#image" title="MCM_0975"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0975-195x129.jpg" class="attachment-thumbnail" alt="MCM_0975" title="MCM_0975" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0976-3/#image" title="MCM_0976"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0976-195x129.jpg" class="attachment-thumbnail" alt="MCM_0976" title="MCM_0976" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0978-3/#image" title="MCM_0978"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0978-195x129.jpg" class="attachment-thumbnail" alt="MCM_0978" title="MCM_0978" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0981-3/#image" title="MCM_0981"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0981-195x129.jpg" class="attachment-thumbnail" alt="MCM_0981" title="MCM_0981" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0984-3/#image" title="MCM_0984"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0984-195x129.jpg" class="attachment-thumbnail" alt="MCM_0984" title="MCM_0984" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0990-3/#image" title="MCM_0990"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0990-195x129.jpg" class="attachment-thumbnail" alt="MCM_0990" title="MCM_0990" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0991-2/#image" title="MCM_0991"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0991-195x129.jpg" class="attachment-thumbnail" alt="MCM_0991" title="MCM_0991" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0992-3/#image" title="MCM_0992"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0992-195x129.jpg" class="attachment-thumbnail" alt="MCM_0992" title="MCM_0992" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0995-2/#image" title="MCM_0995"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0995-195x129.jpg" class="attachment-thumbnail" alt="MCM_0995" title="MCM_0995" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_1001-2/#image" title="MCM_1001"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_1001-195x129.jpg" class="attachment-thumbnail" alt="MCM_1001" title="MCM_1001" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_1014/#image" title="MCM_1014"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_1014-195x129.jpg" class="attachment-thumbnail" alt="MCM_1014" title="MCM_1014" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_1024-3/#image" title="MCM_1024"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_1024-195x129.jpg" class="attachment-thumbnail" alt="MCM_1024" title="MCM_1024" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_1034/#image" title="MCM_1034"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_1034-195x129.jpg" class="attachment-thumbnail" alt="MCM_1034" title="MCM_1034" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_1057-3/#image" title="MCM_1057"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_1057-195x129.jpg" class="attachment-thumbnail" alt="MCM_1057" title="MCM_1057" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_1063/#image" title="MCM_1063"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_1063-195x129.jpg" class="attachment-thumbnail" alt="MCM_1063" title="MCM_1063" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_1068-2/#image" title="MCM_1068"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_1068-195x129.jpg" class="attachment-thumbnail" alt="MCM_1068" title="MCM_1068" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_1070-2/#image" title="MCM_1070"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_1070-195x129.jpg" class="attachment-thumbnail" alt="MCM_1070" title="MCM_1070" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_1074-3/#image" title="MCM_1074"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_1074-195x129.jpg" class="attachment-thumbnail" alt="MCM_1074" title="MCM_1074" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_1078-2/#image" title="MCM_1078"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_1078-195x129.jpg" class="attachment-thumbnail" alt="MCM_1078" title="MCM_1078" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_1088-3/#image" title="MCM_1088"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_1088-195x129.jpg" class="attachment-thumbnail" alt="MCM_1088" title="MCM_1088" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_1099-2/#image" title="MCM_1099"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_1099-195x129.jpg" class="attachment-thumbnail" alt="MCM_1099" title="MCM_1099" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_1102-2/#image" title="MCM_1102"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_1102-195x129.jpg" class="attachment-thumbnail" alt="MCM_1102" title="MCM_1102" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_1106-3/#image" title="MCM_1106"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_1106-195x129.jpg" class="attachment-thumbnail" alt="MCM_1106" title="MCM_1106" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_1111-2/#image" title="MCM_1111"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_1111-195x129.jpg" class="attachment-thumbnail" alt="MCM_1111" title="MCM_1111" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_1118-3/#image" title="MCM_1118"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_1118-139x210.jpg" class="attachment-thumbnail" alt="MCM_1118" title="MCM_1118" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_1121-2/#image" title="MCM_1121"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_1121-139x210.jpg" class="attachment-thumbnail" alt="MCM_1121" title="MCM_1121" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_1123-3/#image" title="MCM_1123"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_1123-195x129.jpg" class="attachment-thumbnail" alt="MCM_1123" title="MCM_1123" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_1196/#image" title="MCM_1196"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_1196-195x129.jpg" class="attachment-thumbnail" alt="MCM_1196" title="MCM_1196" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_1197-2/#image" title="MCM_1197"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_1197-195x129.jpg" class="attachment-thumbnail" alt="MCM_1197" title="MCM_1197" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_1238/#image" title="MCM_1238"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_1238-195x129.jpg" class="attachment-thumbnail" alt="MCM_1238" title="MCM_1238" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_1242-2/#image" title="MCM_1242"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_1242-195x129.jpg" class="attachment-thumbnail" alt="MCM_1242" title="MCM_1242" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_1245-2/#image" title="MCM_1245"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_1245-195x129.jpg" class="attachment-thumbnail" alt="MCM_1245" title="MCM_1245" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_1253/#image" title="MCM_1253"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_1253-195x129.jpg" class="attachment-thumbnail" alt="MCM_1253" title="MCM_1253" /></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:"Tue, 24 Aug 2010 19:45: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: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:40:"Donncha: WIP: the Super Cache admin page";s: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=89495961";s: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:45:"http://ocaoimh.ie/wip-super-cache-admin-page/";s: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:1334:"<p><img class="aligncenter size-full wp-image-89495964" title="WP Super Cache Admin Page" src="http://ocaoimh.ie/wp-content/uploads/2010/08/Picture-34.png" alt="" width="596" height="256" /></p>\n<p>A small update, I&#8217;m slowly working through the WP Super Cache admin page in an effort to make it better. You can in fact download the <a href="http://wordpress.org/extend/plugins/wp-super-cache/download/">development version</a> if you want to follow along.</p>\n<p>What you see above is my first pass. An effort to make the first options section match the look and feel of the standard Settings pages in WordPress. It&#8217;s all likely to be mixed around and moved about before the next release, so please, dig in and lend a hand!</p>\n<p><strong>Related Posts</strong><ul><li><a href="http://ocaoimh.ie/wp-super-cache-0-9-6-1/" rel="bookmark" title="Permanent Link: WP Super Cache 0.9.6.1">WP Super Cache 0.9.6.1</a></li><li><a href="http://ocaoimh.ie/wp-super-cache-083-speedy/" rel="bookmark" title="Permanent Link: WP Super Cache 0.8.3 &#8220;Speedy&#8221;">WP Super Cache 0.8.3 &#8220;Speedy&#8221;</a></li><li><a href="http://ocaoimh.ie/wp-super-cache-084-the-garbage-collector/" rel="bookmark" title="Permanent Link: WP Super Cache 0.8.4, the garbage collector">WP Super Cache 0.8.4, the garbage collector</a></li></ul></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, 24 Aug 2010 17:20:33 +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: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:85:"WP Android: WordPress for Android 1.3.4: Wonky Bugs Fixed & New Comment Feature Added";s: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:35:"http://android.wordpress.org/?p=295";s: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://android.wordpress.org/2010/08/24/wordpress-for-android-1-3-4-wonky-bugs-fixed-new-comment-feature-added/";s: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:3838:"<p>Huzzah! Today we&#8217;ve released a new spiffed-up WordPress for Android app, which not only runs better but also has a cool new comment notification feature.Ãƒâ€š  And as we toast our latest work, we must also give all of you a huge thanks &#8212; your feedback has been critical to helping us improve the app.</p>\n<p>*update August 25th* &#8211; Turns out that the post view fix wasn&#8217;t working so well on non Froyo devices. Ãƒâ€š We found the fix for that and released version 1.3.5 this morning.</p>\n<p>First, let&#8217;s look at the handy new comment changes:</p>\n<p><a href="http://wpandroid.files.wordpress.com/2010/08/notification.jpg"><img class="alignright size-full wp-image-312" title="notification" src="http://wpandroid.files.wordpress.com/2010/08/notification.jpg?w=320&#038;h=124" alt="" width="320" height="124" /></a>Now, when you get a new comment, you&#8217;ll see the actual text of the comment in the Android notification bar. Also, when you select the comment notification to moderate the comment, it will now be there instantly in the Comments view instead of requiring you to refresh.</p>\n<p>And here are the bugs fixed in WordPress for Android 1.3.4:</p>\n<ul>\n<li>A login prompt now asks you to input your password again if you happened to have changed it from the last time you used the app.</li>\n<li>Previewing a blog post should now work better and be more stable.</li>\n<li>Multi-language support is improved, long strings of text won&#8217;t make the interface break.</li>\n<li>The image uploader no longer occasionally crashes when dealing with very large images (&gt;8Mb).</li>\n<li>When editing a blog post, extra paragraph HTML tags will no longer be randomly added, which was happening sporadically.</li>\n<li>The option to turn off the Mobile Theme will no longer randomly disappear.</li>\n<li>The app will no longer unexpectedly crash if the data  connection type changed during a process. (Switching from, say WiFi to a  3G network should now not make the app crash.)</li>\n</ul>\n<p>So that&#8217;s about it. If you ever notice anything wonky in the app, feel free to submit a bug  report to the WordPress for Android Trac, available here: <a href="http://android.trac.wordpress.org/">android.trac.wordpress.org</a>. Thank you and enjoy!</p>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wpandroid.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wpandroid.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wpandroid.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wpandroid.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wpandroid.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wpandroid.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wpandroid.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wpandroid.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wpandroid.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wpandroid.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wpandroid.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wpandroid.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wpandroid.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wpandroid.wordpress.com/295/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=android.wordpress.org&blog=9426921&post=295&subd=wpandroid&ref=&feed=1" 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, 24 Aug 2010 15:46: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"Isaac";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:60:"Weblog Tools Collection: WordPress Plugin Releases for 08/24";s: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=8462";s: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/2010/08/24/wordpress-plugin-releases-for-0824-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:1665:"<p class="fb-like"></p><h3>New plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/back-list/"><strong>Back List</strong></a> adds Whitelist and Blacklist options for Trackbacks and Pingbacks as well as the option to auto-accept Trackbacks from your own blog.</p>\n<p><a href="http://wordpress.org/extend/plugins/ip-ban/"><strong>IP Ban</strong></a> returns &#8216;Page Not Found&#8217; 404 error message for IP&#8217;s visiting your blog specified in the IP Ban option on the Discussion Options page.</p>\n<p><a href="http://scribu.net/wordpress/press-this-reloaded"><strong>Press This Reloaded</strong></a> provides the Press This bookmarklet with all the functionality of the regular Add New Post screen.</p>\n<p><a href="http://www.mattmcbrien.com/wpsimpleweather/"><strong>WP SimpleWeather</strong></a> allows you to quickly and easily display the current weather at any location you enter using the Yahoo! Weather API.</p>\n<h3>Updated plugins</h3>\n<p><a href="http://akismet.com/"><strong>Akismet</strong></a> checks your comments against the Akismet web service to see if they look like spam or not and lets you review the spam it catches under your blog&#8217;s &#8220;Comments&#8221; admin screen.</p>\n<p><a href="http://dukapress.org/"><strong>DukaPress</strong></a> can be used to build online shops quickly and easily. It is built to be both simple and elegant yet powerful and scalable.</p>\n<p><a href="http://pento.net/projects/wordpress-job-manager-plugin/"><strong>Job Manager</strong></a> allows you to manage job lists and job applications on your WordPress site.</p>\n<a href="http://twitter.com/share" class="twitter-share-button">Tweet</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:"Tue, 24 Aug 2010 13:00: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";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:54:"Gravatar: Thunderbird Extension Lets You Add Gravatars";s: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:31:"http://blog.gravatar.com/?p=247";s: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://blog.gravatar.com/2010/08/24/thunderbird-extension/";s: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:2618:"<p>By downloading the &#8220;<a href="https://addons.mozilla.org/en-US/thunderbird/addon/58034/?src=api" target="_blank">Display Contact Photo</a>&#8221; extension from Thunderbird, you can now view Gravatars, creating a personalized touch to all your email messages:</p>\n<p><img class="alignnone size-full wp-image-258" title="Tbird-Gravatar" src="http://gravatar.files.wordpress.com/2010/08/tbird-gravatar.jpg?w=570&#038;h=147" alt="" width="570" height="147" /></p>\n<p><strong>How to Install </strong></p>\n<p>To set this up, first follow the download and installation directions found on the extension page above.</p>\n<p>Then, to specifically enable Gravatars, follow these steps:</p>\n<p>1. Go to Tools &gt; Add-ons &gt; Extensions. Click &#8220;Options.&#8221;</p>\n<p>2. Open the &#8220;Remote photos&#8221; tab and click &#8220;enable Gravatars.&#8221;</p>\n<p>3. Go to the &#8220;General Settings&#8221; tab and in the &#8220;Choose a default photo&#8221; drop-down menu, select &#8220;Gravatar.&#8221; Click &#8220;OK.&#8221;</p>\n<p>4. You&#8217;re all set. Enjoy!</p>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gravatar.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gravatar.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gravatar.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gravatar.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gravatar.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gravatar.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gravatar.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gravatar.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gravatar.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gravatar.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gravatar.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gravatar.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gravatar.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gravatar.wordpress.com/247/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gravatar.com&blog=1886259&post=247&subd=gravatar&ref=&feed=1" 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, 24 Aug 2010 12:41:42 +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:"Joy Victory";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: Regarding Plugin and Theme Digests";s: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=8457";s: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/2010/08/23/regarding-plugin-and-theme-digests/";s: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:2464:"<p class="fb-like"></p><p>You&#8217;ve just spent countless hours on your latest and greatest <a href="http://wordpress.org/">WordPress</a> plugin and theme, and you want the world to know about it.  Well, we want to help!  I&#8217;m sure that you&#8217;ve all noticed the plugin and theme digests published here every other day, and it&#8217;s not too difficult to be a part of them.  Sure, we all recommend that you submit your work of art to <a href="http://wordpress.org/extend/plugins/">the official plugin</a> and <a href="http://wordpress.org/extend/themes/">theme directories</a>, but it normally takes a few days for these directories to be updated.  Why not announce it here as soon as you&#8217;re done?  We&#8217;ve made it easy to do just that.</p>\n<p>If you want to share your latest and greatest WordPress plugin and theme with us, stop by the <a href="http://weblogtoolscollection.com/news/forum/new-wordpress-plugins">New WordPress Plugins</a> and <a href="http://weblogtoolscollection.com/news/forum/new-wordpress-themes">New WordPress Themes</a> forums and simply post a new topic via the form at the bottom of the page, or email submissions (at) wltc (dot) net with either &#8220;[New/Updated Plugin Submission] plugin name&#8221; or &#8220;[New/Updated Theme Submission] theme name&#8221; in the subject.</p>\n<p>Before submitting, your plugin or theme must be available for free, licensed under the <a href="http://en.wikipedia.org/wiki/GNU_General_Public_License">GPL</a>, and free of sponsored links and advertisements.  With all submissions, please include the name of the plugin or theme, the license, a link to a product info page (this could be a blog post, page, WordPress plugin/theme directory listing, etc), and a screenshot (if available).  We hate having to turn down plugins and themes simply because they provide nothing more than a direct download link to a third-party file sharing/storage service, but we feel that our readers deserve a bit more than that.</p>\n<p>For the benefit of our readers, all plugins and themes are confirmed to work with the latest version of WordPress and certified to be free of sponsored links and advertisements, viruses, and other common exploits before being accepted as part of the next digest.</p>\n<p>We encourage you to share your latest and greatest plugins and themes with us, and we appreciate your cooperation!</p>\n<a href="http://twitter.com/share" class="twitter-share-button">Tweet</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:"Mon, 23 Aug 2010 10:00: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:10:"James Huff";s: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:"Thu, 09 Sep 2010 16:18:43 GMT";s:6:"server";s:9:"LiteSpeed";s:13:"accept-ranges";s:5:"bytes";s:10:"connection";s:5:"close";s:4:"etag";s:23:""41a83-4c890811-f5811b"";s:13:"last-modified";s:29:"Thu, 09 Sep 2010 16:15:13 GMT";s:12:"content-type";s:15:"application/xml";s:14:"content-length";s:6:"268931";}s:5:"build";s:14:"20090627192103";}', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(172, 0, 'can_compress_scripts', '1', 'yes'),
(173, 0, '_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c', '1284092324', 'no'),
(177, 0, '_transient_timeout_feed_1a5f760f2e2b48827d4974a60857e7c2', '1284092324', 'no'),
(178, 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:3:"\n	\n";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:72:"\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:2:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:43:"WordPress Plugins Ãƒâ€šÃ‚Â» View: 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:51:"http://wordpress.org/extend/plugins/browse/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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:43:"WordPress Plugins Ãƒâ€šÃ‚Â» View: 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:5:"en-US";s: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 Sep 2010 16:18: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:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:36:"http://bbpress.org/?v=1.1-alpha-2539";s: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:30:"\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:"PedroDM on "mowsterTags"";s: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/mowster-tags/#post-19010";s: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 Jul 2010 14:19:31 +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:"19010@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:52:"Wordpress plugin for tag suggestions using Yahoo API";s: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:"PedroDM";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:30:"\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:48:"SkylerMoore on "ContactBuddy by PluginBuddy.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:"link";a:1:{i:0;a:5:{s:4:"data";s:78:"http://wordpress.org/extend/plugins/contactbuddy-by-pluginbuddycom/#post-20692";s: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 Sep 2010 14:38:10 +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:"20692@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:137:"ContactBuddy by PluginBuddy.com is a plugin that allows users to add a simple contact form to widgets, posts, and pages on their website.";s: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:"SkylerMoore";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:30:"\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:"Svenl77 on "Seo for Buddypress"";s: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://wordpress.org/extend/plugins/seo-for-buddypress/#post-10405";s: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, 29 Apr 2009 16:12:42 +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:"10405@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:79:"This plugin adds an option page Seo for Buddypress under your Buddypress admin.";s: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:"Svenl77";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:30:"\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:"111waystomakemoney on "Dynamic AdSense Targeting"";s: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:73:"http://wordpress.org/extend/plugins/dynamic-adsense-targeting/#post-20685";s: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 Sep 2010 09:43:56 +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:"20685@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:89:"Incerase Adsense CPC.Get better targeted ads from Google&#039;s AdSense with this plugin.";s: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:18:"111waystomakemoney";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:30:"\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:"111waystomakemoney on "Dynamic Blog Protector - Protect Your Content"";s: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/dynamic-blog-protector/#post-20683";s: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 Sep 2010 09:27: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:"20683@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:"Protect your valuable blog content as well as images from getting copied.";s: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:18:"111waystomakemoney";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:30:"\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:40:"linewbie on "All in One Adsense and YPN"";s: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:73:"http://wordpress.org/extend/plugins/all-in-one-adsense-and-ypn/#post-2664";s: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, 16 Dec 2007 10:10:31 +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:"2664@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:79:"Automatically insert Google Adsense ads or YPN ads in to your posts on the fly.";s: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:"linewbie";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:30:"\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:"vermontwebdesign on "Megavideo Full Screen"";s: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/megavideo-full-screen/#post-20716";s: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, 08 Sep 2010 13: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:"20716@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:"Open Megavideo videos Full Screen in a New Window. Just use [mega]paste Megavideo url here[/mega] and it will create a link to open the Megavideo vide";s: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:"vermontwebdesign";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:30:"\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:"111waystomakemoney on "Dynamic Wordpress Greetbox"";s: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/extend/plugins/dynamic-wordpress-greetbox/#post-20689";s: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 Sep 2010 10:43:07 +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:"20689@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:121:"Display a greeting for your visitor basing on which site he comes from.Incerase rss subscribes,diggs,teweets and traffic.";s: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:18:"111waystomakemoney";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:30:"\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:"mohanjith on "Web Invoice - Invoicing and billing 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:58:"http://wordpress.org/extend/plugins/web-invoice/#post-9664";s: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, 14 Mar 2009 21:57: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"9664@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:95:"Web Invoice lets you create and send web invoices and setup recurring billing for your clients.";s: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:"mohanjith";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:30:"\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:"Boone Gorges on "Simple Import Users"";s: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/simple-import-users/#post-20388";s: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, 25 Aug 2010 16: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"20388@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:68:"Allows blog administrators to add multiple users to blogs at a time.";s: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:"Boone Gorges";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:30:"\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:"mmattax on "Formstack Online Forms"";s: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/formstack/#post-20718";s: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, 08 Sep 2010 15:17: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"20718@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:"This plugin allows you to easily embed Web forms built with Formstack&#039;s online form builder\ninto your sidebar, pages, and posts.";s: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:"mmattax";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:30:"\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:77:"Andy Potanin on "WP-Property - WordPress Property and Real Estate Management"";s: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:59:"http://wordpress.org/extend/plugins/wp-property/#post-18942";s: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 Jul 2010 10:47: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:42:"18942@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:"Property and Real Estate Management Plugin for WordPress.  Create a directory of real estate / rental properties and integrate them into you 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:12:"Andy Potanin";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:30:"\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:"slidepress on "SlidePress"";s: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/slidepress/#post-7862";s: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, 28 Nov 2008 03:09: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"7862@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:46:"WordPress integration plugin for SlideShowPro.";s: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:"slidepress";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:30:"\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:"clifgriffin on "Simple LDAP 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:64:"http://wordpress.org/extend/plugins/simple-ldap-login/#post-7472";s: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, 28 Oct 2008 14:53:40 +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:"7472@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:"Integrating Wordpress with LDAP shouldn&#039;t be difficult. Now it isn&#039;t. Simple LDAP Login provides all of the features, none of the hassles.";s: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:"clifgriffin";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:30:"\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:"cartpauj on "uCan 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:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"http://wordpress.org/extend/plugins/ucan-post/#post-20612";s: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, 05 Sep 2010 05:13: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:"20612@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:"The easiest way to allow your users, and even guests, to create posts on your blog. Users don&#039;t need to access the Dashboard to do so either as t";s: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:"cartpauj";s: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:52:"http://wordpress.org/extend/plugins/rss/view/updated";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:4:"type";i:128;s:7:"headers";a:7:{s:13:"last-modified";s:19:"2010-07-05 14:19:31";s:4:"etag";s:34:""319e8fd8c7b6a039db96f3c5ef3df483"";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:14:"content-length";s:4:"8067";s:4:"date";s:29:"Thu, 09 Sep 2010 16:18:44 GMT";s:6:"server";s:9:"LiteSpeed";s:10:"connection";s:5:"close";}s:5:"build";s:14:"20090627192103";}', 'no'),
(181, 0, '_transient_timeout_plugin_slugs', '1284135524', 'no'),
(182, 0, '_transient_plugin_slugs', 'a:2:{i:0;s:19:"akismet/akismet.php";i:1;s:9:"hello.php";}', 'no'),
(191, 0, '_site_transient_timeout_theme_roots', '1298603751', 'yes'),
(192, 0, '_site_transient_theme_roots', 'a:1:{s:9:"twentyten";s:7:"/themes";}', 'yes'),
(151, 0, 'widget_nav_menu', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(149, 0, '_site_transient_update_plugins', 'O:8:"stdClass":3:{s:12:"last_checked";i:1298596554;s:7:"checked";a:2:{s:19:"akismet/akismet.php";s:5:"2.3.0";s:9:"hello.php";s:5:"1.5.1";}s:8:"response";a:1:{s:19:"akismet/akismet.php";O:8:"stdClass":5:{s:2:"id";s:2:"15";s:4:"slug";s:7:"akismet";s:11:"new_version";s:5:"2.5.3";s:3:"url";s:44:"http://wordpress.org/extend/plugins/akismet/";s:7:"package";s:55:"http://downloads.wordpress.org/plugin/akismet.2.5.3.zip";}}}', 'yes'),
(150, 0, '_site_transient_update_themes', 'O:8:"stdClass":1:{s:12:"last_checked";i:1298596554;}', 'yes'),
(152, 0, 'embed_autourls', '1', 'yes'),
(153, 0, 'embed_size_w', '', 'yes'),
(154, 0, 'embed_size_h', '600', 'yes'),
(155, 0, 'page_for_posts', '0', 'yes'),
(156, 0, 'page_on_front', '0', 'yes'),
(157, 0, '_site_transient_update_core', 'O:8:"stdClass":3:{s:7:"updates";a:1:{i:0;O:8:"stdClass":7:{s:8:"response";s:7:"upgrade";s:3:"url";s:30:"http://wordpress.org/download/";s:7:"package";s:38:"http://wordpress.org/wordpress-3.1.zip";s:7:"current";s:3:"3.1";s:6:"locale";s:5:"en_US";s:11:"php_version";s:3:"4.3";s:13:"mysql_version";s:5:"4.1.2";}}s:12:"last_checked";i:1298596551;s:15:"version_checked";s:5:"3.0.1";}', 'yes'),
(159, 0, '_transient_timeout_feed_cafe51277abe9be4e537095633263437', '1284092321', 'no'),
(160, 0, '_transient_feed_cafe51277abe9be4e537095633263437', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:1:"\n";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:60:"link:http://dclark88.vwh.net/wordpress/ - 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:112:"http://blogsearch.google.com/blogsearch?scoring=d&ie=ISO-8859-1&num=10&q=link:http://dclark88.vwh.net/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:94:"Your search - <b>link:http://dclark88.vwh.net/wordpress/</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:9:{s:4:"date";s:29:"Thu, 09 Sep 2010 16:18:41 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=00219ac4b2483e42:TM=1284049121:LM=1284049121:S=AWdz8jHUJlB1NWoJ; expires=Sat, 08-Sep-2012 16:18:41 GMT; path=/; domain=.google.com";s:22:"x-content-type-options";s:7:"nosniff";s:6:"server";s:4:"bsfe";s:16:"x-xss-protection";s:13:"1; mode=block";}s:5:"build";s:14:"20090627192103";}', 'no'),
(161, 0, '_transient_timeout_feed_mod_cafe51277abe9be4e537095633263437', '1284092321', 'no'),
(162, 0, '_transient_feed_mod_cafe51277abe9be4e537095633263437', '1284049121', 'no'),
(163, 0, '_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1284092323', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(164, 0, '_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";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:50:"\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:14:"WordPress News";s: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:25:"http://wordpress.org/news";s: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:14:"WordPress News";s: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:"Thu, 29 Jul 2010 22:33: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: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:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/?v=3.1-alpha";s: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: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 3.0.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:50:"http://wordpress.org/news/2010/07/wordpress-3-0-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:59:"http://wordpress.org/news/2010/07/wordpress-3-0-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, 29 Jul 2010 21:38: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: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:33:"http://wordpress.org/news/?p=1475";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:338:"After nearly 11 million downloads of WordPress 3.0 in just 42 days, we&#8217;re releasing WordPress 3.0.1. The requisite haiku: Three dot oh dot one Bug fixes to make you smile Update your WordPress This maintenance release addresses about 50 minor issues. The testing many of you contributed prior to the release of 3.0 helped make [...]";s: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:"Andrew Nacin";s: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:951:"<p>After nearly <a href="http://wordpress.org/download/counter/">11 million downloads</a> of WordPress 3.0 in just 42 days, we&#8217;re releasing WordPress 3.0.1. The requisite haiku:</p>\n<p>Three dot oh dot one<br />\nBug fixes to make you smile<br />\nUpdate your WordPress</p>\n<p>This maintenance release addresses <a href="http://codex.wordpress.org/Version_3.0.1">about 50 minor issues</a>. The testing many of you contributed prior to the release of 3.0 helped make it one of the best and most stable releases we&#8217;ve had.</p>\n<p><a href="http://wordpress.org/download/">Download 3.0.1</a> or update automatically from the Dashboard &gt; Updates menu in your site&#8217;s admin area.</p>\n<p><em>Note: If you downloaded 3.0.1 in the first 20 minutes of release (before 2200 UTC), you&#8217;ll want to reinstall it, which you can do right from your Updates screen. <a href="http://twitter.com/wordpress/status/19859163982">Our bad</a>.</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:55:"http://wordpress.org/news/2010/07/wordpress-3-0-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: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:"";}}}}}i:1;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:42:"PHP 4 and MySQL 4 End of Life Announcement";s: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/news/2010/07/eol-for-php4-and-mysql4/";s: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/news/2010/07/eol-for-php4-and-mysql4/#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, 23 Jul 2010 19: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:8:"category";a:4:{i:0;a:5:{s:4:"data";s:7:"Hosting";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:5:"MySQL";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:"PHP";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:12:"requirements";s: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://wordpress.org/news/?p=1447";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:348:"Our approach with WordPress has always been to make it run on common server configurations. We want users to have flexibility when choosing a host for their precious content. Because of this strategy, WordPress runs pretty much anywhere. Web hosting platforms, however, change over time, and we occasionally are able to reevaluate some of 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: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:3021:"<p>Our approach with WordPress has always been to make it run on common server configurations. We want users to have flexibility when choosing a host for their precious content. Because of this strategy, WordPress runs pretty much anywhere. Web hosting platforms, however, change over time, and we occasionally are able to reevaluate some of the requirements for running WordPress. Now is one of those times. You probably guessed it from the title &#8212; we&#8217;re finally ready to announce the end of support for PHP 4 and MySQL 4!</p>\n<p>First up, the announcement that developers really care about. WordPress 3.1, due in late 2010, will be the last version of WordPress to support PHP 4.</p>\n<p>For WordPress 3.2, due in the first half of 2011, we will be raising the minimum required PHP version to 5.2. Why 5.2? Because that&#8217;s what the vast majority of WordPress users are using, and it offers substantial improvements over earlier PHP 5 releases. It is also the minimum PHP version that the <a href="http://drupal.org/">Drupal</a> and <a href="http://www.joomla.org/">Joomla</a> projects will be supporting in their next versions, both due out this year.</p>\n<p>The numbers are now, <em>finally</em>, strongly in favor of this move. Only around 11 percent of WordPress installs are running on a PHP version below 5.2. Many of them are on hosts who support PHP 5.2 &#8212; users merely need to change a setting in their hosting control panel to activate it. We believe that percentage will only go down over the rest of the year as hosting providers realize that to support the newest versions of WordPress (or Drupal, or Joomla), they&#8217;re going to have to pull the trigger.</p>\n<p>In less exciting news, we are also going to be dropping support for MySQL 4 after WordPress 3.1. Fewer than 6 percent of WordPress users are running MySQL 4. The new required MySQL version for WordPress 3.2 will be 5.0.15.</p>\n<p>WordPress users will not be able to upgrade to WordPress 3.2 if their hosting environment does not meet these requirements (the built-in updater will prevent it). In order to determine which versions your host provides, we&#8217;ve created the <a href="http://wordpress.org/extend/plugins/health-check/">Health Check plugin</a>. You can download it manually, or use this <a href="http://coveredwebservices.com/wp-plugin-install/?plugin=health-check">handy plugin installation</a> tool I whipped up. Right now, Health Check will only tell you if you&#8217;re ready for WordPress 3.2. In a future release it will provide all sorts of useful information about your server and your WordPress install, so hang on to it!</p>\n<p>In summary: WordPress 3.1, due in late 2010, will be the last version of WordPress to support PHP 4 and MySQL 4. WordPress 3.2, due in the first half of 2011, will require PHP 5.2 or higher, and MySQL 5.0.15 or higher. <a href="http://coveredwebservices.com/wp-plugin-install/?plugin=health-check">Install the Health Check plugin</a> to see if you&#8217;re ready!</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/news/2010/07/eol-for-php4-and-mysql4/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: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:"";}}}}}i:2;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:41:"100 Million Plugin Downloads and Counting";s: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:46:"http://wordpress.org/news/2010/07/100-million/";s: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:55:"http://wordpress.org/news/2010/07/100-million/#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, 02 Jul 2010 17:48: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:2:{i:0;a:5:{s:4:"data";s:9:"Community";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: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:40:"http://wordpress.org/development/?p=1429";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:364:"WordPress 3.0 Thelonious passed 3 million downloads yesterday, and today the plugin directory followed suit with a milestone of its own: 100 million downloads. The WordPress community&#8217;s growth over the years has been tremendous, and we want to reinvest in it. So we&#8217;re taking the next two months to concentrate on improving WordPress.org. A major [...]";s: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:"Andrew Nacin";s: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:2319:"<p>WordPress 3.0 Thelonious passed <a href="http://wordpress.org/download/counter/">3 million downloads</a> yesterday, and today <a href="http://wordpress.org/extend/plugins/">the plugin directory</a> followed suit with a milestone of its own: 100 million downloads.</p>\n<p>The WordPress community&#8217;s growth over the years has been tremendous, and we want to reinvest in it. So we&#8217;re taking the next two months to concentrate on improving WordPress.org. A major part of that will be improving the infrastructure of the plugins directory. More than 10,000 plugins are in the directory, every one of them GPL compatible and free as in both beer and speech. Here&#8217;s what we have in mind:</p>\n<p>We want to provide developers the tools they need to build the best possible plugins. We&#8217;re going to provide better integration with the forums so you can support your users. We&#8217;ll make more statistics available to you so you can analyze your user base, and over time we hope to make it easier for you to manage, build, and release localized plugins.</p>\n<p>We want to improve how the core software works with your plugin and the plugin directory. We&#8217;re going to focus on ensuring seamless upgrades by making the best possible determinations about compatibility, and offer continual improvements to the plugin installer. And we also want to give you a better developer tool set like SVN notifications and improvements to the bug tracker.</p>\n<p>We&#8217;re also going to experiment with other great ideas to help the community help plugin authors. We want it to be easy for you to offer comments to plugin authors and the community, including user reviews and better feedback. We may experiment with an adoption process for abandoned plugins as a way to revitalize hidden gems in the directory. I&#8217;m not sure there is a better way to show how extendable WordPress is and how awesome this community is at the same time.</p>\n<p>As <a href="http://wordpress.org/development/2010/06/thelonious/">Matt said in the 3.0 release announcement</a>, our goal isn&#8217;t to make everything perfect all at once. But we think incremental improvements can provide us with a great base for 3.1 and beyond, and for the tens of millions of users, and hundreds of millions of plugin downloads to come.</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:51:"http://wordpress.org/news/2010/07/100-million/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: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:"";}}}}}i:3;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:18:"Summer of WordCamp";s: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://wordpress.org/news/2010/06/summer-of-wordcamp/";s: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:62:"http://wordpress.org/news/2010/06/summer-of-wordcamp/#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, 29 Jun 2010 17:19: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:2:{i:0;a:5:{s:4:"data";s:9:"Community";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:"WordCamp";s: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://wordpress.org/development/?p=1418";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:355:"It&#8217;s been summer for about a week now. Whether you&#8217;re on vacation or burning the midnight oil, attending a local/nearby WordCamp is a great way to spend a weekend. Meet other WordPress users, developers, designers &#38; consultants, learn a little something, maybe share a little of your own experience and knowledge, and break bread (or [...]";s: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:5678:"<p>It&#8217;s been summer for about a week now. Whether you&#8217;re on vacation or burning the midnight oil, attending a local/nearby <a href="http://wordcamp.org">WordCamp</a> is a great way to spend a weekend. Meet other WordPress users, developers, designers &amp; consultants, learn a little something, maybe share a little of your own experience and knowledge, and break bread (or raise a toast) with new friends and collaborators. Here are the WordCamps scheduled for this summer, along with what I know about them.</p>\n<p>July 3: <a href="http://wordcamp.de/">WordCamp Germany</a> &#8211; Berlin, Germany. I love it that they&#8217;re using BuddyPress for their event site. They have multiple tracks, and what looks to be a nice variety of sessions. It&#8217;s only a few days away, so if you&#8217;re thinking of going, get your tickets now!</p>\n<p>July 10: <a href="http://2010.boulder.wordcamp.org/">WordCamp Boulder</a> &#8211; Boulder, Colorado, USA. This was WordCamp Denver last year, but the organizers have decided to mix it up and go back and forth between Denver and Boulder, which also has a thriving tech community. This year the venue is the Boulder Theater (so pretty!), and there will sessions for bloggers and devs alike, plus a Genius Bar to help people get their WordPress sites all fixed up. The speaker lineup looks good, and I hear they&#8217;re pumping up the wifi this year. I&#8217;ll be there, likely hunched over a notebook with Lisa Sabin-Wilson (author of <em>WordPress for Dummies</em> and <em>BuddyPress for Dummies</em>) to talk about the WordPress User Handbook project, and/or hunched over a sketchbook with Kevin Conboy (designed the new lighter &#8220;on&#8221; state for admin menus in WordPress 3.0) to work out a new default WordCamp.org theme (using BuddyPress). You can still get tickets!</p>\n<p>July 17ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“18: <a href="http://uk.wordcamp.org/">WordCamp UK</a>- Manchester, England, UK. The roving WordCamp UK will be in Manchester this year, and is probably the closest to BarCamp style of all the WordCamps, using a wiki to plan some speakers/sessions and organizing the rest ad-hoc on the first day of the event. I&#8217;ll be attending this one as well, and am looking forward to seeing WordPress lead developer Peter Westwood again. I&#8217;m also looking forward to meeting some core contributors for the first time in person, like Simon Wheatley and John O&#8217;Nolan. Mike Little, co-founder of WordPress, is on the organizing team of WordCamp UK. Tickets on sale now!</p>\n<p>July 24: WordCamp Nigeria &#8211; Lagos, Nigeria. Their site seems to have a virus, so no link from here, but if you&#8217;re in Nigeria and interested in attending/getting involved, a quick Google search will get you to the organizers.</p>\n<p>August 7: <a href="http://www.wordcamphouston.com/">WordCamp Houston</a> &#8211; Houston, TX, USA. Houston, Texas, birthplace of WordPress! Fittingly, Matt Mullenweg will be there to give the keynote. WordCamp Houston is running three tracks &#8212; Business, Blogger and Developer &#8212; in recognition of the fact that people who are interested in using WordPress for their business may not actually be bloggers or developers themselves. This used to get labeled as a &#8220;CMS&#8221; track at previous WordCamps (including NYC 2009), but with WordPress 3.0 supporting CMS functionality out of the box, &#8220;Business&#8221; is a much more appropriate label. Who wants to bet on if there will be BBQ for lunch?</p>\n<p>August 7 : <a href="http://wordcampiowa.org/">WordCamp  Iowa</a> &#8211; Des Moines, Iowa, USA. Another placeholder page. Happening, not happening? I&#8217;ve emailed the organizer and will update this post once I know more.</p>\n<p>August 7ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“8: <a href="http://wordcamp.org.nz/">WordCamp  New Zealand</a> &#8211; Auckland, New Zealand. They haven&#8217;t announced this year&#8217;s speakers or topics, but they&#8217;ve been running polls to get community input into the program. Of note: in 2011 WordCamp New Zealand will be shifting seasons and will be in February instead, when the weather is nicer.</p>\n<p>August 20ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“22: <a href="http://2010.savannah.wordcamp.org/">WordCamp Savannah</a> &#8211; Savannah, Georgia, USA. Disclaimer: I am completely biased about Savannah, since I&#8217;m one of the organizers. This will be the first WordCamp in Savannah, and it&#8217;s being held at the Savannah College of Art and Design River Club, an awesome venue that used to be a cotton warehouse or something like that. Since Savannah doesn&#8217;t really have a cohesive WordPress community yet (though a fair number of people from Savannah attended WordCamp Atlanta earlier this year), this WordCamp is aimed squarely at building a local community. We&#8217;ll have a local meet-and-greet, regular sessions with visiting speakers (lots of core contributors coming to this one, plus Matt), and on Sunday it will be combination unconference/genius bar/collaborative workspace. Oh, and a potluck! We&#8217;ll also be running a pre-WordCamp workshop for people who have never used WordPress but want to get started, so that they&#8217;ll be able to follow the presentations and conversations littered with WordPress-specific vocabulary over the weekend. Ticket sales just opened, so get your tickets now.</p>\n<p>For a <a href="http://central.wordcamp.org/schedule/">schedule of all upcoming WordCamps</a>, visit <a href="http://central.wordcamp.org/">wordcamp.org</a>. The autumn schedule is already packed! If you don&#8217;t see WordCamp in your area and are interested in organizing one, <a href="http://central.wordcamp.org/about/">get more information and let us know</a>.</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:58:"http://wordpress.org/news/2010/06/summer-of-wordcamp/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: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:"";}}}}}i:4;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:26:"WordPress 3.0 "Thelonious"";s: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:45:"http://wordpress.org/news/2010/06/thelonious/";s: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:54:"http://wordpress.org/news/2010/06/thelonious/#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, 17 Jun 2010 16:26:36 +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:40:"http://wordpress.org/development/?p=1380";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:341:"Arm your vuvuzelas: WordPress 3.0, the thirteenth major release of WordPress and the culmination of half a year of work by 218 contributors, is now available for download (or upgrade within your dashboard). Major new features in this release include a sexy new default theme called Twenty Ten. Theme developers have new APIs that allow [...]";s: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:"Matt Mullenweg";s: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:38078:"<p>Arm your vuvuzelas: WordPress 3.0, the thirteenth major release of WordPress and the culmination of half a year of work by 218 contributors, is <a href="http://wordpress.org/download/">now available for download</a> (or <a href="http://codex.wordpress.org/Dashboard_Updates_SubPanel">upgrade within your dashboard</a>). Major new features in this release include a sexy <strong>new default theme called Twenty Ten</strong>. Theme developers have new APIs that allow them to easily implement custom backgrounds, headers, shortlinks, <a href="http://codex.wordpress.org/Appearance_Menus_SubPanel">menus</a> (no more file editing), <a href="http://codex.wordpress.org/Custom_Post_Types">post types</a>, and <a href="http://codex.wordpress.org/Custom_Taxonomies">taxonomies</a>. (Twenty Ten theme shows all of that off.) Developers and network admins will appreciate the long-awaited <strong>merge of MU and WordPress</strong>, creating the new multi-site functionality which makes it possible to run one blog or ten million from the same installation. As a user, you will love the new <strong>lighter interface</strong>, the contextual help on every screen, the <strong>1,217 bug fixes and feature enhancements</strong>, bulk updates so you can upgrade 15 plugins at once with a single click, and blah blah blah just watch the video. <img src=''http://wordpress.org/news/wp-includes/images/smilies/icon_smile.gif'' alt='':)'' class=''wp-smiley'' />   <em>(In HD, if you can, so you can catch the Easter eggs.)</em></p>\n<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="360" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="flashvars" value="guid=BQtfIEY1&amp;width=640&amp;height=360&amp;locksize=no&amp;dynamicseek=false&amp;qc_publisherId=p-18-mFEk4J448M" /><param name="src" value="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.21" /><param name="wmode" value="transparent" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="360" src="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.21" allowfullscreen="true" wmode="transparent" flashvars="guid=BQtfIEY1&amp;width=640&amp;height=360&amp;locksize=no&amp;dynamicseek=false&amp;qc_publisherId=p-18-mFEk4J448M"></embed></object></p>\n<p>If you&#8217;d like to embed the WordPress 3.0 video tour in your blog, copy and paste this code for the high quality version:</p>\n<pre class="brush: xml;">&lt;embed src=&quot;http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.21&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;640&quot; height=&quot;360&quot; wmode=&quot;transparent&quot; seamlesstabbing=&quot;true&quot; allowfullscreen=&quot;true&quot; allowscriptaccess=&quot;always&quot; overstretch=&quot;true&quot; flashvars=&quot;guid=BQtfIEY1&amp;amp;width=640&amp;amp;height=360&amp;amp;locksize=no&amp;amp;dynamicseek=false&amp;amp;qc_publisherId=p-18-mFEk4J448M&quot; title=&quot;Introducing WordPress 3.0 &amp;quot;Thelonious&amp;quot;&quot;&gt;&lt;/embed&gt;</pre>\n<p>For a more comprehensive look at everything that has improved in 3.0 check out <a href="http://codex.wordpress.org/Version_3.0">3.0&#8242;s Codex page</a> or the <a href="http://core.trac.wordpress.org/query?group=status&amp;milestone=3.0&amp;desc=1&amp;order=priority">long list of issues in Trac</a>. (We&#8217;re trying to keep these announcement posts shorter.) Whew! That&#8217;s a lot packed into one release. I can&#8217;t think of a better  way to kick off the 3.X cycle we&#8217;ll be in for the next two and a half  years.</p>\n<h3>The Future</h3>\n<p>Normally this is where I&#8217;d say we&#8217;re about to start work on 3.1, but we&#8217;re actually not. We&#8217;re going to take a release cycle off to focus on all of the things around WordPress. The growth of the community has been breathtaking, including over 10.3 million downloads of version 2.9, but so much of our effort has been focused on the core software it hasn&#8217;t left much time for anything else. Over the next three months we&#8217;re going to split into ninja/pirate teams focused on different areas of the around-WordPress experience, including the showcase, Codex, forums, profiles, update and compatibility APIs, theme directory, plugin directory, mailing lists, core plugins, wordcamp.org&#8230; the possibilities are endless. The goal of the teams isn&#8217;t going to be to make things perfect all at once, just better than they are today. We think this investment of time will give us a much stronger infrastructure to grow WordPress.org for the many tens of millions of users that will join us during the 3.X release cycle.</p>\n<h3>It Takes a Village</h3>\n<p>I&#8217;m proud to acknowledge the contributions of the following <strong>218</strong> people to the 3.0 release cycle. These are the folks that make WordPress what it is, whose collaboration and hard work enable us to build something greater than the sum of our parts. In alphabetical order, of course.</p>\n<p><strong>Committers:</strong> <a href="http://www.laptoptips.ca/">azaozz (Andrew  Ozz)</a> (<a title="azaozz at WP Profiles" href="http://profiles.wordpress.org/azaozz">prof</a>), <a href="http://dd32.id.au/">dd32 (Dion Hulse)</a> (<a title="dd32 at WP Profiles" href="http://profiles.wordpress.org/dd32">prof</a>), <a href="http://ocaoimh.ie/">donncha (Donncha O Caoimh)</a> (<a title="donncha at WP Profiles" href="http://profiles.wordpress.org/donncha">prof</a>), <a href="http://iammattthomas.com/">iammattthomas (Matt Thomas)</a> (<a title="iammattthomas at WP Profiles" href="http://profiles.wordpress.org/iammattthomas">prof</a>), <a href="http://josephscott.org/">josephscott (Joseph Scott)</a> (<a title="josephscott at WP Profiles" href="http://profiles.wordpress.org/josephscott">prof</a>), <a href="http://txfx.net/">markjaquith (Mark Jaquith)</a> (<a title="markjaquith at WP Profiles" href="http://profiles.wordpress.org/markjaquith">prof</a>), <a href="http://ma.tt/">matt (Matt  Mullenweg)</a> (<a title="matt at WP Profiles" href="http://profiles.wordpress.org/matt">prof</a>), <a href="http://andrewnacin.com/">nacin (Andrew Nacin)</a> (<a title="nacin at WP Profiles" href="http://profiles.wordpress.org/nacin">prof</a>), <a href="http://nikolay.bg/">nbachiyski (ÃƒÂÃ‚ÂÃƒÂÃ‚Â¸ÃƒÂÃ‚ÂºÃƒÂÃ‚Â¾ÃƒÂÃ‚Â»ÃƒÂÃ‚Â°ÃƒÂÃ‚Â¹ ÃƒÂÃ¢â‚¬ËœÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â‚¬Â¡ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â¹Ãƒâ€˜Ã‚ÂÃƒÂÃ‚ÂºÃƒÂÃ‚Â¸)</a> (<a title="nbachiyski at WP Profiles" href="http://profiles.wordpress.org/nbachiyski">prof</a>), <a href="http://boren.nu/">ryan (Ryan Boren)</a> (<a title="ryan at WP Profiles" href="http://profiles.wordpress.org/ryan">prof</a>), <a href="http://blog.ftwr.co.uk/">westi (Peter Westwood)</a> (<a title="westi at WP Profiles" href="http://profiles.wordpress.org/westi">prof</a>), and <a href="http://wpmututorials.com/">wpmuguru (Ron Rennick)</a> (<a title="wpmuguru at WP Profiles" href="http://profiles.wordpress.org/wpmuguru">prof</a>). <strong>Contributors:</strong> <a href="http://xavisys.com/">aaroncampbell (Aaron Campbell)</a> (<a title="aaroncampbell at WP Profiles" href="http://profiles.wordpress.org/aaroncampbell">prof</a>), akerem (<a title="akerem at WP Profiles" href="http://profiles.wordpress.org/akerem">prof</a>), <a href="http://alexking.org/">alexkingorg (Alex King)</a> (<a title="alexkingorg at WP Profiles" href="http://profiles.wordpress.org/alexkingorg">prof</a>), amattie (<a title="amattie at WP Profiles" href="http://profiles.wordpress.org/amattie">prof</a>), <a href="http://notfornoone.com/">ampt (Luke Gallagher)</a> (<a title="ampt at WP Profiles" href="http://profiles.wordpress.org/ampt">prof</a>), <a href="http://wpmututorials.com/">andrea_r</a> (<a title="andrea_r at WP Profiles" href="http://profiles.wordpress.org/andrea_r">prof</a>), <a href="http://andreasnurbo.com/">andreasnrb (Andreas Nurbo)</a> (<a title="andreasnrb at WP Profiles" href="http://profiles.wordpress.org/andreasnrb">prof</a>), <a href="http://twitter.com/anilo4ever">anilo4ever (Angelo Verona)</a> (<a title="anilo4ever at WP Profiles" href="http://profiles.wordpress.org/anilo4ever">prof</a>), <a href="http://apeatling.wordpress.com/">apeatling (Andy Peatling)</a> (<a title="apeatling at WP Profiles" href="http://profiles.wordpress.org/apeatling">prof</a>), <a href="http://blog.apokalyptik.com/">apokalyptik (Demitrious Kelly)</a> (<a title="apokalyptik at WP Profiles" href="http://profiles.wordpress.org/apokalyptik">prof</a>), <a href="http://www.mailpress.org/">arena (AndrÃƒÆ’Ã‚Â© Renaut)</a> (<a title="arena at WP Profiles" href="http://profiles.wordpress.org/arena">prof</a>), <a href="http://barry.wordpress.com/">barry (Barry Abrahamson)</a> (<a title="barry at WP Profiles" href="http://profiles.wordpress.org/barry">prof</a>), <a href="http://digitalize.ca/">batmoo (Mohammad Jangda)</a> (<a title="batmoo at WP Profiles" href="http://profiles.wordpress.org/batmoo">prof</a>), <a href="http://dentedreality.com.au/">beaulebens (Beau Lebens)</a> (<a title="beaulebens at WP Profiles" href="http://profiles.wordpress.org/beaulebens">prof</a>), <a href="http://use.perl.org/~belg4mit/">belg4mit</a> (<a title="belg4mit at WP Profiles" href="http://profiles.wordpress.org/belg4mit">prof</a>), <a href="http://matthewgrichmond.com/dev/">bigdawggi (Matthew G. Richmond)</a> (<a title="blepoxp at WP Profiles" href="http://profiles.wordpress.org/blepoxp">prof</a>), <a href="http://fullthrottledevelopment.com/">blepoxp (Glenn Ansley)</a> (<a title="blepoxp at WP Profiles" href="http://profiles.wordpress.org/blepoxp">prof</a>), <a href="http://twitter.com/thenbrent">brentes (Brent Shepherd)</a> (<a title="brentes at WP Profiles" href="http://profiles.wordpress.org/brentes">prof</a>), <a href="http://colinger.com/">briancolinger (Brian Colinger)</a> (<a title="briancolinger at WP Profiles" href="http://profiles.wordpress.org/briancolinger">prof</a>), <a href="http://www.bumbu.ru/">bumbu</a> (<a title="bumbu at WP Profiles" href="http://profiles.wordpress.org/bumbu">prof</a>), <a href="http://www.caesarsgrunt.com/">caesarsgrunt (Caesar Schinas)</a> (<a title="caesarsgrunt at WP Profiles" href="http://profiles.wordpress.org/caesarsgrunt">prof</a>), camiloclc (<a title="camiloclc at WP Profiles" href="http://profiles.wordpress.org/camiloclc">prof</a>), CAMWebDesign (<a title="CAMWebDesign at WP Profiles" href="http://profiles.wordpress.org/CAMWebDesign">prof</a>), carbolineum (<a title="carbolineum at WP Profiles" href="http://profiles.wordpress.org/carbolineum">prof</a>), <a href="http://blog.caspie.net/">caspie</a> (<a title="caspie at WP Profiles" href="http://profiles.wordpress.org/caspie">prof</a>), <a href="http://www.catiakitahara.com.br/">catiakitahara (CÃƒÆ’Ã‚Â¡tia Kitahara)</a> (<a title="catiakitahara at WP Profiles" href="http://profiles.wordpress.org/catiakitahara">prof</a>), <a href="http://www.clarksonenergyhomes.com/wordpress/">CharlesClarkson (Charles Clarkson)</a> (<a title="CharlesClarkson at WP Profiles" href="http://profiles.wordpress.org/CharlesClarkson">prof</a>), <a href="http://chdorner.com/">chdorner (Christof Dorner)</a> (<a title="chdorner at WP Profiles" href="http://profiles.wordpress.org/chdorner">prof</a>), <a href="http://gaarai.com/">chrisbliss18 (Chris Jean)</a> (<a title="chrisbliss18 at WP Profiles" href="http://profiles.wordpress.org/chrisbliss18">prof</a>), <a href="http://vocecommunications.com/">chrisscott (Chris Scott)</a> (<a title="chrisscott at WP Profiles" href="http://profiles.wordpress.org/chrisscott">prof</a>), <a href="http://brandonallen.org/">cnorris23 (Brandon Allen)</a> (<a title="cnorris23 at WP Profiles" href="http://profiles.wordpress.org/cnorris23">prof</a>), <a href="http://coffee2code.com/">coffee2code (Scott Reilly)</a> (<a title="coffee2code at WP Profiles" href="http://profiles.wordpress.org/coffee2code">prof</a>), computerwiz908 (<a title="computerwiz908 at WP Profiles" href="http://profiles.wordpress.org/computerwiz908">prof</a>), <a href="http://www.cyberhobo.net/">cyberhobo (Dylan Kuhn)</a> (<a title="cyberhobo at WP Profiles" href="http://profiles.wordpress.org/cyberhobo">prof</a>), <a href="http://dan-cole.com/">dancole (Dan Cole)</a> (<a title="dancole at WP Profiles" href="http://profiles.wordpress.org/dancole">prof</a>), <a href="http://danielkoskinen.com/">Daniel Koskinen</a> <!--PROF?-->, <a href="http://gsocdk.wordpress.com/">deepak.seth (Deepak Seth)</a>, <a href="http://op111.net/">demetris (ÃƒÅ½Ã¢â‚¬ÂÃƒÅ½Ã‚Â·ÃƒÅ½Ã‚Â¼ÃƒÅ½Ã‚Â®ÃƒÂÃ¢â‚¬Å¾ÃƒÂÃ‚ÂÃƒÅ½Ã‚Â·ÃƒÂÃ¢â‚¬Å¡ ÃƒÅ½Ã…Â¡ÃƒÅ½Ã‚Â¯ÃƒÅ½Ã‚ÂºÃƒÅ½Ã‚Â¹ÃƒÅ½Ã‚Â¶ÃƒÅ½Ã‚Â±ÃƒÂÃ¢â‚¬Å¡)</a> (<a title="demetris at WP Profiles" href="http://profiles.wordpress.org/demetris">prof</a>), <a href="http://www.semiologic.com/">Denis-de-Bernardy</a> (<a title="Denis-de-Bernardy at WP Profiles" href="http://profiles.wordpress.org/Denis-de-Bernardy">prof</a>), <a href="http://www.milandinic.com/">dimadin (Milan DiniÃƒâ€žÃ¢â‚¬Â¡)</a> (<a title="dimadin at WP Profiles" href="http://profiles.wordpress.org/dimadin">prof</a>), <a href="http://twitter.com/dndrnkrd">dndrnkrd (Dan Drinkard)</a> (<a title="dndrnkrd at WP Profiles" href="http://profiles.wordpress.org/dndrnkrd">prof</a>), <a href="http://docwhat.org/">docwhat</a> (<a title="docwhat at WP Profiles" href="http://profiles.wordpress.org/docwhat">prof</a>), <a href="http://twitter.com/dougwrites">dougwrites</a> (<a title="dougwrites at WP Profiles"<br />\n href="http://profiles.wordpress.org/dougwrites">prof</a>), <a href="http://phiffer.org/">dphiffer (Dan Phiffer)</a> (<a title="dphiffer at WP Profiles" href="http://profiles.wordpress.org/dphiffer">prof</a>), dragoonis (<a title="dragoonis at WP Profiles" href="http://profiles.wordpress.org/dragoonis">prof</a>), <a href="http://wpvibe.com/">dremeda (Dre Armeda)</a> (<a title="dremeda at WP Profiles" href="http://profiles.wordpress.org/dremeda">prof</a>), dtoj <!--PROF?-->, <a href="http://dougal.gunters.org/">dougal (Dougal Campbell)</a> (<a title="dougal at WP Profiles" href="http://profiles.wordpress.org/dougal">prof</a>), <a href="http://lionsgoroar.co.uk/">duck_ (Jon Cave)</a> (<a title="duck_ at WP Profiles" href="http://profiles.wordpress.org/duck_">prof</a>), <a href="http://dxjones.com/">dxjones (David Jones)</a> (<a title="dxjones at WP Profiles" href="http://profiles.wordpress.org/dxjones">prof</a>), <a href="http://eddieringle.com/">eddieringle (Eddie Ringle)</a> (<a title="eddieringle at WP Profiles" href="http://profiles.wordpress.org/eddieringle">prof</a>), <a href="http://mindreantre.se/">edward mindreantre (Edward Hevlund)</a>, eoinomurchu (<a title="eoinomurchu at WP Profiles" href="http://profiles.wordpress.org/eoinomurchu">prof</a>), <a href="http://field2.com/">empireoflight/Ben Dunkle</a> (<a title="empireoflight at WP Profiles" href="http://profiles.wordpress.org/empireoflight">prof</a>), <a href="http://www.mindsharestrategy.com/">ericmann (Eric Mann)</a> (<a title="ericmann at WP Profiles" href="http://profiles.wordpress.org/ericmann">prof</a>), <a href="http://www.eddiemonge.com/">etiger13 (Eddie Monge Jr.)</a> (<a title="etiger13 at WP Profiles" href="http://profiles.wordpress.org/etiger13">prof</a>), <a href="http://www.ilfilosofo.com/">filosofo (Austin Matzko)</a> (<a title="filosofo at WP Profiles" href="http://profiles.wordpress.org/filosofo">prof</a>), firebird75 (<a title="firebird75 at WP Profiles" href="http://profiles.wordpress.org/firebird75">prof</a>), <a href="http://www.frankieroberto.com/">frankieroberto (Frankie Roberto)</a> (<a title="frankieroberto at WP Profiles" href="http://profiles.wordpress.org/frankieroberto">prof</a>), <a href="http://frumph.net/">Frumph (Philip M. Hofer)</a> (<a title="Frumph at WP Profiles" href="http://profiles.wordpress.org/Frumph">prof</a>), <a href="http://www.garyc40.com/">garyc40 (Gary Cao)</a> (<a title="garyc40 at WP Profiles" href="http://profiles.wordpress.org/garyc40">prof</a>), <a href="http://gaut.am/">gautam2011</a> (<a title="gautam2011 at WP Profiles" href="http://profiles.wordpress.org/gautam2011">prof</a>), <a href="http://twitter.com/garymross">Gary Ross (Gazzer)</a> <!--PROF?-->, <a href="http://www.dev4press.com/">GDragoN (Milan Petrovic)</a> (<a title="GDragoN at WP Profiles" href="http://profiles.wordpress.org/GDragoN">prof</a>), <a href="http://justintadlock.com/">greenshady (Justin Tadlock)</a> (<a title="greenshady at WP Profiles" href="http://profiles.wordpress.org/greenshady">prof</a>), <a href="http://www.dennismorhardt.de/">GIGALinux (Dennis Morhardt)</a> (<a title="GIGALinux at WP Profiles" href="http://profiles.wordpress.org/GIGALinux">prof</a>), <a href="http://hakre.wordpress.com/">hakre</a> (<a title="hakre at WP Profiles" href="http://profiles.wordpress.org/hakre">prof</a>), husky (<a title="husky at WP Profiles" href="http://profiles.wordpress.org/husky">prof</a>), <a href="http://themeshaper.com/">iandstewart (Ian Stewart)</a> (<a title="iandstewart at WP Profiles" href="http://profiles.wordpress.org/iandstewart">prof</a>), <a href="http://ipstenu.org/">ipstenu (Mika Epstein)</a> (<a title="ipstenu at WP Profiles" href="http://profiles.wordpress.org/ipstenu">prof</a>), <a href="http://jacobsantos.com/">jacobsantos (Jacob Santos)</a> (<a title="jacobsantos at WP Profiles" href="http://profiles.wordpress.org/jacobsantos">prof</a>), <a href="http://om4.com.au/">jamescollins (James Collins)</a> (<a title="jamescollins at WP Profiles" href="http://profiles.wordpress.org/jamescollins">prof</a>), <a href="http://jane.wordpress.com">jane (Jane Wells)</a> (<a title="jane at WP Profiles" href="http://profiles.wordpress.org/jane">prof</a>), <a href="http://blog.trailmeme.com/">jbsil (Jesse Silverstein)</a> (<a title="jbsil at WP Profiles" href="http://profiles.wordpress.org/jbsil">prof</a>), <a href="http://bethesignal.org/">jdub (Jeff Waugh)</a> (<a title="jdub at WP Profiles" href="http://profiles.wordpress.org/jdub">prof</a>), <a href="http://www.jeffikus.com/">jeffikus (Jeffrey Pearce)</a> (<a title="jeffikus at WP Profiles" href="http://profiles.wordpress.org/jeffikus">prof</a>), <a href="http://blog.jeffstieler.com/">jeffstieler (Jeff Stieler)</a> (<a title="jeffstieler at WP Profiles" href="http://profiles.wordpress.org/jeffstieler">prof</a>), <a href="http://simianuprising.com/">jeremyclarke (Jeremy Clarke)</a> (<a title="jeremyclarke at WP Profiles" href="http://profiles.wordpress.org/jeremyclarke">prof</a>), <a href="http://www.jfarthing.com/">jfarthing84 (Jeff Farthing)</a> (<a title="jfarthing84 at WP Profiles" href="http://profiles.wordpress.org/jfarthing84">prof</a>), <a href="http://www.jamesdimick.com/">Jick (James Dimick)</a> (<a title="Jick at WP Profiles" href="http://profiles.wordpress.org/Jick">prof</a>), <a href="http://jonsview.com/">jmstacey (Jon Stacey)</a> (<a title="jmstacey at WP Profiles" href="http://profiles.wordpress.org/jmstacey">prof</a>), <a href="http://jobjorn.se/">jobjorn (JobjÃƒÆ’Ã‚Â¶rn Folkesson)</a> (<a title="jobjorn at WP Profiles" href="http://profiles.wordpress.org/jobjorn">prof</a>), <a href="http://devel.kostdoktorn.se/">johanee (Johan Eenfeldt)</a> (<a title="johanee at WP Profiles" href="http://profiles.wordpress.org/johanee">prof</a>), <a href="http://lud.icro.us/">johnbillion (John Blackbourn)</a> (<a title="johnbillion at WP Profiles" href="http://profiles.wordpress.org/johnbillion">prof</a>), <a href="http://johnjamesjacoby.com/">johnjamesjacoby/jjj (John James Jacoby)</a> (<a title="johnjamesjacoby at WP Profiles" href="http://profiles.wordpress.org/johnjamesjacoby">prof</a>), <a href="http://johnjosephbachir.org/">johnjosephbachir (John Joseph Bachir)</a> (<a title="johnjosephbachir at WP Profiles" href="http://profiles.wordpress.org/johnjosephbachir">prof</a>), <a href="http://johnluetke.net/">johnl1479 (John Luetke)</a> (<a title="johnl1479 at WP Profiles" href="http://profiles.wordpress.org/johnl1479">prof</a>), <a href="http://john.onolan.org/">johnonolan (John OÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢Nolan)</a> (<a title="johnonolan at WP Profiles" href="http://profiles.wordpress.org/johnonolan">prof</a>), <a href="http://www.johnpbloch.com/">JohnPBloch/wmrom (John Bloch)</a> (<a title="JohnPBloch at WP Profiles" href="http://profiles.wordpress.org/JohnPBloch">prof</a>), <a href="http://yoast.com/">joostdevalk/yoast (Joost de Valk)</a> (<a title="joostdevalk at WP Profiles" href="http://profiles.wordpress.org/joostdevalk">prof</a>), <a href="http://aaron.jorb.in/">jorbin (Aaron Jorbin)</a> (<a title="jorbin at WP Profiles" href="http://profiles.wordpress.org/jorbin">prof</a>), joshtime (<a title="joshtime at WP Profiles" href="http://profiles.wordpress.org/joshtime">prof</a>), <a href="http://serenelabs.com/">jshreve</a> (<a title="jshreve at WP Profiles" href="http://profiles.wordpress.org/jshreve">prof</a>), <a href="http://tyco.ws/">junsuijin</a> (<a title="junsuijin at WP Profiles" href="http://profiles.wordpress.org/junsuijin">prof</a>), <a href="http://www.wangstedt.net/">kallewangstedt (Karl WÃƒÆ’Ã‚Â¥ngstedt)</a> (<a title="kallewangstedt at WP Profiles" href="http://profiles.wordpress.org/kallewangstedt">prof</a>), <a href="http://www.keighl.com/">keighl (Kyle Truscott)</a> (<a title="keighl at WP Profiles" href="http://profiles.wordpress.org/keighl">prof</a>), <a href="http://agapetry.net/">kevinB (Kevin Behrens)</a> (<a title="kevinB at WP Profiles" href="http://profiles.wordpress.org/kevinB">prof</a>), <a href="http://drylk.com/">koopersmith (Daryl Koopersmith)</a> (<a title="koopersmith at WP Profiles" href="http://profiles.wordpress.org/koopersmith">prof</a>), <a href="http://www.kpdesign.net/">kpdesign (Kim Parsell)<br />\n</a> (<a title="kpdesign at WP Profiles" href="http://profiles.wordpress.org/kpdesign">prof</a>), <a href="http://www.ktdreyer.com/">ktdreyer (Ken Dreyer)</a> (<a title="ktdreyer at WP Profiles" href="http://profiles.wordpress.org/ktdreyer">prof</a>), <a href="http://kurtmckee.livejournal.com/">kurtmckee (Kurt McKee)</a> (<a title="kurtmckee at WP Profiles" href="http://profiles.wordpress.org/kurtmckee">prof</a>), <a href="http://moggy.laceous.com/">laceous</a> (<a title="laceous at WP Profiles" href="http://profiles.wordpress.org/laceous">prof</a>), <a href="http://simpledream.net/">lancewillett (Lance Willett)</a> (<a title="lancewillett at WP Profiles" href="http://profiles.wordpress.org/lancewillett">prof</a>), <a href="http://lloydbudd.com/">lloydbudd (Lloyd Budd)</a> (<a title="lloydbudd at WP Profiles" href="http://profiles.wordpress.org/lloydbudd">prof</a>), lriggle (<a title="lriggle at WP Profiles" href="http://profiles.wordpress.org/lriggle">prof</a>), markauk (<a title="markauk at WP Profiles" href="http://profiles.wordpress.org/markauk">prof</a>), <a href="http://www.mark-mcwilliams.com/">markmcwilliams (Mark McWilliams)</a> (<a title="markmcwilliams at WP Profiles" href="http://profiles.wordpress.org/markmcwilliams">prof</a>), <a href="http://markoheijnen.com/">markoheijnen (Marko Heijnen)</a> (<a title="markoheijnen at WP Profiles" href="http://profiles.wordpress.org/markoheijnen">prof</a>), <a href="http://markup.com.ua/">markup (Sasha Mukhin)</a> (<a title="markup at WP Profiles" href="http://profiles.wordpress.org/markup">prof</a>), mattsains (<a title="mattsains at WP Profiles" href="http://profiles.wordpress.org/mattsains">prof</a>), <a href="http://matiasventura.com/">matveb (Matias Ventura)</a> (<a title="matveb at WP Profiles" href="http://profiles.wordpress.org/matveb">prof</a>), <a href="http://blogwaffe.com/">mdawaffe (Michael Adams)</a> (<a title="mdawaffe at WP Profiles" href="http://profiles.wordpress.org/mdawaffe">prof</a>) <!--mdwaffe on r12524-->, mentel_br (<a title="mentel_br at WP Profiles" href="http://profiles.wordpress.org/mentel_br">prof</a>), <a href="http://webdevstudios.com/about/brian-messenlehner/">messenlehner (Brian Messenlehner)</a> (<a title="messenlehner at WP Profiles" href="http://profiles.wordpress.org/messenlehner">prof</a>), <a href="http://twitter.com/miau_jp">miau_jp</a> (<a title="miau_jp at WP Profiles" href="http://profiles.wordpress.org/miau_jp">prof</a>), <a href="http://binarybonsai.com/">Michael (Michael Heilemann)</a> (<a title="Michael at WP Profiles" href="http://profiles.wordpress.org/Michael">prof</a>), <a href="http://codex.wordpress.org/User:MichaelH">MichaelH</a> (<a title="MichaelH at WP Profiles" href="http://profiles.wordpress.org/MichaelH">prof</a>), <a href="http://mikeschinkel.com/">mikeschinkel (Mike Schinkel)</a> (<a title="mikeschinkel at WP Profiles" href="http://profiles.wordpress.org/mikeschinkel">prof</a>), Miloslav BeÃƒâ€¦Ã‹â€ o <!--r14540, r14545-->, <a href="http://www.minusfive.com/">minusfive</a> (<a title="minusfive at WP Profiles" href="http://profiles.wordpress.org/minusfive">prof</a>), <a href="http://blogyul.miqrogroove.com/">miqrogroove (Robert Chapin)</a> (<a title="miqrogroove at WP Profiles" href="http://profiles.wordpress.org/miqrogroove">prof</a>), <a href="http://maisonbisson.com/">misterbisson (Casey Bisson)</a> (<a title="misterbisson at WP Profiles" href="http://profiles.wordpress.org/misterbisson">prof</a>), <a href="http://mitcho.com/">mitchoyoshitaka (mitcho (Michael ÃƒÂ¨Ã… Ã‚Â³ÃƒÂ¨Ã‚Â²Ã‚Â´ Erlewine))</a> (<a title="mitchoyoshitaka at WP Profiles" href="http://profiles.wordpress.org/mitchoyoshitaka">prof</a>), <a href="http://blog.mmn-o.se/">MMN-o</a> (<a title="MMN-o at WP Profiles" href="http://profiles.wordpress.org/MMN-o">prof</a>), <a href="http://www.herewithme.fr/a-propos">momo360modena (Amaury Balmer)</a> (<a title="momo360modena at WP Profiles" href="http://profiles.wordpress.org/momo360modena">prof</a>), <a href="http://morganestes.wordpress.com/">morganestes (Morgan Estes)</a> (<a title="morganestes at WP Profiles" href="http://profiles.wordpress.org/morganestes">prof</a>), <a href="http://www.misthaven.org.uk/blog/">mrmist (David McFarlane)</a> (<a title="mrmist at WP Profiles" href="http://profiles.wordpress.org/mrmist">prof</a>), <a href="http://nickmomrik.com/">mtdewvirus (Nick Momrik)</a> (<a title="mtdewvirus at WP Profiles" href="http://profiles.wordpress.org/mtdewvirus">prof</a>), nadavvin (<a title="nadavvin at WP Profiles" href="http://profiles.wordpress.org/nadavvin">prof</a>), <a href="http://blog.detlog.org/">Nao (Naoko  McCracken)</a> (<a title="Nao at WP Profiles" href="http://profiles.wordpress.org/Nao">prof</a>), <a href="http://www.nathanrice.net/">nathanrice (Nathan Rice)</a> (<a title="nathanrice at WP Profiles" href="http://profiles.wordpress.org/nathanrice">prof</a>), <a href="http://www.neotrinity.at/">neoxx (Bernhard Riedl)</a> (<a title="neoxx at WP Profiles" href="http://profiles.wordpress.org/nathanrice">prof</a>), <a href="http://www.niallkennedy.com/">niallkennedy (Niall Kennedy)</a> (<a title="niallkennedy at WP Profiles" href="http://profiles.wordpress.org/niallkennedy">prof</a>), <a href="http://www.rpmurphy.com/">ninjaWR (Ryan Murphy)</a> (<a title="ninjaWR at WP Profiles" href="http://profiles.wordpress.org/ninjaWR">prof</a>), <a href="http://noel.io/">noel (NoÃƒÆ’Ã‚Â«l Jackson)</a> (<a title="noel at WP Profiles" href="http://profiles.wordpress.org/noel">prof</a>), <a href="http://nomulous.com/">nomulous (Fletcher Tomalty)</a> (<a title="nomulous at WP Profiles" href="http://profiles.wordpress.org/nomulous">prof</a>), <a href="http://ocean90.wphelper.de/">ocean90 (Dominik Schilling)</a> (<a title="ocean90 at WP Profiles" href="http://profiles.wordpress.org/ocean90">prof</a>), <a href="http://ottodestruct.com/">Otto42 (Samuel Wood)</a> (<a title="Otto42 at WP Profiles" href="http://profiles.wordpress.org/Otto42">prof</a>), pedger (<a title="pedger at WP Profiles" href="http://profiles.wordpress.org/pedger">prof</a>), <a href="http://developersmind.com/">PeteMall</a> (<a title="PeteMall at WP Profiles" href="http://profiles.wordpress.org/PeteMall">prof</a>), pampfelimetten (<a title="pampfelimetten at WP Profiles" href="http://profiles.wordpress.org/pampfelimetten">prof</a>), pnettle (<a title="pnettle at WP Profiles" href="http://profiles.wordpress.org/pnettle">prof</a>), <a href="http://www.pslabs.cl/">PotterSys (Juan)</a> (<a title="PotterSys at WP Profiles" href="http://profiles.wordpress.org/PotterSys">prof</a>), <a href="http://cnpstudio.com/">prettyboymp (Michael Pretty)</a> (<a title="prettyboymp at WP Profiles" href="http://profiles.wordpress.org/prettyboymp">prof</a>), <a href="http://ptahdunbar.com/">ptahdunbar (Ptah Dunbar)</a> (<a title="ptahdunbar at WP Profiles" href="http://profiles.wordpress.org/ptahdunbar">prof</a>), <a href="http://www.bdihot.co.il/">ramiy</a> (<a title="ramiy at WP Profiles" href="http://profiles.wordpress.org/ramiy">prof</a>), <a href="http://ranh.co.il/">RanYanivHartstein (Ran Yaniv Hartstein)</a> (<a title="RanYanivHartstein at WP Profiles" href="http://profiles.wordpress.org/RanYanivHartstein">prof</a>), <a href="http://langui.sh/">reaperhulk (Paul Kehrer)</a> (<a title="reaperhulk at WP Profiles" href="http://profiles.wordpress.org/reaperhulk">prof</a>), reko (<a title="reko at WP Profiles" href="http://profiles.wordpress.org/reko">prof</a>), <a href="http://remiprevost.com/">remi (RÃƒÆ’Ã‚Â©mi PrÃƒÆ’Ã‚Â©vost)</a> (<a title="remi at WP Profiles" href="http://profiles.wordpress.org/remi">prof</a>), <a href="http://toys.lerdorf.com/">rlerdorf (Rasmus Lerdorf)</a> (<a title="rlerdorf at WP Profiles" href="http://profiles.wordpress.org/rlerdorf">prof</a>) <!--ALSO r13684-->, <a href="http://ryanmccue.info/">rmccue (Ryan McCue)</a> (<a title="rmccue at WP Profiles" href="http://profiles.wordpress.org/rmccue">prof</a>), rooodini (<a title="rooodini at WP Profiles" href="http://profiles.wordpress.org/rooodini">prof</a>), rovo89 (<a title="rovo89 at WP Profiles" href="http://profiles.wordpress.org/rovo89">prof</a>), <a href="http://ruslany.net/">ruslany</a> (<a title="ruslany at WP Profiles" href=<br />\n"http://profiles.wordpress.org/ruslany">prof</a>), <a href="http://skcdev.com/">sc0ttkclark (Scott Kingsley Clark)</a> (<a title="sc0ttkclark at WP Profiles" href="http://profiles.wordpress.org/sc0ttkclark">prof</a>), scottbasgaard (Scott Basgaard) (<a title="scottbasgaard at WP Profiles" href="http://profiles.wordpress.org/scottbasgaard">prof</a>), ScottMac (<a title="ScottMac at WP Profiles" href="http://profiles.wordpress.org/ScottMac">prof</a>), <a href="http://scribu.net/">scribu</a> (<a title="scribu at WP Profiles" href="http://profiles.wordpress.org/scribu">prof</a>), <a href="http://sergeybiryukov.ru/">SergeyBiryukov (ÃƒÂÃ‚Â¡ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â³ÃƒÂÃ‚ÂµÃƒÂÃ‚Â¹ ÃƒÂÃ¢â‚¬ËœÃƒÂÃ‚Â¸Ãƒâ€˜Ã¢â€šÂ¬Ãƒâ€˜Ã…Â½ÃƒÂÃ‚ÂºÃƒÂÃ‚Â¾ÃƒÂÃ‚Â²)</a> (<a title="SergeyBiryukov at WP Profiles" href="http://profiles.wordpress.org/SergeyBiryukov">prof</a>), <a href="http://bugssite.org/">ShaneF</a> (<a title="ShaneF at WP Profiles" href="http://profiles.wordpress.org/ShaneF">prof</a>), <a href="http://sillybean.net/">sillybean (Stephanie Leary)</a> (<a title="sillybean at WP Profiles" href="http://profiles.wordpress.org/sillybean">prof</a>), <a href="http://simekdesign.eu/">Simek (Bartosz Kaszubowski)</a> (<a title="simek at WP Profiles" href="http://profiles.wordpress.org/simek">prof</a>), <a href="http://www.simonwheatley.co.uk/">simonwheatley (Simon Wheatley)</a> (<a title="simonwheatley at WP Profiles" href="http://profiles.wordpress.org/simonwheatley">prof</a>), <a href="http://simos.info/blog/">simosx (ÃƒÅ½Ã‚Â£ÃƒÅ½Ã‚Â¯ÃƒÅ½Ã‚Â¼ÃƒÅ½Ã‚Â¿ÃƒÂÃ¢â‚¬Å¡ ÃƒÅ½Ã…Â¾ÃƒÅ½Ã‚ÂµÃƒÅ½Ã‚Â½ÃƒÅ½Ã‚Â¹ÃƒÂÃ¢â‚¬Å¾ÃƒÅ½Ã‚Â­ÃƒÅ½Ã‚Â»ÃƒÅ½Ã‚Â»ÃƒÅ½Ã‚Â·ÃƒÂÃ¢â‚¬Å¡)</a> (<a title="simosx at WP Profiles" href="http://profiles.wordpress.org/simosx">prof</a>), <a href="http://www.poradnik-webmastera.com/">sirzooro (Daniel FruÃƒâ€¦Ã‚Â¼yÃƒâ€¦Ã¢â‚¬Å¾ski)</a> (<a title="sirzooro at WP Profiles" href="http://profiles.wordpress.org/sirzooro">prof</a>), <a href="http://sivel.net/">sivel (Matt Martz)</a> (<a title="sivel at WP Profiles" href="http://profiles.wordpress.org/sivel">prof</a>), <a href="http://skeltoac.com/">skeltoac (Andy Skelton)</a> (<a title="skeltoac at WP Profiles" href="http://profiles.wordpress.org/skeltoac">prof</a>), <a href="http://www.lukehowell.com/">snumb130 (Luke Howell)</a> (<a title="snumb130 at WP Profiles" href="http://profiles.wordpress.org/snumb130">prof</a>), <a href="http://rayofsolaris.net/">solarissmoke (Samir Shah)</a> (<a title="solarissmoke at WP Profiles" href="http://profiles.wordpress.org/solarissmoke">prof</a>), sorich87 (<a title="sorich87 at WP Profiles" href="http://profiles.wordpress.org/sorich87">prof</a>), ssandison (<a title="ssandison at WP Profiles" href="http://profiles.wordpress.org/ssandison">prof</a>), stencil (<a title="stencil at WP Profiles" href="http://profiles.wordpress.org/stencil">prof</a>), <a href="http://stephdau.wordpress.com/">stephdau (Stephane Daury)</a> (<a title="stephdau at WP Profiles" href="http://profiles.wordpress.org/stephdau">prof</a>), <a href="http://wp.tekapo.com/">tai</a> (<a title="tai at WP Profiles" href="http://profiles.wordpress.org/tai">prof</a>), TECannon (Tracy Cannon) (<a title="TECannon at WP Profiles" href="http://profiles.wordpress.org/TECannon">prof</a>), <a href="http://technosailor.com/">technosailor (Aaron Brazell)</a> (<a title="technosailor at WP Profiles" href="http://profiles.wordpress.org/technosailor">prof</a>), <a href="http://eastcoder.com/">tenpura</a> (<a title="tenpura at WP Profiles" href="http://profiles.wordpress.org/tenpura">prof</a>), thales.tede <!--PROF?-->, TheDeadMedic (<a title="TheDeadMedic at WP Profiles" href="http://profiles.wordpress.org/TheDeadMedic">prof</a>), <a href="http://cefm.ca/">thee17 (Charles E. Frees-Melvin)</a> (<a title="thee17 at WP Profiles" href="http://profiles.wordpress.org/thee17">prof</a>), <a href="http://www.toine.ca/">thetoine (Antoine Girard)</a> (<a title="thetoine at WP Profiles" href="http://profiles.wordpress.org/thetoine">prof</a>), <a href="http://bavotasan.com/">tinkerpriest (c.bavota)</a> (<a title="tinkerpriest at WP Profiles" href="http://profiles.wordpress.org/tinkerpriest">prof</a>), <a href="http://tobias.baethge.com/">TobiasBg (Tobias BÃƒÆ’Ã‚Â¤thge)</a> (<a title="TobiasBg at WP Profiles" href="http://profiles.wordpress.org/TobiasBg">prof</a>), tomtomp (<a title="tomtomp at WP Profiles" href="http://profiles.wordpress.org/tomtomp">prof</a>), <a href="http://terrychay.com/">tychay (Terry Chay)</a> (<a title="tychay at WP Profiles" href="http://profiles.wordpress.org/tychay">prof</a>), typeomedia (<a title="typeomedia at WP Profiles" href="http://profiles.wordpress.org/typeomedia">prof</a>), <a href="http://uglyrobot.com/">uglyrobot (Aaron Edwards)</a> (<a title="uglyrobot at WP Profiles" href="http://profiles.wordpress.org/uglyrobot">prof</a>), UnderWordPressure (<a title="UnderWordPressure at WP Profiles" href="http://profiles.wordpress.org/UnderWordPressure">prof</a>), usermrpapa (<a title="usermrpapa at WP Profiles" href="http://profiles.wordpress.org/usermrpapa">prof</a>), <a href="http://utkar.sh/">Utkarsh (Utkarsh Kukreti)</a> (<a title="Utkarsh at WP Profiles" href="http://profiles.wordpress.org/Utkarsh">prof</a>), <a href="http://www.ai-development.com/">validben (Benoit Gilloz )</a> (<a title="validben at WP Profiles" href="http://profiles.wordpress.org/validben">prof</a>), <a href="http://www.viper007bond.com/">Viper007Bond (Alex Mills)</a> (<a title="Viper007Bond at WP Profiles" href="http://profiles.wordpress.org/Viper007Bond">prof</a>), <a href="http://blog.sjinks.org.ua/">vladimir_kolesnikov (Vladimir Kolesnikov)</a> (<a title="vladimir_kolesnikov at WP Profiles" href="http://profiles.wordpress.org/vladimir_kolesnikov">prof</a>), <a href="http://edgedesigns.org/">willmot (Tom Willmot)</a> (<a title="willmot at WP Profiles" href="http://profiles.wordpress.org/willmot">prof</a>), <a href="http://emphaticallystatic.org/">wahgnube</a> (<a title="wahgnube at WP Profiles" href="http://profiles.wordpress.org/wahgnube">prof</a>), <a href="http://www.waltervos.com/">waltervos (Walter Vos)</a> (<a title="waltervos at WP Profiles" href="http://profiles.wordpress.org/waltervos">prof</a>), <a href="http://www.nothingcliche.com/">wds-chris (Christopher Cochran)</a> (<a title="wds-chris at WP Profiles" href="http://profiles.wordpress.org/wds-chris">prof</a>), <a href="http://strangework.com/">williamsba1 (Brad Williams)</a> (<a title="williamsba1 at WP Profiles" href="http://profiles.wordpress.org/williamsba1">prof</a>), <a href="http://willnorris.com/">wnorris (Will Norris)</a> (<a title="wnorris at WP Profiles" href="http://profiles.wordpress.org/wnorris">prof</a>), <a href="http://xavier.borderie.net/">xibe (Xavier Borderie)</a> (<a title="xibe at WP Profiles" href="http://profiles.wordpress.org/xibe">prof</a>), <a href="http://blog.yoavfarhi.com/">yoavf (Yoav Farhi)</a> (<a title="yoavf at WP Profiles" href="http://profiles.wordpress.org/yoavf">prof</a>), <a href="http://zeo.my/">zeo (Safirul Alredha)</a> (<a title="zeo at WP Profiles" href="http://profiles.wordpress.org/zeo">prof</a>), <a href="http://h6e.net/">znarfor (FranÃƒÆ’Ã‚Â§ois Hodierne)</a> (<a title="znarfor at WP Profiles" href="http://profiles.wordpress.org/znarfor">prof</a>), and <a href="http://zoranzaric.de/">zoranzaric (Zoran Zaric)</a> (<a title="zoranzaric at WP Profiles" href="http://profiles.wordpress.org/zoranzaric">prof</a>).</p>\n<h3>Bonus</h3>\n<p>If you&#8217;ve made it this far, check out my 2010 State of the Word speech at WordCamp San Francisco, it&#8217;s jam-packed with information on the growth of WordPress, 3.0, what we&#8217;re planning for the future, and the philosophy of WordPress.</p>\n<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="360" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="flashvars" value="guid=xj8pDCM4&amp;width=640&amp;height=360&amp;locksize=no&amp;dynamicseek=false&amp;qc_publisherId=p-18-mFEk4J448M" /><param name="src" value="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.21" /><param name="wmode" value="transparent" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="360" src="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.21" allowfullscreen="true" wmode="transparent" flashvars="guid=xj8pDCM4&amp;width=640&amp;height=360&amp;locksize=no&amp;dynamicseek=false&amp;qc_publisherId=p-18-mFEk4J448M"></embed></object></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:50:"http://wordpress.org/news/2010/06/thelonious/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:1:"5";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: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:7:"3.0 RC3";s: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:42:"http://wordpress.org/news/2010/06/3-0-rc3/";s: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:51:"http://wordpress.org/news/2010/06/3-0-rc3/#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, 11 Jun 2010 20:49: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: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:40:"http://wordpress.org/development/?p=1376";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:257:"A weekend present, in haiku: Last call; final bugs Itch, scratch, contort; calmly wait For now: RC3 That&#8217;s right. What will hopefully be the final release candidate, RC3, is now available for download and testing. Plugin developers: test your 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: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:438:"<p>A weekend present, in haiku:</p>\n<blockquote><p>Last call; final bugs<br />\nItch, scratch, contort; calmly wait<br />\nFor now: <a href="http://wordpress.org/wordpress-3.0-RC3.zip">RC3 </a></p></blockquote>\n<p>That&#8217;s right. What will hopefully be the final release candidate, <a href="http://wordpress.org/wordpress-3.0-RC3.zip">RC3, is now available for download</a> and testing.</p>\n<p>Plugin developers: test your plugins!</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:47:"http://wordpress.org/news/2010/06/3-0-rc3/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: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:"";}}}}}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:37:"Expanding the Theme Review Experiment";s: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/news/2010/06/expanding-the-theme-review-experiment/";s: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:81:"http://wordpress.org/news/2010/06/expanding-the-theme-review-experiment/#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, 09 Jun 2010 16:06: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:8:"category";a:3:{i:0;a:5:{s:4:"data";s:9:"Community";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: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:2;a:5:{s:4:"data";s:6:"Themes";s: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://wordpress.org/development/?p=1347";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:272:"When I was a kid my dad used to practice his typing skills (on a real typewriter no less) with the phrase: Now is the time for all good men to come to the aid of their country. For some reason that has stuck with me all these years. Today IÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢m going to rephrase and [...]";s: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:"";}}}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:1962:"<p>When I was a kid my dad used to practice his typing skills (on a real typewriter no less) with the phrase:</p>\n<blockquote><p>Now is the time for all good men to come to the aid of their country.</p></blockquote>\n<p>For some reason that has stuck with me all these years. Today IÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢m going to rephrase and re-purpose that line:</p>\n<blockquote><p>Now is the time for great theme developers to come to the aid of their community.</p></blockquote>\n<p>The theme directory has been chugging along for more than a year now. During that time weÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ve tinkered with the review process and some of the management tools, but havenÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢t really opened it up as much as weÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢d like. It&#8217;s time to rip off the band-aid and take some action; to that end, we&#8217;re looking for community members to help with the process of reviewing themes for the directory.</p>\n<p>Right now this is a bit like a New YearÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢s resolution to exercise every day: itÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢s what we need to do, but weÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢re still figuring out exactly how it will all work. ThatÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢s part of the community involvement as well &#8212; we expect that those who pitch in will also help shape the process.</p>\n<p>WhatÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢s involved in reviewing themes for the directory? There are some obvious things, such as being familiar with PHP and WordPress theme code (and the <a href="http://codex.wordpress.org/Theme_Development_Checklist">theme development checklist</a>), with an eye for security issues. You would also need to have the ability to set up a separate install of the latest version of WordPress for testing theme submissions.</p>\n<p>Hopefully a few talented theme developers are reading this right now and saying to themselves, &#8220;IÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢d love to help! How do I get started?&#8221; Just join the new <a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers">theme reviewers mailing list</a> and we&#8217;ll get you up to speed on this new opportunity to come to the aid of your community.</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:77:"http://wordpress.org/news/2010/06/expanding-the-theme-review-experiment/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: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:"";}}}}}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:31:"WordPress 3.0 Release Candidate";s: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://wordpress.org/news/2010/05/wordpress-3-0-release-candidate/";s: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:75:"http://wordpress.org/news/2010/05/wordpress-3-0-release-candidate/#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, 28 May 2010 02:35: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: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:40:"http://wordpress.org/development/?p=1358";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:345:"As Matt teased earlier, the first release candidate (RC1) for WordPress 3.0 is now available. What&#8217;s an RC? An RC comes after beta and before the final launch. It means we think we&#8217;ve got everything done: all features finished, all bugs squashed, and all potential issues addressed. But, then, with over 20 million people using [...]";s: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:1993:"<p>As Matt teased earlier, the first release candidate (RC1) for WordPress 3.0 is now available. What&#8217;s an RC? An RC comes after beta and before the final launch. It means we think we&#8217;ve got everything done: all features finished, all bugs squashed, and all potential issues addressed. But, then, with over 20 million people using WordPress with a wide variety of configurations and hosting setups, it&#8217;s entirely possible that we&#8217;ve missed something. So! For the brave of heart, please download the RC and test it out (but not on your live site unless you&#8217;re extra adventurous). Some things to know:</p>\n<ul>\n<li>Custom menus are finished! Yay!</li>\n<li>Multi-site is all set.</li>\n<li>The look of the WordPress admin has been lightened up a little bit, so you can focus more on your content.</li>\n<li>There are a ton of changes, so plugin authors, please test your plugins <strong>now</strong>, so that if there is a compatibility issue, we can figure it out before the final release.</li>\n<li>Plugin and theme *users* are also encouraged to test things out. If you find problems, let your plugin/theme authors know so they can figure out the cause.</li>\n<li>There are a couple of <a href=" http://core.trac.wordpress.org/report/5">known issues</a>.</li>\n</ul>\n<p>If you are testing the RC and come across a bug, you can:</p>\n<ul>\n<li>Report it on the <a href="http://lists.automattic.com/mailman/listinfo/wp-testers">wp-testers mailing list</a></li>\n<li>Join the dev chat and tell us live at irc.freenode.net #wordpress-dev</li>\n<li>File a bug ticket on the <a href="https://core.trac.wordpress.org/query?status=reopened&amp;status=assigned&amp;status=reviewing&amp;status=new&amp;status=accepted&amp;group=status&amp;milestone=3.0">WordPress Trac </a></li>\n</ul>\n<p>We hope you enjoy playing with the 3.0 RC as much as we&#8217;ve enjoyed making it for you. Enjoy!</p>\n<p><a href="http://wordpress.org/wordpress-3.0-RC1.zip">Download WordPress 3.0 RC1</a></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:71:"http://wordpress.org/news/2010/05/wordpress-3-0-release-candidate/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: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:"";}}}}}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:11:"Lucky Seven";s: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:46:"http://wordpress.org/news/2010/05/lucky-seven/";s: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:55:"http://wordpress.org/news/2010/05/lucky-seven/#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, 27 May 2010 23:04: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: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:40:"http://wordpress.org/development/?p=1354";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:311:"Has it really been seven years since the first release of WordPress? It seems like just yesterday we were fresh to the world, a new entrant to a market everyone said was already saturated. (As a side note, if the common perception is that a market is finished and that everything interesting has been done [...]";s: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:"Matt Mullenweg";s: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:1896:"<p>Has it really been seven years since the first release of WordPress? It seems like just yesterday we were fresh to the world, a new entrant to a market  everyone said was already saturated. (As a side note, if the common perception is that a market is finished and that everything interesting has been done already, it&#8217;s probably a really good time to enter it.)</p>\n<p>The growth over the past year has blown me away. Since our last birthday we&#8217;ve doubled theme downloads to over 10 million, and doubled plugin downloads to 60 million. Most importantly, we continued to grow the development community to 1,528 people active on Trac and 13 committers, both numbers the highest in the history of WordPress.</p>\n<p>That&#8217;s 1,528 people pouring their hearts and souls into GPL software we all own, we all build on, we can use as we please, we can all make better. We&#8217;ve evolved from a simple script to a web platform.</p>\n<p>We&#8217;re on the cusp of version 3.0, with a release candidate coming out any minute now.</p>\n<p>If you&#8217;d like to celebrate WordPress&#8217;s birthday with us &#8212; tell a friend! Help them upgrade their blog or find the perfect theme. Talk about how WordPress is built by and for a community. Drop in to help test 3.0, including all the plugins you use. Write something to take advantage of the new 3.0 features, or teach your friends how to. If you buy any themes or plugins, make sure they&#8217;re GPL or compatible just like WordPress. We&#8217;ve got a long road ahead of us, it&#8217;s important that we not forget that Open Source got us this far, and is the only way we&#8217;re going to get to the next level. The whole of what we can build together is far greater than the sum of our parts. Spread the good word. <img src=''http://wordpress.org/news/wp-includes/images/smilies/icon_smile.gif'' alt='':)'' class=''wp-smiley'' /> </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:51:"http://wordpress.org/news/2010/05/lucky-seven/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: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:"";}}}}}i:9;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:21:"WordPress 3.0, Beta 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:55:"http://wordpress.org/news/2010/05/wordpress-3-0-beta-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:64:"http://wordpress.org/news/2010/05/wordpress-3-0-beta-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:"Thu, 06 May 2010 21:05: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: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:7:"Testing";s: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://wordpress.org/development/?p=1340";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:327:"Following the successful post-WordCamp San Francisco code sprint, we are now ready to release the second beta of WordPress 3.0. Things to test: Revised menu user interface Changes to the WordPress exporter and importer to make it more flexible Already have a test install that you want to switch over to the beta? Try 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: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:976:"<p>Following the successful post-WordCamp San Francisco code sprint, we are now ready to release the second beta of WordPress 3.0.<br />\nThings to test:</p>\n<ul>\n<li>Revised menu user interface</li>\n<li>Changes to the WordPress exporter and importer to make it more flexible</li>\n</ul>\n<p>Already have a test install that you want to switch over to the beta? Try the <a href="http://westi.wordpress.com/2009/06/22/making-it-easy-to-be-a-wordpress-tester/">beta tester plugin</a>.</p>\n<p>Testers, don&#8217;t forget to use the <a href="http://lists.automattic.com/mailman/listinfo/wp-testers">wp-testers mailing list</a> to discuss bugs you encounter.</p>\n<p>We hope you like it! And if you don&#8217;t, well, check back when the release candidate is ready. <img src=''http://wordpress.org/news/wp-includes/images/smilies/icon_smile.gif'' alt='':)'' class=''wp-smiley'' /> </p>\n<p>Download the <a href="http://wordpress.org/wordpress-3.0-beta2.zip">WordPress 3.0 Beta 2</a> now!</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:60:"http://wordpress.org/news/2010/05/wordpress-3-0-beta-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: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: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:31:"http://wordpress.org/news/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:36:"http://wordpress.org/news/xmlrpc.php";s:13:"last-modified";s:29:"Thu, 29 Jul 2010 22:33:47 GMT";s:4:"etag";s:34:""917f4b1c3647a599cdf155c9db22b1cc"";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:4:"date";s:29:"Thu, 09 Sep 2010 16:18:42 GMT";s:6:"server";s:9:"LiteSpeed";s:10:"connection";s:5:"close";}s:5:"build";s:14:"20090627192103";}', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(165, 0, '_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1284092323', 'no'),
(166, 0, '_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1284049123', 'no'),
(175, 0, '_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1284092324', 'no'),
(176, 0, '_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1284049124', 'no'),
(179, 0, '_transient_timeout_feed_mod_1a5f760f2e2b48827d4974a60857e7c2', '1284092324', 'no'),
(180, 0, '_transient_feed_mod_1a5f760f2e2b48827d4974a60857e7c2', '1284049124', 'no');

-- --------------------------------------------------------

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

CREATE TABLE IF NOT EXISTS `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 DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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


-- --------------------------------------------------------

--
-- Table structure for table `wp_posts`
--

CREATE TABLE IF NOT EXISTS `wp_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT '0',
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_category` int(4) NOT NULL DEFAULT '0',
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(20) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` text NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;

--
-- Dumping data for table `wp_posts`
--

INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_category`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1, 1, '2007-01-23 16:22:31', '2007-01-23 23:22:31', 'Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!', 'Hello world!', 0, '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2007-01-23 16:22:31', '2007-01-23 23:22:31', '', 0, '', 0, 'post', '', 1),
(2, 1, '2007-01-23 16:22:31', '2007-01-23 23:22:31', 'This is an example of a WordPress page, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many pages like this one or sub-pages as you like and manage all of your content inside of WordPress.', 'About', 0, '', 'publish', 'open', 'open', '', 'about', '', '', '2007-01-23 16:22:31', '2007-01-23 23:22:31', '', 0, '', 0, 'page', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_term_relationships`
--

CREATE TABLE IF NOT EXISTS `wp_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_order` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_term_relationships`
--

INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0),
(1, 2, 0),
(2, 2, 0),
(3, 2, 0),
(4, 2, 0),
(5, 2, 0),
(6, 2, 0),
(7, 2, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_term_taxonomy`
--

CREATE TABLE IF NOT EXISTS `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;

--
-- Dumping data for table `wp_term_taxonomy`
--

INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1),
(2, 2, 'link_category', '', 0, 7);

-- --------------------------------------------------------

--
-- Table structure for table `wp_terms`
--

CREATE TABLE IF NOT EXISTS `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_id`),
  UNIQUE KEY `slug` (`slug`),
  KEY `name` (`name`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;

--
-- Dumping data for table `wp_terms`
--

INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'Blogroll', 'blogroll', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_usermeta`
--

CREATE TABLE IF NOT EXISTS `wp_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ;

--
-- Dumping data for table `wp_usermeta`
--

INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'admin'),
(2, 1, 'rich_editing', 'true'),
(3, 1, 'wp_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(4, 1, 'wp_user-settings', 'm9=c&m5=o'),
(5, 1, 'wp_user-settings-time', '1284049115');

-- --------------------------------------------------------

--
-- Table structure for table `wp_users`
--

CREATE TABLE IF NOT EXISTS `wp_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(64) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(60) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `wp_users`
--

INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'admin', '892d0bf385488b8d161778420af8384c', 'admin', 'admin@image-center.com', '', '2007-01-23 23:22:31', '', 0, 'admin');
