Mark on WordPress

WordCamp Thoughts, Audio, Images: Soon

Posted in San Francisco, WordCamp, wordcamp2006 by Mark Jaquith on August 7th, 2006

I just arrived safely back in Florida an hour or two ago. WordCamp was amazing. San Francisco was amazing. I took far too few photographs, because I was just so busy taking it all in and meeting all the great people. Luckily, others made up for my image-taking shortcomings, especially Donncha. I don’t have time now, but when I get some I’ll be posting all my thoughts, the audio files I recorded of the sessions, the images I took, and I’ll link to others who have done the same.

10 Responses to 'WordCamp Thoughts, Audio, Images: Soon'

Subscribe to comments with RSS or TrackBack to 'WordCamp Thoughts, Audio, Images: Soon'.

  1. [...] Mark on WordPress: Floridian perspective. [...]

  2. Josh said, on August 7th, 2006 at 8:26 pm

    Mark,
    I appreciated your talk on using WP as a CMS.

    Seeing that the audience was primarily focused on blogging I with held my questions as not to detour from your focus.

    I would like to start a discussion with you regarding best practices in using WP for standard marketing type sites. Leading of with Information design within WP.

    Question: For a static (for lack of a better term) site what would you use for persitant navigation: Pages or Categories?

    I look forward to speaking with you more.

    J

  3. Mark Jaquith said, on August 8th, 2006 at 3:56 am

    I appreciated your talk on using WP as a CMS.

    And I appreciate your appreciation! :-)

    Question: For a static (for lack of a better term) site what would you use for persitant navigation: Pages or Categories?

    It depends on how many levels of children you need. With Categories, you can use them as your hierarchy, and then you can have multiple posts within each hierarchy, and multiple comments for each post. With WP Pages, they act as your hierarchy, and they can have both comments as a sort of “child,” but also other pages, which could have their own comments and other pages and so forth. With categories as your top level, once you place a post within a category, you are limiting yourself to only comments as a subset of that post. Also consider that with categories, the categories are only containers… not actual endpoints. At least, not without some serious hacking of the back end, maybe using the category description field as content for that category object.

    In general, Pages are the way to go, because a page can be an endpoint, a parent to comments, and a parent to other pages, which gives you a lot of flexibility!

    Be sure to check out my Subpage Listing plugin, which is the one that I used live during my discussion to have children of a page listed in a tree structure within a page’s actual content. And actually, if you view my code page you can see it in action there.

  4. technosailor said, on August 8th, 2006 at 3:13 pm

    Good to finally meet you in person. :)

  5. Charles Stricklin said, on August 8th, 2006 at 7:47 pm

    Nudge…

  6. [...] UPDATE - Mark Jaquaith will be updating his blog to include live audio and comments on the sessions he attended. [...]

  7. paul said, on August 9th, 2006 at 2:32 pm

    Thanks for making the trek to SF, Mark. I learned a lot from both of your sessions.

    I also wanted to give you a personal thank you for giving me some of your time between sessions, and answering my questions. I was that guy who’s site went down after being dugg. I was asking you about excessive php processing, moving my database from one host to another, and trying to figure out why my database was so big… 205MB. You really helped me a lot. I appreciate it very much.

    FYI… I figured out why my database was so big. In a 205MB database, I had 200MB of spam comments being held by Akismet (40,000+ comments, yikes!). At first I thought Akismet was broken, and not deleting them after 15 days, but I tracked it after I deleted the comments, and I’m getting 2,500 - 3,000 spam comments a day. So, that would be about the right number after 15 days. Damn spammers!

    Anyway, thanks again for your help… and all the work you do on WordPress. It’s appreciated!

  8. [...] Mark Jaquith has also promised to post some audio recordings. I hope he recorded his talk about WordPress performance as I am looking forward to hearing it. [...]

  9. Mark Jaquith said, on August 11th, 2006 at 10:11 am

    Paul,
    It was nice talking to you too! Glad I could help. I didn’t even think that spam could be the issue with your huge database… that’s an insane amount of spam, especially with Bad Behavior installed, which is probably blocking even more.

  10. paul said, on August 12th, 2006 at 2:51 pm

    Actually, I’m not using Bad Behavior anymore. I used it for a while, a long time ago, but it’s effectivness went down, so I stopped. I haven’t tried the new version.

    I tried something new… renaming the file, wp-comments-post.php. It had a dramatic effect. in the last 24 hours, instead of 3,000 spam comments being written to the databse, I only had 64! Wow!

    I wrote about it here:
    http://www.onedigitallife.com/2006/08/12/wordpress-comment-spam-and-php-processing/

Leave a Reply