• ???? Midnight. Time to catch some ????????????
    You should follow me on twitter here

Category: CSS

Hide New Twitter Trends

December 9th, 2011

I was just “upgraded” to the new Twitter look. I never have liked that I am forced to see Trends and Who to Follow, neither of which I care to see or use. Since none of the current extensions work to hide this noise, I had to come up with a css workaround.

Here is the custom css I came up with to hide both the Trends and Who to Follow boxes in the new Twitter look:

.dashboard .component .module, .dashboard .module.trends.component .flex-module{ display: none; }

That css will also hide the footer box, which can be useful at times. In order to get the footer box back, use this css after the above code:

.dashboard .component .site-footer { display: block; }

Unfortunately if you are a Chrome user, like myself, you can’t add custom css. You will have to use an extension like Personalized Web to do your custom css work.

In Personalized Web, you will add that same custom css and then add in the Matched URL: ^http[s]*://twitter.com

Once this is added, refresh your twitter page and voilĂ , the junk is gone.

Die a designer

November 30th, 2011

Designers need to be planning for career longevity, says Christopher Cashdollar, creative director for Happy Cog. His 10 tips will get you thinking beyond the pixel and on a path towards long-term professional relevance.

Die a designer: 10 steps to a long career

Emailology

November 8th, 2011

Boilerplate, tip and tricks and standards guide for html email

Emailology – The Science of Looking Good in the Inbox.