Just a quick post to let you know that I have been a bit busy with fatherhood for the last week, so I have not been responding to wordpress plugin problems. If you’re interested, updates are at blog.fedibblety.com
Categories
- MySQL server version: 5.1.49-1ubuntu8.1
collapsCat options:
Array
(
[title] => Categories
[showPostCount] => 1
[inExclude] => exclude
[inExcludeCats] => general
[showPosts] => 1
[showPages] =>
[linkToCat] => 1
[olderThan] => 0
[excludeAll] => 0
[catSortOrder] => ASC
[catSort] => catSlug
[postSortOrder] => ASC
[postSort] => postTitle
[expand] => 0
[defaultExpand] =>
[debug] => 1
[postTitleLength] => 0
[catfeed] => none
[taxonomy] => category
[post_type] => post
[postDateAppend] => after
[postDateFormat] => m/d
[showPostDate] =>
[useCookies] => 1
[postsBeforeCats] =>
[expandCatPost] => 1
[showEmptyCat] =>
[showTopLevel] => 1
[customExpand] =>
[customCollapse] =>
[style] => twentyten
[accordion] => 0
[title_link] =>
[addMisc] =>
[addMiscTitle] =>
[number] => 2
[includeCatArray] => Array
(
)
[expandSym] => ►
[collapseSym] => ▼
)
postsToExclude:
Array
(
)
CATEGORY QUERY:
SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN
wp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy IN
('category') AND t.slug NOT IN ('general') AND t.slug!='blogroll'
ASC
CATEGORY QUERY RESULTS
Array
(
[0] => stdClass Object
(
[term_id] => 10
[name] => cooking
[slug] => cooking
[term_group] => 0
[term_order] => 10
[term_taxonomy_id] => 10
[taxonomy] => category
[description] =>
[parent] => 0
[count] => 42
)
[1] => stdClass Object
(
[term_id] => 6
[name] => css
[slug] => css
[term_group] => 0
[term_order] => 6
[term_taxonomy_id] => 6
[taxonomy] => category
[description] =>
[parent] => 0
[count] => 13
)
[2] => stdClass Object
(
[term_id] => 131
[name] => environmentalism
[slug] => environmentalism
[term_group] => 0
[term_order] => 17
[term_taxonomy_id] => 135
[taxonomy] => category
[description] =>
[parent] => 0
[count] => 1
)
[4] => stdClass Object
(
[term_id] => 13
[name] => hardware
[slug] => hardware
[term_group] => 0
[term_order] => 12
[term_taxonomy_id] => 13
[taxonomy] => category
[description] =>
[parent] => 0
[count] => 3
)
[5] => stdClass Object
(
[term_id] => 21
[name] => javascript
[slug] => javascript
[term_group] => 0
[term_order] => 16
[term_taxonomy_id] => 21
[taxonomy] => category
[description] =>
[parent] => 0
[count] => 8
)
[6] => stdClass Object
(
[term_id] => 4
[name] => latex
[slug] => latex
[term_group] => 0
[term_order] => 4
[term_taxonomy_id] => 4
[taxonomy] => category
[description] =>
[parent] => 0
[count] => 25
)
[7] => stdClass Object
(
[term_id] => 9
[name] => linguistics
[slug] => linguistics
[term_group] => 0
[term_order] => 9
[term_taxonomy_id] => 9
[taxonomy] => category
[description] =>
[parent] => 0
[count] => 9
)
[8] => stdClass Object
(
[term_id] => 12
[name] => linux
[slug] => linux
[term_group] => 0
[term_order] => 11
[term_taxonomy_id] => 12
[taxonomy] => category
[description] =>
[parent] => 0
[count] => 19
)
[9] => stdClass Object
(
[term_id] => 8
[name] => mac osx
[slug] => mac-osx
[term_group] => 0
[term_order] => 8
[term_taxonomy_id] => 8
[taxonomy] => category
[description] =>
[parent] => 0
[count] => 6
)
[10] => stdClass Object
(
[term_id] => 7
[name] => perl
[slug] => perl
[term_group] => 0
[term_order] => 7
[term_taxonomy_id] => 7
[taxonomy] => category
[description] =>
[parent] => 0
[count] => 5
)
[11] => stdClass Object
(
[term_id] => 14
[name] => photography
[slug] => photography
[term_group] => 0
[term_order] => 13
[term_taxonomy_id] => 14
[taxonomy] => category
[description] =>
[parent] => 0
[count] => 9
)
[12] => stdClass Object
(
[term_id] => 15
[name] => php
[slug] => php
[term_group] => 0
[term_order] => 14
[term_taxonomy_id] => 15
[taxonomy] => category
[description] =>
[parent] => 0
[count] => 12
)
[13] => stdClass Object
(
[term_id] => 16
[name] => sql
[slug] => sql
[term_group] => 0
[term_order] => 15
[term_taxonomy_id] => 16
[taxonomy] => category
[description] =>
[parent] => 0
[count] => 8
)
[17] => stdClass Object
(
[term_id] => 3
[name] => wiki/cms
[slug] => wikicms
[term_group] => 0
[term_order] => 2
[term_taxonomy_id] => 3
[taxonomy] => category
[description] =>
[parent] => 0
[count] => 11
)
[18] => stdClass Object
(
[term_id] => 22
[name] => wordpress
[slug] => wordpress
[term_group] => 0
[term_order] => 0
[term_taxonomy_id] => 22
[taxonomy] => category
[description] =>
[parent] => 0
[count] => 33
)
[19] => stdClass Object
(
[term_id] => 5
[name] => (x)html
[slug] => xhtml
[term_group] => 0
[term_order] => 5
[term_taxonomy_id] => 5
[taxonomy] => category
[description] =>
[parent] => 0
[count] => 18
)
)
POST QUERY:
select ID, slug, date(post_date) as date, post_status,
post_type, post_date, post_author, post_title, post_name, name, object_id,
t.term_id from wp_term_relationships AS tr, wp_posts AS p,
wp_terms AS t, wp_term_taxonomy AS tt
WHERE tt.term_id = t.term_id
AND object_id=ID
AND post_status='publish'
AND tr.term_taxonomy_id = tt.term_taxonomy_id
AND tt.taxonomy IN ('category') AND post_type='post' ORDER BY p.post_title ASC
POST QUERY RESULTS
Array
(
[0] => stdClass Object
(
[ID] => 62
[slug] => perl
[date] => 2007-11-05
[post_status] => publish
[post_type] => post
[post_date] => 2007-11-05 17:31:47
[post_author] => 2
[post_title] => 100 yootles bounty for solution to nested loop rounding error
[post_name] => 100-yootles-bounty-for-solution-to-nested-loop-rounding-error
[name] => perl
[object_id] => 62
[term_id] => 7
)
[1] => stdClass Object
(
[ID] => 62
[slug] => linguistics
[date] => 2007-11-05
[post_status] => publish
[post_type] => post
[post_date] => 2007-11-05 17:31:47
[post_author] => 2
[post_title] => 100 yootles bounty for solution to nested loop rounding error
[post_name] => 100-yootles-bounty-for-solution-to-nested-loop-rounding-error
[name] => linguistics
[object_id] => 62
[term_id] => 9
)
[2] => stdClass Object
(
[ID] => 321
[slug] => xhtml
[date] => 2009-05-16
[post_status] => publish
[post_type] => post
[post_date] => 2009-05-16 17:22:09
[post_author] => 1
[post_title] => 2 new versions of postie released
[post_name] => 2-new-versions-of-postie-released
[name] => (x)html
[object_id] => 321
[term_id] => 5
)
[3] => stdClass Object
(
[ID] => 321
[slug] => css
[date] => 2009-05-16
[post_status] => publish
[post_type] => post
[post_date] => 2009-05-16 17:22:09
[post_author] => 1
[post_title] => 2 new versions of postie released
[post_name] => 2-new-versions-of-postie-released
[name] => css
[object_id] => 321
[term_id] => 6
)
[4] => stdClass Object
(
[ID] => 321
[slug] => photography
[date] => 2009-05-16
[post_status] => publish
[post_type] => post
[post_date] => 2009-05-16 17:22:09
[post_author] => 1
[post_title] => 2 new versions of postie released
[post_name] => 2-new-versions-of-postie-released
[name] => photography
[object_id] => 321
[term_id] => 14
)
[5] => stdClass Object
(
[ID] => 321
[slug] => javascript
[date] => 2009-05-16
[post_status] => publish
[post_type] => post
[post_date] => 2009-05-16 17:22:09
[post_author] => 1
[post_title] => 2 new versions of postie released
[post_name] => 2-new-versions-of-postie-released
[name] => javascript
[object_id] => 321
[term_id] => 21
)
[6] => stdClass Object
(
[ID] => 321
[slug] => wordpress
[date] => 2009-05-16
[post_status] => publish
[post_type] => post
[post_date] => 2009-05-16 17:22:09
[post_author] => 1
[post_title] => 2 new versions of postie released
[post_name] => 2-new-versions-of-postie-released
[name] => wordpress
[object_id] => 321
[term_id] => 22
)
[7] => stdClass Object
(
[ID] => 21
[slug] => latex
[date] => 2007-02-06
[post_status] => publish
[post_type] => post
[post_date] => 2007-02-06 14:51:16
[post_author] => 2
[post_title] => a new LaTeX class file for U-M dissertations
[post_name] => a-new-latex-class-file-for-u-m-dissertations
[name] => latex
[object_id] => 21
[term_id] => 4
)
[8] => stdClass Object
(
[ID] => 21
[slug] => linguistics
[date] => 2007-02-06
[post_status] => publish
[post_type] => post
[post_date] => 2007-02-06 14:51:16
[post_author] => 2
[post_title] => a new LaTeX class file for U-M dissertations
[post_name] => a-new-latex-class-file-for-u-m-dissertations
[name] => linguistics
[object_id] => 21
[term_id] => 9
)
[9] => stdClass Object
(
[ID] => 562
[slug] => cooking
[date] => 2010-01-13
[post_status] => publish
[post_type] => post
[post_date] => 2010-01-13 22:16:49
[post_author] => 2
[post_title] => A year of new recipes
[post_name] => a-year-of-new-recipes
[name] => cooking
[object_id] => 562
[term_id] => 10
)
[10] => stdClass Object
(
[ID] => 18
[slug] => latex
[date] => 2007-10-24
[post_status] => publish
[post_type] => post
[post_date] => 2007-10-24 09:45:40
[post_author] => 2
[post_title] => advanced typography with pdfLaTeX
[post_name] => advanced-typography-with-pdflatex
[name] => latex
[object_id] => 18
[term_id] => 4
)
[11] => stdClass Object
(
[ID] => 515
[slug] => cooking
[date] => 2009-11-24
[post_status] => publish
[post_type] => post
[post_date] => 2009-11-24 13:50:31
[post_author] => 2
[post_title] => Artichoke soup provençal
[post_name] => artichoke-soup-provencal
[name] => cooking
[object_id] => 515
[term_id] => 10
)
[12] => stdClass Object
(
[ID] => 101
[slug] => hardware
[date] => 2008-06-09
[post_status] => publish
[post_type] => post
[post_date] => 2008-06-09 16:04:02
[post_author] => 2
[post_title] => Back in business
[post_name] => back-in-business
[name] => hardware
[object_id] => 101
[term_id] => 13
)
[13] => stdClass Object
(
[ID] => 279
[slug] => cooking
[date] => 2009-03-24
[post_status] => publish
[post_type] => post
[post_date] => 2009-03-24 09:40:04
[post_author] => 1
[post_title] => Baingan Bharta
[post_name] => baingan-bharta
[name] => cooking
[object_id] => 279
[term_id] => 10
)
[14] => stdClass Object
(
[ID] => 103
[slug] => general
[date] => 2008-07-15
[post_status] => publish
[post_type] => post
[post_date] => 2008-07-15 09:52:14
[post_author] => 2
[post_title] => Bash one-liners to the rescue
[post_name] => bash-one-liners-to-the-rescue
[name] => general
[object_id] => 103
[term_id] => 2
)
[15] => stdClass Object
(
[ID] => 103
[slug] => linguistics
[date] => 2008-07-15
[post_status] => publish
[post_type] => post
[post_date] => 2008-07-15 09:52:14
[post_author] => 2
[post_title] => Bash one-liners to the rescue
[post_name] => bash-one-liners-to-the-rescue
[name] => linguistics
[object_id] => 103
[term_id] => 9
)
[16] => stdClass Object
(
[ID] => 103
[slug] => linux
[date] => 2008-07-15
[post_status] => publish
[post_type] => post
[post_date] => 2008-07-15 09:52:14
[post_author] => 2
[post_title] => Bash one-liners to the rescue
[post_name] => bash-one-liners-to-the-rescue
[name] => linux
[object_id] => 103
[term_id] => 12
)
[17] => stdClass Object
(
[ID] => 369
[slug] => php
[date] => 2009-07-08
[post_status] => publish
[post_type] => post
[post_date] => 2009-07-08 15:40:12
[post_author] => 2
[post_title] => BBpress forums and wordpress plugin development versions
[post_name] => bbpress-forums-and-wordpress-plugin-development-versions
[name] => php
[object_id] => 369
[term_id] => 15
)
[18] => stdClass Object
(
[ID] => 369
[slug] => wordpress
[date] => 2009-07-08
[post_status] => publish
[post_type] => post
[post_date] => 2009-07-08 15:40:12
[post_author] => 2
[post_title] => BBpress forums and wordpress plugin development versions
[post_name] => bbpress-forums-and-wordpress-plugin-development-versions
[name] => wordpress
[object_id] => 369
[term_id] => 22
)
[19] => stdClass Object
(
[ID] => 133
[slug] => latex
[date] => 2008-09-22
[post_status] => publish
[post_type] => post
[post_date] => 2008-09-22 14:33:05
[post_author] => 2
[post_title] => Beamer fragile frames
[post_name] => beamer-fragile-frames
[name] => latex
[object_id] => 133
[term_id] => 4
)
[20] => stdClass Object
(
[ID] => 464
[slug] => cooking
[date] => 2009-09-02
[post_status] => publish
[post_type] => post
[post_date] => 2009-09-02 19:25:05
[post_author] => 1
[post_title] => Black bean quesadillas
[post_name] => black-bean-quesadillas
[name] => cooking
[object_id] => 464
[term_id] => 10
)
[21] => stdClass Object
(
[ID] => 12
[slug] => cooking
[date] => 2007-01-02
[post_status] => publish
[post_type] => post
[post_date] => 2007-01-02 21:35:02
[post_author] => 2
[post_title] => Black-eyed peas for New Year's
[post_name] => black-eyed-peas-for-new-years
[name] => cooking
[object_id] => 12
[term_id] => 10
)
[22] => stdClass Object
(
[ID] => 455
[slug] => wikicms
[date] => 2009-08-18
[post_status] => publish
[post_type] => post
[post_date] => 2009-08-18 11:22:17
[post_author] => 2
[post_title] => Blogging with LaTeX
[post_name] => blogging-with-latex
[name] => wiki/cms
[object_id] => 455
[term_id] => 3
)
[23] => stdClass Object
(
[ID] => 455
[slug] => latex
[date] => 2009-08-18
[post_status] => publish
[post_type] => post
[post_date] => 2009-08-18 11:22:17
[post_author] => 2
[post_title] => Blogging with LaTeX
[post_name] => blogging-with-latex
[name] => latex
[object_id] => 455
[term_id] => 4
)
[24] => stdClass Object
(
[ID] => 455
[slug] => xhtml
[date] => 2009-08-18
[post_status] => publish
[post_type] => post
[post_date] => 2009-08-18 11:22:17
[post_author] => 2
[post_title] => Blogging with LaTeX
[post_name] => blogging-with-latex
[name] => (x)html
[object_id] => 455
[term_id] => 5
)
[25] => stdClass Object
(
[ID] => 455
[slug] => wordpress
[date] => 2009-08-18
[post_status] => publish
[post_type] => post
[post_date] => 2009-08-18 11:22:17
[post_author] => 2
[post_title] => Blogging with LaTeX
[post_name] => blogging-with-latex
[name] => wordpress
[object_id] => 455
[term_id] => 22
)
[26] => stdClass Object
(
[ID] => 50
[slug] => linux
[date] => 2007-04-24
[post_status] => publish
[post_type] => post
[post_date] => 2007-04-24 15:32:54
[post_author] => 2
[post_title] => broke my linux install again
[post_name] => broke-my-linux-install-again
[name] => linux
[object_id] => 50
[term_id] => 12
)
[27] => stdClass Object
(
[ID] => 50
[slug] => hardware
[date] => 2007-04-24
[post_status] => publish
[post_type] => post
[post_date] => 2007-04-24 15:32:54
[post_author] => 2
[post_title] => broke my linux install again
[post_name] => broke-my-linux-install-again
[name] => hardware
[object_id] => 50
[term_id] => 13
)
[28] => stdClass Object
(
[ID] => 300
[slug] => cooking
[date] => 2009-04-23
[post_status] => publish
[post_type] => post
[post_date] => 2009-04-23 20:44:11
[post_author] => 1
[post_title] => caribbean sweet potato gratin and sweet and sour eggplant chickpea stew
[post_name] => caribbean-sweet-potato-gratin-and-sweet-and-sour-eggplant-chickpea-stew
[name] => cooking
[object_id] => 300
[term_id] => 10
)
[29] => stdClass Object
(
[ID] => 1159
[slug] => wordpress
[date] => 2011-07-31
[post_status] => publish
[post_type] => post
[post_date] => 2011-07-31 22:17:07
[post_author] => 2
[post_title] => Cherry rhubarb pie
[post_name] => cherry-rhubarb-pie
[name] => wordpress
[object_id] => 1159
[term_id] => 22
)
[30] => stdClass Object
(
[ID] => 55
[slug] => wikicms
[date] => 2007-05-14
[post_status] => publish
[post_type] => post
[post_date] => 2007-05-14 10:34:49
[post_author] => 2
[post_title] => Chronologically ordered blog in wordpress
[post_name] => chronologically-ordered-blog-in-wordpress
[name] => wiki/cms
[object_id] => 55
[term_id] => 3
)
[31] => stdClass Object
(
[ID] => 55
[slug] => xhtml
[date] => 2007-05-14
[post_status] => publish
[post_type] => post
[post_date] => 2007-05-14 10:34:49
[post_author] => 2
[post_title] => Chronologically ordered blog in wordpress
[post_name] => chronologically-ordered-blog-in-wordpress
[name] => (x)html
[object_id] => 55
[term_id] => 5
)
[32] => stdClass Object
(
[ID] => 55
[slug] => php
[date] => 2007-05-14
[post_status] => publish
[post_type] => post
[post_date] => 2007-05-14 10:34:49
[post_author] => 2
[post_title] => Chronologically ordered blog in wordpress
[post_name] => chronologically-ordered-blog-in-wordpress
[name] => php
[object_id] => 55
[term_id] => 15
)
[33] => stdClass Object
(
[ID] => 55
[slug] => sql
[date] => 2007-05-14
[post_status] => publish
[post_type] => post
[post_date] => 2007-05-14 10:34:49
[post_author] => 2
[post_title] => Chronologically ordered blog in wordpress
[post_name] => chronologically-ordered-blog-in-wordpress
[name] => sql
[object_id] => 55
[term_id] => 16
)
[34] => stdClass Object
(
[ID] => 121
[slug] => wordpress
[date] => 2008-09-07
[post_status] => publish
[post_type] => post
[post_date] => 2008-09-07 21:59:49
[post_author] => 2
[post_title] => Collaping categories 0.6.1
[post_name] => collaping-categories-061
[name] => wordpress
[object_id] => 121
[term_id] => 22
)
[35] => stdClass Object
(
[ID] => 135
[slug] => wordpress
[date] => 2008-10-23
[post_status] => publish
[post_type] => post
[post_date] => 2008-10-23 17:34:09
[post_author] => 2
[post_title] => Collapsing archives updated
[post_name] => collapsing-archives-updated
[name] => wordpress
[object_id] => 135
[term_id] => 22
)
[36] => stdClass Object
(
[ID] => 113
[slug] => wordpress
[date] => 2008-08-28
[post_status] => publish
[post_type] => post
[post_date] => 2008-08-28 13:06:53
[post_author] => 2
[post_title] => Collapsing categories update
[post_name] => collapsing-categories-update
[name] => wordpress
[object_id] => 113
[term_id] => 22
)
[37] => stdClass Object
(
[ID] => 104
[slug] => wikicms
[date] => 2008-08-25
[post_status] => publish
[post_type] => post
[post_date] => 2008-08-25 13:39:46
[post_author] => 2
[post_title] => Collapsing monopoly
[post_name] => collapsing-monopoly
[name] => wiki/cms
[object_id] => 104
[term_id] => 3
)
[38] => stdClass Object
(
[ID] => 104
[slug] => xhtml
[date] => 2008-08-25
[post_status] => publish
[post_type] => post
[post_date] => 2008-08-25 13:39:46
[post_author] => 2
[post_title] => Collapsing monopoly
[post_name] => collapsing-monopoly
[name] => (x)html
[object_id] => 104
[term_id] => 5
)
[39] => stdClass Object
(
[ID] => 104
[slug] => css
[date] => 2008-08-25
[post_status] => publish
[post_type] => post
[post_date] => 2008-08-25 13:39:46
[post_author] => 2
[post_title] => Collapsing monopoly
[post_name] => collapsing-monopoly
[name] => css
[object_id] => 104
[term_id] => 6
)
[40] => stdClass Object
(
[ID] => 104
[slug] => php
[date] => 2008-08-25
[post_status] => publish
[post_type] => post
[post_date] => 2008-08-25 13:39:46
[post_author] => 2
[post_title] => Collapsing monopoly
[post_name] => collapsing-monopoly
[name] => php
[object_id] => 104
[term_id] => 15
)
[41] => stdClass Object
(
[ID] => 104
[slug] => javascript
[date] => 2008-08-25
[post_status] => publish
[post_type] => post
[post_date] => 2008-08-25 13:39:46
[post_author] => 2
[post_title] => Collapsing monopoly
[post_name] => collapsing-monopoly
[name] => javascript
[object_id] => 104
[term_id] => 21
)
[42] => stdClass Object
(
[ID] => 104
[slug] => wordpress
[date] => 2008-08-25
[post_status] => publish
[post_type] => post
[post_date] => 2008-08-25 13:39:46
[post_author] => 2
[post_title] => Collapsing monopoly
[post_name] => collapsing-monopoly
[name] => wordpress
[object_id] => 104
[term_id] => 22
)
[43] => stdClass Object
(
[ID] => 182
[slug] => css
[date] => 2008-12-09
[post_status] => publish
[post_type] => post
[post_date] => 2008-12-09 21:54:41
[post_author] => 2
[post_title] => Collapsing updates galore
[post_name] => collapsing-updates-galore
[name] => css
[object_id] => 182
[term_id] => 6
)
[44] => stdClass Object
(
[ID] => 182
[slug] => php
[date] => 2008-12-09
[post_status] => publish
[post_type] => post
[post_date] => 2008-12-09 21:54:41
[post_author] => 2
[post_title] => Collapsing updates galore
[post_name] => collapsing-updates-galore
[name] => php
[object_id] => 182
[term_id] => 15
)
[45] => stdClass Object
(
[ID] => 182
[slug] => javascript
[date] => 2008-12-09
[post_status] => publish
[post_type] => post
[post_date] => 2008-12-09 21:54:41
[post_author] => 2
[post_title] => Collapsing updates galore
[post_name] => collapsing-updates-galore
[name] => javascript
[object_id] => 182
[term_id] => 21
)
[46] => stdClass Object
(
[ID] => 182
[slug] => wordpress
[date] => 2008-12-09
[post_status] => publish
[post_type] => post
[post_date] => 2008-12-09 21:54:41
[post_author] => 2
[post_title] => Collapsing updates galore
[post_name] => collapsing-updates-galore
[name] => wordpress
[object_id] => 182
[term_id] => 22
)
[47] => stdClass Object
(
[ID] => 83
[slug] => mac-osx
[date] => 2008-03-11
[post_status] => publish
[post_type] => post
[post_date] => 2008-03-11 16:13:32
[post_author] => 2
[post_title] => convert pdf to png with imagemagick
[post_name] => convert-pdf-to-png-with-imagemagick
[name] => mac osx
[object_id] => 83
[term_id] => 8
)
[48] => stdClass Object
(
[ID] => 83
[slug] => linux
[date] => 2008-03-11
[post_status] => publish
[post_type] => post
[post_date] => 2008-03-11 16:13:32
[post_author] => 2
[post_title] => convert pdf to png with imagemagick
[post_name] => convert-pdf-to-png-with-imagemagick
[name] => linux
[object_id] => 83
[term_id] => 12
)
[49] => stdClass Object
(
[ID] => 282
[slug] => latex
[date] => 2009-03-29
[post_status] => publish
[post_type] => post
[post_date] => 2009-03-29 01:27:44
[post_author] => 2
[post_title] => Converting LaTeX to Microsoft Word with plasTeX and Open Office
[post_name] => converting-latex-to-microsoft-word-with-plastex-and-open-office
[name] => latex
[object_id] => 282
[term_id] => 4
)
[50] => stdClass Object
(
[ID] => 282
[slug] => xhtml
[date] => 2009-03-29
[post_status] => publish
[post_type] => post
[post_date] => 2009-03-29 01:27:44
[post_author] => 2
[post_title] => Converting LaTeX to Microsoft Word with plasTeX and Open Office
[post_name] => converting-latex-to-microsoft-word-with-plastex-and-open-office
[name] => (x)html
[object_id] => 282
[term_id] => 5
)
[51] => stdClass Object
(
[ID] => 378
[slug] => cooking
[date] => 2009-07-09
[post_status] => publish
[post_type] => post
[post_date] => 2009-07-09 22:35:08
[post_author] => 1
[post_title] => Creamy red lentil chowder
[post_name] => creamy-red-lentil-chowder
[name] => cooking
[object_id] => 378
[term_id] => 10
)
[52] => stdClass Object
(
[ID] => 59
[slug] => mac-osx
[date] => 2007-09-19
[post_status] => publish
[post_type] => post
[post_date] => 2007-09-19 18:12:53
[post_author] => 2
[post_title] => cross-platform file encryption
[post_name] => cross-platform-file-encryption
[name] => mac osx
[object_id] => 59
[term_id] => 8
)
[53] => stdClass Object
(
[ID] => 59
[slug] => linux
[date] => 2007-09-19
[post_status] => publish
[post_type] => post
[post_date] => 2007-09-19 18:12:53
[post_author] => 2
[post_title] => cross-platform file encryption
[post_name] => cross-platform-file-encryption
[name] => linux
[object_id] => 59
[term_id] => 12
)
[54] => stdClass Object
(
[ID] => 522
[slug] => cooking
[date] => 2009-11-25
[post_status] => publish
[post_type] => post
[post_date] => 2009-11-25 19:27:15
[post_author] => 2
[post_title] => Curried spinach pea soup
[post_name] => curried-spinach-pea-soup
[name] => cooking
[object_id] => 522
[term_id] => 10
)
[55] => stdClass Object
(
[ID] => 302
[slug] => linux
[date] => 2009-04-25
[post_status] => publish
[post_type] => post
[post_date] => 2009-04-25 10:38:59
[post_author] => 2
[post_title] => Editing video from a Canon FS100 with Kino and ffmpeg
[post_name] => editing-video-from-a-canon-fs100-with-kino-and-ffmpeg
[name] => linux
[object_id] => 302
[term_id] => 12
)
[56] => stdClass Object
(
[ID] => 1170
[slug] => latex
[date] => 2011-11-11
[post_status] => publish
[post_type] => post
[post_date] => 2011-11-11 21:53:43
[post_author] => 2
[post_title] => Em dash in LaTeX
[post_name] => em-dash-in-latex
[name] => latex
[object_id] => 1170
[term_id] => 4
)
[57] => stdClass Object
(
[ID] => 471
[slug] => environmentalism
[date] => 2009-09-11
[post_status] => publish
[post_type] => post
[post_date] => 2009-09-11 14:25:24
[post_author] => 2
[post_title] => Energy usage myth
[post_name] => energy-usage-myth
[name] => environmentalism
[object_id] => 471
[term_id] => 131
)
[58] => stdClass Object
(
[ID] => 7
[slug] => latex
[date] => 2006-11-18
[post_status] => publish
[post_type] => post
[post_date] => 2006-11-18 16:06:11
[post_author] => 1
[post_title] => Extreme TeX
[post_name] => extreme-tex
[name] => latex
[object_id] => 7
[term_id] => 4
)
[59] => stdClass Object
(
[ID] => 256
[slug] => general
[date] => 2009-02-28
[post_status] => publish
[post_type] => post
[post_date] => 2009-02-28 12:55:56
[post_author] => 2
[post_title] => Fatherhood
[post_name] => fatherhood
[name] => general
[object_id] => 256
[term_id] => 2
)
[60] => stdClass Object
(
[ID] => 6
[slug] => mac-osx
[date] => 2006-11-18
[post_status] => publish
[post_type] => post
[post_date] => 2006-11-18 15:58:04
[post_author] => 1
[post_title] => FileVault foibles
[post_name] => filevault-foibles
[name] => mac osx
[object_id] => 6
[term_id] => 8
)
[61] => stdClass Object
(
[ID] => 84
[slug] => latex
[date] => 2008-03-19
[post_status] => publish
[post_type] => post
[post_date] => 2008-03-19 17:42:32
[post_author] => 2
[post_title] => Finally a better LaTeX to html converter
[post_name] => finally-a-better-latex-to-html-converter
[name] => latex
[object_id] => 84
[term_id] => 4
)
[62] => stdClass Object
(
[ID] => 84
[slug] => xhtml
[date] => 2008-03-19
[post_status] => publish
[post_type] => post
[post_date] => 2008-03-19 17:42:32
[post_author] => 2
[post_title] => Finally a better LaTeX to html converter
[post_name] => finally-a-better-latex-to-html-converter
[name] => (x)html
[object_id] => 84
[term_id] => 5
)
[63] => stdClass Object
(
[ID] => 84
[slug] => css
[date] => 2008-03-19
[post_status] => publish
[post_type] => post
[post_date] => 2008-03-19 17:42:32
[post_author] => 2
[post_title] => Finally a better LaTeX to html converter
[post_name] => finally-a-better-latex-to-html-converter
[name] => css
[object_id] => 84
[term_id] => 6
)
[64] => stdClass Object
(
[ID] => 227
[slug] => cooking
[date] => 2009-01-26
[post_status] => publish
[post_type] => post
[post_date] => 2009-01-26 22:50:17
[post_author] => 2
[post_title] => French lentil soup and beer-braised red cabbage
[post_name] => french-lentil-soup-and-beer-braised-red-cabbage
[name] => cooking
[object_id] => 227
[term_id] => 10
)
[65] => stdClass Object
(
[ID] => 93
[slug] => wordpress
[date] => 2008-04-11
[post_status] => publish
[post_type] => post
[post_date] => 2008-04-11 09:58:51
[post_author] => 2
[post_title] => Friendfeed plugin for wordpress
[post_name] => friendfeed-plugin-for-wordpress
[name] => wordpress
[object_id] => 93
[term_id] => 22
)
[66] => stdClass Object
(
[ID] => 288
[slug] => cooking
[date] => 2009-04-01
[post_status] => publish
[post_type] => post
[post_date] => 2009-04-01 15:52:39
[post_author] => 1
[post_title] => Fruit swirl bread
[post_name] => fruit-swirl-bread
[name] => cooking
[object_id] => 288
[term_id] => 10
)
[67] => stdClass Object
(
[ID] => 298
[slug] => cooking
[date] => 2009-04-23
[post_status] => publish
[post_type] => post
[post_date] => 2009-04-23 20:39:32
[post_author] => 1
[post_title] => Fruit swirl bread take two
[post_name] => fruit-swirl-bread-take-two
[name] => cooking
[object_id] => 298
[term_id] => 10
)
[68] => stdClass Object
(
[ID] => 77
[slug] => latex
[date] => 2008-02-28
[post_status] => publish
[post_type] => post
[post_date] => 2008-02-28 18:44:51
[post_author] => 2
[post_title] => Fun with fonts in LaTeX
[post_name] => fun-with-fonts-in-latex
[name] => latex
[object_id] => 77
[term_id] => 4
)
[69] => stdClass Object
(
[ID] => 304
[slug] => wordpress
[date] => 2009-05-03
[post_status] => publish
[post_type] => post
[post_date] => 2009-05-03 22:50:54
[post_author] => 2
[post_title] => Getting ready for wordpress 2.8
[post_name] => getting-ready-for-wordpress-2-8
[name] => wordpress
[object_id] => 304
[term_id] => 22
)
[70] => stdClass Object
(
[ID] => 1
[slug] => general
[date] => 2006-11-16
[post_status] => publish
[post_type] => post
[post_date] => 2006-11-16 14:50:32
[post_author] => 1
[post_title] => hello world!
[post_name] => hello-world
[name] => general
[object_id] => 1
[term_id] => 2
)
[71] => stdClass Object
(
[ID] => 246
[slug] => cooking
[date] => 2009-02-10
[post_status] => publish
[post_type] => post
[post_date] => 2009-02-10 17:37:12
[post_author] => 2
[post_title] => Hoisin eggplant bok choy stir-fry
[post_name] => hoisin-eggplant-bok-choy-stir-fry
[name] => cooking
[object_id] => 246
[term_id] => 10
)
[72] => stdClass Object
(
[ID] => 52
[slug] => latex
[date] => 2007-05-09
[post_status] => publish
[post_type] => post
[post_date] => 2007-05-09 15:53:32
[post_author] => 2
[post_title] => hyperref and natbib problems
[post_name] => hyperref-and-natbib-problems
[name] => latex
[object_id] => 52
[term_id] => 4
)
[73] => stdClass Object
(
[ID] => 1156
[slug] => photography
[date] => 2011-07-31
[post_status] => publish
[post_type] => post
[post_date] => 2011-07-31 21:58:36
[post_author] => 2
[post_title] => Image stabilization in Canon EFS 17-85mm lens
[post_name] => image-stabilization-in-canon-efs-17-85mm-lens
[name] => photography
[object_id] => 1156
[term_id] => 14
)
[74] => stdClass Object
(
[ID] => 5
[slug] => latex
[date] => 2007-02-26
[post_status] => publish
[post_type] => post
[post_date] => 2007-02-26 17:13:13
[post_author] => 1
[post_title] => Intro to LaTeX multimedia presentations
[post_name] => intro-to-latex-multimedia-presentations
[name] => latex
[object_id] => 5
[term_id] => 4
)
[75] => stdClass Object
(
[ID] => 64
[slug] => linux
[date] => 2007-11-10
[post_status] => publish
[post_type] => post
[post_date] => 2007-11-10 18:42:59
[post_author] => 2
[post_title] => Kubuntu Gutsy with Compiz
[post_name] => kubuntu-gutsy-with-compiz
[name] => linux
[object_id] => 64
[term_id] => 12
)
[76] => stdClass Object
(
[ID] => 44
[slug] => latex
[date] => 2007-03-20
[post_status] => publish
[post_type] => post
[post_date] => 2007-03-20 20:18:55
[post_author] => 2
[post_title] => LaTeX two column layouts and rubber lengths
[post_name] => latex-two-column-layouts-and-rubber-lengths
[name] => latex
[object_id] => 44
[term_id] => 4
)
[77] => stdClass Object
(
[ID] => 170
[slug] => latex
[date] => 2008-12-04
[post_status] => publish
[post_type] => post
[post_date] => 2008-12-04 20:00:29
[post_author] => 2
[post_title] => LaTeX utility scripts
[post_name] => latex-utility-scripts
[name] => latex
[object_id] => 170
[term_id] => 4
)
[78] => stdClass Object
(
[ID] => 385
[slug] => cooking
[date] => 2009-07-29
[post_status] => publish
[post_type] => post
[post_date] => 2009-07-29 21:29:24
[post_author] => 2
[post_title] => Lentil, ginger, and coconut soup
[post_name] => lentil-ginger-and-coconut-soup
[name] => cooking
[object_id] => 385
[term_id] => 10
)
[79] => stdClass Object
(
[ID] => 19
[slug] => mac-osx
[date] => 2007-01-16
[post_status] => publish
[post_type] => post
[post_date] => 2007-01-16 16:01:23
[post_author] => 2
[post_title] => locating fewer files
[post_name] => locating-fewer-files
[name] => mac osx
[object_id] => 19
[term_id] => 8
)
[80] => stdClass Object
(
[ID] => 3
[slug] => wikicms
[date] => 2006-11-16
[post_status] => publish
[post_type] => post
[post_date] => 2006-11-16 20:25:22
[post_author] => 1
[post_title] => mediawiki and latex.fmt
[post_name] => how-to-install-mediawiki-sort-of
[name] => wiki/cms
[object_id] => 3
[term_id] => 3
)
[81] => stdClass Object
(
[ID] => 3
[slug] => latex
[date] => 2006-11-16
[post_status] => publish
[post_type] => post
[post_date] => 2006-11-16 20:25:22
[post_author] => 1
[post_title] => mediawiki and latex.fmt
[post_name] => how-to-install-mediawiki-sort-of
[name] => latex
[object_id] => 3
[term_id] => 4
)
[82] => stdClass Object
(
[ID] => 525
[slug] => cooking
[date] => 2009-12-15
[post_status] => publish
[post_type] => post
[post_date] => 2009-12-15 16:33:35
[post_author] => 2
[post_title] => Mjadra sandwich
[post_name] => mjadra-sandwich
[name] => cooking
[object_id] => 525
[term_id] => 10
)
[83] => stdClass Object
(
[ID] => 387
[slug] => cooking
[date] => 2009-07-29
[post_status] => publish
[post_type] => post
[post_date] => 2009-07-29 22:52:33
[post_author] => 2
[post_title] => Mock pork with curried apricot and napa cabbage
[post_name] => mock-pork-with-curried-apricot-and-napa-cabbage
[name] => cooking
[object_id] => 387
[term_id] => 10
)
[84] => stdClass Object
(
[ID] => 61
[slug] => linux
[date] => 2007-10-01
[post_status] => publish
[post_type] => post
[post_date] => 2007-10-01 17:11:43
[post_author] => 2
[post_title] => Monitoring and automatically restarting services
[post_name] => monitoring-and-automatically-restarting-services
[name] => linux
[object_id] => 61
[term_id] => 12
)
[85] => stdClass Object
(
[ID] => 34
[slug] => latex
[date] => 2007-03-10
[post_status] => publish
[post_type] => post
[post_date] => 2007-03-10 14:15:14
[post_author] => 2
[post_title] => More on LaTeX multimedia presentations
[post_name] => more-on-latex-multimedia-presentations
[name] => latex
[object_id] => 34
[term_id] => 4
)
[86] => stdClass Object
(
[ID] => 34
[slug] => linguistics
[date] => 2007-03-10
[post_status] => publish
[post_type] => post
[post_date] => 2007-03-10 14:15:14
[post_author] => 2
[post_title] => More on LaTeX multimedia presentations
[post_name] => more-on-latex-multimedia-presentations
[name] => linguistics
[object_id] => 34
[term_id] => 9
)
[87] => stdClass Object
(
[ID] => 626
[slug] => xhtml
[date] => 2010-02-18
[post_status] => publish
[post_type] => post
[post_date] => 2010-02-18 10:25:36
[post_author] => 2
[post_title] => Multi-column balanced lists
[post_name] => multi-column-balanced-lists
[name] => (x)html
[object_id] => 626
[term_id] => 5
)
[88] => stdClass Object
(
[ID] => 626
[slug] => css
[date] => 2010-02-18
[post_status] => publish
[post_type] => post
[post_date] => 2010-02-18 10:25:36
[post_author] => 2
[post_title] => Multi-column balanced lists
[post_name] => multi-column-balanced-lists
[name] => css
[object_id] => 626
[term_id] => 6
)
[89] => stdClass Object
(
[ID] => 626
[slug] => php
[date] => 2010-02-18
[post_status] => publish
[post_type] => post
[post_date] => 2010-02-18 10:25:36
[post_author] => 2
[post_title] => Multi-column balanced lists
[post_name] => multi-column-balanced-lists
[name] => php
[object_id] => 626
[term_id] => 15
)
[90] => stdClass Object
(
[ID] => 626
[slug] => wordpress
[date] => 2010-02-18
[post_status] => publish
[post_type] => post
[post_date] => 2010-02-18 10:25:36
[post_author] => 2
[post_title] => Multi-column balanced lists
[post_name] => multi-column-balanced-lists
[name] => wordpress
[object_id] => 626
[term_id] => 22
)
[91] => stdClass Object
(
[ID] => 47
[slug] => linux
[date] => 2007-04-23
[post_status] => publish
[post_type] => post
[post_date] => 2007-04-23 22:13:13
[post_author] => 2
[post_title] => My new computer --- hardware
[post_name] => my-new-computer-hardware
[name] => linux
[object_id] => 47
[term_id] => 12
)
[92] => stdClass Object
(
[ID] => 47
[slug] => hardware
[date] => 2007-04-23
[post_status] => publish
[post_type] => post
[post_date] => 2007-04-23 22:13:13
[post_author] => 2
[post_title] => My new computer --- hardware
[post_name] => my-new-computer-hardware
[name] => hardware
[object_id] => 47
[term_id] => 13
)
[93] => stdClass Object
(
[ID] => 48
[slug] => latex
[date] => 2007-05-14
[post_status] => publish
[post_type] => post
[post_date] => 2007-05-14 09:19:56
[post_author] => 2
[post_title] => My new computer --- software
[post_name] => my-new-computer-software
[name] => latex
[object_id] => 48
[term_id] => 4
)
[94] => stdClass Object
(
[ID] => 48
[slug] => mac-osx
[date] => 2007-05-14
[post_status] => publish
[post_type] => post
[post_date] => 2007-05-14 09:19:56
[post_author] => 2
[post_title] => My new computer --- software
[post_name] => my-new-computer-software
[name] => mac osx
[object_id] => 48
[term_id] => 8
)
[95] => stdClass Object
(
[ID] => 48
[slug] => linux
[date] => 2007-05-14
[post_status] => publish
[post_type] => post
[post_date] => 2007-05-14 09:19:56
[post_author] => 2
[post_title] => My new computer --- software
[post_name] => my-new-computer-software
[name] => linux
[object_id] => 48
[term_id] => 12
)
[96] => stdClass Object
(
[ID] => 395
[slug] => cooking
[date] => 2009-08-12
[post_status] => publish
[post_type] => post
[post_date] => 2009-08-12 14:29:49
[post_author] => 2
[post_title] => New Orleans sweet potato hash
[post_name] => new-orleans-sweet-potato-hash
[name] => cooking
[object_id] => 395
[term_id] => 10
)
[97] => stdClass Object
(
[ID] => 654
[slug] => javascript
[date] => 2010-04-01
[post_status] => publish
[post_type] => post
[post_date] => 2010-04-01 12:44:57
[post_author] => 2
[post_title] => New wordpress plugin - category reminder
[post_name] => new-wordpress-plugin-category-reminder
[name] => javascript
[object_id] => 654
[term_id] => 21
)
[98] => stdClass Object
(
[ID] => 654
[slug] => wordpress
[date] => 2010-04-01
[post_status] => publish
[post_type] => post
[post_date] => 2010-04-01 12:44:57
[post_author] => 2
[post_title] => New wordpress plugin - category reminder
[post_name] => new-wordpress-plugin-category-reminder
[name] => wordpress
[object_id] => 654
[term_id] => 22
)
[99] => stdClass Object
(
[ID] => 687
[slug] => photography
[date] => 2010-08-04
[post_status] => publish
[post_type] => post
[post_date] => 2010-08-04 15:55:03
[post_author] => 2
[post_title] => New Wordpress plugin - Image Browser
[post_name] => new-wordpress-plugin-image-browser
[name] => photography
[object_id] => 687
[term_id] => 14
)
[100] => stdClass Object
(
[ID] => 687
[slug] => php
[date] => 2010-08-04
[post_status] => publish
[post_type] => post
[post_date] => 2010-08-04 15:55:03
[post_author] => 2
[post_title] => New Wordpress plugin - Image Browser
[post_name] => new-wordpress-plugin-image-browser
[name] => php
[object_id] => 687
[term_id] => 15
)
[101] => stdClass Object
(
[ID] => 687
[slug] => sql
[date] => 2010-08-04
[post_status] => publish
[post_type] => post
[post_date] => 2010-08-04 15:55:03
[post_author] => 2
[post_title] => New Wordpress plugin - Image Browser
[post_name] => new-wordpress-plugin-image-browser
[name] => sql
[object_id] => 687
[term_id] => 16
)
[102] => stdClass Object
(
[ID] => 687
[slug] => wordpress
[date] => 2010-08-04
[post_status] => publish
[post_type] => post
[post_date] => 2010-08-04 15:55:03
[post_author] => 2
[post_title] => New Wordpress plugin - Image Browser
[post_name] => new-wordpress-plugin-image-browser
[name] => wordpress
[object_id] => 687
[term_id] => 22
)
[103] => stdClass Object
(
[ID] => 680
[slug] => photography
[date] => 2010-06-22
[post_status] => publish
[post_type] => post
[post_date] => 2010-06-22 13:59:46
[post_author] => 2
[post_title] => New wordpress plugin - Image Meta
[post_name] => new-wordpress-plugin-image-meta
[name] => photography
[object_id] => 680
[term_id] => 14
)
[104] => stdClass Object
(
[ID] => 680
[slug] => wordpress
[date] => 2010-06-22
[post_status] => publish
[post_type] => post
[post_date] => 2010-06-22 13:59:46
[post_author] => 2
[post_title] => New wordpress plugin - Image Meta
[post_name] => new-wordpress-plugin-image-meta
[name] => wordpress
[object_id] => 680
[term_id] => 22
)
[105] => stdClass Object
(
[ID] => 8
[slug] => xhtml
[date] => 2006-11-22
[post_status] => publish
[post_type] => post
[post_date] => 2006-11-22 12:23:30
[post_author] => 1
[post_title] => Nifty Firefox extension - resizable textareas
[post_name] => nifty-firefox-extension-resizable-textareas
[name] => (x)html
[object_id] => 8
[term_id] => 5
)
[106] => stdClass Object
(
[ID] => 8
[slug] => css
[date] => 2006-11-22
[post_status] => publish
[post_type] => post
[post_date] => 2006-11-22 12:23:30
[post_author] => 1
[post_title] => Nifty Firefox extension - resizable textareas
[post_name] => nifty-firefox-extension-resizable-textareas
[name] => css
[object_id] => 8
[term_id] => 6
)
[107] => stdClass Object
(
[ID] => 63
[slug] => latex
[date] => 2007-11-10
[post_status] => publish
[post_type] => post
[post_date] => 2007-11-10 18:18:29
[post_author] => 2
[post_title] => numbered footnotes on titlepage
[post_name] => numbered-footnotes-on-titlepage
[name] => latex
[object_id] => 63
[term_id] => 4
)
[108] => stdClass Object
(
[ID] => 383
[slug] => xhtml
[date] => 2009-07-24
[post_status] => publish
[post_type] => post
[post_date] => 2009-07-24 00:20:25
[post_author] => 2
[post_title] => On blog navigation
[post_name] => on-blog-navigation
[name] => (x)html
[object_id] => 383
[term_id] => 5
)
[109] => stdClass Object
(
[ID] => 383
[slug] => wordpress
[date] => 2009-07-24
[post_status] => publish
[post_type] => post
[post_date] => 2009-07-24 00:20:25
[post_author] => 2
[post_title] => On blog navigation
[post_name] => on-blog-navigation
[name] => wordpress
[object_id] => 383
[term_id] => 22
)
[110] => stdClass Object
(
[ID] => 265
[slug] => xhtml
[date] => 2009-03-19
[post_status] => publish
[post_type] => post
[post_date] => 2009-03-19 17:08:08
[post_author] => 2
[post_title] => On choosing website style
[post_name] => on-choosing-website-style
[name] => (x)html
[object_id] => 265
[term_id] => 5
)
[111] => stdClass Object
(
[ID] => 265
[slug] => css
[date] => 2009-03-19
[post_status] => publish
[post_type] => post
[post_date] => 2009-03-19 17:08:08
[post_author] => 2
[post_title] => On choosing website style
[post_name] => on-choosing-website-style
[name] => css
[object_id] => 265
[term_id] => 6
)
[112] => stdClass Object
(
[ID] => 530
[slug] => cooking
[date] => 2009-12-18
[post_status] => publish
[post_type] => post
[post_date] => 2009-12-18 16:29:24
[post_author] => 2
[post_title] => Penne with butternut squash sauce
[post_name] => penne-butternut-squash
[name] => cooking
[object_id] => 530
[term_id] => 10
)
[113] => stdClass Object
(
[ID] => 313
[slug] => cooking
[date] => 2009-05-16
[post_status] => publish
[post_type] => post
[post_date] => 2009-05-16 17:11:53
[post_author] => 1
[post_title] => Penne with caramelized onion, mushroom, and white bean sauce
[post_name] => penne-with-caramelized-onion-mushroom-and-white-bean-sauce
[name] => cooking
[object_id] => 313
[term_id] => 10
)
[114] => stdClass Object
(
[ID] => 506
[slug] => cooking
[date] => 2009-11-22
[post_status] => publish
[post_type] => post
[post_date] => 2009-11-22 13:34:17
[post_author] => 2
[post_title] => Penne with creamy tomato, spinach, and seitan sauce
[post_name] => penne-with-creamy-tomato-spinach-and-seitan-sauce
[name] => cooking
[object_id] => 506
[term_id] => 10
)
[115] => stdClass Object
(
[ID] => 389
[slug] => cooking
[date] => 2009-07-29
[post_status] => publish
[post_type] => post
[post_date] => 2009-07-29 23:03:11
[post_author] => 2
[post_title] => Penne with sweet and spicy pepper, mushroom and cannellini sauce
[post_name] => penne-with-sweet-and-spicy-pepper-mushroom-and-cannellini-sauce
[name] => cooking
[object_id] => 389
[term_id] => 10
)
[116] => stdClass Object
(
[ID] => 119
[slug] => perl
[date] => 2008-09-03
[post_status] => publish
[post_type] => post
[post_date] => 2008-09-03 14:31:39
[post_author] => 2
[post_title] => Perl slurping
[post_name] => perl-slurping
[name] => perl
[object_id] => 119
[term_id] => 7
)
[117] => stdClass Object
(
[ID] => 23
[slug] => latex
[date] => 2007-02-14
[post_status] => publish
[post_type] => post
[post_date] => 2007-02-14 22:04:04
[post_author] => 2
[post_title] => pgf gallery
[post_name] => pgf-gallery
[name] => latex
[object_id] => 23
[term_id] => 4
)
[118] => stdClass Object
(
[ID] => 22
[slug] => latex
[date] => 2007-02-14
[post_status] => publish
[post_type] => post
[post_date] => 2007-02-14 12:01:51
[post_author] => 2
[post_title] => pgf, xetex, and landscape
[post_name] => pgf-xetex-and-landscape
[name] => latex
[object_id] => 22
[term_id] => 4
)
[119] => stdClass Object
(
[ID] => 174
[slug] => linux
[date] => 2008-12-04
[post_status] => publish
[post_type] => post
[post_date] => 2008-12-04 12:00:59
[post_author] => 2
[post_title] => Picasa 3 collages
[post_name] => picasa-3-collages
[name] => linux
[object_id] => 174
[term_id] => 12
)
[120] => stdClass Object
(
[ID] => 174
[slug] => photography
[date] => 2008-12-04
[post_status] => publish
[post_type] => post
[post_date] => 2008-12-04 12:00:59
[post_author] => 2
[post_title] => Picasa 3 collages
[post_name] => picasa-3-collages
[name] => photography
[object_id] => 174
[term_id] => 14
)
[121] => stdClass Object
(
[ID] => 174
[slug] => wordpress
[date] => 2008-12-04
[post_status] => publish
[post_type] => post
[post_date] => 2008-12-04 12:00:59
[post_author] => 2
[post_title] => Picasa 3 collages
[post_name] => picasa-3-collages
[name] => wordpress
[object_id] => 174
[term_id] => 22
)
[122] => stdClass Object
(
[ID] => 51
[slug] => xhtml
[date] => 2007-04-25
[post_status] => publish
[post_type] => post
[post_date] => 2007-04-25 20:05:40
[post_author] => 2
[post_title] => Picasa, JAlbum, and null bytes
[post_name] => picasa-jalbum-and-null-bytes
[name] => (x)html
[object_id] => 51
[term_id] => 5
)
[123] => stdClass Object
(
[ID] => 51
[slug] => perl
[date] => 2007-04-25
[post_status] => publish
[post_type] => post
[post_date] => 2007-04-25 20:05:40
[post_author] => 2
[post_title] => Picasa, JAlbum, and null bytes
[post_name] => picasa-jalbum-and-null-bytes
[name] => perl
[object_id] => 51
[term_id] => 7
)
[124] => stdClass Object
(
[ID] => 51
[slug] => linux
[date] => 2007-04-25
[post_status] => publish
[post_type] => post
[post_date] => 2007-04-25 20:05:40
[post_author] => 2
[post_title] => Picasa, JAlbum, and null bytes
[post_name] => picasa-jalbum-and-null-bytes
[name] => linux
[object_id] => 51
[term_id] => 12
)
[125] => stdClass Object
(
[ID] => 51
[slug] => photography
[date] => 2007-04-25
[post_status] => publish
[post_type] => post
[post_date] => 2007-04-25 20:05:40
[post_author] => 2
[post_title] => Picasa, JAlbum, and null bytes
[post_name] => picasa-jalbum-and-null-bytes
[name] => photography
[object_id] => 51
[term_id] => 14
)
[126] => stdClass Object
(
[ID] => 240
[slug] => cooking
[date] => 2009-02-05
[post_status] => publish
[post_type] => post
[post_date] => 2009-02-05 13:08:47
[post_author] => 2
[post_title] => Pistou recipe
[post_name] => pistou-recipe
[name] => cooking
[object_id] => 240
[term_id] => 10
)
[127] => stdClass Object
(
[ID] => 306
[slug] => cooking
[date] => 2009-05-13
[post_status] => publish
[post_type] => post
[post_date] => 2009-05-13 10:05:34
[post_author] => 2
[post_title] => Posole
[post_name] => posole
[name] => cooking
[object_id] => 306
[term_id] => 10
)
[128] => stdClass Object
(
[ID] => 397
[slug] => wordpress
[date] => 2009-08-14
[post_status] => publish
[post_type] => post
[post_date] => 2009-08-14 14:10:59
[post_author] => 2
[post_title] => Postie 1.3.0 released
[post_name] => postie-1-3-0-released
[name] => wordpress
[object_id] => 397
[term_id] => 22
)
[129] => stdClass Object
(
[ID] => 1149
[slug] => wordpress
[date] => 2011-01-30
[post_status] => publish
[post_type] => post
[post_date] => 2011-01-30 12:52:39
[post_author] => 2
[post_title] => Postie 1.4.2 released
[post_name] => postie-1-4-2-released
[name] => wordpress
[object_id] => 1149
[term_id] => 22
)
[130] => stdClass Object
(
[ID] => 72
[slug] => wikicms
[date] => 2008-02-13
[post_status] => publish
[post_type] => post
[post_date] => 2008-02-13 09:21:26
[post_author] => 2
[post_title] => Posting with QTM
[post_name] => posting-with-qtm
[name] => wiki/cms
[object_id] => 72
[term_id] => 3
)
[131] => stdClass Object
(
[ID] => 72
[slug] => wordpress
[date] => 2008-02-13
[post_status] => publish
[post_type] => post
[post_date] => 2008-02-13 09:21:26
[post_author] => 2
[post_title] => Posting with QTM
[post_name] => posting-with-qtm
[name] => wordpress
[object_id] => 72
[term_id] => 22
)
[132] => stdClass Object
(
[ID] => 166
[slug] => cooking
[date] => 2008-12-03
[post_status] => publish
[post_type] => post
[post_date] => 2008-12-03 20:00:29
[post_author] => 2
[post_title] => potato pancakes
[post_name] => potato-pancakes
[name] => cooking
[object_id] => 166
[term_id] => 10
)
[133] => stdClass Object
(
[ID] => 20
[slug] => cooking
[date] => 2007-01-27
[post_status] => publish
[post_type] => post
[post_date] => 2007-01-27 20:41:12
[post_author] => 2
[post_title] => potato soup (aka gnocchi)
[post_name] => potato-soup-aka-gnocchi
[name] => cooking
[object_id] => 20
[term_id] => 10
)
[134] => stdClass Object
(
[ID] => 1154
[slug] => php
[date] => 2011-07-29
[post_status] => publish
[post_type] => post
[post_date] => 2011-07-29 16:29:21
[post_author] => 2
[post_title] => Random featured images in wordpress
[post_name] => random-featured-images-in-wordpress
[name] => php
[object_id] => 1154
[term_id] => 15
)
[135] => stdClass Object
(
[ID] => 1154
[slug] => sql
[date] => 2011-07-29
[post_status] => publish
[post_type] => post
[post_date] => 2011-07-29 16:29:21
[post_author] => 2
[post_title] => Random featured images in wordpress
[post_name] => random-featured-images-in-wordpress
[name] => sql
[object_id] => 1154
[term_id] => 16
)
[136] => stdClass Object
(
[ID] => 1154
[slug] => wordpress
[date] => 2011-07-29
[post_status] => publish
[post_type] => post
[post_date] => 2011-07-29 16:29:21
[post_author] => 2
[post_title] => Random featured images in wordpress
[post_name] => random-featured-images-in-wordpress
[name] => wordpress
[object_id] => 1154
[term_id] => 22
)
[137] => stdClass Object
(
[ID] => 257
[slug] => linux
[date] => 2009-03-15
[post_status] => publish
[post_type] => post
[post_date] => 2009-03-15 12:38:29
[post_author] => 2
[post_title] => Reading iptc captions from jpegs with imagemagick
[post_name] => reading-iptc-captions-from-jpegs-with-imagemagick
[name] => linux
[object_id] => 257
[term_id] => 12
)
[138] => stdClass Object
(
[ID] => 257
[slug] => photography
[date] => 2009-03-15
[post_status] => publish
[post_type] => post
[post_date] => 2009-03-15 12:38:29
[post_author] => 2
[post_title] => Reading iptc captions from jpegs with imagemagick
[post_name] => reading-iptc-captions-from-jpegs-with-imagemagick
[name] => photography
[object_id] => 257
[term_id] => 14
)
[139] => stdClass Object
(
[ID] => 257
[slug] => wordpress
[date] => 2009-03-15
[post_status] => publish
[post_type] => post
[post_date] => 2009-03-15 12:38:29
[post_author] => 2
[post_title] => Reading iptc captions from jpegs with imagemagick
[post_name] => reading-iptc-captions-from-jpegs-with-imagemagick
[name] => wordpress
[object_id] => 257
[term_id] => 22
)
[140] => stdClass Object
(
[ID] => 331
[slug] => wikicms
[date] => 2009-06-05
[post_status] => publish
[post_type] => post
[post_date] => 2009-06-05 14:59:52
[post_author] => 2
[post_title] => Releasing Postie 1.3.alpha, packed with new features
[post_name] => releasing-postie-1-3-alpha-packed-with-new-features
[name] => wiki/cms
[object_id] => 331
[term_id] => 3
)
[141] => stdClass Object
(
[ID] => 331
[slug] => xhtml
[date] => 2009-06-05
[post_status] => publish
[post_type] => post
[post_date] => 2009-06-05 14:59:52
[post_author] => 2
[post_title] => Releasing Postie 1.3.alpha, packed with new features
[post_name] => releasing-postie-1-3-alpha-packed-with-new-features
[name] => (x)html
[object_id] => 331
[term_id] => 5
)
[142] => stdClass Object
(
[ID] => 331
[slug] => css
[date] => 2009-06-05
[post_status] => publish
[post_type] => post
[post_date] => 2009-06-05 14:59:52
[post_author] => 2
[post_title] => Releasing Postie 1.3.alpha, packed with new features
[post_name] => releasing-postie-1-3-alpha-packed-with-new-features
[name] => css
[object_id] => 331
[term_id] => 6
)
[143] => stdClass Object
(
[ID] => 331
[slug] => javascript
[date] => 2009-06-05
[post_status] => publish
[post_type] => post
[post_date] => 2009-06-05 14:59:52
[post_author] => 2
[post_title] => Releasing Postie 1.3.alpha, packed with new features
[post_name] => releasing-postie-1-3-alpha-packed-with-new-features
[name] => javascript
[object_id] => 331
[term_id] => 21
)
[144] => stdClass Object
(
[ID] => 331
[slug] => wordpress
[date] => 2009-06-05
[post_status] => publish
[post_type] => post
[post_date] => 2009-06-05 14:59:52
[post_author] => 2
[post_title] => Releasing Postie 1.3.alpha, packed with new features
[post_name] => releasing-postie-1-3-alpha-packed-with-new-features
[name] => wordpress
[object_id] => 331
[term_id] => 22
)
[145] => stdClass Object
(
[ID] => 69
[slug] => wikicms
[date] => 2007-12-20
[post_status] => publish
[post_type] => post
[post_date] => 2007-12-20 00:14:09
[post_author] => 2
[post_title] => Releasing the Collapsing Archives Wordpress Plugin
[post_name] => releasing-the-collapsing-archives-wordpress-plugin
[name] => wiki/cms
[object_id] => 69
[term_id] => 3
)
[146] => stdClass Object
(
[ID] => 69
[slug] => php
[date] => 2007-12-20
[post_status] => publish
[post_type] => post
[post_date] => 2007-12-20 00:14:09
[post_author] => 2
[post_title] => Releasing the Collapsing Archives Wordpress Plugin
[post_name] => releasing-the-collapsing-archives-wordpress-plugin
[name] => php
[object_id] => 69
[term_id] => 15
)
[147] => stdClass Object
(
[ID] => 69
[slug] => sql
[date] => 2007-12-20
[post_status] => publish
[post_type] => post
[post_date] => 2007-12-20 00:14:09
[post_author] => 2
[post_title] => Releasing the Collapsing Archives Wordpress Plugin
[post_name] => releasing-the-collapsing-archives-wordpress-plugin
[name] => sql
[object_id] => 69
[term_id] => 16
)
[148] => stdClass Object
(
[ID] => 69
[slug] => javascript
[date] => 2007-12-20
[post_status] => publish
[post_type] => post
[post_date] => 2007-12-20 00:14:09
[post_author] => 2
[post_title] => Releasing the Collapsing Archives Wordpress Plugin
[post_name] => releasing-the-collapsing-archives-wordpress-plugin
[name] => javascript
[object_id] => 69
[term_id] => 21
)
[149] => stdClass Object
(
[ID] => 69
[slug] => wordpress
[date] => 2007-12-20
[post_status] => publish
[post_type] => post
[post_date] => 2007-12-20 00:14:09
[post_author] => 2
[post_title] => Releasing the Collapsing Archives Wordpress Plugin
[post_name] => releasing-the-collapsing-archives-wordpress-plugin
[name] => wordpress
[object_id] => 69
[term_id] => 22
)
[150] => stdClass Object
(
[ID] => 68
[slug] => wikicms
[date] => 2007-12-19
[post_status] => publish
[post_type] => post
[post_date] => 2007-12-19 22:51:05
[post_author] => 2
[post_title] => Releasing the Collapsing Categories Wordpress Plugin
[post_name] => releasing-the-collapsing-categories-wordpress-plugin
[name] => wiki/cms
[object_id] => 68
[term_id] => 3
)
[151] => stdClass Object
(
[ID] => 68
[slug] => xhtml
[date] => 2007-12-19
[post_status] => publish
[post_type] => post
[post_date] => 2007-12-19 22:51:05
[post_author] => 2
[post_title] => Releasing the Collapsing Categories Wordpress Plugin
[post_name] => releasing-the-collapsing-categories-wordpress-plugin
[name] => (x)html
[object_id] => 68
[term_id] => 5
)
[152] => stdClass Object
(
[ID] => 68
[slug] => css
[date] => 2007-12-19
[post_status] => publish
[post_type] => post
[post_date] => 2007-12-19 22:51:05
[post_author] => 2
[post_title] => Releasing the Collapsing Categories Wordpress Plugin
[post_name] => releasing-the-collapsing-categories-wordpress-plugin
[name] => css
[object_id] => 68
[term_id] => 6
)
[153] => stdClass Object
(
[ID] => 68
[slug] => php
[date] => 2007-12-19
[post_status] => publish
[post_type] => post
[post_date] => 2007-12-19 22:51:05
[post_author] => 2
[post_title] => Releasing the Collapsing Categories Wordpress Plugin
[post_name] => releasing-the-collapsing-categories-wordpress-plugin
[name] => php
[object_id] => 68
[term_id] => 15
)
[154] => stdClass Object
(
[ID] => 68
[slug] => sql
[date] => 2007-12-19
[post_status] => publish
[post_type] => post
[post_date] => 2007-12-19 22:51:05
[post_author] => 2
[post_title] => Releasing the Collapsing Categories Wordpress Plugin
[post_name] => releasing-the-collapsing-categories-wordpress-plugin
[name] => sql
[object_id] => 68
[term_id] => 16
)
[155] => stdClass Object
(
[ID] => 68
[slug] => javascript
[date] => 2007-12-19
[post_status] => publish
[post_type] => post
[post_date] => 2007-12-19 22:51:05
[post_author] => 2
[post_title] => Releasing the Collapsing Categories Wordpress Plugin
[post_name] => releasing-the-collapsing-categories-wordpress-plugin
[name] => javascript
[object_id] => 68
[term_id] => 21
)
[156] => stdClass Object
(
[ID] => 68
[slug] => wordpress
[date] => 2007-12-19
[post_status] => publish
[post_type] => post
[post_date] => 2007-12-19 22:51:05
[post_author] => 2
[post_title] => Releasing the Collapsing Categories Wordpress Plugin
[post_name] => releasing-the-collapsing-categories-wordpress-plugin
[name] => wordpress
[object_id] => 68
[term_id] => 22
)
[157] => stdClass Object
(
[ID] => 556
[slug] => cooking
[date] => 2010-01-09
[post_status] => publish
[post_type] => post
[post_date] => 2010-01-09 17:22:51
[post_author] => 2
[post_title] => Rigatoni with seitan puttanesca sauce
[post_name] => rigatoni-seitan-puttanesca
[name] => cooking
[object_id] => 556
[term_id] => 10
)
[158] => stdClass Object
(
[ID] => 13
[slug] => cooking
[date] => 2007-01-02
[post_status] => publish
[post_type] => post
[post_date] => 2007-01-02 22:05:03
[post_author] => 2
[post_title] => Risotto ai funghi porcini
[post_name] => risotto-ai-funghi-porcini
[name] => cooking
[object_id] => 13
[term_id] => 10
)
[159] => stdClass Object
(
[ID] => 452
[slug] => cooking
[date] => 2009-08-15
[post_status] => publish
[post_type] => post
[post_date] => 2009-08-15 16:44:35
[post_author] => 1
[post_title] => Salad Night
[post_name] => salad-night-2
[name] => cooking
[object_id] => 452
[term_id] => 10
)
[160] => stdClass Object
(
[ID] => 81
[slug] => cooking
[date] => 2008-03-10
[post_status] => publish
[post_type] => post
[post_date] => 2008-03-10 09:37:09
[post_author] => 2
[post_title] => Seitan in a can
[post_name] => seitan-in-a-can
[name] => cooking
[object_id] => 81
[term_id] => 10
)
[161] => stdClass Object
(
[ID] => 662
[slug] => php
[date] => 2010-04-09
[post_status] => publish
[post_type] => post
[post_date] => 2010-04-09 15:36:59
[post_author] => 2
[post_title] => Showing total number of replies in bbpress
[post_name] => showing-total-number-of-replies-in-bbpress
[name] => php
[object_id] => 662
[term_id] => 15
)
[162] => stdClass Object
(
[ID] => 662
[slug] => sql
[date] => 2010-04-09
[post_status] => publish
[post_type] => post
[post_date] => 2010-04-09 15:36:59
[post_author] => 2
[post_title] => Showing total number of replies in bbpress
[post_name] => showing-total-number-of-replies-in-bbpress
[name] => sql
[object_id] => 662
[term_id] => 16
)
[163] => stdClass Object
(
[ID] => 848
[slug] => xhtml
[date] => 2010-12-01
[post_status] => publish
[post_type] => post
[post_date] => 2010-12-01 09:50:39
[post_author] => 2
[post_title] => Site redesign
[post_name] => website-redesign
[name] => (x)html
[object_id] => 848
[term_id] => 5
)
[164] => stdClass Object
(
[ID] => 848
[slug] => css
[date] => 2010-12-01
[post_status] => publish
[post_type] => post
[post_date] => 2010-12-01 09:50:39
[post_author] => 2
[post_title] => Site redesign
[post_name] => website-redesign
[name] => css
[object_id] => 848
[term_id] => 6
)
[165] => stdClass Object
(
[ID] => 848
[slug] => php
[date] => 2010-12-01
[post_status] => publish
[post_type] => post
[post_date] => 2010-12-01 09:50:39
[post_author] => 2
[post_title] => Site redesign
[post_name] => website-redesign
[name] => php
[object_id] => 848
[term_id] => 15
)
[166] => stdClass Object
(
[ID] => 848
[slug] => sql
[date] => 2010-12-01
[post_status] => publish
[post_type] => post
[post_date] => 2010-12-01 09:50:39
[post_author] => 2
[post_title] => Site redesign
[post_name] => website-redesign
[name] => sql
[object_id] => 848
[term_id] => 16
)
[167] => stdClass Object
(
[ID] => 848
[slug] => wordpress
[date] => 2010-12-01
[post_status] => publish
[post_type] => post
[post_date] => 2010-12-01 09:50:39
[post_author] => 2
[post_title] => Site redesign
[post_name] => website-redesign
[name] => wordpress
[object_id] => 848
[term_id] => 22
)
[168] => stdClass Object
(
[ID] => 380
[slug] => cooking
[date] => 2009-07-22
[post_status] => publish
[post_type] => post
[post_date] => 2009-07-22 17:57:20
[post_author] => 2
[post_title] => Somen noodles with napa cabbage and seitan
[post_name] => somen-noodles-with-napa-cabbage-and-seitan
[name] => cooking
[object_id] => 380
[term_id] => 10
)
[169] => stdClass Object
(
[ID] => 102
[slug] => linux
[date] => 2008-07-14
[post_status] => publish
[post_type] => post
[post_date] => 2008-07-14 10:28:44
[post_author] => 2
[post_title] => sort using TAB as field separator in bash
[post_name] => sort-using-tab-as-field-separator-in-bash
[name] => linux
[object_id] => 102
[term_id] => 12
)
[170] => stdClass Object
(
[ID] => 37
[slug] => cooking
[date] => 2007-03-13
[post_status] => publish
[post_type] => post
[post_date] => 2007-03-13 22:41:05
[post_author] => 2
[post_title] => sourdough wheat with spelt berries
[post_name] => sourdough-wheat-with-spelt-berries
[name] => cooking
[object_id] => 37
[term_id] => 10
)
[171] => stdClass Object
(
[ID] => 519
[slug] => cooking
[date] => 2009-11-25
[post_status] => publish
[post_type] => post
[post_date] => 2009-11-25 19:13:39
[post_author] => 2
[post_title] => Spanish bean soup
[post_name] => spanish-bean-soup
[name] => cooking
[object_id] => 519
[term_id] => 10
)
[172] => stdClass Object
(
[ID] => 9
[slug] => general
[date] => 2006-12-03
[post_status] => publish
[post_type] => post
[post_date] => 2006-12-03 00:06:28
[post_author] => 1
[post_title] => speech perception, therapeutic ultrasound and detecting land mines
[post_name] => speech-perception-therapeutic-ultrasound-and-detecting-land-mines
[name] => general
[object_id] => 9
[term_id] => 2
)
[173] => stdClass Object
(
[ID] => 9
[slug] => linguistics
[date] => 2006-12-03
[post_status] => publish
[post_type] => post
[post_date] => 2006-12-03 00:06:28
[post_author] => 1
[post_title] => speech perception, therapeutic ultrasound and detecting land mines
[post_name] => speech-perception-therapeutic-ultrasound-and-detecting-land-mines
[name] => linguistics
[object_id] => 9
[term_id] => 9
)
[174] => stdClass Object
(
[ID] => 511
[slug] => cooking
[date] => 2009-11-23
[post_status] => publish
[post_type] => post
[post_date] => 2009-11-23 13:44:41
[post_author] => 2
[post_title] => Spinach coconut soup
[post_name] => spinach-coconut-soup
[name] => cooking
[object_id] => 511
[term_id] => 10
)
[175] => stdClass Object
(
[ID] => 393
[slug] => cooking
[date] => 2009-08-04
[post_status] => publish
[post_type] => post
[post_date] => 2009-08-04 00:03:00
[post_author] => 2
[post_title] => Spinach-cheese ravioli with roasted red pepper tomato sauce
[post_name] => spinach-and-six-cheese-ravioli-with-roasted-red-pepper-tomato-sauce
[name] => cooking
[object_id] => 393
[term_id] => 10
)
[176] => stdClass Object
(
[ID] => 503
[slug] => cooking
[date] => 2009-11-21
[post_status] => publish
[post_type] => post
[post_date] => 2009-11-21 13:34:09
[post_author] => 2
[post_title] => Squash, fennel, and apple soup
[post_name] => squash-fennel-and-apple-soup
[name] => cooking
[object_id] => 503
[term_id] => 10
)
[177] => stdClass Object
(
[ID] => 204
[slug] => cooking
[date] => 2009-01-05
[post_status] => publish
[post_type] => post
[post_date] => 2009-01-05 12:25:19
[post_author] => 2
[post_title] => Stove-top stuffing
[post_name] => stove-top-stuffing
[name] => cooking
[object_id] => 204
[term_id] => 10
)
[178] => stdClass Object
(
[ID] => 115
[slug] => linux
[date] => 2008-09-03
[post_status] => publish
[post_type] => post
[post_date] => 2008-09-03 12:58:48
[post_author] => 2
[post_title] => Strange bracketing behavior in grep and sed
[post_name] => strange-bracketing-behavior-in-grep-and-sed
[name] => linux
[object_id] => 115
[term_id] => 12
)
[179] => stdClass Object
(
[ID] => 484
[slug] => cooking
[date] => 2009-10-20
[post_status] => publish
[post_type] => post
[post_date] => 2009-10-20 16:05:19
[post_author] => 1
[post_title] => Sweet and sour seitan
[post_name] => sweet-and-sour-seitan
[name] => cooking
[object_id] => 484
[term_id] => 10
)
[180] => stdClass Object
(
[ID] => 29
[slug] => cooking
[date] => 2007-03-09
[post_status] => publish
[post_type] => post
[post_date] => 2007-03-09 12:37:54
[post_author] => 2
[post_title] => Swiss chard and spelt soup
[post_name] => swiss-chard-and-spelt-soup
[name] => cooking
[object_id] => 29
[term_id] => 10
)
[181] => stdClass Object
(
[ID] => 25
[slug] => linguistics
[date] => 2007-02-16
[post_status] => publish
[post_type] => post
[post_date] => 2007-02-16 15:54:15
[post_author] => 2
[post_title] => syllable-based confusions
[post_name] => syllable-based-confusions
[name] => linguistics
[object_id] => 25
[term_id] => 9
)
[182] => stdClass Object
(
[ID] => 149
[slug] => latex
[date] => 2008-11-06
[post_status] => publish
[post_type] => post
[post_date] => 2008-11-06 14:35:18
[post_author] => 2
[post_title] => TeX Live 2008 --- reasons to upgrade
[post_name] => 149
[name] => latex
[object_id] => 149
[term_id] => 4
)
[183] => stdClass Object
(
[ID] => 17
[slug] => latex
[date] => 2007-01-27
[post_status] => publish
[post_type] => post
[post_date] => 2007-01-27 20:46:15
[post_author] => 2
[post_title] => the beauty of LaTeX
[post_name] => the-beauty-of-latex
[name] => latex
[object_id] => 17
[term_id] => 4
)
[184] => stdClass Object
(
[ID] => 214
[slug] => php
[date] => 2009-01-06
[post_status] => publish
[post_type] => post
[post_date] => 2009-01-06 21:30:54
[post_author] => 2
[post_title] => The right 3 bytes
OR
wordpress plugin bugs solved [post_name] => the-right-3-bytes-or-wordpress-plugin-bugs-solved [name] => php [object_id] => 214 [term_id] => 15 ) [185] => stdClass Object ( [ID] => 214 [slug] => wordpress [date] => 2009-01-06 [post_status] => publish [post_type] => post [post_date] => 2009-01-06 21:30:54 [post_author] => 2 [post_title] => The right 3 bytes
OR
wordpress plugin bugs solved [post_name] => the-right-3-bytes-or-wordpress-plugin-bugs-solved [name] => wordpress [object_id] => 214 [term_id] => 22 ) [186] => stdClass Object ( [ID] => 391 [slug] => cooking [date] => 2009-07-31 [post_status] => publish [post_type] => post [post_date] => 2009-07-31 23:21:54 [post_author] => 2 [post_title] => Tofu Stroganoff [post_name] => tofu-stroganoff [name] => cooking [object_id] => 391 [term_id] => 10 ) [187] => stdClass Object ( [ID] => 642 [slug] => cooking [date] => 2010-03-04 [post_status] => publish [post_type] => post [post_date] => 2010-03-04 20:50:39 [post_author] => 2 [post_title] => Tofu-stuffed eggplant with mushroom ragout [post_name] => tofu-stuffed-eggplant-with-mushroom-ragout [name] => cooking [object_id] => 642 [term_id] => 10 ) [188] => stdClass Object ( [ID] => 233 [slug] => cooking [date] => 2009-01-28 [post_status] => publish [post_type] => post [post_date] => 2009-01-28 11:55:22 [post_author] => 2 [post_title] => Tom Kha — Yum! [post_name] => tom-kha-yum [name] => cooking [object_id] => 233 [term_id] => 10 ) [189] => stdClass Object ( [ID] => 164 [slug] => wordpress [date] => 2008-12-02 [post_status] => publish [post_type] => post [post_date] => 2008-12-02 22:09:43 [post_author] => 2 [post_title] => Trying out bbpress [post_name] => trying-out-bbpress [name] => wordpress [object_id] => 164 [term_id] => 22 ) [190] => stdClass Object ( [ID] => 76 [slug] => wikicms [date] => 2008-02-14 [post_status] => publish [post_type] => post [post_date] => 2008-02-14 14:38:19 [post_author] => 2 [post_title] => trying out scribefire [post_name] => trying-out-scribefire [name] => wiki/cms [object_id] => 76 [term_id] => 3 ) [191] => stdClass Object ( [ID] => 76 [slug] => wordpress [date] => 2008-02-14 [post_status] => publish [post_type] => post [post_date] => 2008-02-14 14:38:19 [post_author] => 2 [post_title] => trying out scribefire [post_name] => trying-out-scribefire [name] => wordpress [object_id] => 76 [term_id] => 22 ) [192] => stdClass Object ( [ID] => 295 [slug] => xhtml [date] => 2009-04-14 [post_status] => publish [post_type] => post [post_date] => 2009-04-14 21:02:48 [post_author] => 2 [post_title] => Two types of pngs [post_name] => two-types-of-pngs [name] => (x)html [object_id] => 295 [term_id] => 5 ) [193] => stdClass Object ( [ID] => 295 [slug] => photography [date] => 2009-04-14 [post_status] => publish [post_type] => post [post_date] => 2009-04-14 21:02:48 [post_author] => 2 [post_title] => Two types of pngs [post_name] => two-types-of-pngs [name] => photography [object_id] => 295 [term_id] => 14 ) [194] => stdClass Object ( [ID] => 94 [slug] => general [date] => 2008-04-24 [post_status] => publish [post_type] => post [post_date] => 2008-04-24 11:35:30 [post_author] => 2 [post_title] => ubuntu 8.04 released today. Where are the torrents? [post_name] => ubuntu-804-released-today-where-are-the-torrents [name] => general [object_id] => 94 [term_id] => 2 ) [195] => stdClass Object ( [ID] => 28 [slug] => latex [date] => 2007-03-06 [post_status] => publish [post_type] => post [post_date] => 2007-03-06 14:53:35 [post_author] => 2 [post_title] => umthesis now on CTAN [post_name] => umthesis-now-on-ctan [name] => latex [object_id] => 28 [term_id] => 4 ) [196] => stdClass Object ( [ID] => 1163 [slug] => linux [date] => 2011-09-06 [post_status] => publish [post_type] => post [post_date] => 2011-09-06 09:16:50 [post_author] => 2 [post_title] => UNIX/Linux permissions and groups - getent [post_name] => unixlinux-permissions-and-groups-getent [name] => linux [object_id] => 1163 [term_id] => 12 ) [197] => stdClass Object ( [ID] => 26 [slug] => latex [date] => 2007-02-21 [post_status] => publish [post_type] => post [post_date] => 2007-02-21 12:07:49 [post_author] => 2 [post_title] => updated umthesis.cls [post_name] => updated-umthesiscls [name] => latex [object_id] => 26 [term_id] => 4 ) [198] => stdClass Object ( [ID] => 499 [slug] => cooking [date] => 2009-10-20 [post_status] => publish [post_type] => post [post_date] => 2009-10-20 16:07:08 [post_author] => 1 [post_title] => Vegan coleslaw [post_name] => vegan-coleslaw [name] => cooking [object_id] => 499 [term_id] => 10 ) [199] => stdClass Object ( [ID] => 194 [slug] => cooking [date] => 2009-01-04 [post_status] => publish [post_type] => post [post_date] => 2009-01-04 00:50:48 [post_author] => 2 [post_title] => Vegetarian pho [post_name] => vegetarian-pho [name] => cooking [object_id] => 194 [term_id] => 10 ) [200] => stdClass Object ( [ID] => 1165 [slug] => linux [date] => 2011-09-28 [post_status] => publish [post_type] => post [post_date] => 2011-09-28 22:18:16 [post_author] => 2 [post_title] => Vetting vignetting [post_name] => vetting-vignetting [name] => linux [object_id] => 1165 [term_id] => 12 ) [201] => stdClass Object ( [ID] => 1165 [slug] => photography [date] => 2011-09-28 [post_status] => publish [post_type] => post [post_date] => 2011-09-28 22:18:16 [post_author] => 2 [post_title] => Vetting vignetting [post_name] => vetting-vignetting [name] => photography [object_id] => 1165 [term_id] => 14 ) [202] => stdClass Object ( [ID] => 66 [slug] => linux [date] => 2007-11-28 [post_status] => publish [post_type] => post [post_date] => 2007-11-28 17:11:40 [post_author] => 2 [post_title] => vi key bindings in R [post_name] => vi-key-bindings-in-r [name] => linux [object_id] => 66 [term_id] => 12 ) [203] => stdClass Object ( [ID] => 479 [slug] => latex [date] => 2009-09-24 [post_status] => publish [post_type] => post [post_date] => 2009-09-24 12:34:50 [post_author] => 2 [post_title] => Vim regex-fu for LaTeX [post_name] => vim-regexp-latex [name] => latex [object_id] => 479 [term_id] => 4 ) [204] => stdClass Object ( [ID] => 479 [slug] => linguistics [date] => 2009-09-24 [post_status] => publish [post_type] => post [post_date] => 2009-09-24 12:34:50 [post_author] => 2 [post_title] => Vim regex-fu for LaTeX [post_name] => vim-regexp-latex [name] => linguistics [object_id] => 479 [term_id] => 9 ) [205] => stdClass Object ( [ID] => 11 [slug] => wikicms [date] => 2006-12-27 [post_status] => publish [post_type] => post [post_date] => 2006-12-27 14:04:49 [post_author] => 2 [post_title] => vimcolor plugin for wordpress [post_name] => vimcolor-plugin-for-wordpress [name] => wiki/cms [object_id] => 11 [term_id] => 3 ) [206] => stdClass Object ( [ID] => 11 [slug] => xhtml [date] => 2006-12-27 [post_status] => publish [post_type] => post [post_date] => 2006-12-27 14:04:49 [post_author] => 2 [post_title] => vimcolor plugin for wordpress [post_name] => vimcolor-plugin-for-wordpress [name] => (x)html [object_id] => 11 [term_id] => 5 ) [207] => stdClass Object ( [ID] => 11 [slug] => css [date] => 2006-12-27 [post_status] => publish [post_type] => post [post_date] => 2006-12-27 14:04:49 [post_author] => 2 [post_title] => vimcolor plugin for wordpress [post_name] => vimcolor-plugin-for-wordpress [name] => css [object_id] => 11 [term_id] => 6 ) [208] => stdClass Object ( [ID] => 4 [slug] => latex [date] => 2006-11-21 [post_status] => publish [post_type] => post [post_date] => 2006-11-21 14:10:26 [post_author] => 1 [post_title] => web + print frustrations [post_name] => web-print-frustrations [name] => latex [object_id] => 4 [term_id] => 4 ) [209] => stdClass Object ( [ID] => 4 [slug] => xhtml [date] => 2006-11-21 [post_status] => publish [post_type] => post [post_date] => 2006-11-21 14:10:26 [post_author] => 1 [post_title] => web + print frustrations [post_name] => web-print-frustrations [name] => (x)html [object_id] => 4 [term_id] => 5 ) [210] => stdClass Object ( [ID] => 4 [slug] => css [date] => 2006-11-21 [post_status] => publish [post_type] => post [post_date] => 2006-11-21 14:10:26 [post_author] => 1 [post_title] => web + print frustrations [post_name] => web-print-frustrations [name] => css [object_id] => 4 [term_id] => 6 ) [211] => stdClass Object ( [ID] => 4 [slug] => perl [date] => 2006-11-21 [post_status] => publish [post_type] => post [post_date] => 2006-11-21 14:10:26 [post_author] => 1 [post_title] => web + print frustrations [post_name] => web-print-frustrations [name] => perl [object_id] => 4 [term_id] => 7 ) [212] => stdClass Object ( [ID] => 131 [slug] => perl [date] => 2008-09-15 [post_status] => publish [post_type] => post [post_date] => 2008-09-15 11:49:29 [post_author] => 2 [post_title] => Why doesn't Mac update standard UNIX utilities? [post_name] => why-doesnt-mac-update-standard-unix-utilities [name] => perl [object_id] => 131 [term_id] => 7 ) [213] => stdClass Object ( [ID] => 131 [slug] => mac-osx [date] => 2008-09-15 [post_status] => publish [post_type] => post [post_date] => 2008-09-15 11:49:29 [post_author] => 2 [post_title] => Why doesn't Mac update standard UNIX utilities? [post_name] => why-doesnt-mac-update-standard-unix-utilities [name] => mac osx [object_id] => 131 [term_id] => 8 ) [214] => stdClass Object ( [ID] => 131 [slug] => linguistics [date] => 2008-09-15 [post_status] => publish [post_type] => post [post_date] => 2008-09-15 11:49:29 [post_author] => 2 [post_title] => Why doesn't Mac update standard UNIX utilities? [post_name] => why-doesnt-mac-update-standard-unix-utilities [name] => linguistics [object_id] => 131 [term_id] => 9 ) [215] => stdClass Object ( [ID] => 131 [slug] => linux [date] => 2008-09-15 [post_status] => publish [post_type] => post [post_date] => 2008-09-15 11:49:29 [post_author] => 2 [post_title] => Why doesn't Mac update standard UNIX utilities? [post_name] => why-doesnt-mac-update-standard-unix-utilities [name] => linux [object_id] => 131 [term_id] => 12 ) [216] => stdClass Object ( [ID] => 343 [slug] => xhtml [date] => 2009-06-11 [post_status] => publish [post_type] => post [post_date] => 2009-06-11 09:13:04 [post_author] => 1 [post_title] => wordpress 2.8 is out, and my plugins are ready [post_name] => wordpress-2-8-is-out-and-my-plugins-are-ready-2 [name] => (x)html [object_id] => 343 [term_id] => 5 ) [217] => stdClass Object ( [ID] => 343 [slug] => css [date] => 2009-06-11 [post_status] => publish [post_type] => post [post_date] => 2009-06-11 09:13:04 [post_author] => 1 [post_title] => wordpress 2.8 is out, and my plugins are ready [post_name] => wordpress-2-8-is-out-and-my-plugins-are-ready-2 [name] => css [object_id] => 343 [term_id] => 6 ) [218] => stdClass Object ( [ID] => 343 [slug] => javascript [date] => 2009-06-11 [post_status] => publish [post_type] => post [post_date] => 2009-06-11 09:13:04 [post_author] => 1 [post_title] => wordpress 2.8 is out, and my plugins are ready [post_name] => wordpress-2-8-is-out-and-my-plugins-are-ready-2 [name] => javascript [object_id] => 343 [term_id] => 21 ) [219] => stdClass Object ( [ID] => 343 [slug] => wordpress [date] => 2009-06-11 [post_status] => publish [post_type] => post [post_date] => 2009-06-11 09:13:04 [post_author] => 1 [post_title] => wordpress 2.8 is out, and my plugins are ready [post_name] => wordpress-2-8-is-out-and-my-plugins-are-ready-2 [name] => wordpress [object_id] => 343 [term_id] => 22 ) [220] => stdClass Object ( [ID] => 534 [slug] => wikicms [date] => 2010-01-02 [post_status] => publish [post_type] => post [post_date] => 2010-01-02 15:58:48 [post_author] => 2 [post_title] => Wordpress 2.9 image changes [post_name] => wordpress-2-9-image-changes [name] => wiki/cms [object_id] => 534 [term_id] => 3 ) [221] => stdClass Object ( [ID] => 534 [slug] => sql [date] => 2010-01-02 [post_status] => publish [post_type] => post [post_date] => 2010-01-02 15:58:48 [post_author] => 2 [post_title] => Wordpress 2.9 image changes [post_name] => wordpress-2-9-image-changes [name] => sql [object_id] => 534 [term_id] => 16 ) [222] => stdClass Object ( [ID] => 534 [slug] => wordpress [date] => 2010-01-02 [post_status] => publish [post_type] => post [post_date] => 2010-01-02 15:58:48 [post_author] => 2 [post_title] => Wordpress 2.9 image changes [post_name] => wordpress-2-9-image-changes [name] => wordpress [object_id] => 534 [term_id] => 22 ) [223] => stdClass Object ( [ID] => 179 [slug] => wordpress [date] => 2008-12-04 [post_status] => publish [post_type] => post [post_date] => 2008-12-04 15:23:48 [post_author] => 2 [post_title] => wordpress, mediarss, and friendfeed [post_name] => wordpress-mediarss-and-friendfeed [name] => wordpress [object_id] => 179 [term_id] => 22 ) [224] => stdClass Object ( [ID] => 87 [slug] => linguistics [date] => 2008-04-03 [post_status] => publish [post_type] => post [post_date] => 2008-04-03 21:26:10 [post_author] => 2 [post_title] => Working on making fancy graphs with R / fixed versus random babble [post_name] => working-on-making-fancy-graphs-with-r-fixed-versus-random-babble [name] => linguistics [object_id] => 87 [term_id] => 9 ) [225] => stdClass Object ( [ID] => 456 [slug] => wordpress [date] => 2009-08-24 [post_status] => publish [post_type] => post [post_date] => 2009-08-24 15:00:03 [post_author] => 1 [post_title] => Writing your own custom filters for postie [post_name] => writing-your-own-custom-filters-for-postie [name] => wordpress [object_id] => 456 [term_id] => 22 ) [226] => stdClass Object ( [ID] => 85 [slug] => linux [date] => 2008-03-21 [post_status] => publish [post_type] => post [post_date] => 2008-03-21 16:12:33 [post_author] => 2 [post_title] => Xorg.conf configuration -- solved font size problem [post_name] => xorgconf-configuration-solved-font-size-problem [name] => linux [object_id] => 85 [term_id] => 12 ) ) - ►cooking (42)
- ►css (13)
- ►environmentalism (1)
- ►hardware (3)
- ►javascript (8)
- ►latex (25)
- ►linguistics (9)
- ►linux (19)
- ►mac osx (6)
- ►perl (5)
- ►photography (9)
- ►php (12)
- ►sql (8)
- ►wiki/cms (11)
- ►wordpress (33)
- ►(x)html (18)
- MySQL server version: 5.1.49-1ubuntu8.1
collapsCat options:
Array
(
[title] => Categories
[showPostCount] => 1
[inExclude] => exclude
[inExcludeCats] => general
[showPosts] => 1
[showPages] =>
[linkToCat] => 1
[olderThan] => 0
[excludeAll] => 0
[catSortOrder] => ASC
[catSort] => catSlug
[postSortOrder] => ASC
[postSort] => postTitle
[expand] => 0
[defaultExpand] =>
[debug] => 1
[postTitleLength] => 0
[catfeed] => none
[taxonomy] => category
[post_type] => post
[postDateAppend] => after
[postDateFormat] => m/d
[showPostDate] =>
[useCookies] => 1
[postsBeforeCats] =>
[expandCatPost] => 1
[showEmptyCat] =>
[showTopLevel] => 1
[customExpand] =>
[customCollapse] =>
[style] => twentyten
[accordion] => 0
[title_link] =>
[addMisc] =>
[addMiscTitle] =>
[number] => 2
[includeCatArray] => Array
(
)
[expandSym] => ►
[collapseSym] => ▼
)
postsToExclude:
Array
(
)
CATEGORY QUERY:
SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN
wp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy IN
('category') AND t.slug NOT IN ('general') AND t.slug!='blogroll'
ASC
CATEGORY QUERY RESULTS
Array
(
[0] => stdClass Object
(
[term_id] => 10
[name] => cooking
[slug] => cooking
[term_group] => 0
[term_order] => 10
[term_taxonomy_id] => 10
[taxonomy] => category
[description] =>
[parent] => 0
[count] => 42
)
[1] => stdClass Object
(
[term_id] => 6
[name] => css
[slug] => css
[term_group] => 0
[term_order] => 6
[term_taxonomy_id] => 6
[taxonomy] => category
[description] =>
[parent] => 0
[count] => 13
)
[2] => stdClass Object
(
[term_id] => 131
[name] => environmentalism
[slug] => environmentalism
[term_group] => 0
[term_order] => 17
[term_taxonomy_id] => 135
[taxonomy] => category
[description] =>
[parent] => 0
[count] => 1
)
[4] => stdClass Object
(
[term_id] => 13
[name] => hardware
[slug] => hardware
[term_group] => 0
[term_order] => 12
[term_taxonomy_id] => 13
[taxonomy] => category
[description] =>
[parent] => 0
[count] => 3
)
[5] => stdClass Object
(
[term_id] => 21
[name] => javascript
[slug] => javascript
[term_group] => 0
[term_order] => 16
[term_taxonomy_id] => 21
[taxonomy] => category
[description] =>
[parent] => 0
[count] => 8
)
[6] => stdClass Object
(
[term_id] => 4
[name] => latex
[slug] => latex
[term_group] => 0
[term_order] => 4
[term_taxonomy_id] => 4
[taxonomy] => category
[description] =>
[parent] => 0
[count] => 25
)
[7] => stdClass Object
(
[term_id] => 9
[name] => linguistics
[slug] => linguistics
[term_group] => 0
[term_order] => 9
[term_taxonomy_id] => 9
[taxonomy] => category
[description] =>
[parent] => 0
[count] => 9
)
[8] => stdClass Object
(
[term_id] => 12
[name] => linux
[slug] => linux
[term_group] => 0
[term_order] => 11
[term_taxonomy_id] => 12
[taxonomy] => category
[description] =>
[parent] => 0
[count] => 19
)
[9] => stdClass Object
(
[term_id] => 8
[name] => mac osx
[slug] => mac-osx
[term_group] => 0
[term_order] => 8
[term_taxonomy_id] => 8
[taxonomy] => category
[description] =>
[parent] => 0
[count] => 6
)
[10] => stdClass Object
(
[term_id] => 7
[name] => perl
[slug] => perl
[term_group] => 0
[term_order] => 7
[term_taxonomy_id] => 7
[taxonomy] => category
[description] =>
[parent] => 0
[count] => 5
)
[11] => stdClass Object
(
[term_id] => 14
[name] => photography
[slug] => photography
[term_group] => 0
[term_order] => 13
[term_taxonomy_id] => 14
[taxonomy] => category
[description] =>
[parent] => 0
[count] => 9
)
[12] => stdClass Object
(
[term_id] => 15
[name] => php
[slug] => php
[term_group] => 0
[term_order] => 14
[term_taxonomy_id] => 15
[taxonomy] => category
[description] =>
[parent] => 0
[count] => 12
)
[13] => stdClass Object
(
[term_id] => 16
[name] => sql
[slug] => sql
[term_group] => 0
[term_order] => 15
[term_taxonomy_id] => 16
[taxonomy] => category
[description] =>
[parent] => 0
[count] => 8
)
[17] => stdClass Object
(
[term_id] => 3
[name] => wiki/cms
[slug] => wikicms
[term_group] => 0
[term_order] => 2
[term_taxonomy_id] => 3
[taxonomy] => category
[description] =>
[parent] => 0
[count] => 11
)
[18] => stdClass Object
(
[term_id] => 22
[name] => wordpress
[slug] => wordpress
[term_group] => 0
[term_order] => 0
[term_taxonomy_id] => 22
[taxonomy] => category
[description] =>
[parent] => 0
[count] => 33
)
[19] => stdClass Object
(
[term_id] => 5
[name] => (x)html
[slug] => xhtml
[term_group] => 0
[term_order] => 5
[term_taxonomy_id] => 5
[taxonomy] => category
[description] =>
[parent] => 0
[count] => 18
)
)
POST QUERY:
select ID, slug, date(post_date) as date, post_status,
post_type, post_date, post_author, post_title, post_name, name, object_id,
t.term_id from wp_term_relationships AS tr, wp_posts AS p,
wp_terms AS t, wp_term_taxonomy AS tt
WHERE tt.term_id = t.term_id
AND object_id=ID
AND post_status='publish'
AND tr.term_taxonomy_id = tt.term_taxonomy_id
AND tt.taxonomy IN ('category') AND post_type='post' ORDER BY p.post_title ASC
POST QUERY RESULTS
Array
(
[0] => stdClass Object
(
[ID] => 62
[slug] => perl
[date] => 2007-11-05
[post_status] => publish
[post_type] => post
[post_date] => 2007-11-05 17:31:47
[post_author] => 2
[post_title] => 100 yootles bounty for solution to nested loop rounding error
[post_name] => 100-yootles-bounty-for-solution-to-nested-loop-rounding-error
[name] => perl
[object_id] => 62
[term_id] => 7
)
[1] => stdClass Object
(
[ID] => 62
[slug] => linguistics
[date] => 2007-11-05
[post_status] => publish
[post_type] => post
[post_date] => 2007-11-05 17:31:47
[post_author] => 2
[post_title] => 100 yootles bounty for solution to nested loop rounding error
[post_name] => 100-yootles-bounty-for-solution-to-nested-loop-rounding-error
[name] => linguistics
[object_id] => 62
[term_id] => 9
)
[2] => stdClass Object
(
[ID] => 321
[slug] => xhtml
[date] => 2009-05-16
[post_status] => publish
[post_type] => post
[post_date] => 2009-05-16 17:22:09
[post_author] => 1
[post_title] => 2 new versions of postie released
[post_name] => 2-new-versions-of-postie-released
[name] => (x)html
[object_id] => 321
[term_id] => 5
)
[3] => stdClass Object
(
[ID] => 321
[slug] => css
[date] => 2009-05-16
[post_status] => publish
[post_type] => post
[post_date] => 2009-05-16 17:22:09
[post_author] => 1
[post_title] => 2 new versions of postie released
[post_name] => 2-new-versions-of-postie-released
[name] => css
[object_id] => 321
[term_id] => 6
)
[4] => stdClass Object
(
[ID] => 321
[slug] => photography
[date] => 2009-05-16
[post_status] => publish
[post_type] => post
[post_date] => 2009-05-16 17:22:09
[post_author] => 1
[post_title] => 2 new versions of postie released
[post_name] => 2-new-versions-of-postie-released
[name] => photography
[object_id] => 321
[term_id] => 14
)
[5] => stdClass Object
(
[ID] => 321
[slug] => javascript
[date] => 2009-05-16
[post_status] => publish
[post_type] => post
[post_date] => 2009-05-16 17:22:09
[post_author] => 1
[post_title] => 2 new versions of postie released
[post_name] => 2-new-versions-of-postie-released
[name] => javascript
[object_id] => 321
[term_id] => 21
)
[6] => stdClass Object
(
[ID] => 321
[slug] => wordpress
[date] => 2009-05-16
[post_status] => publish
[post_type] => post
[post_date] => 2009-05-16 17:22:09
[post_author] => 1
[post_title] => 2 new versions of postie released
[post_name] => 2-new-versions-of-postie-released
[name] => wordpress
[object_id] => 321
[term_id] => 22
)
[7] => stdClass Object
(
[ID] => 21
[slug] => latex
[date] => 2007-02-06
[post_status] => publish
[post_type] => post
[post_date] => 2007-02-06 14:51:16
[post_author] => 2
[post_title] => a new LaTeX class file for U-M dissertations
[post_name] => a-new-latex-class-file-for-u-m-dissertations
[name] => latex
[object_id] => 21
[term_id] => 4
)
[8] => stdClass Object
(
[ID] => 21
[slug] => linguistics
[date] => 2007-02-06
[post_status] => publish
[post_type] => post
[post_date] => 2007-02-06 14:51:16
[post_author] => 2
[post_title] => a new LaTeX class file for U-M dissertations
[post_name] => a-new-latex-class-file-for-u-m-dissertations
[name] => linguistics
[object_id] => 21
[term_id] => 9
)
[9] => stdClass Object
(
[ID] => 562
[slug] => cooking
[date] => 2010-01-13
[post_status] => publish
[post_type] => post
[post_date] => 2010-01-13 22:16:49
[post_author] => 2
[post_title] => A year of new recipes
[post_name] => a-year-of-new-recipes
[name] => cooking
[object_id] => 562
[term_id] => 10
)
[10] => stdClass Object
(
[ID] => 18
[slug] => latex
[date] => 2007-10-24
[post_status] => publish
[post_type] => post
[post_date] => 2007-10-24 09:45:40
[post_author] => 2
[post_title] => advanced typography with pdfLaTeX
[post_name] => advanced-typography-with-pdflatex
[name] => latex
[object_id] => 18
[term_id] => 4
)
[11] => stdClass Object
(
[ID] => 515
[slug] => cooking
[date] => 2009-11-24
[post_status] => publish
[post_type] => post
[post_date] => 2009-11-24 13:50:31
[post_author] => 2
[post_title] => Artichoke soup provençal
[post_name] => artichoke-soup-provencal
[name] => cooking
[object_id] => 515
[term_id] => 10
)
[12] => stdClass Object
(
[ID] => 101
[slug] => hardware
[date] => 2008-06-09
[post_status] => publish
[post_type] => post
[post_date] => 2008-06-09 16:04:02
[post_author] => 2
[post_title] => Back in business
[post_name] => back-in-business
[name] => hardware
[object_id] => 101
[term_id] => 13
)
[13] => stdClass Object
(
[ID] => 279
[slug] => cooking
[date] => 2009-03-24
[post_status] => publish
[post_type] => post
[post_date] => 2009-03-24 09:40:04
[post_author] => 1
[post_title] => Baingan Bharta
[post_name] => baingan-bharta
[name] => cooking
[object_id] => 279
[term_id] => 10
)
[14] => stdClass Object
(
[ID] => 103
[slug] => general
[date] => 2008-07-15
[post_status] => publish
[post_type] => post
[post_date] => 2008-07-15 09:52:14
[post_author] => 2
[post_title] => Bash one-liners to the rescue
[post_name] => bash-one-liners-to-the-rescue
[name] => general
[object_id] => 103
[term_id] => 2
)
[15] => stdClass Object
(
[ID] => 103
[slug] => linguistics
[date] => 2008-07-15
[post_status] => publish
[post_type] => post
[post_date] => 2008-07-15 09:52:14
[post_author] => 2
[post_title] => Bash one-liners to the rescue
[post_name] => bash-one-liners-to-the-rescue
[name] => linguistics
[object_id] => 103
[term_id] => 9
)
[16] => stdClass Object
(
[ID] => 103
[slug] => linux
[date] => 2008-07-15
[post_status] => publish
[post_type] => post
[post_date] => 2008-07-15 09:52:14
[post_author] => 2
[post_title] => Bash one-liners to the rescue
[post_name] => bash-one-liners-to-the-rescue
[name] => linux
[object_id] => 103
[term_id] => 12
)
[17] => stdClass Object
(
[ID] => 369
[slug] => php
[date] => 2009-07-08
[post_status] => publish
[post_type] => post
[post_date] => 2009-07-08 15:40:12
[post_author] => 2
[post_title] => BBpress forums and wordpress plugin development versions
[post_name] => bbpress-forums-and-wordpress-plugin-development-versions
[name] => php
[object_id] => 369
[term_id] => 15
)
[18] => stdClass Object
(
[ID] => 369
[slug] => wordpress
[date] => 2009-07-08
[post_status] => publish
[post_type] => post
[post_date] => 2009-07-08 15:40:12
[post_author] => 2
[post_title] => BBpress forums and wordpress plugin development versions
[post_name] => bbpress-forums-and-wordpress-plugin-development-versions
[name] => wordpress
[object_id] => 369
[term_id] => 22
)
[19] => stdClass Object
(
[ID] => 133
[slug] => latex
[date] => 2008-09-22
[post_status] => publish
[post_type] => post
[post_date] => 2008-09-22 14:33:05
[post_author] => 2
[post_title] => Beamer fragile frames
[post_name] => beamer-fragile-frames
[name] => latex
[object_id] => 133
[term_id] => 4
)
[20] => stdClass Object
(
[ID] => 464
[slug] => cooking
[date] => 2009-09-02
[post_status] => publish
[post_type] => post
[post_date] => 2009-09-02 19:25:05
[post_author] => 1
[post_title] => Black bean quesadillas
[post_name] => black-bean-quesadillas
[name] => cooking
[object_id] => 464
[term_id] => 10
)
[21] => stdClass Object
(
[ID] => 12
[slug] => cooking
[date] => 2007-01-02
[post_status] => publish
[post_type] => post
[post_date] => 2007-01-02 21:35:02
[post_author] => 2
[post_title] => Black-eyed peas for New Year's
[post_name] => black-eyed-peas-for-new-years
[name] => cooking
[object_id] => 12
[term_id] => 10
)
[22] => stdClass Object
(
[ID] => 455
[slug] => wikicms
[date] => 2009-08-18
[post_status] => publish
[post_type] => post
[post_date] => 2009-08-18 11:22:17
[post_author] => 2
[post_title] => Blogging with LaTeX
[post_name] => blogging-with-latex
[name] => wiki/cms
[object_id] => 455
[term_id] => 3
)
[23] => stdClass Object
(
[ID] => 455
[slug] => latex
[date] => 2009-08-18
[post_status] => publish
[post_type] => post
[post_date] => 2009-08-18 11:22:17
[post_author] => 2
[post_title] => Blogging with LaTeX
[post_name] => blogging-with-latex
[name] => latex
[object_id] => 455
[term_id] => 4
)
[24] => stdClass Object
(
[ID] => 455
[slug] => xhtml
[date] => 2009-08-18
[post_status] => publish
[post_type] => post
[post_date] => 2009-08-18 11:22:17
[post_author] => 2
[post_title] => Blogging with LaTeX
[post_name] => blogging-with-latex
[name] => (x)html
[object_id] => 455
[term_id] => 5
)
[25] => stdClass Object
(
[ID] => 455
[slug] => wordpress
[date] => 2009-08-18
[post_status] => publish
[post_type] => post
[post_date] => 2009-08-18 11:22:17
[post_author] => 2
[post_title] => Blogging with LaTeX
[post_name] => blogging-with-latex
[name] => wordpress
[object_id] => 455
[term_id] => 22
)
[26] => stdClass Object
(
[ID] => 50
[slug] => linux
[date] => 2007-04-24
[post_status] => publish
[post_type] => post
[post_date] => 2007-04-24 15:32:54
[post_author] => 2
[post_title] => broke my linux install again
[post_name] => broke-my-linux-install-again
[name] => linux
[object_id] => 50
[term_id] => 12
)
[27] => stdClass Object
(
[ID] => 50
[slug] => hardware
[date] => 2007-04-24
[post_status] => publish
[post_type] => post
[post_date] => 2007-04-24 15:32:54
[post_author] => 2
[post_title] => broke my linux install again
[post_name] => broke-my-linux-install-again
[name] => hardware
[object_id] => 50
[term_id] => 13
)
[28] => stdClass Object
(
[ID] => 300
[slug] => cooking
[date] => 2009-04-23
[post_status] => publish
[post_type] => post
[post_date] => 2009-04-23 20:44:11
[post_author] => 1
[post_title] => caribbean sweet potato gratin and sweet and sour eggplant chickpea stew
[post_name] => caribbean-sweet-potato-gratin-and-sweet-and-sour-eggplant-chickpea-stew
[name] => cooking
[object_id] => 300
[term_id] => 10
)
[29] => stdClass Object
(
[ID] => 1159
[slug] => wordpress
[date] => 2011-07-31
[post_status] => publish
[post_type] => post
[post_date] => 2011-07-31 22:17:07
[post_author] => 2
[post_title] => Cherry rhubarb pie
[post_name] => cherry-rhubarb-pie
[name] => wordpress
[object_id] => 1159
[term_id] => 22
)
[30] => stdClass Object
(
[ID] => 55
[slug] => wikicms
[date] => 2007-05-14
[post_status] => publish
[post_type] => post
[post_date] => 2007-05-14 10:34:49
[post_author] => 2
[post_title] => Chronologically ordered blog in wordpress
[post_name] => chronologically-ordered-blog-in-wordpress
[name] => wiki/cms
[object_id] => 55
[term_id] => 3
)
[31] => stdClass Object
(
[ID] => 55
[slug] => xhtml
[date] => 2007-05-14
[post_status] => publish
[post_type] => post
[post_date] => 2007-05-14 10:34:49
[post_author] => 2
[post_title] => Chronologically ordered blog in wordpress
[post_name] => chronologically-ordered-blog-in-wordpress
[name] => (x)html
[object_id] => 55
[term_id] => 5
)
[32] => stdClass Object
(
[ID] => 55
[slug] => php
[date] => 2007-05-14
[post_status] => publish
[post_type] => post
[post_date] => 2007-05-14 10:34:49
[post_author] => 2
[post_title] => Chronologically ordered blog in wordpress
[post_name] => chronologically-ordered-blog-in-wordpress
[name] => php
[object_id] => 55
[term_id] => 15
)
[33] => stdClass Object
(
[ID] => 55
[slug] => sql
[date] => 2007-05-14
[post_status] => publish
[post_type] => post
[post_date] => 2007-05-14 10:34:49
[post_author] => 2
[post_title] => Chronologically ordered blog in wordpress
[post_name] => chronologically-ordered-blog-in-wordpress
[name] => sql
[object_id] => 55
[term_id] => 16
)
[34] => stdClass Object
(
[ID] => 121
[slug] => wordpress
[date] => 2008-09-07
[post_status] => publish
[post_type] => post
[post_date] => 2008-09-07 21:59:49
[post_author] => 2
[post_title] => Collaping categories 0.6.1
[post_name] => collaping-categories-061
[name] => wordpress
[object_id] => 121
[term_id] => 22
)
[35] => stdClass Object
(
[ID] => 135
[slug] => wordpress
[date] => 2008-10-23
[post_status] => publish
[post_type] => post
[post_date] => 2008-10-23 17:34:09
[post_author] => 2
[post_title] => Collapsing archives updated
[post_name] => collapsing-archives-updated
[name] => wordpress
[object_id] => 135
[term_id] => 22
)
[36] => stdClass Object
(
[ID] => 113
[slug] => wordpress
[date] => 2008-08-28
[post_status] => publish
[post_type] => post
[post_date] => 2008-08-28 13:06:53
[post_author] => 2
[post_title] => Collapsing categories update
[post_name] => collapsing-categories-update
[name] => wordpress
[object_id] => 113
[term_id] => 22
)
[37] => stdClass Object
(
[ID] => 104
[slug] => wikicms
[date] => 2008-08-25
[post_status] => publish
[post_type] => post
[post_date] => 2008-08-25 13:39:46
[post_author] => 2
[post_title] => Collapsing monopoly
[post_name] => collapsing-monopoly
[name] => wiki/cms
[object_id] => 104
[term_id] => 3
)
[38] => stdClass Object
(
[ID] => 104
[slug] => xhtml
[date] => 2008-08-25
[post_status] => publish
[post_type] => post
[post_date] => 2008-08-25 13:39:46
[post_author] => 2
[post_title] => Collapsing monopoly
[post_name] => collapsing-monopoly
[name] => (x)html
[object_id] => 104
[term_id] => 5
)
[39] => stdClass Object
(
[ID] => 104
[slug] => css
[date] => 2008-08-25
[post_status] => publish
[post_type] => post
[post_date] => 2008-08-25 13:39:46
[post_author] => 2
[post_title] => Collapsing monopoly
[post_name] => collapsing-monopoly
[name] => css
[object_id] => 104
[term_id] => 6
)
[40] => stdClass Object
(
[ID] => 104
[slug] => php
[date] => 2008-08-25
[post_status] => publish
[post_type] => post
[post_date] => 2008-08-25 13:39:46
[post_author] => 2
[post_title] => Collapsing monopoly
[post_name] => collapsing-monopoly
[name] => php
[object_id] => 104
[term_id] => 15
)
[41] => stdClass Object
(
[ID] => 104
[slug] => javascript
[date] => 2008-08-25
[post_status] => publish
[post_type] => post
[post_date] => 2008-08-25 13:39:46
[post_author] => 2
[post_title] => Collapsing monopoly
[post_name] => collapsing-monopoly
[name] => javascript
[object_id] => 104
[term_id] => 21
)
[42] => stdClass Object
(
[ID] => 104
[slug] => wordpress
[date] => 2008-08-25
[post_status] => publish
[post_type] => post
[post_date] => 2008-08-25 13:39:46
[post_author] => 2
[post_title] => Collapsing monopoly
[post_name] => collapsing-monopoly
[name] => wordpress
[object_id] => 104
[term_id] => 22
)
[43] => stdClass Object
(
[ID] => 182
[slug] => css
[date] => 2008-12-09
[post_status] => publish
[post_type] => post
[post_date] => 2008-12-09 21:54:41
[post_author] => 2
[post_title] => Collapsing updates galore
[post_name] => collapsing-updates-galore
[name] => css
[object_id] => 182
[term_id] => 6
)
[44] => stdClass Object
(
[ID] => 182
[slug] => php
[date] => 2008-12-09
[post_status] => publish
[post_type] => post
[post_date] => 2008-12-09 21:54:41
[post_author] => 2
[post_title] => Collapsing updates galore
[post_name] => collapsing-updates-galore
[name] => php
[object_id] => 182
[term_id] => 15
)
[45] => stdClass Object
(
[ID] => 182
[slug] => javascript
[date] => 2008-12-09
[post_status] => publish
[post_type] => post
[post_date] => 2008-12-09 21:54:41
[post_author] => 2
[post_title] => Collapsing updates galore
[post_name] => collapsing-updates-galore
[name] => javascript
[object_id] => 182
[term_id] => 21
)
[46] => stdClass Object
(
[ID] => 182
[slug] => wordpress
[date] => 2008-12-09
[post_status] => publish
[post_type] => post
[post_date] => 2008-12-09 21:54:41
[post_author] => 2
[post_title] => Collapsing updates galore
[post_name] => collapsing-updates-galore
[name] => wordpress
[object_id] => 182
[term_id] => 22
)
[47] => stdClass Object
(
[ID] => 83
[slug] => mac-osx
[date] => 2008-03-11
[post_status] => publish
[post_type] => post
[post_date] => 2008-03-11 16:13:32
[post_author] => 2
[post_title] => convert pdf to png with imagemagick
[post_name] => convert-pdf-to-png-with-imagemagick
[name] => mac osx
[object_id] => 83
[term_id] => 8
)
[48] => stdClass Object
(
[ID] => 83
[slug] => linux
[date] => 2008-03-11
[post_status] => publish
[post_type] => post
[post_date] => 2008-03-11 16:13:32
[post_author] => 2
[post_title] => convert pdf to png with imagemagick
[post_name] => convert-pdf-to-png-with-imagemagick
[name] => linux
[object_id] => 83
[term_id] => 12
)
[49] => stdClass Object
(
[ID] => 282
[slug] => latex
[date] => 2009-03-29
[post_status] => publish
[post_type] => post
[post_date] => 2009-03-29 01:27:44
[post_author] => 2
[post_title] => Converting LaTeX to Microsoft Word with plasTeX and Open Office
[post_name] => converting-latex-to-microsoft-word-with-plastex-and-open-office
[name] => latex
[object_id] => 282
[term_id] => 4
)
[50] => stdClass Object
(
[ID] => 282
[slug] => xhtml
[date] => 2009-03-29
[post_status] => publish
[post_type] => post
[post_date] => 2009-03-29 01:27:44
[post_author] => 2
[post_title] => Converting LaTeX to Microsoft Word with plasTeX and Open Office
[post_name] => converting-latex-to-microsoft-word-with-plastex-and-open-office
[name] => (x)html
[object_id] => 282
[term_id] => 5
)
[51] => stdClass Object
(
[ID] => 378
[slug] => cooking
[date] => 2009-07-09
[post_status] => publish
[post_type] => post
[post_date] => 2009-07-09 22:35:08
[post_author] => 1
[post_title] => Creamy red lentil chowder
[post_name] => creamy-red-lentil-chowder
[name] => cooking
[object_id] => 378
[term_id] => 10
)
[52] => stdClass Object
(
[ID] => 59
[slug] => mac-osx
[date] => 2007-09-19
[post_status] => publish
[post_type] => post
[post_date] => 2007-09-19 18:12:53
[post_author] => 2
[post_title] => cross-platform file encryption
[post_name] => cross-platform-file-encryption
[name] => mac osx
[object_id] => 59
[term_id] => 8
)
[53] => stdClass Object
(
[ID] => 59
[slug] => linux
[date] => 2007-09-19
[post_status] => publish
[post_type] => post
[post_date] => 2007-09-19 18:12:53
[post_author] => 2
[post_title] => cross-platform file encryption
[post_name] => cross-platform-file-encryption
[name] => linux
[object_id] => 59
[term_id] => 12
)
[54] => stdClass Object
(
[ID] => 522
[slug] => cooking
[date] => 2009-11-25
[post_status] => publish
[post_type] => post
[post_date] => 2009-11-25 19:27:15
[post_author] => 2
[post_title] => Curried spinach pea soup
[post_name] => curried-spinach-pea-soup
[name] => cooking
[object_id] => 522
[term_id] => 10
)
[55] => stdClass Object
(
[ID] => 302
[slug] => linux
[date] => 2009-04-25
[post_status] => publish
[post_type] => post
[post_date] => 2009-04-25 10:38:59
[post_author] => 2
[post_title] => Editing video from a Canon FS100 with Kino and ffmpeg
[post_name] => editing-video-from-a-canon-fs100-with-kino-and-ffmpeg
[name] => linux
[object_id] => 302
[term_id] => 12
)
[56] => stdClass Object
(
[ID] => 1170
[slug] => latex
[date] => 2011-11-11
[post_status] => publish
[post_type] => post
[post_date] => 2011-11-11 21:53:43
[post_author] => 2
[post_title] => Em dash in LaTeX
[post_name] => em-dash-in-latex
[name] => latex
[object_id] => 1170
[term_id] => 4
)
[57] => stdClass Object
(
[ID] => 471
[slug] => environmentalism
[date] => 2009-09-11
[post_status] => publish
[post_type] => post
[post_date] => 2009-09-11 14:25:24
[post_author] => 2
[post_title] => Energy usage myth
[post_name] => energy-usage-myth
[name] => environmentalism
[object_id] => 471
[term_id] => 131
)
[58] => stdClass Object
(
[ID] => 7
[slug] => latex
[date] => 2006-11-18
[post_status] => publish
[post_type] => post
[post_date] => 2006-11-18 16:06:11
[post_author] => 1
[post_title] => Extreme TeX
[post_name] => extreme-tex
[name] => latex
[object_id] => 7
[term_id] => 4
)
[59] => stdClass Object
(
[ID] => 256
[slug] => general
[date] => 2009-02-28
[post_status] => publish
[post_type] => post
[post_date] => 2009-02-28 12:55:56
[post_author] => 2
[post_title] => Fatherhood
[post_name] => fatherhood
[name] => general
[object_id] => 256
[term_id] => 2
)
[60] => stdClass Object
(
[ID] => 6
[slug] => mac-osx
[date] => 2006-11-18
[post_status] => publish
[post_type] => post
[post_date] => 2006-11-18 15:58:04
[post_author] => 1
[post_title] => FileVault foibles
[post_name] => filevault-foibles
[name] => mac osx
[object_id] => 6
[term_id] => 8
)
[61] => stdClass Object
(
[ID] => 84
[slug] => latex
[date] => 2008-03-19
[post_status] => publish
[post_type] => post
[post_date] => 2008-03-19 17:42:32
[post_author] => 2
[post_title] => Finally a better LaTeX to html converter
[post_name] => finally-a-better-latex-to-html-converter
[name] => latex
[object_id] => 84
[term_id] => 4
)
[62] => stdClass Object
(
[ID] => 84
[slug] => xhtml
[date] => 2008-03-19
[post_status] => publish
[post_type] => post
[post_date] => 2008-03-19 17:42:32
[post_author] => 2
[post_title] => Finally a better LaTeX to html converter
[post_name] => finally-a-better-latex-to-html-converter
[name] => (x)html
[object_id] => 84
[term_id] => 5
)
[63] => stdClass Object
(
[ID] => 84
[slug] => css
[date] => 2008-03-19
[post_status] => publish
[post_type] => post
[post_date] => 2008-03-19 17:42:32
[post_author] => 2
[post_title] => Finally a better LaTeX to html converter
[post_name] => finally-a-better-latex-to-html-converter
[name] => css
[object_id] => 84
[term_id] => 6
)
[64] => stdClass Object
(
[ID] => 227
[slug] => cooking
[date] => 2009-01-26
[post_status] => publish
[post_type] => post
[post_date] => 2009-01-26 22:50:17
[post_author] => 2
[post_title] => French lentil soup and beer-braised red cabbage
[post_name] => french-lentil-soup-and-beer-braised-red-cabbage
[name] => cooking
[object_id] => 227
[term_id] => 10
)
[65] => stdClass Object
(
[ID] => 93
[slug] => wordpress
[date] => 2008-04-11
[post_status] => publish
[post_type] => post
[post_date] => 2008-04-11 09:58:51
[post_author] => 2
[post_title] => Friendfeed plugin for wordpress
[post_name] => friendfeed-plugin-for-wordpress
[name] => wordpress
[object_id] => 93
[term_id] => 22
)
[66] => stdClass Object
(
[ID] => 288
[slug] => cooking
[date] => 2009-04-01
[post_status] => publish
[post_type] => post
[post_date] => 2009-04-01 15:52:39
[post_author] => 1
[post_title] => Fruit swirl bread
[post_name] => fruit-swirl-bread
[name] => cooking
[object_id] => 288
[term_id] => 10
)
[67] => stdClass Object
(
[ID] => 298
[slug] => cooking
[date] => 2009-04-23
[post_status] => publish
[post_type] => post
[post_date] => 2009-04-23 20:39:32
[post_author] => 1
[post_title] => Fruit swirl bread take two
[post_name] => fruit-swirl-bread-take-two
[name] => cooking
[object_id] => 298
[term_id] => 10
)
[68] => stdClass Object
(
[ID] => 77
[slug] => latex
[date] => 2008-02-28
[post_status] => publish
[post_type] => post
[post_date] => 2008-02-28 18:44:51
[post_author] => 2
[post_title] => Fun with fonts in LaTeX
[post_name] => fun-with-fonts-in-latex
[name] => latex
[object_id] => 77
[term_id] => 4
)
[69] => stdClass Object
(
[ID] => 304
[slug] => wordpress
[date] => 2009-05-03
[post_status] => publish
[post_type] => post
[post_date] => 2009-05-03 22:50:54
[post_author] => 2
[post_title] => Getting ready for wordpress 2.8
[post_name] => getting-ready-for-wordpress-2-8
[name] => wordpress
[object_id] => 304
[term_id] => 22
)
[70] => stdClass Object
(
[ID] => 1
[slug] => general
[date] => 2006-11-16
[post_status] => publish
[post_type] => post
[post_date] => 2006-11-16 14:50:32
[post_author] => 1
[post_title] => hello world!
[post_name] => hello-world
[name] => general
[object_id] => 1
[term_id] => 2
)
[71] => stdClass Object
(
[ID] => 246
[slug] => cooking
[date] => 2009-02-10
[post_status] => publish
[post_type] => post
[post_date] => 2009-02-10 17:37:12
[post_author] => 2
[post_title] => Hoisin eggplant bok choy stir-fry
[post_name] => hoisin-eggplant-bok-choy-stir-fry
[name] => cooking
[object_id] => 246
[term_id] => 10
)
[72] => stdClass Object
(
[ID] => 52
[slug] => latex
[date] => 2007-05-09
[post_status] => publish
[post_type] => post
[post_date] => 2007-05-09 15:53:32
[post_author] => 2
[post_title] => hyperref and natbib problems
[post_name] => hyperref-and-natbib-problems
[name] => latex
[object_id] => 52
[term_id] => 4
)
[73] => stdClass Object
(
[ID] => 1156
[slug] => photography
[date] => 2011-07-31
[post_status] => publish
[post_type] => post
[post_date] => 2011-07-31 21:58:36
[post_author] => 2
[post_title] => Image stabilization in Canon EFS 17-85mm lens
[post_name] => image-stabilization-in-canon-efs-17-85mm-lens
[name] => photography
[object_id] => 1156
[term_id] => 14
)
[74] => stdClass Object
(
[ID] => 5
[slug] => latex
[date] => 2007-02-26
[post_status] => publish
[post_type] => post
[post_date] => 2007-02-26 17:13:13
[post_author] => 1
[post_title] => Intro to LaTeX multimedia presentations
[post_name] => intro-to-latex-multimedia-presentations
[name] => latex
[object_id] => 5
[term_id] => 4
)
[75] => stdClass Object
(
[ID] => 64
[slug] => linux
[date] => 2007-11-10
[post_status] => publish
[post_type] => post
[post_date] => 2007-11-10 18:42:59
[post_author] => 2
[post_title] => Kubuntu Gutsy with Compiz
[post_name] => kubuntu-gutsy-with-compiz
[name] => linux
[object_id] => 64
[term_id] => 12
)
[76] => stdClass Object
(
[ID] => 44
[slug] => latex
[date] => 2007-03-20
[post_status] => publish
[post_type] => post
[post_date] => 2007-03-20 20:18:55
[post_author] => 2
[post_title] => LaTeX two column layouts and rubber lengths
[post_name] => latex-two-column-layouts-and-rubber-lengths
[name] => latex
[object_id] => 44
[term_id] => 4
)
[77] => stdClass Object
(
[ID] => 170
[slug] => latex
[date] => 2008-12-04
[post_status] => publish
[post_type] => post
[post_date] => 2008-12-04 20:00:29
[post_author] => 2
[post_title] => LaTeX utility scripts
[post_name] => latex-utility-scripts
[name] => latex
[object_id] => 170
[term_id] => 4
)
[78] => stdClass Object
(
[ID] => 385
[slug] => cooking
[date] => 2009-07-29
[post_status] => publish
[post_type] => post
[post_date] => 2009-07-29 21:29:24
[post_author] => 2
[post_title] => Lentil, ginger, and coconut soup
[post_name] => lentil-ginger-and-coconut-soup
[name] => cooking
[object_id] => 385
[term_id] => 10
)
[79] => stdClass Object
(
[ID] => 19
[slug] => mac-osx
[date] => 2007-01-16
[post_status] => publish
[post_type] => post
[post_date] => 2007-01-16 16:01:23
[post_author] => 2
[post_title] => locating fewer files
[post_name] => locating-fewer-files
[name] => mac osx
[object_id] => 19
[term_id] => 8
)
[80] => stdClass Object
(
[ID] => 3
[slug] => wikicms
[date] => 2006-11-16
[post_status] => publish
[post_type] => post
[post_date] => 2006-11-16 20:25:22
[post_author] => 1
[post_title] => mediawiki and latex.fmt
[post_name] => how-to-install-mediawiki-sort-of
[name] => wiki/cms
[object_id] => 3
[term_id] => 3
)
[81] => stdClass Object
(
[ID] => 3
[slug] => latex
[date] => 2006-11-16
[post_status] => publish
[post_type] => post
[post_date] => 2006-11-16 20:25:22
[post_author] => 1
[post_title] => mediawiki and latex.fmt
[post_name] => how-to-install-mediawiki-sort-of
[name] => latex
[object_id] => 3
[term_id] => 4
)
[82] => stdClass Object
(
[ID] => 525
[slug] => cooking
[date] => 2009-12-15
[post_status] => publish
[post_type] => post
[post_date] => 2009-12-15 16:33:35
[post_author] => 2
[post_title] => Mjadra sandwich
[post_name] => mjadra-sandwich
[name] => cooking
[object_id] => 525
[term_id] => 10
)
[83] => stdClass Object
(
[ID] => 387
[slug] => cooking
[date] => 2009-07-29
[post_status] => publish
[post_type] => post
[post_date] => 2009-07-29 22:52:33
[post_author] => 2
[post_title] => Mock pork with curried apricot and napa cabbage
[post_name] => mock-pork-with-curried-apricot-and-napa-cabbage
[name] => cooking
[object_id] => 387
[term_id] => 10
)
[84] => stdClass Object
(
[ID] => 61
[slug] => linux
[date] => 2007-10-01
[post_status] => publish
[post_type] => post
[post_date] => 2007-10-01 17:11:43
[post_author] => 2
[post_title] => Monitoring and automatically restarting services
[post_name] => monitoring-and-automatically-restarting-services
[name] => linux
[object_id] => 61
[term_id] => 12
)
[85] => stdClass Object
(
[ID] => 34
[slug] => latex
[date] => 2007-03-10
[post_status] => publish
[post_type] => post
[post_date] => 2007-03-10 14:15:14
[post_author] => 2
[post_title] => More on LaTeX multimedia presentations
[post_name] => more-on-latex-multimedia-presentations
[name] => latex
[object_id] => 34
[term_id] => 4
)
[86] => stdClass Object
(
[ID] => 34
[slug] => linguistics
[date] => 2007-03-10
[post_status] => publish
[post_type] => post
[post_date] => 2007-03-10 14:15:14
[post_author] => 2
[post_title] => More on LaTeX multimedia presentations
[post_name] => more-on-latex-multimedia-presentations
[name] => linguistics
[object_id] => 34
[term_id] => 9
)
[87] => stdClass Object
(
[ID] => 626
[slug] => xhtml
[date] => 2010-02-18
[post_status] => publish
[post_type] => post
[post_date] => 2010-02-18 10:25:36
[post_author] => 2
[post_title] => Multi-column balanced lists
[post_name] => multi-column-balanced-lists
[name] => (x)html
[object_id] => 626
[term_id] => 5
)
[88] => stdClass Object
(
[ID] => 626
[slug] => css
[date] => 2010-02-18
[post_status] => publish
[post_type] => post
[post_date] => 2010-02-18 10:25:36
[post_author] => 2
[post_title] => Multi-column balanced lists
[post_name] => multi-column-balanced-lists
[name] => css
[object_id] => 626
[term_id] => 6
)
[89] => stdClass Object
(
[ID] => 626
[slug] => php
[date] => 2010-02-18
[post_status] => publish
[post_type] => post
[post_date] => 2010-02-18 10:25:36
[post_author] => 2
[post_title] => Multi-column balanced lists
[post_name] => multi-column-balanced-lists
[name] => php
[object_id] => 626
[term_id] => 15
)
[90] => stdClass Object
(
[ID] => 626
[slug] => wordpress
[date] => 2010-02-18
[post_status] => publish
[post_type] => post
[post_date] => 2010-02-18 10:25:36
[post_author] => 2
[post_title] => Multi-column balanced lists
[post_name] => multi-column-balanced-lists
[name] => wordpress
[object_id] => 626
[term_id] => 22
)
[91] => stdClass Object
(
[ID] => 47
[slug] => linux
[date] => 2007-04-23
[post_status] => publish
[post_type] => post
[post_date] => 2007-04-23 22:13:13
[post_author] => 2
[post_title] => My new computer --- hardware
[post_name] => my-new-computer-hardware
[name] => linux
[object_id] => 47
[term_id] => 12
)
[92] => stdClass Object
(
[ID] => 47
[slug] => hardware
[date] => 2007-04-23
[post_status] => publish
[post_type] => post
[post_date] => 2007-04-23 22:13:13
[post_author] => 2
[post_title] => My new computer --- hardware
[post_name] => my-new-computer-hardware
[name] => hardware
[object_id] => 47
[term_id] => 13
)
[93] => stdClass Object
(
[ID] => 48
[slug] => latex
[date] => 2007-05-14
[post_status] => publish
[post_type] => post
[post_date] => 2007-05-14 09:19:56
[post_author] => 2
[post_title] => My new computer --- software
[post_name] => my-new-computer-software
[name] => latex
[object_id] => 48
[term_id] => 4
)
[94] => stdClass Object
(
[ID] => 48
[slug] => mac-osx
[date] => 2007-05-14
[post_status] => publish
[post_type] => post
[post_date] => 2007-05-14 09:19:56
[post_author] => 2
[post_title] => My new computer --- software
[post_name] => my-new-computer-software
[name] => mac osx
[object_id] => 48
[term_id] => 8
)
[95] => stdClass Object
(
[ID] => 48
[slug] => linux
[date] => 2007-05-14
[post_status] => publish
[post_type] => post
[post_date] => 2007-05-14 09:19:56
[post_author] => 2
[post_title] => My new computer --- software
[post_name] => my-new-computer-software
[name] => linux
[object_id] => 48
[term_id] => 12
)
[96] => stdClass Object
(
[ID] => 395
[slug] => cooking
[date] => 2009-08-12
[post_status] => publish
[post_type] => post
[post_date] => 2009-08-12 14:29:49
[post_author] => 2
[post_title] => New Orleans sweet potato hash
[post_name] => new-orleans-sweet-potato-hash
[name] => cooking
[object_id] => 395
[term_id] => 10
)
[97] => stdClass Object
(
[ID] => 654
[slug] => javascript
[date] => 2010-04-01
[post_status] => publish
[post_type] => post
[post_date] => 2010-04-01 12:44:57
[post_author] => 2
[post_title] => New wordpress plugin - category reminder
[post_name] => new-wordpress-plugin-category-reminder
[name] => javascript
[object_id] => 654
[term_id] => 21
)
[98] => stdClass Object
(
[ID] => 654
[slug] => wordpress
[date] => 2010-04-01
[post_status] => publish
[post_type] => post
[post_date] => 2010-04-01 12:44:57
[post_author] => 2
[post_title] => New wordpress plugin - category reminder
[post_name] => new-wordpress-plugin-category-reminder
[name] => wordpress
[object_id] => 654
[term_id] => 22
)
[99] => stdClass Object
(
[ID] => 687
[slug] => photography
[date] => 2010-08-04
[post_status] => publish
[post_type] => post
[post_date] => 2010-08-04 15:55:03
[post_author] => 2
[post_title] => New Wordpress plugin - Image Browser
[post_name] => new-wordpress-plugin-image-browser
[name] => photography
[object_id] => 687
[term_id] => 14
)
[100] => stdClass Object
(
[ID] => 687
[slug] => php
[date] => 2010-08-04
[post_status] => publish
[post_type] => post
[post_date] => 2010-08-04 15:55:03
[post_author] => 2
[post_title] => New Wordpress plugin - Image Browser
[post_name] => new-wordpress-plugin-image-browser
[name] => php
[object_id] => 687
[term_id] => 15
)
[101] => stdClass Object
(
[ID] => 687
[slug] => sql
[date] => 2010-08-04
[post_status] => publish
[post_type] => post
[post_date] => 2010-08-04 15:55:03
[post_author] => 2
[post_title] => New Wordpress plugin - Image Browser
[post_name] => new-wordpress-plugin-image-browser
[name] => sql
[object_id] => 687
[term_id] => 16
)
[102] => stdClass Object
(
[ID] => 687
[slug] => wordpress
[date] => 2010-08-04
[post_status] => publish
[post_type] => post
[post_date] => 2010-08-04 15:55:03
[post_author] => 2
[post_title] => New Wordpress plugin - Image Browser
[post_name] => new-wordpress-plugin-image-browser
[name] => wordpress
[object_id] => 687
[term_id] => 22
)
[103] => stdClass Object
(
[ID] => 680
[slug] => photography
[date] => 2010-06-22
[post_status] => publish
[post_type] => post
[post_date] => 2010-06-22 13:59:46
[post_author] => 2
[post_title] => New wordpress plugin - Image Meta
[post_name] => new-wordpress-plugin-image-meta
[name] => photography
[object_id] => 680
[term_id] => 14
)
[104] => stdClass Object
(
[ID] => 680
[slug] => wordpress
[date] => 2010-06-22
[post_status] => publish
[post_type] => post
[post_date] => 2010-06-22 13:59:46
[post_author] => 2
[post_title] => New wordpress plugin - Image Meta
[post_name] => new-wordpress-plugin-image-meta
[name] => wordpress
[object_id] => 680
[term_id] => 22
)
[105] => stdClass Object
(
[ID] => 8
[slug] => xhtml
[date] => 2006-11-22
[post_status] => publish
[post_type] => post
[post_date] => 2006-11-22 12:23:30
[post_author] => 1
[post_title] => Nifty Firefox extension - resizable textareas
[post_name] => nifty-firefox-extension-resizable-textareas
[name] => (x)html
[object_id] => 8
[term_id] => 5
)
[106] => stdClass Object
(
[ID] => 8
[slug] => css
[date] => 2006-11-22
[post_status] => publish
[post_type] => post
[post_date] => 2006-11-22 12:23:30
[post_author] => 1
[post_title] => Nifty Firefox extension - resizable textareas
[post_name] => nifty-firefox-extension-resizable-textareas
[name] => css
[object_id] => 8
[term_id] => 6
)
[107] => stdClass Object
(
[ID] => 63
[slug] => latex
[date] => 2007-11-10
[post_status] => publish
[post_type] => post
[post_date] => 2007-11-10 18:18:29
[post_author] => 2
[post_title] => numbered footnotes on titlepage
[post_name] => numbered-footnotes-on-titlepage
[name] => latex
[object_id] => 63
[term_id] => 4
)
[108] => stdClass Object
(
[ID] => 383
[slug] => xhtml
[date] => 2009-07-24
[post_status] => publish
[post_type] => post
[post_date] => 2009-07-24 00:20:25
[post_author] => 2
[post_title] => On blog navigation
[post_name] => on-blog-navigation
[name] => (x)html
[object_id] => 383
[term_id] => 5
)
[109] => stdClass Object
(
[ID] => 383
[slug] => wordpress
[date] => 2009-07-24
[post_status] => publish
[post_type] => post
[post_date] => 2009-07-24 00:20:25
[post_author] => 2
[post_title] => On blog navigation
[post_name] => on-blog-navigation
[name] => wordpress
[object_id] => 383
[term_id] => 22
)
[110] => stdClass Object
(
[ID] => 265
[slug] => xhtml
[date] => 2009-03-19
[post_status] => publish
[post_type] => post
[post_date] => 2009-03-19 17:08:08
[post_author] => 2
[post_title] => On choosing website style
[post_name] => on-choosing-website-style
[name] => (x)html
[object_id] => 265
[term_id] => 5
)
[111] => stdClass Object
(
[ID] => 265
[slug] => css
[date] => 2009-03-19
[post_status] => publish
[post_type] => post
[post_date] => 2009-03-19 17:08:08
[post_author] => 2
[post_title] => On choosing website style
[post_name] => on-choosing-website-style
[name] => css
[object_id] => 265
[term_id] => 6
)
[112] => stdClass Object
(
[ID] => 530
[slug] => cooking
[date] => 2009-12-18
[post_status] => publish
[post_type] => post
[post_date] => 2009-12-18 16:29:24
[post_author] => 2
[post_title] => Penne with butternut squash sauce
[post_name] => penne-butternut-squash
[name] => cooking
[object_id] => 530
[term_id] => 10
)
[113] => stdClass Object
(
[ID] => 313
[slug] => cooking
[date] => 2009-05-16
[post_status] => publish
[post_type] => post
[post_date] => 2009-05-16 17:11:53
[post_author] => 1
[post_title] => Penne with caramelized onion, mushroom, and white bean sauce
[post_name] => penne-with-caramelized-onion-mushroom-and-white-bean-sauce
[name] => cooking
[object_id] => 313
[term_id] => 10
)
[114] => stdClass Object
(
[ID] => 506
[slug] => cooking
[date] => 2009-11-22
[post_status] => publish
[post_type] => post
[post_date] => 2009-11-22 13:34:17
[post_author] => 2
[post_title] => Penne with creamy tomato, spinach, and seitan sauce
[post_name] => penne-with-creamy-tomato-spinach-and-seitan-sauce
[name] => cooking
[object_id] => 506
[term_id] => 10
)
[115] => stdClass Object
(
[ID] => 389
[slug] => cooking
[date] => 2009-07-29
[post_status] => publish
[post_type] => post
[post_date] => 2009-07-29 23:03:11
[post_author] => 2
[post_title] => Penne with sweet and spicy pepper, mushroom and cannellini sauce
[post_name] => penne-with-sweet-and-spicy-pepper-mushroom-and-cannellini-sauce
[name] => cooking
[object_id] => 389
[term_id] => 10
)
[116] => stdClass Object
(
[ID] => 119
[slug] => perl
[date] => 2008-09-03
[post_status] => publish
[post_type] => post
[post_date] => 2008-09-03 14:31:39
[post_author] => 2
[post_title] => Perl slurping
[post_name] => perl-slurping
[name] => perl
[object_id] => 119
[term_id] => 7
)
[117] => stdClass Object
(
[ID] => 23
[slug] => latex
[date] => 2007-02-14
[post_status] => publish
[post_type] => post
[post_date] => 2007-02-14 22:04:04
[post_author] => 2
[post_title] => pgf gallery
[post_name] => pgf-gallery
[name] => latex
[object_id] => 23
[term_id] => 4
)
[118] => stdClass Object
(
[ID] => 22
[slug] => latex
[date] => 2007-02-14
[post_status] => publish
[post_type] => post
[post_date] => 2007-02-14 12:01:51
[post_author] => 2
[post_title] => pgf, xetex, and landscape
[post_name] => pgf-xetex-and-landscape
[name] => latex
[object_id] => 22
[term_id] => 4
)
[119] => stdClass Object
(
[ID] => 174
[slug] => linux
[date] => 2008-12-04
[post_status] => publish
[post_type] => post
[post_date] => 2008-12-04 12:00:59
[post_author] => 2
[post_title] => Picasa 3 collages
[post_name] => picasa-3-collages
[name] => linux
[object_id] => 174
[term_id] => 12
)
[120] => stdClass Object
(
[ID] => 174
[slug] => photography
[date] => 2008-12-04
[post_status] => publish
[post_type] => post
[post_date] => 2008-12-04 12:00:59
[post_author] => 2
[post_title] => Picasa 3 collages
[post_name] => picasa-3-collages
[name] => photography
[object_id] => 174
[term_id] => 14
)
[121] => stdClass Object
(
[ID] => 174
[slug] => wordpress
[date] => 2008-12-04
[post_status] => publish
[post_type] => post
[post_date] => 2008-12-04 12:00:59
[post_author] => 2
[post_title] => Picasa 3 collages
[post_name] => picasa-3-collages
[name] => wordpress
[object_id] => 174
[term_id] => 22
)
[122] => stdClass Object
(
[ID] => 51
[slug] => xhtml
[date] => 2007-04-25
[post_status] => publish
[post_type] => post
[post_date] => 2007-04-25 20:05:40
[post_author] => 2
[post_title] => Picasa, JAlbum, and null bytes
[post_name] => picasa-jalbum-and-null-bytes
[name] => (x)html
[object_id] => 51
[term_id] => 5
)
[123] => stdClass Object
(
[ID] => 51
[slug] => perl
[date] => 2007-04-25
[post_status] => publish
[post_type] => post
[post_date] => 2007-04-25 20:05:40
[post_author] => 2
[post_title] => Picasa, JAlbum, and null bytes
[post_name] => picasa-jalbum-and-null-bytes
[name] => perl
[object_id] => 51
[term_id] => 7
)
[124] => stdClass Object
(
[ID] => 51
[slug] => linux
[date] => 2007-04-25
[post_status] => publish
[post_type] => post
[post_date] => 2007-04-25 20:05:40
[post_author] => 2
[post_title] => Picasa, JAlbum, and null bytes
[post_name] => picasa-jalbum-and-null-bytes
[name] => linux
[object_id] => 51
[term_id] => 12
)
[125] => stdClass Object
(
[ID] => 51
[slug] => photography
[date] => 2007-04-25
[post_status] => publish
[post_type] => post
[post_date] => 2007-04-25 20:05:40
[post_author] => 2
[post_title] => Picasa, JAlbum, and null bytes
[post_name] => picasa-jalbum-and-null-bytes
[name] => photography
[object_id] => 51
[term_id] => 14
)
[126] => stdClass Object
(
[ID] => 240
[slug] => cooking
[date] => 2009-02-05
[post_status] => publish
[post_type] => post
[post_date] => 2009-02-05 13:08:47
[post_author] => 2
[post_title] => Pistou recipe
[post_name] => pistou-recipe
[name] => cooking
[object_id] => 240
[term_id] => 10
)
[127] => stdClass Object
(
[ID] => 306
[slug] => cooking
[date] => 2009-05-13
[post_status] => publish
[post_type] => post
[post_date] => 2009-05-13 10:05:34
[post_author] => 2
[post_title] => Posole
[post_name] => posole
[name] => cooking
[object_id] => 306
[term_id] => 10
)
[128] => stdClass Object
(
[ID] => 397
[slug] => wordpress
[date] => 2009-08-14
[post_status] => publish
[post_type] => post
[post_date] => 2009-08-14 14:10:59
[post_author] => 2
[post_title] => Postie 1.3.0 released
[post_name] => postie-1-3-0-released
[name] => wordpress
[object_id] => 397
[term_id] => 22
)
[129] => stdClass Object
(
[ID] => 1149
[slug] => wordpress
[date] => 2011-01-30
[post_status] => publish
[post_type] => post
[post_date] => 2011-01-30 12:52:39
[post_author] => 2
[post_title] => Postie 1.4.2 released
[post_name] => postie-1-4-2-released
[name] => wordpress
[object_id] => 1149
[term_id] => 22
)
[130] => stdClass Object
(
[ID] => 72
[slug] => wikicms
[date] => 2008-02-13
[post_status] => publish
[post_type] => post
[post_date] => 2008-02-13 09:21:26
[post_author] => 2
[post_title] => Posting with QTM
[post_name] => posting-with-qtm
[name] => wiki/cms
[object_id] => 72
[term_id] => 3
)
[131] => stdClass Object
(
[ID] => 72
[slug] => wordpress
[date] => 2008-02-13
[post_status] => publish
[post_type] => post
[post_date] => 2008-02-13 09:21:26
[post_author] => 2
[post_title] => Posting with QTM
[post_name] => posting-with-qtm
[name] => wordpress
[object_id] => 72
[term_id] => 22
)
[132] => stdClass Object
(
[ID] => 166
[slug] => cooking
[date] => 2008-12-03
[post_status] => publish
[post_type] => post
[post_date] => 2008-12-03 20:00:29
[post_author] => 2
[post_title] => potato pancakes
[post_name] => potato-pancakes
[name] => cooking
[object_id] => 166
[term_id] => 10
)
[133] => stdClass Object
(
[ID] => 20
[slug] => cooking
[date] => 2007-01-27
[post_status] => publish
[post_type] => post
[post_date] => 2007-01-27 20:41:12
[post_author] => 2
[post_title] => potato soup (aka gnocchi)
[post_name] => potato-soup-aka-gnocchi
[name] => cooking
[object_id] => 20
[term_id] => 10
)
[134] => stdClass Object
(
[ID] => 1154
[slug] => php
[date] => 2011-07-29
[post_status] => publish
[post_type] => post
[post_date] => 2011-07-29 16:29:21
[post_author] => 2
[post_title] => Random featured images in wordpress
[post_name] => random-featured-images-in-wordpress
[name] => php
[object_id] => 1154
[term_id] => 15
)
[135] => stdClass Object
(
[ID] => 1154
[slug] => sql
[date] => 2011-07-29
[post_status] => publish
[post_type] => post
[post_date] => 2011-07-29 16:29:21
[post_author] => 2
[post_title] => Random featured images in wordpress
[post_name] => random-featured-images-in-wordpress
[name] => sql
[object_id] => 1154
[term_id] => 16
)
[136] => stdClass Object
(
[ID] => 1154
[slug] => wordpress
[date] => 2011-07-29
[post_status] => publish
[post_type] => post
[post_date] => 2011-07-29 16:29:21
[post_author] => 2
[post_title] => Random featured images in wordpress
[post_name] => random-featured-images-in-wordpress
[name] => wordpress
[object_id] => 1154
[term_id] => 22
)
[137] => stdClass Object
(
[ID] => 257
[slug] => linux
[date] => 2009-03-15
[post_status] => publish
[post_type] => post
[post_date] => 2009-03-15 12:38:29
[post_author] => 2
[post_title] => Reading iptc captions from jpegs with imagemagick
[post_name] => reading-iptc-captions-from-jpegs-with-imagemagick
[name] => linux
[object_id] => 257
[term_id] => 12
)
[138] => stdClass Object
(
[ID] => 257
[slug] => photography
[date] => 2009-03-15
[post_status] => publish
[post_type] => post
[post_date] => 2009-03-15 12:38:29
[post_author] => 2
[post_title] => Reading iptc captions from jpegs with imagemagick
[post_name] => reading-iptc-captions-from-jpegs-with-imagemagick
[name] => photography
[object_id] => 257
[term_id] => 14
)
[139] => stdClass Object
(
[ID] => 257
[slug] => wordpress
[date] => 2009-03-15
[post_status] => publish
[post_type] => post
[post_date] => 2009-03-15 12:38:29
[post_author] => 2
[post_title] => Reading iptc captions from jpegs with imagemagick
[post_name] => reading-iptc-captions-from-jpegs-with-imagemagick
[name] => wordpress
[object_id] => 257
[term_id] => 22
)
[140] => stdClass Object
(
[ID] => 331
[slug] => wikicms
[date] => 2009-06-05
[post_status] => publish
[post_type] => post
[post_date] => 2009-06-05 14:59:52
[post_author] => 2
[post_title] => Releasing Postie 1.3.alpha, packed with new features
[post_name] => releasing-postie-1-3-alpha-packed-with-new-features
[name] => wiki/cms
[object_id] => 331
[term_id] => 3
)
[141] => stdClass Object
(
[ID] => 331
[slug] => xhtml
[date] => 2009-06-05
[post_status] => publish
[post_type] => post
[post_date] => 2009-06-05 14:59:52
[post_author] => 2
[post_title] => Releasing Postie 1.3.alpha, packed with new features
[post_name] => releasing-postie-1-3-alpha-packed-with-new-features
[name] => (x)html
[object_id] => 331
[term_id] => 5
)
[142] => stdClass Object
(
[ID] => 331
[slug] => css
[date] => 2009-06-05
[post_status] => publish
[post_type] => post
[post_date] => 2009-06-05 14:59:52
[post_author] => 2
[post_title] => Releasing Postie 1.3.alpha, packed with new features
[post_name] => releasing-postie-1-3-alpha-packed-with-new-features
[name] => css
[object_id] => 331
[term_id] => 6
)
[143] => stdClass Object
(
[ID] => 331
[slug] => javascript
[date] => 2009-06-05
[post_status] => publish
[post_type] => post
[post_date] => 2009-06-05 14:59:52
[post_author] => 2
[post_title] => Releasing Postie 1.3.alpha, packed with new features
[post_name] => releasing-postie-1-3-alpha-packed-with-new-features
[name] => javascript
[object_id] => 331
[term_id] => 21
)
[144] => stdClass Object
(
[ID] => 331
[slug] => wordpress
[date] => 2009-06-05
[post_status] => publish
[post_type] => post
[post_date] => 2009-06-05 14:59:52
[post_author] => 2
[post_title] => Releasing Postie 1.3.alpha, packed with new features
[post_name] => releasing-postie-1-3-alpha-packed-with-new-features
[name] => wordpress
[object_id] => 331
[term_id] => 22
)
[145] => stdClass Object
(
[ID] => 69
[slug] => wikicms
[date] => 2007-12-20
[post_status] => publish
[post_type] => post
[post_date] => 2007-12-20 00:14:09
[post_author] => 2
[post_title] => Releasing the Collapsing Archives Wordpress Plugin
[post_name] => releasing-the-collapsing-archives-wordpress-plugin
[name] => wiki/cms
[object_id] => 69
[term_id] => 3
)
[146] => stdClass Object
(
[ID] => 69
[slug] => php
[date] => 2007-12-20
[post_status] => publish
[post_type] => post
[post_date] => 2007-12-20 00:14:09
[post_author] => 2
[post_title] => Releasing the Collapsing Archives Wordpress Plugin
[post_name] => releasing-the-collapsing-archives-wordpress-plugin
[name] => php
[object_id] => 69
[term_id] => 15
)
[147] => stdClass Object
(
[ID] => 69
[slug] => sql
[date] => 2007-12-20
[post_status] => publish
[post_type] => post
[post_date] => 2007-12-20 00:14:09
[post_author] => 2
[post_title] => Releasing the Collapsing Archives Wordpress Plugin
[post_name] => releasing-the-collapsing-archives-wordpress-plugin
[name] => sql
[object_id] => 69
[term_id] => 16
)
[148] => stdClass Object
(
[ID] => 69
[slug] => javascript
[date] => 2007-12-20
[post_status] => publish
[post_type] => post
[post_date] => 2007-12-20 00:14:09
[post_author] => 2
[post_title] => Releasing the Collapsing Archives Wordpress Plugin
[post_name] => releasing-the-collapsing-archives-wordpress-plugin
[name] => javascript
[object_id] => 69
[term_id] => 21
)
[149] => stdClass Object
(
[ID] => 69
[slug] => wordpress
[date] => 2007-12-20
[post_status] => publish
[post_type] => post
[post_date] => 2007-12-20 00:14:09
[post_author] => 2
[post_title] => Releasing the Collapsing Archives Wordpress Plugin
[post_name] => releasing-the-collapsing-archives-wordpress-plugin
[name] => wordpress
[object_id] => 69
[term_id] => 22
)
[150] => stdClass Object
(
[ID] => 68
[slug] => wikicms
[date] => 2007-12-19
[post_status] => publish
[post_type] => post
[post_date] => 2007-12-19 22:51:05
[post_author] => 2
[post_title] => Releasing the Collapsing Categories Wordpress Plugin
[post_name] => releasing-the-collapsing-categories-wordpress-plugin
[name] => wiki/cms
[object_id] => 68
[term_id] => 3
)
[151] => stdClass Object
(
[ID] => 68
[slug] => xhtml
[date] => 2007-12-19
[post_status] => publish
[post_type] => post
[post_date] => 2007-12-19 22:51:05
[post_author] => 2
[post_title] => Releasing the Collapsing Categories Wordpress Plugin
[post_name] => releasing-the-collapsing-categories-wordpress-plugin
[name] => (x)html
[object_id] => 68
[term_id] => 5
)
[152] => stdClass Object
(
[ID] => 68
[slug] => css
[date] => 2007-12-19
[post_status] => publish
[post_type] => post
[post_date] => 2007-12-19 22:51:05
[post_author] => 2
[post_title] => Releasing the Collapsing Categories Wordpress Plugin
[post_name] => releasing-the-collapsing-categories-wordpress-plugin
[name] => css
[object_id] => 68
[term_id] => 6
)
[153] => stdClass Object
(
[ID] => 68
[slug] => php
[date] => 2007-12-19
[post_status] => publish
[post_type] => post
[post_date] => 2007-12-19 22:51:05
[post_author] => 2
[post_title] => Releasing the Collapsing Categories Wordpress Plugin
[post_name] => releasing-the-collapsing-categories-wordpress-plugin
[name] => php
[object_id] => 68
[term_id] => 15
)
[154] => stdClass Object
(
[ID] => 68
[slug] => sql
[date] => 2007-12-19
[post_status] => publish
[post_type] => post
[post_date] => 2007-12-19 22:51:05
[post_author] => 2
[post_title] => Releasing the Collapsing Categories Wordpress Plugin
[post_name] => releasing-the-collapsing-categories-wordpress-plugin
[name] => sql
[object_id] => 68
[term_id] => 16
)
[155] => stdClass Object
(
[ID] => 68
[slug] => javascript
[date] => 2007-12-19
[post_status] => publish
[post_type] => post
[post_date] => 2007-12-19 22:51:05
[post_author] => 2
[post_title] => Releasing the Collapsing Categories Wordpress Plugin
[post_name] => releasing-the-collapsing-categories-wordpress-plugin
[name] => javascript
[object_id] => 68
[term_id] => 21
)
[156] => stdClass Object
(
[ID] => 68
[slug] => wordpress
[date] => 2007-12-19
[post_status] => publish
[post_type] => post
[post_date] => 2007-12-19 22:51:05
[post_author] => 2
[post_title] => Releasing the Collapsing Categories Wordpress Plugin
[post_name] => releasing-the-collapsing-categories-wordpress-plugin
[name] => wordpress
[object_id] => 68
[term_id] => 22
)
[157] => stdClass Object
(
[ID] => 556
[slug] => cooking
[date] => 2010-01-09
[post_status] => publish
[post_type] => post
[post_date] => 2010-01-09 17:22:51
[post_author] => 2
[post_title] => Rigatoni with seitan puttanesca sauce
[post_name] => rigatoni-seitan-puttanesca
[name] => cooking
[object_id] => 556
[term_id] => 10
)
[158] => stdClass Object
(
[ID] => 13
[slug] => cooking
[date] => 2007-01-02
[post_status] => publish
[post_type] => post
[post_date] => 2007-01-02 22:05:03
[post_author] => 2
[post_title] => Risotto ai funghi porcini
[post_name] => risotto-ai-funghi-porcini
[name] => cooking
[object_id] => 13
[term_id] => 10
)
[159] => stdClass Object
(
[ID] => 452
[slug] => cooking
[date] => 2009-08-15
[post_status] => publish
[post_type] => post
[post_date] => 2009-08-15 16:44:35
[post_author] => 1
[post_title] => Salad Night
[post_name] => salad-night-2
[name] => cooking
[object_id] => 452
[term_id] => 10
)
[160] => stdClass Object
(
[ID] => 81
[slug] => cooking
[date] => 2008-03-10
[post_status] => publish
[post_type] => post
[post_date] => 2008-03-10 09:37:09
[post_author] => 2
[post_title] => Seitan in a can
[post_name] => seitan-in-a-can
[name] => cooking
[object_id] => 81
[term_id] => 10
)
[161] => stdClass Object
(
[ID] => 662
[slug] => php
[date] => 2010-04-09
[post_status] => publish
[post_type] => post
[post_date] => 2010-04-09 15:36:59
[post_author] => 2
[post_title] => Showing total number of replies in bbpress
[post_name] => showing-total-number-of-replies-in-bbpress
[name] => php
[object_id] => 662
[term_id] => 15
)
[162] => stdClass Object
(
[ID] => 662
[slug] => sql
[date] => 2010-04-09
[post_status] => publish
[post_type] => post
[post_date] => 2010-04-09 15:36:59
[post_author] => 2
[post_title] => Showing total number of replies in bbpress
[post_name] => showing-total-number-of-replies-in-bbpress
[name] => sql
[object_id] => 662
[term_id] => 16
)
[163] => stdClass Object
(
[ID] => 848
[slug] => xhtml
[date] => 2010-12-01
[post_status] => publish
[post_type] => post
[post_date] => 2010-12-01 09:50:39
[post_author] => 2
[post_title] => Site redesign
[post_name] => website-redesign
[name] => (x)html
[object_id] => 848
[term_id] => 5
)
[164] => stdClass Object
(
[ID] => 848
[slug] => css
[date] => 2010-12-01
[post_status] => publish
[post_type] => post
[post_date] => 2010-12-01 09:50:39
[post_author] => 2
[post_title] => Site redesign
[post_name] => website-redesign
[name] => css
[object_id] => 848
[term_id] => 6
)
[165] => stdClass Object
(
[ID] => 848
[slug] => php
[date] => 2010-12-01
[post_status] => publish
[post_type] => post
[post_date] => 2010-12-01 09:50:39
[post_author] => 2
[post_title] => Site redesign
[post_name] => website-redesign
[name] => php
[object_id] => 848
[term_id] => 15
)
[166] => stdClass Object
(
[ID] => 848
[slug] => sql
[date] => 2010-12-01
[post_status] => publish
[post_type] => post
[post_date] => 2010-12-01 09:50:39
[post_author] => 2
[post_title] => Site redesign
[post_name] => website-redesign
[name] => sql
[object_id] => 848
[term_id] => 16
)
[167] => stdClass Object
(
[ID] => 848
[slug] => wordpress
[date] => 2010-12-01
[post_status] => publish
[post_type] => post
[post_date] => 2010-12-01 09:50:39
[post_author] => 2
[post_title] => Site redesign
[post_name] => website-redesign
[name] => wordpress
[object_id] => 848
[term_id] => 22
)
[168] => stdClass Object
(
[ID] => 380
[slug] => cooking
[date] => 2009-07-22
[post_status] => publish
[post_type] => post
[post_date] => 2009-07-22 17:57:20
[post_author] => 2
[post_title] => Somen noodles with napa cabbage and seitan
[post_name] => somen-noodles-with-napa-cabbage-and-seitan
[name] => cooking
[object_id] => 380
[term_id] => 10
)
[169] => stdClass Object
(
[ID] => 102
[slug] => linux
[date] => 2008-07-14
[post_status] => publish
[post_type] => post
[post_date] => 2008-07-14 10:28:44
[post_author] => 2
[post_title] => sort using TAB as field separator in bash
[post_name] => sort-using-tab-as-field-separator-in-bash
[name] => linux
[object_id] => 102
[term_id] => 12
)
[170] => stdClass Object
(
[ID] => 37
[slug] => cooking
[date] => 2007-03-13
[post_status] => publish
[post_type] => post
[post_date] => 2007-03-13 22:41:05
[post_author] => 2
[post_title] => sourdough wheat with spelt berries
[post_name] => sourdough-wheat-with-spelt-berries
[name] => cooking
[object_id] => 37
[term_id] => 10
)
[171] => stdClass Object
(
[ID] => 519
[slug] => cooking
[date] => 2009-11-25
[post_status] => publish
[post_type] => post
[post_date] => 2009-11-25 19:13:39
[post_author] => 2
[post_title] => Spanish bean soup
[post_name] => spanish-bean-soup
[name] => cooking
[object_id] => 519
[term_id] => 10
)
[172] => stdClass Object
(
[ID] => 9
[slug] => general
[date] => 2006-12-03
[post_status] => publish
[post_type] => post
[post_date] => 2006-12-03 00:06:28
[post_author] => 1
[post_title] => speech perception, therapeutic ultrasound and detecting land mines
[post_name] => speech-perception-therapeutic-ultrasound-and-detecting-land-mines
[name] => general
[object_id] => 9
[term_id] => 2
)
[173] => stdClass Object
(
[ID] => 9
[slug] => linguistics
[date] => 2006-12-03
[post_status] => publish
[post_type] => post
[post_date] => 2006-12-03 00:06:28
[post_author] => 1
[post_title] => speech perception, therapeutic ultrasound and detecting land mines
[post_name] => speech-perception-therapeutic-ultrasound-and-detecting-land-mines
[name] => linguistics
[object_id] => 9
[term_id] => 9
)
[174] => stdClass Object
(
[ID] => 511
[slug] => cooking
[date] => 2009-11-23
[post_status] => publish
[post_type] => post
[post_date] => 2009-11-23 13:44:41
[post_author] => 2
[post_title] => Spinach coconut soup
[post_name] => spinach-coconut-soup
[name] => cooking
[object_id] => 511
[term_id] => 10
)
[175] => stdClass Object
(
[ID] => 393
[slug] => cooking
[date] => 2009-08-04
[post_status] => publish
[post_type] => post
[post_date] => 2009-08-04 00:03:00
[post_author] => 2
[post_title] => Spinach-cheese ravioli with roasted red pepper tomato sauce
[post_name] => spinach-and-six-cheese-ravioli-with-roasted-red-pepper-tomato-sauce
[name] => cooking
[object_id] => 393
[term_id] => 10
)
[176] => stdClass Object
(
[ID] => 503
[slug] => cooking
[date] => 2009-11-21
[post_status] => publish
[post_type] => post
[post_date] => 2009-11-21 13:34:09
[post_author] => 2
[post_title] => Squash, fennel, and apple soup
[post_name] => squash-fennel-and-apple-soup
[name] => cooking
[object_id] => 503
[term_id] => 10
)
[177] => stdClass Object
(
[ID] => 204
[slug] => cooking
[date] => 2009-01-05
[post_status] => publish
[post_type] => post
[post_date] => 2009-01-05 12:25:19
[post_author] => 2
[post_title] => Stove-top stuffing
[post_name] => stove-top-stuffing
[name] => cooking
[object_id] => 204
[term_id] => 10
)
[178] => stdClass Object
(
[ID] => 115
[slug] => linux
[date] => 2008-09-03
[post_status] => publish
[post_type] => post
[post_date] => 2008-09-03 12:58:48
[post_author] => 2
[post_title] => Strange bracketing behavior in grep and sed
[post_name] => strange-bracketing-behavior-in-grep-and-sed
[name] => linux
[object_id] => 115
[term_id] => 12
)
[179] => stdClass Object
(
[ID] => 484
[slug] => cooking
[date] => 2009-10-20
[post_status] => publish
[post_type] => post
[post_date] => 2009-10-20 16:05:19
[post_author] => 1
[post_title] => Sweet and sour seitan
[post_name] => sweet-and-sour-seitan
[name] => cooking
[object_id] => 484
[term_id] => 10
)
[180] => stdClass Object
(
[ID] => 29
[slug] => cooking
[date] => 2007-03-09
[post_status] => publish
[post_type] => post
[post_date] => 2007-03-09 12:37:54
[post_author] => 2
[post_title] => Swiss chard and spelt soup
[post_name] => swiss-chard-and-spelt-soup
[name] => cooking
[object_id] => 29
[term_id] => 10
)
[181] => stdClass Object
(
[ID] => 25
[slug] => linguistics
[date] => 2007-02-16
[post_status] => publish
[post_type] => post
[post_date] => 2007-02-16 15:54:15
[post_author] => 2
[post_title] => syllable-based confusions
[post_name] => syllable-based-confusions
[name] => linguistics
[object_id] => 25
[term_id] => 9
)
[182] => stdClass Object
(
[ID] => 149
[slug] => latex
[date] => 2008-11-06
[post_status] => publish
[post_type] => post
[post_date] => 2008-11-06 14:35:18
[post_author] => 2
[post_title] => TeX Live 2008 --- reasons to upgrade
[post_name] => 149
[name] => latex
[object_id] => 149
[term_id] => 4
)
[183] => stdClass Object
(
[ID] => 17
[slug] => latex
[date] => 2007-01-27
[post_status] => publish
[post_type] => post
[post_date] => 2007-01-27 20:46:15
[post_author] => 2
[post_title] => the beauty of LaTeX
[post_name] => the-beauty-of-latex
[name] => latex
[object_id] => 17
[term_id] => 4
)
[184] => stdClass Object
(
[ID] => 214
[slug] => php
[date] => 2009-01-06
[post_status] => publish
[post_type] => post
[post_date] => 2009-01-06 21:30:54
[post_author] => 2
[post_title] => The right 3 bytes
Archives
- MySQL server version: 5.1.49-1ubuntu8.1 collapsPage options: Array ( [title] => [sortOrder] => ASC [sort] => pageName [defaultExpand] => 920 [expand] => 0 [depth] => -1 [inExcludePage] => include [linkToPage] => 1 [inExcludePages] => 756,726 [showPosts] => [accordion] => 0 [postTitleLength] => 0 [currentPageOnly] => [showTopLevel] => 1 [useCookies] => 1 [style] => twentyten [debug] => 1 [customExpand] => [customCollapse] => [expandWidget] => [number] => 6 ) PAGE QUERY: SELECT wp_posts.ID, wp_posts.post_parent, wp_posts.post_title, wp_posts.post_name, date(wp_posts.post_date) as 'date' FROM wp_posts WHERE wp_posts.post_status='publish' AND post_type='page' AND post_name NOT IN ('') ORDER BY wp_posts.post_title ASC PAGE QUERY RESULTS Array ( [0] => stdClass Object ( [ID] => 2 [post_parent] => 0 [post_title] => [post_name] => about [date] => 2006-11-16 ) [1] => stdClass Object ( [ID] => 726 [post_parent] => 0 [post_title] => Academic [post_name] => academic [date] => 2010-08-10 ) [2] => stdClass Object ( [ID] => 785 [post_parent] => 0 [post_title] => Blog [post_name] => blog [date] => 2010-08-13 ) [3] => stdClass Object ( [ID] => 774 [post_parent] => 67 [post_title] => Category Reminder [post_name] => category-reminder [date] => 2010-08-13 ) [4] => stdClass Object ( [ID] => 98 [post_parent] => 67 [post_title] => Collapsing Archives [post_name] => collapsing-archives [date] => 2008-05-22 ) [5] => stdClass Object ( [ID] => 96 [post_parent] => 67 [post_title] => Collapsing Categories [post_name] => collapsing-categories [date] => 2008-05-22 ) [6] => stdClass Object ( [ID] => 106 [post_parent] => 67 [post_title] => Collapsing Links [post_name] => collapsing-links [date] => 2008-08-25 ) [7] => stdClass Object ( [ID] => 97 [post_parent] => 67 [post_title] => Collapsing Pages [post_name] => collapsing-pages [date] => 2008-05-22 ) [8] => stdClass Object ( [ID] => 756 [post_parent] => 726 [post_title] => Courses [post_name] => courses [date] => 2010-08-13 ) [9] => stdClass Object ( [ID] => 749 [post_parent] => 726 [post_title] => Curriculum Vitae [post_name] => curriculum-vitae [date] => 2010-08-13 ) [10] => stdClass Object ( [ID] => 790 [post_parent] => 726 [post_title] => Dissertation [post_name] => dissertation [date] => 2010-08-13 ) [11] => stdClass Object ( [ID] => 157 [post_parent] => 0 [post_title] => Donate [post_name] => donate [date] => 2008-12-02 ) [12] => stdClass Object ( [ID] => 888 [post_parent] => 885 [post_title] => Example websites [post_name] => example-websites [date] => 2010-08-19 ) [13] => stdClass Object ( [ID] => 694 [post_parent] => 67 [post_title] => Image Browser [post_name] => image-browser [date] => 2010-08-04 ) [14] => stdClass Object ( [ID] => 721 [post_parent] => 67 [post_title] => Image Meta [post_name] => image-meta [date] => 2010-08-07 ) [15] => stdClass Object ( [ID] => 890 [post_parent] => 885 [post_title] => Philosophy [post_name] => philosophy [date] => 2010-08-19 ) [16] => stdClass Object ( [ID] => 251 [post_parent] => 67 [post_title] => Postie [post_name] => postie [date] => 2009-02-12 ) [17] => stdClass Object ( [ID] => 752 [post_parent] => 726 [post_title] => Praat Scripts [post_name] => praat-scripts [date] => 2010-08-13 ) [18] => stdClass Object ( [ID] => 894 [post_parent] => 885 [post_title] => Résumé [post_name] => resume [date] => 2010-08-19 ) [19] => stdClass Object ( [ID] => 730 [post_parent] => 726 [post_title] => Research [post_name] => research [date] => 2010-08-10 ) [20] => stdClass Object ( [ID] => 892 [post_parent] => 885 [post_title] => Technologies [post_name] => technologies [date] => 2010-08-19 ) [21] => stdClass Object ( [ID] => 885 [post_parent] => 0 [post_title] => Web Design [post_name] => web-design [date] => 2010-08-19 ) [22] => stdClass Object ( [ID] => 728 [post_parent] => 726 [post_title] => Why LATEX? [post_name] => why-latex [date] => 2010-08-10 ) [23] => stdClass Object ( [ID] => 67 [post_parent] => 0 [post_title] => Wordpress Plugins [post_name] => plugins [date] => 2008-01-06 ) ) AUTOEXPAND Array ( [0] => 920 )
- ►Academic
Interesting and superior stuff. Maintain it coming. I am often interested from the story