Digital Marketing Specialist, Social Media Consultant,
and Tech Geek at Heart

Home >

Posts tagged as:

wordpress

Choice of Form: Two Legal Seminars As Social Media

December 2, 2008

This is a guest post by search engine optimization expert Gab Goldenberg, who actually spends a good chunk of his time in a classroom: he’s a law student!

I’m taking two seminar courses at school this term, and they each resemble a particular form of social media. A seminar is different from a regular course in that it necessarily involves interaction with the students — a seminar is to a regular lecture course as web 2.0 is to web 1.0. What is interesting about these two seminars I’m taking is the difference in the teaching styles and the relationships that result.

Professor Daniel Jutras’ classes begin with him and/or students covering some current events relating to the seminar’s topic. Then, Professor Jutras lectures for about an hour, covering the principal ideas in the week’s readings. We pause for 10 minutes, and when we return, the class asks questions or makes comments, to which Professor Jutras responds.

I see this seminar as a blog. The blogger (Professor Jutras) posts his ideas, occasionally throws in some editorial and takes some light, widget-fed microblogging (the current events some students share). As an aside, Professor Jutras makes it obvious when he’s editorializing, which makes it easy to take it for what it’s worth: an informed opinion, but not necessarily fact.

Read the full article →

A WordPress Plugin for Developers to Avoid: WP-Cache

December 5, 2006

While a great concept and one that is lauded by many individuals, including Andy Beal and folks who like Matt Cutts, any blog that is always being tweaked on a regular basis should not be using WP-Cache.

If you know your blog is in perfect shape and never will be modified, then sure, this is a nice tool for you.

But I don’t like it.

I’ve been working on optimizing one of the blogs I maintain. For some reason there was an error on one of the pages and I couldn’t for the life of me figure out what was up with it. I removed the entire code snippet and refreshed a bunch of times. I even tried a different browser and then two different computers and four more browsers. And the code snippet was still there.

I realized that the error of my ways was this “faster WordPress plugin.” The files are all stored on the server and not processed locally, and the cache hadn’t expired. Therefore, I wasn’t seeing the newest updates; I was seeing a cached update — and there was nothing that I could do within my browser to change that. Still, the plugin is practical, but it just doesn’t cut it for folks who like to try out other plugins, new CSS styles, or make small edits.

Read the full article →