<?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>Robert Accettura&#039;s Fun With Wordage &#187; browser</title>
	<atom:link href="http://robert.accettura.com/blog/tag/browser/feed/" rel="self" type="application/rss+xml" />
	<link>http://robert.accettura.com</link>
	<description>Robert Accettura&#039;s Personal Blog on Web Development and Tech</description>
	<lastBuildDate>Thu, 09 Feb 2012 01:43:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<atom:link rel='hub' href='http://robert.accettura.com/?pushpress=hub'/>
<cloud domain='robert.accettura.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>On HTML5 And The Future Of Privacy</title>
		<link>http://robert.accettura.com/blog/2010/10/11/on-html5-and-the-future-of-privacy/</link>
		<comments>http://robert.accettura.com/blog/2010/10/11/on-html5-and-the-future-of-privacy/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 01:10:29 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[cookies]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[privacy]]></category>

		<guid isPermaLink="false">http://robert.accettura.com/?p=4817</guid>
		<description><![CDATA[Today&#8217;s alarmist without much research news is &#8220;New Web Code Draws Concern Over Risks to Privacy&#8221; about HTML5 and its threat to privacy. How evil of HTML5 and its creators. The Real Deal Persistent cookies are nothing new. Essentially the &#8230; <a href="http://robert.accettura.com/blog/2010/10/11/on-html5-and-the-future-of-privacy/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today&#8217;s alarmist without much research news is &#8220;<a href="http://www.nytimes.com/2010/10/11/business/media/11privacy.html?_r=1">New Web Code Draws Concern Over Risks to Privacy</a>&#8221; about HTML5 and its threat to privacy.  How evil of HTML5 and its creators.</p>
<h3>The Real Deal</h3>
<p>Persistent cookies are nothing new.  Essentially the strategy works like this:  Store data everywhere you can on the users footprint, and if data it deleted in a few locations, you copy it back from another location the next time you can.  It&#8217;s regenerative by design.  A popular example is <a href="http://samy.pl/evercookie/">evercookie</a> which uses:</p>
<blockquote cite="http://samy.pl/evercookie/">
<ul>
<li>Standard HTTP Cookies</li>
<li>Local Shared Objects (Flash Cookies)</li>
<li>Storing cookies in RGB values of auto-generated, force-cached PNGs using HTML5 Canvas tag to read pixels (cookies) back out</li>
<li>Storing cookies in and reading out Web History</li>
<li>Storing cookies in HTTP ETags</li>
<li>Internet Explorer userData storage</li>
<li>HTML5 Session Storage</li>
<li>HTML5 Local Storage</li>
<li>HTML5 Global Storage</li>
<li>HTML5 Database Storage via SQLite</li>
</ul>
</blockquote>
<p>Note that several of these aren&#8217;t HTML5 specific.  More than one of which isn&#8217;t cleared by just &#8220;erasing cookies&#8221;.</p>
<p>HTML5 does add a few new possibilities, but they are also by design as easy to control, monitor and restrict as your browser (or third-party add-on) will allow.  HTML5 storage mechanisms are bound to the host that created them making them easy to search/sift/manage as HTTP cookies.  Much worse are some of the more obscure cookie methods (Flash Cookies, various history hacks).  They don&#8217;t really provide any more of a privacy risk than what the browser already has been offering for the past decade.</p>
<h3>To Shut Up The Geolocaiton Conspiracy Theorists</h3>
<p>Before someone even attempts the &#8220;Geolocation API lets advertisers know my location&#8221; myth, lets get this out of the way.  The <a href="http://dev.w3.org/geo/api/spec-source.html#privacy_for_uas">specification</a> explicitly states:</p>
<blockquote cite="http://dev.w3.org/geo/api/spec-source.html#privacy_for_uas"><p>
User agents must not send location information to Web sites without the express permission of the user. User agents must acquire permission through a user interface, unless they have prearranged trust relationships with users, as described below. The user interface must include the URI of the document origin [DOCUMENTORIGIN]. Those permissions that are acquired through the user interface and that are preserved beyond the current browsing session (i.e. beyond the time when the browsing context [BROWSINGCONTEXT] is navigated to another URL) must be revocable and user agents must respect revoked permissions.</p>
<p>Some user agents will have prearranged trust relationships that do not require such user interfaces. For example, while a Web browser will present a user interface when a Web site performs a geolocation request, a VOIP telephone may not present any user interface when using location information to perform an E911 function.
</p></blockquote>
<p>To my knowledge no user agent implements Geolocation without complying with these specifications.  None.</p>
<h3>No HTML5 Needed For Fingerprinting</h3>
<p>Even if you do manage to wipe all the above storage locations, you&#8217;re still not untraceable.  Browser fingerprinting is the idea that just your system configuration makes you unique enough to be traceable.  This includes things like your browser version, platform, flash version, and various other bits of data plugins may additionally leak.  The EFF recently did a rather <a href="https://panopticlick.eff.org/">impressive study</a> to learn about the accuracy of this technique.  Computers with Flash and Java installed sport 18.8 bits of entropy and result in 94.2% of browsers being unique in the EFF study [<a href="https://panopticlick.eff.org/browser-uniqueness.pdf">cite</a>, pdf].  Of course their data was likely skewing towards more experienced web users who are more likely to have an assortment of customizations to their computer (specific plugins, more variety in web browsers, operating systems, fonts) than the average internet user.  I&#8217;d wager that their data downplays the effectiveness of this technique.</p>
<p>The idea that HTML5 is a privacy risk is FUD.  It doesn&#8217;t provide any worse security than anything else already out there.  It&#8217;s actually easier to counteract than what&#8217;s already being used since it&#8217;s handled by the browser.</p>
<h3>The Future</h3>
<p>I still believe all browsers out there can do a much better job of protecting privacy when it comes to local data storage for the purpose of tracking.  What I believe what needs to happen is web browsers need to start moving away from the &#8220;cookie manager&#8221; interfaces that are now a decade+ old and move towards a &#8220;my data management&#8221; interface that lets users view and delete more than just cookies.  It needs to encompass all the storage methods listed above as supported by the browser.  Hooks should also exist so that plug-ins that have data storage (like Flash) can also be dealt with using the same UI.</p>
<p>Additionally it needs to be possible to control retention policies per website.  For example I should be able to let Google storage persist indefinitely, Facebook for 2 weeks, and Yahoo for the length of my browser session should I wish.</p>
<p>My personal preference would be for a website to denote the longest storage time for any object on a webpage in the UI.  Clicking on it would give a breakdown of all hostnames that makeup the page, what they are storing and let the user select their own policy.  With 2 clicks I could then control my privacy on a granular level.  For example visiting <a href="http://www.safepasswd.com">SafePasswd.com</a> would give me a [6] in the UI.  Clicking would show me a panel this:</p>
<pre>
+------------------------------------------------------------------------------+
| My Data Settings for SafePasswd.com:                                         |
|                                                                              |
|  Host                        Longest Requested Lifespan    Your Choice       |
|                                                                              |
| *safepasswd.com              2 years                       [site default]    |
| googleads.g.doubleclick.net  6 years                       [browser session] |
|                                                                              |
|                                                                              |
|                                                       (Done)  (Cancel)       |
+------------------------------------------------------------------------------+
</pre>
<p>I could then override googleads.g.doubleclick.net to be for the browser session via the drop down if that&#8217;s what I wanted.  I could optionally forbid it from saving anything if that&#8217;s what I wanted.  I could optionally click-through for more detail or view the data to help me make my decision.  Perhaps this would also be a good place for P3P like data to be available.  One of the notable failures of P3P that impeded usage was it was never easy to view so it never caught on.</p>
<p>The browser would then remember I forbid googleads.g.doubleclick.net from storing data beyond my browser session.  This would apply to googleads.g.doubleclick.net regardless of what website it was used on.</p>
<p>This model works better than the &#8220;click to confirm cookie&#8221; model that only a handful of people on earth ever had the patience for.  It provides easy access to control and view information with minimal click-throughs.</p>
<p>It also makes a web page much more transparent to an end-user who could then easily see who they are interacting with when they visit one webpage with several ads, widgets, social media integration points etc.</p>
<p>One click to view data policies, two clicks to customize, three to save.</p>
<p>HTML5 is not a risk here.  The web moving to HTML5 is like going from the lawless land to a civilized society where structure and order rule.
<div id="rja_commentCountImage"><a href="http://robert.accettura.com/?p=4817#comments"><img src="http://robert.accettura.com/wp-content/commentCount/2010/10/7e6ff02.gif" alt="Comment Count" style="border:0;" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.accettura.com/blog/2010/10/11/on-html5-and-the-future-of-privacy/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Acid2 Featured On Wikipedia</title>
		<link>http://robert.accettura.com/blog/2009/04/28/acid2-featured-on-wikipedia/</link>
		<comments>http://robert.accettura.com/blog/2009/04/28/acid2-featured-on-wikipedia/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 01:46:40 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[acid2]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[featured article]]></category>
		<category><![CDATA[Wikipedia]]></category>

		<guid isPermaLink="false">http://robert.accettura.com/?p=2661</guid>
		<description><![CDATA[I just noticed that the Acid2 test is today&#8217;s featured article on Wikipedia. It is a well done article that even shows a timeline of when browsers became compliant and screenshots of various browsers status. The Acid3 article is also &#8230; <a href="http://robert.accettura.com/blog/2009/04/28/acid2-featured-on-wikipedia/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://robert.accettura.com/wp-content/uploads/2009/04/20090428_acid2_featured_on_wikipedia.gif" alt="Acid2 featured on wikipedia" title="Acid2 featured on wikipedia" width="604" height="452" class="size-full wp-image-2660 centered" /></p>
<p>I just noticed that the <a href="http://en.wikipedia.org/wiki/Acid2">Acid2 test</a> is today&#8217;s featured article on Wikipedia.  It is a well done article that even shows a timeline of when browsers became compliant and screenshots of various browsers status.  The <a href="http://en.wikipedia.org/wiki/Acid3">Acid3 article</a> is also rather good.
<div id="rja_commentCountImage"><a href="http://robert.accettura.com/?p=2661#comments"><img src="http://robert.accettura.com/wp-content/commentCount/2009/04/2417dc8.gif" alt="Comment Count" style="border:0;" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.accettura.com/blog/2009/04/28/acid2-featured-on-wikipedia/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Is IE8 Trident&#8217;s Last Stand?</title>
		<link>http://robert.accettura.com/blog/2009/03/10/is-ie8-tridents-last-stand/</link>
		<comments>http://robert.accettura.com/blog/2009/03/10/is-ie8-tridents-last-stand/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 01:05:26 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[gazelle]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[trident]]></category>
		<category><![CDATA[WebKit]]></category>

		<guid isPermaLink="false">http://robert.accettura.com/?p=2540</guid>
		<description><![CDATA[Randall C. Kennedy at InfoWorld wrote: IE8 is the last version of the Internet Explorer Web browser. At least, that&#8217;s what I&#8217;m hearing through the grapevine. It seems that Microsoft is preparing to throw in the towel on its Internet &#8230; <a href="http://robert.accettura.com/blog/2009/03/10/is-ie8-tridents-last-stand/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Randall C. Kennedy at InfoWorld <a href="http://weblog.infoworld.com/enterprisedesktop/archives/2009/03/is_version_8_th.html">wrote</a>:</p>
<blockquote cite="http://weblog.infoworld.com/enterprisedesktop/archives/2009/03/is_version_8_th.html"><p>
IE8 is the last version of the Internet Explorer Web browser. At least, that&#8217;s what I&#8217;m hearing through the grapevine. It seems that Microsoft is preparing to throw in the towel on its Internet Explorer engine once and for all.
</p></blockquote>
<p>There were rumors earlier this year that the IE team was <a href="http://robert.accettura.com/blog/2008/11/07/we-may-look-at-that/">looking at WebKit</a> a few months ago.  I said then and I still think that&#8217;s a real perilous approach considering the legacy they need to somehow support.  The other approach is to start over, something that&#8217;s <a href="http://weblog.infoworld.com/fatalexception/archives/2009/02/gazelle_the_bro.html">possibly on the works</a>.</p>
<p>Any truth to these claims?  I don&#8217;t know.  Though I&#8217;d be curious to see how Microsoft handles it&#8217;s customers who expect old applications to keep working and others who want Microsoft to catch up with progress.  I doubt they can go either way 100%.  Which way will they lean?  I think that&#8217;s anyone&#8217;s guess.
<div id="rja_commentCountImage"><a href="http://robert.accettura.com/?p=2540#comments"><img src="http://robert.accettura.com/wp-content/commentCount/2009/03/9657c1f.gif" alt="Comment Count" style="border:0;" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.accettura.com/blog/2009/03/10/is-ie8-tridents-last-stand/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Be More Secure With Your Data &amp; Identity</title>
		<link>http://robert.accettura.com/blog/2008/11/23/how-to-be-more-secure-with-your-data-identity/</link>
		<comments>http://robert.accettura.com/blog/2008/11/23/how-to-be-more-secure-with-your-data-identity/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 01:28:00 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[antivirus]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[im]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Phishing]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[wifi]]></category>

		<guid isPermaLink="false">http://robert.accettura.com/?p=2147</guid>
		<description><![CDATA[It&#8217;s amazing how on a daily basis there&#8217;s a story about someone&#8217;s identity or data being stolen, personal info being misused, or just getting screwed via the Internet. Most of the time it&#8217;s due to a complete lack of standards &#8230; <a href="http://robert.accettura.com/blog/2008/11/23/how-to-be-more-secure-with-your-data-identity/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s amazing how on a daily basis there&#8217;s a story about someone&#8217;s identity or data being stolen, personal info being misused, or just getting screwed via the Internet.  Most of the time it&#8217;s due to a complete lack of standards regarding how people treat their digital property and identity.  It&#8217;s the electronic equivalent of leaving your home and not locking the door.  Anyone can come in and take what they want.<br />
<span id="more-2147"></span></p>
<ol>
<li><strong>Use SSL When Available</strong> &#8211; Many sites offer SSL interfaces to make them more secure.  Sometimes it&#8217;s used by default, sometimes it&#8217;s not.  You can often test yourself by just changing the <code>http://</code> in the url to <code>https:</code>.  For example, you can do this for virtually all Google services including, <a href="https://docs.google.com">Google Docs</a>, <a href="https://mail.google.com">Gmail</a>, <a href="https://www.google.com/calendar">Google Calendar</a>, etc.  For Gmail there&#8217;s even an <a href="http://gmailblog.blogspot.com/2008/07/making-security-easier.html">option to force SSL</a>.  If you still haven&#8217;t enabled this, do so now.  Many non-Google products offer this too, for example <a href="https://www.meebo.com">Meebo</a>.</li>
<li><strong>Be Cautious Of Open Networks</strong> &#8211; Just because you see a WiFi hotspot doesn&#8217;t mean it&#8217;s safe.  It&#8217;s trivial for someone to sit in a coffee shop with a laptop and pretend to be free internet access.  Once someone connects they can essentially snoop on all that persons traffic.  Connect only to networks you know and only use services over a VPN or HTTPS so that your traffic isn&#8217;t in plain text.  To be extra cautious limit the amount of high risk activities you do on these networks (do your banking from home).</li>
<li><strong>Don&#8217;t Connect To The Internet Directly</strong> &#8211; Even if you have only one computer, it&#8217;s still advisable to have an access point between you and your internet connection.  Virtually all access points today provide decent firewall protection that will shield you from any of the horrors that exist on the internet.  Any NAT device will provide a degree of protection (though NAT isn&#8217;t a firewall replacement).  Access points can often be found for under $50 making this a very sound investment.  Yes there are software firewalls, but they have downsides.  The minimum is a hardware device between your computer and your broadband modem</li>
<li><strong>Use Encryption For Your Home WiFi</strong> &#8211; If you have a home wireless network, make sure you have encryption enabled and use it.  Ideally you should be using WPA2/AES since it&#8217;s the <a href="http://robert.accettura.com/blog/2008/11/06/wifi-wpa-encryption-partially-hacked/">most secure</a> at this point, though anything is better than nothing.  While sites you browse over HTTPS are encrypted, you still want the entire tunnel encrypted.  This does hurt performance slightly but most modern hardware (even the cheap stuff) is more than capable of handling this.  Odds are you run an 802.11g network and your wireless is way faster than your broadband anyway.  If you don&#8217;t have this enabled or don&#8217;t know how, check the manual, the manufacturer&#8217;s website or call tech support for help.  You should be doing this.</li>
<li><strong>Don&#8217;t Trust IM or Email For Confidential Information</strong> &#8211; IM and Email aren&#8217;t very secure mechanisms for sending information.  They should never be trusted for things like sending credit cards, social security numbers, medical information, etc.  If you ever see a merchant <a href="http://www.davidj.org/stories/222/Credit_Card_Information_Sent_Over_AOL_Instant_Messenger.html">using IM to process a credit card</a> (so they only need 1 terminal rather than one per location), pay cash or walk away.  Sadly it happens.  It&#8217;s perfectly fine for chatting with your friends, but not good for secure information.  It&#8217;s possible to encrypt email with PGP or GPG, and IM&#8217;s with OTR or an encryption certificate but they require both parties to utilize them and are somewhat technical in nature and therefore few actually use them.</li>
<li><strong>Only Download From Trusted Sources</strong> &#8211; Download only from trusted places. Download software only from the developer&#8217;s website, not just any place that has it.  Look for software at places like <a href="http://www.tucows.com/">Tucows</a>, <a href="http://fileforum.betanews.com/">FileForum</a>, <a href="http://www.download.com">download.com</a> (operated by my employer) and other well trusted download locations.  There&#8217;s a lot of hoax sites out there trying to distribute malware (malicious software).  Also be suspicious of anyone offering commercial software for free.</li>
<li><strong>Keep your AntiVirus Up To Date</strong> &#8211; Just installing AntiVirus software isn&#8217;t enough.  The program is useless unless you keep the virus definitions (the files which tell the software what is a virus and what isn&#8217;t) up to date.  All modern AntiVirus software does this automatically for the duration of the subscription.  When your subscription expires either upgrade to a new version or renew the subscription.  There are enough free AntiVirus solutions out there for Windows to make it inexcusable to not have protection.  For paid AntiVirus, Norton AntiVirus 2009 is pretty good (I use it and <a href="http://robert.accettura.com/blog/2008/10/13/norton-antivirus-2009/">reviewed it</a> myself).  So is <a href="http://www.kaspersky.com/">Kaspersky</a>.  <a href="http://www.avast.com/eng/download-avast-home.html">Avast</a> and <a href="http://free.avg.com/">AVG</a> would be my personal recommendations for free.</li>
<li><strong>Use AntiSpyware</strong> &#8211; AntiVirus products go a long way, but you&#8217;re much better off if you use an AntiSpyware product as well.  Many of them are free downloads, just make sure you get them from reputable places.  I&#8217;d recommend <a href="http://www.spybot.com/">Spybot S&#038;D</a>, <a href="http://www.lavasoft.com/single/trialpay.php">AdAware</a> and <a href="http://www.microsoft.com/windows/products/winfamily/defender/default.mspx">Windows Defender</a>.  Make sure to run the updater within the product at least once a week, and scan on occasion (weekly, biweekly, whatever).  Mac users don&#8217;t really need to do anything here as Spyware isn&#8217;t much of an issue thus far.</li>
<li><strong>Be Aware Of Phishing</strong> &#8211; Never open links in email unless you&#8217;re sure of its origin.  If your bank wants you to login and do something, visit the banks website by going to the site yourself rather than clicking on a suspicious link.  No business will ask you to verify your password.  Microsoft has some more <a href="http://www.microsoft.com/protect/yourself/phishing/identify.mspx">tips</a>.</li>
<li><strong>Use A Secure Browser</strong> &#8211; Firefox 3, IE 7+, Safari 3.2 all offer Phishing protection.  This isn&#8217;t perfect (nothing really is), but it can greatly reduce your chances of being a victim of a phishing attack.  Enough browsers support protection that you shouldn&#8217;t be browsing without it.  Firefox 3 also includes malware protection.  I have a Firefox bias though that doesn&#8217;t mean you can ignore this.  Use a modern browser with phishing protection.</li>
<li><strong>Secure Your Computer</strong> &#8211; If you have a laptop you should have a password when logging in.  If you don&#8217;t, correct this.  It&#8217;s easy to do on <a href="http://www.microsoft.com/windowsxp/using/setup/winxp/accounts.mspx">Windows</a> or <a href="http://support.apple.com/kb/HT1274">Mac OS X</a>.  This will at least stop dumb thieves, which are fairly numerous.  Even if your laptop never leaves your home this is still a good idea.  It&#8217;s not impossible for the cable guy, phone guy, refrigerator repair man, etc. to try and steal something like a laptop.  This is such a small step that can save you some trouble later on.</li>
<li><strong>Secure Your Cell Phone</strong> &#8211; It&#8217;s not going overboard to secure your cell phone.  If you&#8217;re like a growing number of people, your cell phone is a much more complicated device than it was just a few years ago.  It can contain a lot of data including phone numbers, your calendar, photos, browsing history, email, even financial data.  Just this week someone <a href="http://www.nydailynews.com/news/us_world/2008/11/22/2008-11-22_arkansas_man_sues_mcdonalds_over_nude_ph-2.html">sued</a> because they lost their cell phone, which happened to contain nude pictures that they claim were leaked online.  Most phones include the ability to add some form of a password or passcode.  The iPhone even has an option to wipe data after a certain number of unsuccessful attempts.  Securing this compact hard drive isn&#8217;t a bad idea.</li>
<li><strong>Don&#8217;t Put Things Online You May Regret</strong> &#8211; People who do this admittedly deserve what they get.  Posting information regarding your personal lows may work out to your advantage in the future.  Already 1 in 10 college admissions officers check social networking profiles according to <a href="http://www.kaplan.com/aboutkaplan/pressreleases/KaplanCAOSurveyResults.htm">Kaplan</a>.  When I graduated college in 2006 I could tell who actually looked at my job application by looking at the log files for this blog.  All but one or two potential employers went to Google to screen me.  In more than one case I actually used <code>tail -f</code> and watched them (live!) browsing this blog from their corporate network while they screened me over the phone.  Only one actually brought it up in an interview (and he said he was impressed by depth of my technical posts).  That was way back in 2006.  Employers and colleges are much more savvy now.  I get emails from headhunters constantly because of this blog.  Because of this I know it&#8217;s not scaremongering.  People out there really do use the Internet to screen strangers.  This is standard practice, especially if you&#8217;re under 30 (and more likely to have some digital trace online) or if you apply for a tech/internet job. </li>
<li><strong>Backup</strong> &#8211; Backing up is important.  Get an external hard drive and backup all data you care about on a routine basis.  I&#8217;d suggest at least once a week.  I&#8217;d also suggest having some sort of off-site backup for things you wouldn&#8217;t want to loose in the event of a fire or natural disaster (email, financial records, etc.).  You could use online services like Amazon&#8217;s S3, though make sure to use encryption, or the offline method of saving them to a disk and putting that disk either at a parents home, safe deposit box, etc.  Just make sure that disk is either encrypted or in a secure location where it won&#8217;t fall into the wrong hands.  A fireproof safe is another way to go though you&#8217;ll want to make sure you use a UL Class 125 safe rated for at least 1hr.  They can withstand fire and keep the internal climate at no more than 125°F and 80% humidity, suitable for magnetic media.  If it&#8217;s not UL tested make sure it&#8217;s suitable for the media you are trying to store for at least 1hr, preferably more.</li>
</ol>
<div id="rja_commentCountImage"><a href="http://robert.accettura.com/?p=2147#comments"><img src="http://robert.accettura.com/wp-content/commentCount/2008/11/0d73a25.gif" alt="Comment Count" style="border:0;" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.accettura.com/blog/2008/11/23/how-to-be-more-secure-with-your-data-identity/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Tab Impact On Total Time Spent</title>
		<link>http://robert.accettura.com/blog/2007/12/26/tab-impact-on-total-time-spent/</link>
		<comments>http://robert.accettura.com/blog/2007/12/26/tab-impact-on-total-time-spent/#comments</comments>
		<pubDate>Thu, 27 Dec 2007 01:44:24 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[ie7]]></category>
		<category><![CDATA[nielsen netratings]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[page views]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[Tabs]]></category>

		<guid isPermaLink="false">http://robert.accettura.com/archives/2007/12/26/tab-impact-on-total-time-spent/</guid>
		<description><![CDATA[As everyone in the industry knows, Nielsen/NetRatings no longer relies on page views instead preferring total time spent. This makes sense since ajax applications can have 1 page view, but keep a user for an hour. Not to mention other &#8230; <a href="http://robert.accettura.com/blog/2007/12/26/tab-impact-on-total-time-spent/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As everyone in the industry knows, Nielsen/NetRatings <a href="http://www.forbes.com/media/2007/07/10/internet-advertising-nielsen-biz-media-cx_lh_0710pageviews.html">no longer relies on page views</a> instead preferring total time spent.  This makes sense since ajax applications can have 1 page view, but keep a user for an hour.  Not to mention other things like video or Flash.  The use of time spent is likely much more accurate.  In my mind &#8220;time spent&#8221; is time actually spent on the site (I&#8217;m a literal guy).</p>
<p>This of course raises an interesting question.  How do tabs influence this metric?  Take the following situation as an example.  A user visits a home page, and opens a link in a new tab.  Then finds another link and opens it in a new [background] tab.  That&#8217;s 3 tabs in 1 visit (assume visit to be 30 minutes).</p>
<p>Before tabs, most browser sessions would look like this:<br />
<img src="http://robert.accettura.com/wp-content/uploads/2007/12/20071226_linear_pathing.png" alt="Linear Pathing" class="centered" /></p>
<p>There&#8217;s now an increasing number that will look like this (gray is a tab not in view):<br />
<img src="http://robert.accettura.com/wp-content/uploads/2007/12/20071226_tabbed_pathing.png" alt="Tabbed Pathing" class="centered" /></p>
<p>If we assume total time on the site is time between the first and last page, we potentially undercount the total time on sites that list information (for example Digg).  The total time to make those clicks could be &lt; 10 seconds, but the time spent reading those two page alone might be > 10 minutes.  Many tab power-users from what I&#8217;ve read around the web over the years essentially use them as a way to bookmark their &#8220;to read&#8221; list (including myself).  It also undercounts sites like Gmail which are ajax based (1 page) but can be used for several minutes.</p>
<p>If we use javascript to &#8220;ping&#8221; (call back by placing a tracker gif) the analytics service every x seconds to see if the page is still open, we potentially double count since a user can&#8217;t be in 3 tabs at once.  The clock would be counting 3 seconds for every 1 second the user is actually looking at the page.</p>
<p>This raises the question: are sites that are heavily used by Firefox, Safari, Opera and IE7 site underestimated or overestimated because of the way users browse the site?  How do you accurately tell how long a view is when a user can have multiple tabs?</p>
<p>Another example is someone who keeps their webmail open in a tab all afternoon for easy access.  They may only check it 1x measuring no more than 1 minute in actual attention.  But it&#8217;s open for 5 hrs.  What is the real time on the page?  You can measure my interaction (opening/closing mail).  But what if I&#8217;m reading an email for an hour (it&#8217;s a really complicated one)?  How does that compare to just leaving it open in the background?</p>
<p>This is really no different than using new windows, the difference being that most people seem to have found windows to be annoyance, while tabs are a &#8220;feature&#8221;.  The increase in usage and popularity in a time where visit length matters raises an interesting question.  How do you measure it?</p>
<p>One assumption is that it&#8217;s just a small percentage of the population, which is likely true.  The problem with this assumption is that it&#8217;s one subject to change as the browserscape matures and users learn about new features.  Another assumption is to just account for all time a page is open, even if it&#8217;s not visible.  The downside I see here is that it&#8217;s pretty inaccurate.  As a content producer I&#8217;d like to know if my content is used, or just loaded on a users computer.  If I were an advertiser I&#8217;d care even more.</p>
<p>I&#8217;m not sure how analytics firms approach this.  In a sense it&#8217;s similar to the &#8220;<a href="http://en.wikipedia.org/wiki/Web_analytics#The_hotel_problem">hotel problem</a>&#8220;.  Perhaps just something you need to decide upon and live with.
<div id="rja_commentCountImage"><a href="http://robert.accettura.com/archives/2007/12/26/tab-impact-on-total-time-spent/#comments"><img src="http://robert.accettura.com/wp-content/commentCount/2007/12/83e8ef5.gif" alt="Comment Count" style="border:0;" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.accettura.com/blog/2007/12/26/tab-impact-on-total-time-spent/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Firefox Tip: Don&#8217;t Let Websites Resize Your Browser Window</title>
		<link>http://robert.accettura.com/blog/2007/06/13/firefox-tip-dont-let-websites-resize-your-browser-window/</link>
		<comments>http://robert.accettura.com/blog/2007/06/13/firefox-tip-dont-let-websites-resize-your-browser-window/#comments</comments>
		<pubDate>Thu, 14 Jun 2007 02:19:40 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Firefox Tips]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[Resize]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[Window]]></category>

		<guid isPermaLink="false">http://robert.accettura.com/archives/2007/06/13/firefox-tip-don%e2%80%99t-let-websites-resize-your-browser-window/</guid>
		<description><![CDATA[Have a favorite website that still thinks its 1999? Resizes your browser window into a small awkward space? It can be annoying. You have that big display, and you should be able to use it. Thankfully you can prevent this. &#8230; <a href="http://robert.accettura.com/blog/2007/06/13/firefox-tip-dont-let-websites-resize-your-browser-window/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Have a favorite website that still thinks its 1999?  Resizes your browser window into a small awkward space?  It can be annoying.  You have that big display, and you should be able to use it.  Thankfully you can prevent this.  Just go into Tools-> Options and select the &#8220;Content&#8221; tab.  Then click on the &#8220;Advanced&#8221; button across from &#8220;Enable JavaScript&#8221;.  Uncheck the &#8220;Move or resize existing windows&#8221; checkbox.  Now you don’t have to deal with this.
<div id="rja_commentCountImage"><a href="http://robert.accettura.com/archives/2007/06/13/firefox-tip-don%e2%80%99t-let-websites-resize-your-browser-window/#comments"><img src="http://robert.accettura.com/wp-content/commentCount/2007/06/1f3202d.gif" alt="Comment Count" style="border:0;" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.accettura.com/blog/2007/06/13/firefox-tip-dont-let-websites-resize-your-browser-window/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Camino 1.5</title>
		<link>http://robert.accettura.com/blog/2007/06/05/camino-15/</link>
		<comments>http://robert.accettura.com/blog/2007/06/05/camino-15/#comments</comments>
		<pubDate>Wed, 06 Jun 2007 02:18:04 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[camino]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[gecko]]></category>

		<guid isPermaLink="false">http://robert.accettura.com/archives/2007/06/05/camino-15/</guid>
		<description><![CDATA[Camino 1.5 is out. It&#8217;s a great product for Mac users. Lets face it, the best browsers are on the Mac right now. Camino, Firefox, Safari, Shiira, and OmniWeb. All provide an excellent user experience. Camino is a great balance &#8230; <a href="http://robert.accettura.com/blog/2007/06/05/camino-15/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.caminobrowser.org/">Camino 1.5 is out</a>.  It&#8217;s a great product for Mac users.  Lets face it, the best browsers are on the Mac right now.  <a href="http://www.caminobrowser.org/">Camino</a>, <a href="http://www.getfirefox.com">Firefox</a>, <a href="http://www.apple.com/macosx/features/safari/">Safari</a>, <a href="http://shiira.jp/en.php">Shiira</a>, and <a href="http://www.omnigroup.com/applications/omniweb/">OmniWeb</a>.  All provide an excellent user experience.  Camino is a great balance between the Gecko rendering engine (which has the benefit of extra market share thanks to it&#8217;s cross platform nature and sibling Firefox&#8217;s efforts) and a smooth UI.  The obvious downside being the lack of extensions.
<div id="rja_commentCountImage"><a href="http://robert.accettura.com/archives/2007/06/05/camino-15/#comments"><img src="http://robert.accettura.com/wp-content/commentCount/2007/06/299fb21.gif" alt="Comment Count" style="border:0;" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.accettura.com/blog/2007/06/05/camino-15/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Webware 100</title>
		<link>http://robert.accettura.com/blog/2007/05/26/webware-100/</link>
		<comments>http://robert.accettura.com/blog/2007/05/26/webware-100/#comments</comments>
		<pubDate>Sat, 26 May 2007 17:38:13 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[webware]]></category>

		<guid isPermaLink="false">http://robert.accettura.com/archives/2007/05/26/webware-100/</guid>
		<description><![CDATA[Vote Firefox for the Webware 100. Tell your friends.]]></description>
			<content:encoded><![CDATA[<p>Vote Firefox for the <a href="http://www.webware.com/html/ww/100/2007/browsing.html">Webware 100</a>.  Tell your friends.
<div id="rja_commentCountImage"><a href="http://robert.accettura.com/archives/2007/05/26/webware-100/#comments"><img src="http://robert.accettura.com/wp-content/commentCount/2007/05/30c8e1c.gif" alt="Comment Count" style="border:0;" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.accettura.com/blog/2007/05/26/webware-100/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Confusing Cross Browser UI Design</title>
		<link>http://robert.accettura.com/blog/2005/12/15/confusing-cross-browser-ui-design/</link>
		<comments>http://robert.accettura.com/blog/2005/12/15/confusing-cross-browser-ui-design/#comments</comments>
		<pubDate>Thu, 15 Dec 2005 18:09:09 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[ie7]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[user-interface]]></category>

		<guid isPermaLink="false">http://robert.accettura.com/archives/2005/12/15/confusing-cross-browser-ui-design/</guid>
		<description><![CDATA[Most have heard by now that Internet Explorer is adopting the Firefox RSS icon to standardize and help users who hate having to remember what equivalent icons are. Of course this is great for users. Though I wish they were &#8230; <a href="http://robert.accettura.com/blog/2005/12/15/confusing-cross-browser-ui-design/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Most have heard by now that Internet Explorer is <a href="http://blogs.msdn.com/rssteam/archive/2005/12/14/503778.aspx">adopting</a> the Firefox RSS icon to standardize and help users who hate having to remember what equivalent icons are.  Of course this is <em>great</em> for users.  Though I wish they were a bit more consistent with their practices.  UI design cross browsers is important simply for security purposes (as I will demonstrate).  IE has apparently made some <a href="http://blogs.msdn.com/ie/archive/2005/11/21/495507.aspx">great strides</a> in combating Phishing.  What I disagree with, is how they implemented the UI.  I think it&#8217;s confusing, and could easily be fixed, should they decide to do so.</p>
<p>Their scheme essentially works by coloring the URL bar based on how suspicious the website is.  Known scammers get red, suspected get yellow, and a potential good site would be green.  This is obviously modeled after a traffic light.</p>
<p>What I dislike is how that can be confusing to the end user.  Right now, the colored URL bar technique is used by Firefox and Opera to distinguish a secure website (since it&#8217;s more obvious than the little lock).  Take a look at the little demo I have here:</p>
<h4><span style="color: green">Good Site</span> Opera 9</h4>
<p><a class="imagelink" href="http://robert.accettura.com/wp-content/uploads/2005/12/20051215_opera.png"><img class="centered" alt="Opera 7" src="http://robert.accettura.com/wp-content/uploads/2005/12/20051215_opera_sml.png" /></a></p>
<h4><span style="color: green">Good Site</span> Firefox 1.5</h4>
<p><a class="imagelink" href="http://robert.accettura.com/wp-content/uploads/2005/12/20051215_firefox.png"><img class="centered" alt="Firefox 1.5" src="http://robert.accettura.com/wp-content/uploads/2005/12/20051215_firefox_sml.png" /></a></p>
<h4><span style="color: red">Bad Site</span> Internet Explorer 7</h4>
<p><a class="imagelink" href="http://robert.accettura.com/wp-content/uploads/2005/12/20051215_explorer.png"><img class="centered" alt="Internet Explorer 7" src="http://robert.accettura.com/wp-content/uploads/2005/12/20051215_explorer_sml.png" /></a></p>
<p><small>Screenshot from <a href="http://blogs.msdn.com/ie/archive/2005/11/21/495507.aspx">IE Blog</a>.</small></p>
<p>For an end user, who doesn&#8217;t follow browser changes, and perhaps first encounters IE 7 at work, or in a public terminal.  Seeing the yellow bar is familiar.  We know that as being safe.  I think many wouldn&#8217;t even notice the &#8220;Suspicious Website&#8221; text on the right side.  The shield even looks a bit like the Lock icon in Firefox.  Very confusing.</p>
<p>My suggestion is to use another color, in particular, one that I call &#8220;orange&#8221;.  I release the color &#8220;orange&#8221; under a Public Domain License.  Anyone may use it, however they may wish, no need to credit me <img src='http://robert.accettura.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  (though I&#8217;d appreciate it).</p>
<h4><span style="color: red">Bad Site</span> Internet Explorer 7 + My Solution</h4>
<p><a class="imagelink" href="http://robert.accettura.com/wp-content/uploads/2005/12/20051215_explorer_fix.png"><img class="centered" alt="Internet Explorer 7" src="http://robert.accettura.com/wp-content/uploads/2005/12/20051215_explorer_fix_sml.png" /></a></p>
<p>This would distinguish the site as a possible fraudulent website, but still avoid using Yellow, which many users now view as &#8220;secure&#8221; aka &#8220;safe&#8221;.  This solution solves the problem of conflicting UI design between browsers.
<div id="rja_commentCountImage"><a href="http://robert.accettura.com/archives/2005/12/15/confusing-cross-browser-ui-design/#comments"><img src="http://robert.accettura.com/wp-content/commentCount/2005/12/a4300b0.gif" alt="Comment Count" style="border:0;" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.accettura.com/blog/2005/12/15/confusing-cross-browser-ui-design/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Browser-based attacks up</title>
		<link>http://robert.accettura.com/blog/2005/06/14/browser-based-attacks-up/</link>
		<comments>http://robert.accettura.com/blog/2005/06/14/browser-based-attacks-up/#comments</comments>
		<pubDate>Wed, 15 Jun 2005 04:01:00 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[attack]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://robert.accettura.com/archives/2005/06/14/browser-based-attacks-up/</guid>
		<description><![CDATA[An interesting article, that shows why using a better browser is an important way to keep your computer secure. Perhaps we need to tell these people to stop using IE and start using Firefox. Nudge, nudge, [elbow in the ribs]. &#8230; <a href="http://robert.accettura.com/blog/2005/06/14/browser-based-attacks-up/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>An <a href="http://news.com.com/Browser-based+attacks+increase+as+viruses+decrease/2100-7349_3-5747050.html?tag=nefd.top">interesting article</a>, that shows why using a better browser is an important way to keep your computer secure.  Perhaps we need to tell these people to stop using IE and start using Firefox.  Nudge, nudge, [elbow in the ribs].</p>
<p>First downloads were the big risk.  Then email became the big target.  Now it&#8217;s the browser.  What next?
<div id="rja_commentCountImage"><a href="http://robert.accettura.com/archives/2005/06/14/browser-based-attacks-up/#comments"><img src="http://robert.accettura.com/wp-content/commentCount/2005/06/f1c1592.gif" alt="Comment Count" style="border:0;" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.accettura.com/blog/2005/06/14/browser-based-attacks-up/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

