June 29, 2003
rss feeds on worhderders main page
Mostly just a placeholder/reminder: If we could get this MT plugin working, we could (I think) syndicate the most recent couple of entries from each of the wordherders blogs to the main wordherders page.
Posted by ghw at 4:05 PM
June 27, 2003
distributed writing project
I came across this entry in a "distributed writing project" a little while ago and thought that the wordherders might attempt something similar.
So what do you think? Are you up for writing a short essay on an assigned topic and linking back to an initial post that sets it all up? And what if each of us were to invite one blogger from outside the wordherder circle to do the same?
Any thoughts on a topic?
- Interesting public transportation stories.
- First book you really loved.
- Earliest computing experience, (see the Newly Digital collection referenced above).
- Encounters with famous people.
- Your favorite meal.
Posted by ghw at 11:38 PM | Comments (6)
June 26, 2003
suggested changes for wordherders homepage
Oh, great and mysterious powers that be, how about changing the blogroll so that it lists blogs in order of most recently updated? And how about getting rid of the title attribute on the link to my blog so that the little pop-up window will tell users when I last updated?
Posted by ghw at 4:05 PM | Comments (5) | TrackBack
June 5, 2003
Word Herder Help
Beginnings of a help section available in the extended entry of this post. Feel free to add comments or edit the post to flesh out the section.
MovableType General Info
The MovableType website - http://www.movabletype.org - has a ton of great information. It also has some CSS templates that allow you to change the look of your website. If you accidently mess up your templates - either HTML, CSS, or others - you can download originals for the MT website as well.
The only templates you should need to change are the CSS and HTML ones. The others should be fine as is.
Logging into MT
You log into Movabletype here: http://www.wordherders.net/cgi-bin/mt/mt.cgiFTP
Use the FTP account information sent to you. If you lost your information, email me.A good FTP program is WS_FTP. Get it at downloads.com. If you are on a Mac, let me know and I'll find something else for you.
Basic HTML help
Confused by HTML and/or CSS? Here are a few helpful links to help you brush up:- HTML Guides
- CSS Guides
Images
Your webspace has an "images" directory in it. In order for your images to show up both in the regular blog and in the archive, you should write your image code the following way:
<img src="/images/filename.jpg"> or <img src="/images/filename.gif"> where filename is the name of your image file.
The / in front of the images directory refers to your local web "root" - this is basically a short version of a direct link. If you use a relative link (e.g., forget to put that / in front), then the images will be broken when archives are saved.
Code for logo
If you want to put the little wordherders logo on your website, here's the code to do so:
Blogrolling
Setting up a blogroll is an easier way to keep track of the blogs you frequent. Sign up only requires an active e-mail address. Once you get set up, you can add links and sort them by a variety of means (random, alphabetically, etc). The free version allows one blogroll, which is usually sufficient. In your preferences section, you choose a character (I use the ^ sign) to signify that the blog has been updated.Log in on the web or set up to pop/imap from home. Your login includes the @wordherders.
Pings and TrackBacks
Built in to Movable Type are some useful automated features for letting other sites know when you've posted a new entry (this is what allows the "recently updated" feature in Blogrolling to work, for example) and for providing two-way linking between blogs (called TrackBacks, see this explanation, if you like). The following directions explain how to activate these features.
- Choose "Weblog Config" from the lefthand menu.
- On the next page, select "Publicity / Remote Interfaces / TrackBack."
- Check the boxes for "blo.gs" and "weblogs.com." These are centralized sites that other applications will consult to see if your blog has recently been updated. If someone is using a blogroll to list a link to your site on their page, the list will now be able to indicate when you have posted a new entry.
- Scroll down a bit and select "Allow Pings on by default." If someone links to one of your blog entries in one of their blog entries, this will allow a "TrackBack" to their entry to register in your entry; i.e. a link to their entry appears at the bottom of yours. Voila! Two-way linking.
- If you'd like to be notified by email when someone sends a TrackBack to your site, then check "Email new TrackBack pings."
- Finally, in order to enable your blog entries to register TrackBacks on other people's blog entries, check the "Turn on TrackBack auto-discovery?" box.
"Recent Comments" on Main Page
Let's say you want to add a "recent comments" section to your blog sidebar. In April of 2003, Liz Lawley generously posted some of her template files, and by using the relevant portions of her code, you can pull this trick off.
Here's how you do it
On your "Main Index" template, insert the following code in your sidebar where you want your recent comments to be displayed. Change the value for the lastn attribute of the MTComments tag to indicate how many comments you want displayed.
Then in the template for your "Individual Entry Archive," change the relevant section of code so that it looks like this:
It's just that easy.
"Recent Trackbacks" on main page
If you want to put a "Recent Trackbacks" list on your main page, use the following code: