<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description>sharing my experiences</description><title>Fabio Ciotoli</title><generator>Tumblr (3.0; @iamfabio)</generator><link>http://www.fabiociotoli.com/</link><item><title>Waiting new Twitter for Mac</title><description>&lt;p&gt;Last time I expressed my satisfaction with the new official Twitter for iPhone, but it must be said that also the new site design is excellent.&lt;/p&gt;
&lt;p&gt;So waiting for a Twitter for Mac update, I made a “&lt;em&gt;minimal desktop version&lt;/em&gt;” using fluid.&lt;/p&gt;
&lt;p&gt;These are the userstyle I used:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;
body
{
&lt;span&gt;	&lt;/span&gt;width: 522px !important;
}
.dashboard
{
&lt;span&gt;	&lt;/span&gt;display: none !important;
}
.container
{
&lt;span&gt;	&lt;/span&gt;width: 550px !important;
}
#page-container
{
&lt;span&gt;	&lt;/span&gt;width: 522px !important;
}
.search-icon
{
&lt;span&gt;	&lt;/span&gt;display: none !important;
}
.search-input
{
&lt;span&gt;	&lt;/span&gt;width: 70px !important;
}
.flex-table-input
{
&lt;span&gt;	&lt;/span&gt;width: 95% !important;
&lt;span&gt;	&lt;/span&gt;margin-left: 10px !important;
}
&lt;/code&gt;
&lt;/pre&gt;
&lt;p&gt;While if you want show the number of new unread tweets on dock badge you can use this userscript:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;
(function () {
    if(window.fluid) {
        updateBadge();
        var intervalID = window.setInterval(updateBadge,1000);
    }
})();

