Archive for May 16th, 2008

News to Me: Dots Don’t Matter in Gmail

Dot So Fast
My e-mail address is kulpreet [dot] singh [at] gmail [dot] com. So today, when I received an e-mail sent to kulpreetsingh [at] gmail [dot] com, I was surprised and thought the e-mail was sent in error. It turns out, when you register for an e-mail account with Google, the alphabetic characters in your username matter, not the dots. If you have dots in your username, you will still receive e-mail for the same username without dots. At least, that’s what this Gmail help page says.

Dot Be Gone
The reason I’m posting this is because I had always told people to e-mail me at the address with the dot, and then regretted it because it’s just annoying to mention the dot. So now I can just tell people to e-mail me without the dot. I have to admit I am still a little suspicious because I thought somebody else already had my e-mail without the dot, but I guess not.

Keep the Dot
One thing to keep in mind is, even though your e-mail address without the dot will work, if you originally signed up with the dot, that will remain your username when you login to your e-mail.

Dot’s all folks.

WordPress 2.5.1 Admin Panel CSS Fix

Hi Everyone,

You’ve probably noticed that in the new WordPress 2.5 series Admin Panel, the navigation menu items (Write, Manage, Design, Comments) are split from the option / settings menus (Settings, Plugins, Users). Personally I don’t like it separated, but I haven’t yet had time to fix it.

What I’ve done in the meanwhile is make the sizes same of the links on the left and the links on the right. The way to do this is:

In your wp-admin/wp-admin.css file, replace:

#wphead a, #dashmenu a, #adminmenu a, #submenu a, #sidemenu a {
text-decoration: none;
}

with

#wphead a, #dashmenu a {
text-decoration: none; }

#adminmenu a, #submenu a, #sidemenu a {
text-decoration: none;
font-size: 12pt;
}

That’s it - now the links on the left and right will be the same size. I like it better because I check the “Settings” and “Plugins” almost as often as I write a post or manage comments.

Also if you want to make the sub-navigation links (the ones in the white, below the navigation links) a different size, like maybe 11pt, use this:

#wphead a, #dashmenu a, #adminmenu a, #submenu a {
text-decoration: none; }

#submenu a {
font-size: 11pt; }

#sidemenu a {
text-decoration: none;
font-size: 12pt; }

-k.s.

Changes Coming to Your Facebook Profile

Very glad to read in Business Week today that Facebook is planning to do an overhaul of the profile designs so as to reduce clutter and improve user experience. Most people have very long profile pages, and some have a variety of applications that can be distracting and annoying. Business Week predicts in this article that some of the profile content will be split into tabs. I think this would be cool as it would give individuals’ profile pages the feel of a personal website. In fact what would be great is if you could add one or two custom tabs of your own (of course these should be limited so as to avoid the ugliness of MySpace profiles).

Now… if only Facebook could pay attention to my wish list :)