<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Really Aced &#187; old news</title>
	<atom:link href="http://blog.sommestad.net/tag/old-news/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sommestad.net</link>
	<description>Client-side development through the eyes of Kristofer Sommestad, a Jadestone developer and client architect.</description>
	<lastBuildDate>Fri, 03 Sep 2010 13:35:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google Analytics setVar() deprecated and replaced by setCustomVar()</title>
		<link>http://blog.sommestad.net/2009/12/google-analytics-setvar-deprecated-and-replaced-by-setcustomvar/</link>
		<comments>http://blog.sommestad.net/2009/12/google-analytics-setvar-deprecated-and-replaced-by-setcustomvar/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 13:49:44 +0000</pubDate>
		<dc:creator>esset</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[old news]]></category>
		<category><![CDATA[setCustomVar]]></category>
		<category><![CDATA[setVar]]></category>

		<guid isPermaLink="false">http://blog.sommestad.net/?p=249</guid>
		<description><![CDATA[
			
				
			
		
For a while, there&#8217;s been a possibility to separate your users in various segments in Google Analytics, by setting a (single) variable in the Analytics cookie, for example:
pageTracker._setVar("member-premium-true");
Earlier this year, Google introduced the neat possibility to use multiple custom variables, allowing more customization and flexibility. You are allowed to use five slots (1-5) and set [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 1em;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.sommestad.net%2F2009%2F12%2Fgoogle-analytics-setvar-deprecated-and-replaced-by-setcustomvar%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.sommestad.net%2F2009%2F12%2Fgoogle-analytics-setvar-deprecated-and-replaced-by-setcustomvar%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>For a while, there&#8217;s been a possibility to separate your users in various segments in Google Analytics, by setting a (single) variable in the Analytics cookie, for example:</p>
<pre class="prettyprint"><span class="pln">pageTracker</span><span class="pun">.</span><span class="pln">_setVar</span><span class="pun">(</span><span class="str">"member-premium-true"</span><span class="pun">)</span>;</pre>
<p>Earlier this year, Google introduced the neat possibility to <a href="http://code.google.com/intl/sv/apis/analytics/docs/tracking/gaTrackingCustomVariables.html#examples">use multiple custom variables</a>, <a href="http://www.analyticsmarket.com/blog/multiple-custom-variables">allowing more customization and flexibility</a>. You are allowed to use five slots (1-5) and set a name, value and scope to your variable.<br />
The old <a href="http://code.google.com/intl/sv/apis/analytics/docs/gaJS/gaJSApiBasicConfiguration.html#_gat.GA_Tracker_._setVar">setVar</a> method has been deprecated and replaced by the new <a href="http://code.google.com/intl/sv/apis/analytics/docs/gaJS/gaJSApiBasicConfiguration.html#_gat.GA_Tracker_._setCustomVar">setCustomVar</a>:</p>
<pre class="prettyprint"><span class="pln">pageTracker</span><span class="pun">.</span><span class="pln">_setCustomVar</span><span class="pun">(</span><span class="pln">
      </span><span class="lit">1</span><span class="pun">,</span><span class="pln">                </span><span class="com">// This custom var is set to slot #1</span><span class="pln">
      </span><span class="str">"Member Type"</span><span class="pun">,</span><span class="pln">    </span><span class="com">// The name of the custom variable</span><span class="pln">
      </span><span class="str">"Premium"</span><span class="pun">,</span><span class="pln">        </span><span class="com">// The value of the custom variable</span><span class="pln">
      </span><span class="lit">1</span><span class="pln">                 </span><span class="com">// Sets the scope to visitor-level</span><span class="pln">
 </span><span class="pun">);</span><span class="pln">
pageTracker</span><span class="pun">.</span><span class="pln">_trackPageview</span><span class="pun">();</span><span class="pln">
</span></pre>
<p><em>This isn&#8217;t really news, but it wasn&#8217;t obvious what had happened by just looking at the <a href="http://code.google.com/intl/sv/apis/analytics/docs/gaJS/gaJSApi.html">Google Analytics API docs</a>, so I thought I&#8217;d mention it here just to &#8220;spread the word&#8221;.<br />
</em></p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">
<pre id="line3644">&lt;<span class="start-tag">script</span><span class="attribute-name"> type</span>=<span class="attribute-value">"text/javascript"</span>&gt;
				pageTracker._setVar('member-premium-true');
			&lt;/<span class="end-tag">script</span>&gt;</pre>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.sommestad.net/2009/12/google-analytics-setvar-deprecated-and-replaced-by-setcustomvar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS compatibility in Internet Explorer 6, 7 and 8</title>
		<link>http://blog.sommestad.net/2009/10/css-compatibility-in-internet-explorer-6-7-and-8/</link>
		<comments>http://blog.sommestad.net/2009/10/css-compatibility-in-internet-explorer-6-7-and-8/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 11:44:06 +0000</pubDate>
		<dc:creator>esset</dc:creator>
				<category><![CDATA[Browser Compatibility]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[old news]]></category>

		<guid isPermaLink="false">http://blog.sommestad.net/?p=185</guid>
		<description><![CDATA[
			
				
			
		
I just came across this article in Smashing Magazine about the CSS differences in Internet Explorer 6, 7 &#38; 8.
Nothing new really, but a good summary of what works and what doesn&#8217;t. The consensus is of course that you have to be aware of that IE6 pretty much can&#8217;t handle anything, so we&#8217;re still bound [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 1em;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.sommestad.net%2F2009%2F10%2Fcss-compatibility-in-internet-explorer-6-7-and-8%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.sommestad.net%2F2009%2F10%2Fcss-compatibility-in-internet-explorer-6-7-and-8%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>I just came across this article in Smashing Magazine about the <a href="http://www.smashingmagazine.com/2009/10/14/css-differences-in-internet-explorer-6-7-and-8/">CSS differences in Internet Explorer 6, 7 &amp; 8</a>.</p>
<p>Nothing new really, but a good summary of what works and what doesn&#8217;t. The consensus is of course that you have to be aware of that IE6 pretty much can&#8217;t handle anything, so we&#8217;re still bound to write old code to be compatible with it. Sad but true!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sommestad.net/2009/10/css-compatibility-in-internet-explorer-6-7-and-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 useful usability findings and guidelines</title>
		<link>http://blog.sommestad.net/2009/09/10-useful-usability-findings-and-guidelines/</link>
		<comments>http://blog.sommestad.net/2009/09/10-useful-usability-findings-and-guidelines/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 09:23:17 +0000</pubDate>
		<dc:creator>esset</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[old news]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://blog.sommestad.net/?p=147</guid>
		<description><![CDATA[
			
				
			
		
Smashing Magazine posted another great article today about usability.
Summarized, their findings were:

Form Labels Work Best Above The Field
Quality Of Design Is An Indicator Of Credibility
Most Users Do Not Scroll
Blue Is The Best Color For Links
The Ideal Search Box Is 27-Characters Wide
White Space Improves Comprehension
Effective User Testing Doesn’t Have To Be Extensive
Informative Product Pages Help You [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 1em;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.sommestad.net%2F2009%2F09%2F10-useful-usability-findings-and-guidelines%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.sommestad.net%2F2009%2F09%2F10-useful-usability-findings-and-guidelines%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.smashingmagazine.com/">Smashing Magazine</a> posted <a href="http://www.smashingmagazine.com/2009/09/24/10-useful-usability-findings-and-guidelines/">another great article</a> today about usability.</p>
<p>Summarized, their findings were:</p>
<ul>
<li>Form Labels Work Best Above The Field</li>
<li>Quality Of Design Is An Indicator Of Credibility</li>
<li>Most Users Do Not Scroll</li>
<li>Blue Is The Best Color For Links</li>
<li>The Ideal Search Box Is 27-Characters Wide</li>
<li>White Space Improves Comprehension</li>
<li>Effective User Testing Doesn’t Have To Be Extensive</li>
<li>Informative Product Pages Help You Stand Out</li>
<li>Most Users Are Blind To Advertising</li>
<li>Bonus: Findings From Our Case-Studies</li>
</ul>
<p>Not necessarily new findings, but as usual, very interesting reading!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sommestad.net/2009/09/10-useful-usability-findings-and-guidelines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calculating CSS selectors&#8217; specificity</title>
		<link>http://blog.sommestad.net/2009/03/calculating-css-selectors-specificity-2/</link>
		<comments>http://blog.sommestad.net/2009/03/calculating-css-selectors-specificity-2/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 09:11:03 +0000</pubDate>
		<dc:creator>esset</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css selectors]]></category>
		<category><![CDATA[old news]]></category>
		<category><![CDATA[w3c]]></category>

		<guid isPermaLink="false">http://reallyaced.wordpress.com/?p=63</guid>
		<description><![CDATA[
			
				
			
		
(This is actually old news, but maybe some people out there has missed it.)
Sometimes, developers get confused when it comes to understanding why a certain selector overrides another. I guess the standard ways of solving it is reordering the selectors in the CSS or using ID selectors instead (as they&#8217;re well known to override most [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 1em;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.sommestad.net%2F2009%2F03%2Fcalculating-css-selectors-specificity-2%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.sommestad.net%2F2009%2F03%2Fcalculating-css-selectors-specificity-2%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>(This is actually old news, but maybe some people out there has missed it.)</p>
<p>Sometimes, developers get confused when it comes to understanding why a certain selector overrides another. I guess the standard ways of solving it is reordering the selectors in the CSS or using ID selectors instead (as they&#8217;re well known to override most other selectors). But there&#8217;s of course plenty of logic to why certain selectors override others, and the reasons can be <a href="http://www.w3.org/TR/CSS21/cascade.html#specificity">found in the official W3C documentation</a>.</p>
<p>It&#8217;ll help you a lot in creating a sold and good structure in you CSS documents. Probably a good idea to keep the list bookmarked until you remember the rules, though&#8230; <img src='http://blog.sommestad.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sommestad.net/2009/03/calculating-css-selectors-specificity-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
