College Math Chatter

I had it up to my eyeballs in Math class yesterday. Living with this illness and dealing with the fog is bad enough. But when I sit in class, in the front of the room, and can’t hear the professor because of conversations on the other side of the room… Well, that was it.

There is a group of women who sit on the far side of the room. Every Monday and Wednesday night they converse among themselves as if Math class isn’t happening around them. The professor sometimes raises his voice and sometimes gives them looks, but he never asks them to quiet down. It was especially bad last night- at least for me. I was foggy and was having trouble focusing because of the chatter. At one point one of the women actually stood up to illustrate a point she was making to the other women. It was unbelievably disrespectful, not only to the professor but to those of us who were paying $300 per credit hour to attend the class.

After class I waited for everyone to leave. Then I spoke with the professor. I explained to him my condition and why it’s difficult for me to concentrate on the lesson when there’s so much noise coming from the other side of the class. He seemed to understand and said we could work out a hand signal when it was getting too loud over there. That miffed me a little. I told him that I didn’t want special treatment for my condition, just some consideration for someone paying to attend the class. I also told him that other people felt the same about what was going on over there. That was a little white lie as I have no idea if others get just as annoyed, but it did help my cause. We talked for about half an hour and he agreed to control the class a little better. I’m satisfied with that. I just want to learn. That’s why I’m there, afterall.

The funny thing about these women is they’ll chatter all through a discussion and then ask redundant questions when they realize where we’re at. After the prof goes through an equation, explains what he’s doing, and gets the answer, one of the women will pipe up “So, how’d you get that answer?” Lovely. Just lovely. The man is too nice to say “You’d know if you shut your trap and paid attention” so he goes through the whole thing again. Which has put us 3 chapters behind. What a pain.

My first semester I took Intro to Business and there was a similar situation the first day of that class. A group of younger people were sitting in the back talking among themselves, oblivious to the lecture. That prof stopped the lecture, walked to the back of the room and said “I would love to hold up the rest of the class for your benefit, but they’ve paid money to be here. If you can’t quiet down, I suggest you withdrawl from the course, because the next time you interrupt you’re losing class points.” And that was the end of that. My psych professor, too, makes sure that the class stays focused and respectful. He simply asks “Can you hear me back there?” when someone starts talking too loud. I really like that approach.

Hopefully my math professor will show some spine next week. I’m sure I’ll be the class pariah for taking away all the fun. I don’t care though. Class time is not the time to be talking about idiot husbands and barfing dogs. I don’t think they should even be in that class if they can’t take it seriously. And I really hate to think what they’ll be like when they finally do get their nursing degrees.

Why You should Have a Links Page

Links lists- or blogrolls- can get quite long and laborious for some bloggers. An exceptionally long links list can make your page take longer to load and distract from other important aspects of your sidebar- if you’ve got ads, for instance.

WordPress makes it incredibly easy to to clean up your sidebar and organize your links in a more efficient way. Instead of devoting one sidebar to an entire array of links, you can devote a partial section to it, and rotate through your list.

Many themes now come complete with a links template. So here all you need to do is create a page with “Links List” (or blogroll or whatever you want), select “links” for the template and publish. No need to do anything else. But what if your theme doesn’t come with a links page template?

It’s simple to create a links template. Simply download your theme’s page template- many times it’s simply called “page.php”. At the top of the page add:
<?php
/*
Template Name: Links page
*/
?>

Then look below this snippet

<php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>

There you’ll see a php call for the content. This is where you want to put your links list. Highlight
<?php the_content(“<p>__(‘Read the rest of this page »’)</p>”); ?>
(it may be something else, but similar). Replace that portion with
<?php get_links(); ?>
Save the page as “links.php” and upload it to your theme directory.

What if you have different lists for different content types?

It’s simple to organize your links into different catagories on the page. For instance, you may have a links list called “Personal Favorites” and another called “Valuable Resources” and you don’t want to mix the two. What do you do?

