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

Nov
23

Graphics Problems in Firefox

Posted by Lizzie in coding, tutorial 

Recently I ran into a problem with my Firefox browser. Website graphics were suddenly huge and pixelated. All of the sites I visited with Firefox were broken and ugly. I am a Firefox fangirl and there was no way I was going back to Internet Explorer. So, the search was on.

Find Out What The Problem Is

I discovered that many issues like the one I was experiencing can be fixed quite easily. You just have to know which question to type in the search box! Ok, well, there’s more to it than that.

The first thing that you should do is check to see if it’s a profile problem or an extension (add-on) problem. The easiest way to do that is to open your Firefox in safe mode. On Windows go to your Start menu -> All Programs -> Mozilla Firefox -> Mozilla Firefox (safe mode). This opens Firefox without any add-ons or themes. If you still have a problem with your graphics, you probably have the same problem I had. You should create a new user profile because something somewhere is corrupted.

Fix Your Profile

You can fix your old profile and risk the same thing happening again or you can just create a new profile. I opted for creating a new profile because I could move my important add-ons from the old to the new and not have to worry about messing everything up.

**Unfortunately, you have to to shut down your browser to do it. So, make sure to print out or write down these instructions.**

On Windows, go to Start -> Run and input firefox -P.

On Mac, go to Applications -> Utilities -> Terminal and enter the following command (including the first forward slash): 

/Applications/firefox.app/Contents/MacOS/firefox -profilemanager

Then click “Ok”, the “Create New Profile”. Give it a name other than “default” so that you can easily identify it. Don’t select “Choose Folder…” unless you’re an advanced user (and if you’re still reading this I’m going to assume that you’re not an advanced user). Select “Finish”. On the next window select your new profile and then check the box beside “Don’t ask at startup”.

Your new profile is ready to go. Should you start Firefox at this point, you’ll have a seemingly brand new installation because none of your bookmarks, saved passwords, extensions, etc. So, you’ll have to copy from your old profile (.default) to your new one.

Getting Your Data From the Old Profile

If you’re like me you have a lot of data stored in your trusty Firefox. All of that data is stored in your user profile folder. Since you’ve just created a new profile, you’ll want to move your saved data.

On Windows, the files are located in Application Data file under Documents and Settings.

  • Windows XP/2000: C:\Documents and Settings\[User Name]\Application Data\Mozilla\Firefox\Profiles\
  • Windows Vista: C:\users\[User Name]\AppData\Roaming\Mozilla\Firefox\Profiles\
  • Mac OS X: ~/Library/Application Support/Firefox/Profiles/xxxxxxxx.default/

Find your default profile. That’s your old one, if you followed the instructions to give your profile a name other than “Default”. Now you’ll want to copy and paste the files you want to move- that means one by one for the extensions.

**Before you move your extension files, go into each one and delete the following- they will be regenerated on startup:

extensions.ini, extensions.cache, and extensions.rdf  **

**You need to test each extension before you continue, in case one of the extensions was the problem (not so in the case with my pixelated graphics).**

Copy from old profile and paste into new the following:

  • For saved passwords :

    • key3.db (it’s important to copy this along with your signons txt)
    • signons2.txt
    • signons.txt for browsers older than 1.5.0.9 and 2.0.0.0/2.0.0.1
  • For save Bookmarks:

    • bookmarks.html
  • For History:

    • history.dat
  • For Permissions Cookie, etc:

    • hostperm.1

Congratulations! You’re done. Now start up your browser and take it for another test drive. Look in your tools folder to see if everything saved properly and you should be good to go.

For further reading:

Basic Troubleshooting

Transferring Data to New Profile

Profile Manager

Sphere: Related Content




Related Posts

  • Our Elderly Are Left To Flounder
  • That’s My Office, thanks
  • A Rough Patch
  • My Livingroom runneth over


  • Comments are closed.