Saturday, July 2, 2011

Removing or hiding blogspot/blogger top banner

If you are new blogspot user then your blog has a default navigation top banner. If in case you found it annoying or you want it to be removed the following steps may help you getting rid of the navigation banner.

First, you have to login to your blogspot/blogger account. Then on Design tab, click Edit HTML subtab. Finally insert this

#navbar-iframe { display: none !important; }

within the or tag block and don't forget to save and you're done.

Friday, July 1, 2011

google plus invitations

It's been few days when I eager to have an invite for google plus, and finally I already got an invitation from someone with the help of some workarounds.

I'm giving an invites for those of you who want to try and test google plus, just leave your email.

Thursday, June 30, 2011

Speed up your Apple Mail

Lately I experienced slow accessing my mail using Apple Mail, same as true when sending an email. It took couple of minutes before my message sent.

I came across this site and it helps me. Basically all you have to do is to invoke a single shell command $ sqlite3 ~/Library/Mail/Envelope\ Index vacuum; to optimize the SQLite DB where Apple Mail uses to store indexes and subject lines of emails.

My Apple Mail is snappier now.