Two Random Things I learned this Week

Date August 12, 2008

Here are two Random things I learned this week.

The first one is Perl related.

I was trying to use the qq function when I got an error.

The problem was I had the / character inside of my string. Since / is only a delimeter, I changed it to , instead. My code look similar to this:

qq, This is a string with $replacements etc…,

The second one is CSS related.

I was trying to style a DIV but the CSS was not working. It turns out that I had named my class: 360div and Firefox didn’t like it. It worked in IE6. So, I changed the name to div360 and it worked.

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Ma.gnolia
  • NewsVine
  • Propeller
  • Reddit
  • Slashdot
  • Spurl
  • StumbleUpon
  • Simpy
  • Sk-rt
  • TailRank
  • Technorati
  • TwitThis

Leave a Reply

You must be logged in to post a comment.