function updateBadge() {
	if (document.getElementsByClassName("new-tweets-bar").length &gt; 0) {
    		var numberOfUnread = document.getElementsByClassName("new-tweets-bar")[0].innerText.match(/\d+/);
    		if (numberOfUnread &amp;&amp; numberOfUnread[0] &gt; 0) {
        		window.fluid.dockBadge = numberOfUnread[0];
    		} else {
        		window.fluid.dockBadge = "";
    		}
	} else {
		window.fluid.dockBadge = "";
	}
}
&lt;/code&gt;
&lt;/pre&gt;
&lt;p&gt;&lt;img src="http://dl.dropbox.com/u/11950438/fabiociotolicom/img/newtmac1.jpg"/&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="http://dl.dropbox.com/u/11950438/fabiociotolicom/img/newtmac2.jpg"/&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="http://dl.dropbox.com/u/11950438/fabiociotolicom/img/newtmac3.jpg"/&gt;&lt;/p&gt;</description><link>http://www.fabiociotoli.com/post/14140339657</link><guid>http://www.fabiociotoli.com/post/14140339657</guid><pubDate>Tue, 13 Dec 2011 01:23:00 +0100</pubDate></item><item><title>Twitter 4.0</title><description>&lt;p&gt;John Gruber on the Twitter 4.0 iPhone App:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;span&gt;The Twitter service I signed up for is one where people tweet 140-character posts, you follow those people whose tweets you tend to enjoy, and that’s it. The Twitter service this new UI presents is about a whole lot more — mass-market spoonfed “trending topics” and sponsored content. It’s trying to make Twitter work for people who don’t see the appeal of what Twitter was supposed to be.&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="hps"&gt;To be honest&lt;/span&gt; &lt;span class="hps"&gt;I never liked&lt;/span&gt; &lt;span class="hps"&gt;the iPhone official Twitter app&lt;/span&gt;&lt;span class="hps"&gt; and&lt;/span&gt; &lt;span class="hps"&gt;I have always&lt;/span&gt; &lt;span class="hps"&gt;preferred&lt;/span&gt; &lt;span class="hps"&gt;Tweetbot&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span class="hps"&gt;But&lt;/span&gt; &lt;span class="hps"&gt;with the release&lt;/span&gt; &lt;span class="hps"&gt;of version 4.0&lt;/span&gt; &lt;span class="hps"&gt;I have to&lt;/span&gt; &lt;span class="hps"&gt;admit that&lt;/span&gt; &lt;span class="hps"&gt;Twitter&lt;/span&gt;&lt;span&gt;’s engineers&lt;/span&gt; &lt;span class="hps"&gt;have&lt;/span&gt; &lt;span class="hps"&gt;done a great&lt;/span&gt; &lt;span class="hps"&gt;job.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="hps"&gt;Now&lt;/span&gt; &lt;span class="hps"&gt;the app&lt;/span&gt; &lt;span class="hps"&gt;seems to&lt;/span&gt; &lt;span class="hps"&gt;be much more&lt;/span&gt; &lt;span class="hps"&gt;intuitive&lt;/span&gt; &lt;span class="hps"&gt;and elegant&lt;/span&gt;&lt;span&gt;.&lt;/span&gt; &lt;span&gt;&lt;span class="hps"&gt;Very&lt;/span&gt; &lt;span class="hps"&gt;interesting&lt;/span&gt; &lt;span class="hps"&gt;new features&lt;/span&gt; &lt;span class="hps"&gt;such as the one&lt;/span&gt; &lt;span class="hps"&gt;to see&lt;/span&gt; &lt;span class="hps"&gt;other&lt;/span&gt; &lt;span class="hps"&gt;information such as&lt;/span&gt; &lt;span class="hps"&gt;retweets&lt;/span&gt; &lt;span class="hps"&gt;and responses&lt;/span&gt; &lt;span class="hps"&gt;in&lt;/span&gt;&lt;span class="hps"&gt;each tweet&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;/span&gt;&lt;br/&gt;&lt;span class="hps"&gt;Unfortunately&lt;/span&gt;&lt;span&gt;,&lt;/span&gt; &lt;span class="hps"&gt;there are still some&lt;/span&gt; &lt;span class="hps"&gt;important&lt;/span&gt; &lt;span class="hps"&gt;gaps&lt;/span&gt;&lt;span&gt;, such as lack&lt;/span&gt; &lt;span class="hps"&gt;support for&lt;/span&gt; &lt;span class="hps"&gt;instagram&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;span class="hps"&gt;youtube or&lt;/span&gt; &lt;span class="hps"&gt;flickr&lt;/span&gt; services, &lt;span class="hps"&gt;as introduced&lt;/span&gt; &lt;span class="hps"&gt;in the&lt;/span&gt; &lt;span class="hps"&gt;new&lt;/span&gt; &lt;span class="hps"&gt;web version&lt;/span&gt; &lt;span class="hps"&gt;of Twitter&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="hps"&gt;I am&lt;/span&gt; &lt;span class="hps"&gt;sure we will see&lt;/span&gt; &lt;span class="hps"&gt;these improvements&lt;/span&gt; &lt;span class="hps"&gt;soon,&lt;/span&gt; &lt;span class="hps"&gt;and hope to see&lt;/span&gt; &lt;span class="hps"&gt;soon&lt;/span&gt; &lt;span class="hps"&gt;a new version&lt;/span&gt; &lt;span class="hps"&gt;of Twitter for&lt;/span&gt; &lt;span class="hps"&gt;Mac&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;br/&gt;&lt;span class="hps"&gt;For now,&lt;/span&gt; &lt;span class="hps"&gt;I am satisfied and&lt;/span&gt; &lt;span class="hps"&gt;I can definitely&lt;/span&gt; &lt;span class="hps"&gt;drop&lt;/span&gt; &lt;span class="hps"&gt;Tweetbot&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description><link>http://www.fabiociotoli.com/post/13988954852</link><guid>http://www.fabiociotoli.com/post/13988954852</guid><pubDate>Sat, 10 Dec 2011 01:07:00 +0100</pubDate><category>twitter</category><category>iphone</category><category>app</category></item></channel></rss>

