Don't Back Down

Posted by Chad Everett on October 7, 2003

Not Exactly Cooperation »

"US Airways can plan on whatever they want. We plan on taking them to court."

An interesting quote indeed. Who said it? You'd think it was a jilted partner, or maybe even a competitor who felt that they lost out to USAirways in the battle for gate space at an airport. I could maybe even see a city that felt slighted that USAirways reneged on a perceived promise to the city. No such luck though.

This quote came from Joe Tiberi, spokesman for the International Association of Machinists. What does he have to do with USAirways? Little, really. But the IAM apparently represents about 5000 mechanics with the airline, who would seem peeved about the decision to outsource some heavy maintenance to a third party.

I can understand the unease with the issue. If heavy maintenance on the newer planes is being outsourced, then as the newer planes replace old planes, and old planes are retired, jobs will be lost. But why is the first reaction to take the company to court? Shouldn't people working for the same company share the same interests? These days, it would seem all too often that the management of the company is on one side of the fence and the employees are on the other. Probably not a good sign.

Posted by Chad Everett on October 7, 2003

Outliner in Action »

I adjusted my links list (to the left) to make use of the MT-Outliner plugin that I released yesterday. While at first I built this piece of the page from a basic OPML file on my site, then I couldn't figure out why in the world I would do that, when I've already got the information elsewhere. So instead of using the opmllink attribute, I used bloglines instead.

First, I created a new folder on my Bloglines account. I called this folder Blogroll, but you can use whatever you like (just remember to change it in the code below if you use something different). Next, I added the bloglines="jayseae" attribute to my MTOutliner tag (my Bloglines user ID). You would want to change the user ID to your own. Or you could use mine too if you really want to do that sort of thing.

Finally, I made use of the MTOutlinerFolders tag, as it allows me to select data by the folder (or folders) in which it resides. I used the folders="Blogroll" attribute for this purpose. If you used a different folder name above, then this is where you'd change it. Separate multiple folders with colons (ie, folders="Folder:Another Folder:Still One More Folder").

<MTOutliner bloglines="jayseae">
<MTOutlinerFolders folders="Blogroll">
<MTOutlinerItems>
<a href="<$MTOutlinerItemHTML$>" title="<$MTOutlinerItemDesc$>"><$MTOutlinerItemText$></a> :: <a href="<$MTOutlinerItemXML$>" title="Syndicate this Site">rss</a><br />
</MTOutlinerItems>
</MTOutlinerFolders>
</MTOutliner>

Let me know about your implementations of MT-Outliner!