Jefferson's Newspaper

A blog about information, education, technology, history and culture...

Posts by E. Bell:

@ebellempire

Should Your Syllabus Include a Note on Web Browsers?

Given that one of my primary occupational roles is providing tech support, I offer the following question in part as preemption in my own self-interest but also in the interest of exploring the scope of instruction in the digital humanities (or the “digital” anything for that matter): Should Your Syllabus Include a Note on Web Browsers? If you teach an online class or a class with a significant online component, the answer might be yes.

Read the rest of this entry »

Adding a Featured Image Gallery to Omeka Using GalleryView

Following on my previous entry on adding an image Lightbox to Omeka, today I’ll run through the steps it takes to get a featured image gallery running on your Omeka homepage. I searched for awhile to find a gallery plugin that a.) looks good, b.) works well and c.) is not too complicated for me to figure out. Fitting the bill nicely, I found GalleryView, a fairly lightweight jQuery plugin with lots of options for your tweaking enjoyment. It’s a bit more challenging to implement than Lightbox and requires a fair amount of CSS knowledge to prettify, but this should help you get started.

Read the rest of this entry »

Some Problems with School IT

Today I think I’ll share a few email excerpts to illustrate some of the more annoying aspects of my job, each of which involves public school district IT Departments acting in ways that are (in my very partial and partially-informed estimation) either a) lazy, b) incompetent, c) draconian or d) all of the above. If I come across as a curmudgeon in the process, it’s because I am. Still, it’s important to note at the outset that I understand the challenges faced by the well-meaning folks charged with managing school (and perhaps also business/enterprise) IT. They do so with many skills I do not come close to possessing and under tremendous pressure to meet legislative and policy directives, but are often lacking in the money, staff, and training required to keep up to date with the demands of acting as local gatekeeper and eternal overlord of the internets. Nevertheless, in my brief experience thus far as a member of the ed. tech community, I have yet to meet a school IT coordinator (in public primary and secondary schools, that is, and not in higher ed where the environment is a bit more competitive) who was what I would call “in touch” with the latest goings-on in education/technology/educational technology. In any case, I hope this comes across as constructive. That is my sole intention, to save the fucking children.

Read the rest of this entry »

Why I’m (Probably) Deleting My FaceBook Acount

Mecha-Zuck ruthlessly semantifies your profile

By now, everyone has heard about the latest round of FaceBook updates. Without a doubt, some of the changes are really cool and lots of folks will love the way that certain websites will seamlessly adapt their content to suit their tastes and preferences (based on FaceBook profile information). After all, who doesn’t want more relevance on the web? We can also expect just about every major content provider to be adding a “Like” button to their sites within a matter of weeks. I just tested it out on TechCrunch and it is in fact the best social sharing widget I have ever used. On the other hand, as with most FaceBook updates, those concerned with openness and privacy have some legitimate concerns. Rather than paraphrasing what others have already summed up very well, I instead offer a short reading list for those who are interested. Make an informed decision.

Read the rest of this entry »

Why We Blog? Time. Community. Hubris.

Hubris: the reason you are the best blogger in the known world

Recently, I had a conversation about blogging with my partner, who is a Montessori teacher.  Often times as we share a ride home from work, she will discuss some aspect of her work day that leaves me impressed with her knowledge and insight about teaching and child development.  More than once, I have suggested to her that she start a blog to share that knowledge and more than once she has shot down the idea, citing a number of reasons, my favorite of which goes something like “the thought of writing about work when I’m not at work literally makes me sick to my stomach!  Really sick!”  This got me to thinking about why I blog, often about things related to my work, and led me to come up with a typically offhanded formulation about why others do the same.

Read the rest of this entry »

A Sililoquy on the Cassette Tape and other Analog Wonders

Yes, I know it’s 2010 (pronounced “twenty-ten”), and I know that nostalgia for the analog age is a 30-something cliche, and I know the cassette has become a sickening node of ironic culture.  But for just a few minutes, I ask you to set aside your pernicious Family Guy-inspired liking for hackneyed 80s references to consider the cassette as it should be understood: as a lost assertion of our basic rights, a technological and social artifact,  and a symbol of friendship, grassroots culture and low-fi audiophilia.
Read the rest of this entry »

Adding an Image Lightbox in Omeka

LightBox-example_OCW150Maybe it’s just me, but I had a heckuva time trying to figure out how to implement Lightbox 2 in Omeka. After piecing together info and code from here and there, then adding my own little improvements, I’ve constructed a simple little 4-step guide to document the process and, hopefully, help make this process a little less vexing for others out there who aren’t PHP and Java Script pros.

Read the rest of this entry »

Creating a Blog Topics Directory in WPMU 2.8 + BuddyPress 1.1

buddyPress-alt

I recently set up an installation of WordPress MultiUser (WPmu) + BuddyPress for the History Department where I work. We have a number of different user groups on the site, including Courses, Workshops, and Projects. Eventually we will also have Personal sites (for students, staff, and faculty in the dept.) and perhaps some small organizations and campus groups. Right now the site is small, so it would be reasonable to manually create and maintain a topical directory. As the site grows, however, this could become a burden to say the least. Nobody likes to do that kind of crap – not even graduate assistants. So with the help of an outdated plug-in and a couple of tiny hacks, I easily created a directory of Blogs by Topic so I never need to hand code the directory. Read on to find out how.

Read the rest of this entry »

The Spectacle, the Social Web and You

“The only historically justified tactic is extremist innovation” – Debord & Wolman, A User’s Guide to Détournement (1956)

I’ve been thinking about the Situationists for about a decade now, after learning of Guy Debord’s Society of the Spectacle in some Propagandhi liner notes (I think) about a decade ago.  Sadly, after all that time, I’ve developed no great insights as to what the hell they were talking about.  I mean, I get the gist if that counts for anything, but I think to really grasp what they’re really getting at, one needs a graduate seminar and plenty of contextual knowledge.  Nevertheless, the shit is damn brilliant and informs my worldview in many ways (most of which are surely based on misreading).  Since presently, I do what one might call information work, and as a result have become heavily invested in the web and social networking, I’ll use this post to share some cool films by the Situationist International (SI), and briefly look at how the SI’s  ideas of spectacle, détournement, and separation apply to the social web.

Read the rest of this entry »

Building a WordPress Static Homepage with Dynamic Elements

One of the nice features of WordPress is the ability to create static homepages. While most blogs use the standard configuration, where users scroll vertically from the most recent to older blog posts, it often makes sense to use a static homepage instead — especially if you are looking to create a more professional looking site, or are using WordPress as a Content Management System. I recently tackled a project where we needed to create a static homepage with the following features

  1. The homepage needed to look “homepagey” (i.e. not “bloggy”)
  2. Client needed room for a short introductory text, which could be edited/updated on the fly without disrupting the homepage layout
  3. The homepage needed to highlight the many features on the site, so that users could quickly scan the page, see what the site had to offer, and quickly find the latest update in each area.

This quick tutorial will share some code for reproducing something that meets all or some of those criteria. You don’t need to know much code to complete this tutorial, but a little helps. Once you create and implement your homepage template, you will need to use CSS to add styles and adjust the layout.

Read the rest of this entry »