Chipped Polish

Not Famous. Don’t Wanna Be.

Featured Post

Pay equality

Posted by Lizzie on Sep-5-2008

There’s a lot of talk about women’s issues this election cycle. Thanks to Hillary Clinton, and now Sarah Palin, we’re back in the spotlight. In that vein, Congress is pressing for a revote on the Lilly Ledbetter Fair Pay Act, which failed to pass previously. McCain has come out again it:

“I am all in favor of pay equity for women, but this kind of legislation, as is typical of what’s being proposed by my friends on the other side of the aisle, opens us up to lawsuits for all kinds of problems,” the expected GOP presidential nominee told reporters. “This is government playing a much, much greater role in the business of a private enterprise system.”

I’ve recently engaged in a half-hearted IT job search - in anticipation of my eventual graduation from the Tech program. There seems to be a little available, but I’ve heard that women are not treated favorably in the IT industry. It would please me, and thousands of other women, tremendously if this actually became law. Would I know that my male counterparts were making more than me? Probably not. But this act would give me recourse should I find out about a pay discrepancy after the fact. As a woman hoping to work in a male-dominated field, I would feel just a little better knowing I had a safety net.

There was some talk that this law isn’t necessary. I beg to differ. I worked with a company (unrelated to the tech field) that cut me a mystery check. When I inquired to what the purpose of the check was, I was told that it was to make up for a pay difference between me and my male counterparts. I had no idea that the men were making that much more per hour than I was, but there was a lawsuit and the settlement agreement was that this company would pay the hourly difference to each female for whatever period of time they agreed to (I think it was 3 months, even though I’d been there for over a year at that point). I left that company not long afterward, but my eyes had been opened. The reasoning for the lower pay was that women are mothers and so are prone to miss work because of their sick children. Men, on the other hand, are more reliable and should be rewarded. Really?

At a time when a major political party has nominated a self-proclaimed “hockey mom” to be vice president, there should be no more “she should get less because she’s a mom”. This woman is seeking a job while parenting 5 children (and potentially helping parent a grandchild) so the reason listed above would apply to her and her pay should be cut significantly. Right? No. Wrong. Her husband will be able to tend to the children while she runs for office and he can tend to the children while she continues to govern Alaska (except that he’s got a full-time job plus an extra job on the side in the summer, but that’s not this issue). It’s only fair that the rest of American women enjoy the same equality in pay as the women who govern them.

Sphere: Related Content

Archive for the ‘coding’ Category

Mar
13

WP Footnotes

Posted by Lizzie

I discovered this neat little plugin that allows footnotes. It’s called, aptly, WP Footnotes.

After you upload -> activate, all you have to do is add double parenthesis (( )) around a word for it to appear as a footnote5. From the developers page:

Important note: Make sure you include a space before your opening double parentheses! or the footnote won’t work2.
Old School

Back in the day when the very first version of WP-Footnotes was released the mark-up used was a little different. If you’re one of those people who was around back then, rest assured that an upgrade won’t make your posts using the old mark-up look totally stupid. In fact they will look exactly as they’re supposed to, footnotes and all3.
Options

You have a fair few options to do with how the identifier links4, footnotes and back-links look which can be found in the WordPress admin area under Options » Footnotes. Most of the options are fairly self explanatory.
Other Features
Paginated Posts

Some of you seem to like paginating post, which at this point is kind of problematic. By default each page of your post will have it’s own set of footnotes at the bottom and the numbering will start again from 1 for each page.

At this point the only way to get around that5 is to know how many posts are on each page and tell WP-Footnotes what number you want the list to start at for each of the pages. So at some point on each page6 you need to add a tag to let WP-Footnotes know what number the footnotes on this page should start at. The tag should look like this where “5″ is the number you want the footnotes for this page to start at.

I like to use parenthesis and I think this will really clean up my posts.

Sphere: Related Content

  1. Like this!! []
Jan
15

Back to School

Posted by Lizzie

School’s back on for me. So, that means I’ve got to really, really limit my time doing online activities (except for my web course). My math teacher this semester is like a monkey on crack. He goes really fast. Luckily for me the first few classes are going to be reviewing what I learned last semester.

Also, I’m taking a JavaScript course, so I’ll be playing around with that on here from time to time. I’m not guaranteeing anything will work, but that doesn’t matter a whole lot to me. I need to work on coding a lot more so that I can gain more experience. I’ve noticed that when I don’t code I lose the knowledge I had previously. Unfortunately, my JS prof is the same prof I had for Intro to Web Tech and I’m afraid I’ll be learning more on my own than with him. Did I mention I’m the only female in the class.

Pray for me.

Sphere: Related Content

Dec
13

What’s That Code in My WordPress Header?

Posted by Lizzie

Are you blogging on a self-hosted WordPress blog? Have you taken a glance at the code that makes up your theme and thought you were looking at another language? Well, the fact is you are looking at another language and if you don’t know what’s being said it could have disastrous results for your blog. Messing with one line can do a lot of damage but that’s not the only reason you should recognize what’s in your theme files, especially your header.php.

There are a lot of “free wordpress theme” sites cropping up. But not all of them are safe to download and use. Some of the owners of these sites include malicious code in the header.php (or, actually, any theme file, but for these purposes we’ll concentrate on just the header.php). The code that’s place can open a “back door” to your server which can allow hackers easy access to yoru site. From there they take over and give you the boot. That means a lot of headaches and maybe even a lost blog.

There are some tutorials on the WordPress Codex that will help you get started, but those too can be in a language not meant for the average blogger. Have no fear! David, from Devlounge, put together a nice tutorial for folks like us.

In that article you’ll see what most of that mysterious code means and why you need it for your theme. You’ll also get a feel of what should be in that file so you’ll know what to look for. You might even start to understand some of that foreign language that lives behind your blogging world.

Regular readers of Devlounge feel that the tutorial is to basic. I feel like it’s just right for beginners and can help more naive theme downloaders prevent attack from malicious coders.

Sphere: Related Content