First look on your Blogroll page in your admin area. From there go to the tab that says “Categories”. Note the number to the left of your links lists, under “ID”. You may have
“2, Personal Favorites” and “3, Valuable Resources”.

On your links page template, use two distinct tags to call your links. Also, you’ll need to clearly mark which list is which. As an example I’ll do this:

<h2>Personal Favorites</h2>
<?php get_links(2); ?>

Notice that I put a two in the parenthesis. That’s to let the tag know that I want only those links that are in Category 2. Below that I’ll do the same, except I want Category 3 of my links.

<h2>Valuable Resources</h2>
<?php get_links(3); ?>

Of course, you can style the page anyway you want. The important part is the number which is called.

How to incorporate those in your sidebar

Now you want your links to appear in the sidebar, but not all of them at once. To make sure only a certain number of links appear at any given time, you’ll rotate them out in your sidebar. You could use a plugin to do this or you could code it yourself. I’ll show you how to code it yourself.

<h3>Links Rotation</h3>
<ul><?php get_links(’2,3′, ‘<li>’, ‘</li>’, ”, FALSE, ‘rand’, False, False, 15, True); ?>
</ul>

This tells WordPress that I want

* Categories 2 and 3 (’2,3′)
*listed with “<li>” before and “</li>” after
*I don’t want anything between the links (”)
*that I don’t want images (False)
*I want my links to appear randomly (not in any specific order (rand)
*I don’t want to show a description (False)
*I don’t want to show a rating (False)
*that I want the list rotated with a maximum of 15 links showing at one time (15)
*that I do want to show updated (True)
Please note the parameters that require apostrophes and which don’t.

If you want to show your links in order the you can leave that parameter empty (”) and it will default to “id”, which is alphabetical.

To keep your links lists separate, but still in rotation, simply apply this code twice, once with “2″ and once with “3″, then make the maximum number shown reflect a smaller number, such as 7 or 9.

Keeping your sidebar clean and organized keeps attention focused where it should be- on your content. You spend a lot of time picking out the right theme and writing the best content. Utilizing a links page keeps your blog tight and clutter-free.

For more get_links parameters, please visit The WordPress Codex

Windows Live Writer

I have discovered Windows Live Writer. It’s awesome! It’s a blogging tool that you download to your desktop and then you do your blogging thing and it will publish to your blog. Very sweet. I have two blogs (one very personal and this one) and I can post to both pretty much at the same time.

The only thing I don’t like is when you’re in Web layout view you can’t just delete the title to change it. It’s a pain in the butt. And you have to get plugins for some of the functionality you might be used to- I’ve got the digg plugin, technorati tags, and the text template. It downloaded all my categories from here and I can post date, which is nice. The set up looks a lot like MS Word, too.

I think that if someone is making the switch from a Blogger account to a self-hosted WordPress that they should definitely get this to start them out. The layout is a lot like the Blogger dashboard, so it could make the transition easier. I only mention that because I saw in some forums somewhere that people couldn’t understand WP and regretted switching from Blogger (that, to me, is sad because WP rocks my socks).

In case you’re wondering, I’m writing this post in the Live Writer. It’s uber nice. I don’t know any strong reasons why you’d want to use this except that it’s easy and you don’t have to login to your backend to post. Oh, and I like the way it looks. I can’t add site tags, but that’s ok. I like the technorati tags better and I couldn’t find a good enough plugin for that yet (on WordPress 2.3- which made UTW obsolete- so far as I know). I can also get some work done without blog surfing. :) That’s been a huge problem for me so far. I love to read, read, read when I should be writing, writing, writing.

Anyway, I’m not getting paid to write this. I just thought if someone was looking for a tool that would make blogging a lot easier they should know about WLW. Honestly, I think I might just use this from now on. :) We’ll see.

P.S.

You can’t make a post private through WLW either. So, if you want to write a Private post you’re stuck going to your backend and doing it from there. That’s a little bleh. Other than that, though…

Page 9 of 15« First...7891011...Last »

Bad Behavior has blocked 136 access attempts in the last 7 days.