<?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>gHacks technology news &#187; id</title>
	<atom:link href="http://www.ghacks.net/tag/id/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 23:31:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Log in to websites with your site&#8217;s URL as your OpenID</title>
		<link>http://www.ghacks.net/2009/07/17/log-into-websites-with-your-sites-url-and-openid/</link>
		<comments>http://www.ghacks.net/2009/07/17/log-into-websites-with-your-sites-url-and-openid/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 11:12:56 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[The Web]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[authorisation]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[id]]></category>
		<category><![CDATA[my open id]]></category>
		<category><![CDATA[myopenid]]></category>
		<category><![CDATA[openid]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[username]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=14457</guid>
		<description><![CDATA[A few years ago, Martin covered OpenID, an open authentication system. Since then, it has become increasingly popular and a wide range of sites, from AOL to LiveJournal provide OpenIDs, and OpenID login is also quite common. OpenID is particularly popular for blog comments, with Blogger now integrating support for it.
An OpenID is an URL. [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/07/openid-300x267.gif" alt="OpenID" width="300" height="267" class="alignleft size-thumbnail wp-image-14481" /><a href="http://www.ghacks.net/2007/05/30/avoid-multiple-login-names-with-openid/">A few years ago, Martin covered OpenID,</a> an open authentication system. Since then, it has become increasingly popular and a wide range of sites, from AOL to LiveJournal provide OpenIDs, and OpenID login is also quite common. OpenID is particularly popular for blog comments, with Blogger now integrating support for it.</p>
<p>An OpenID is an URL. However, using an URL like http://computerjoe.myopenid.com/ to log-in and post comments with just doesn&#8217;t look sophisticated. I much prefer to use my own blog&#8217;s URL to post comments and log-in; it pumps traffic to my blog and frankly just looks better.</p>
<p>Whilst you could run your own OpenID identity server to do this, this takes quite a bit of expertise to set-up and whilst it is probably more secure, it isn&#8217;t needed in my opinion.</p>
<p><span id="more-14457"></span>It is possible to use a any identity server with your website&#8217;s URL. I personally use <a href="http://myopenid.com">MyOpenID</a>, but I log in to sites with joeanderson.co.uk/blog; not  with computerjoe.myopenid.com.</p>
<p>This can be done by simply adding a few lines of HTML to your website&#8217;s &lt;head&gt;.</p>
<p>For example, I put </p>
<p>&lt;link rel=”openid.server” href=”http://www.myopenid.com/server” /&gt;<br />
&lt;link rel=”openid.delegate” href=”http://computerjoe.myopenid.com” /&gt;</p>
<p>Naturally, these have to be modified depending on your username and server, but the provider should provider the information.</p>
<p>There are several benefits using this type of OpenID identificatin. The main one is that it just looks better but the most practical one is probably that it allows you to change provider whilst keeping the same log on. So, if I suddenly decide not to use MyOpenID, I can change to any other provider but my URL remains the same.</p>

	Tags: <a href="http://www.ghacks.net/tag/authentication/" title="authentication" rel="tag">authentication</a>, <a href="http://www.ghacks.net/tag/authorisation/" title="authorisation" rel="tag">authorisation</a>, <a href="http://www.ghacks.net/tag/html/" title="html" rel="tag">html</a>, <a href="http://www.ghacks.net/tag/id/" title="id" rel="tag">id</a>, <a href="http://www.ghacks.net/tag/my-open-id/" title="my open id" rel="tag">my open id</a>, <a href="http://www.ghacks.net/tag/myopenid/" title="myopenid" rel="tag">myopenid</a>, <a href="http://www.ghacks.net/tag/openid/" title="openid" rel="tag">openid</a>, <a href="http://www.ghacks.net/tag/passwords/" title="passwords" rel="tag">passwords</a>, <a href="http://www.ghacks.net/tag/security/" title="Security" rel="tag">Security</a>, <a href="http://www.ghacks.net/tag/username/" title="username" rel="tag">username</a>, <a href="http://www.ghacks.net/tag/web/" title="web" rel="tag">web</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2007/05/30/avoid-multiple-login-names-with-openid/" title="Avoid multiple login names with OpenID (May 30, 2007)">Avoid multiple login names with OpenID</a> (3)</li>
	<li><a href="http://www.ghacks.net/2006/05/27/ultra-high-security-password-generator/" title="Ultra High Security Password Generator (May 27, 2006)">Ultra High Security Password Generator</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/01/15/remove-stored-net-user-names-and-passwords/" title="Remove Stored .Net User Names and Passwords (January 15, 2008)">Remove Stored .Net User Names and Passwords</a> (2)</li>
	<li><a href="http://www.ghacks.net/2006/04/04/password-recovery-speeds/" title="Password Recovery Speeds (April 4, 2006)">Password Recovery Speeds</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/07/01/password-recovery-questions-make-online-accounts-vulnerable/" title="Password Recovery Questions Make Online Accounts Vulnerable (July 1, 2009)">Password Recovery Questions Make Online Accounts Vulnerable</a> (10)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/07/17/log-into-websites-with-your-sites-url-and-openid/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>ID Card Photo Printing</title>
		<link>http://www.ghacks.net/2009/03/10/id-card-photo-printing/</link>
		<comments>http://www.ghacks.net/2009/03/10/id-card-photo-printing/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 12:10:02 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[id]]></category>
		<category><![CDATA[id card]]></category>
		<category><![CDATA[id card photo]]></category>
		<category><![CDATA[id printing]]></category>
		<category><![CDATA[photo printing]]></category>
		<category><![CDATA[print photos]]></category>
		<category><![CDATA[printer]]></category>
		<category><![CDATA[printing]]></category>
		<category><![CDATA[printing software]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=11068</guid>
		<description><![CDATA[ID card photo printing refers to the process of printing a number of photos in ID card format on a local printer. The ID photo has to be on the computer system and can be loaded directly into the ID card photo printing software. Once the photo has been loaded it is possible to select [...]]]></description>
			<content:encoded><![CDATA[<p>ID card photo printing refers to the process of printing a number of photos in ID card format on a local printer. The ID photo has to be on the computer system and can be loaded directly into the ID card photo printing software. Once the photo has been loaded it is possible to select the number of photos per page that shall be printed. The maximum number of photos per page is 30.</p>
<p>A click on the Print Now button will send the print job to the local printer so that the ID card photo can be printed the selected amount of times on the page.</p>
<p>There is not anything special about this printing software and the same effect could be initiated by almost any software that can display images and provide printing possibilities. The main advantage of using ID card photo printing software is the ease of use. It does not take longer than a few seconds to start the <a href="http://www.ghacks.net/2008/12/11/how-to-deal-with-stuck-print-jobs/">print job</a> whereas it usually takes longer to do the same in non-specialized software programs.</p>
<p><span id="more-11068"></span><img src="http://www.ghacks.net/wp-content/uploads/2009/03/id_card_photo.gif" alt="id card photo" title="id card photo" width="361" height="343" class="alignnone size-full wp-image-11069" /></p>
<p>ID Card Photo is compatible with most versions and editions of the Microsoft Windows operating system. It can be <a href="http://www.kcsoftwares.com/index.php?idps">downloaded</a> directly from the developer&#8217;s website and requires that at least one printer is installed on the computer system.</p>

	Tags: <a href="http://www.ghacks.net/tag/id/" title="id" rel="tag">id</a>, <a href="http://www.ghacks.net/tag/id-card/" title="id card" rel="tag">id card</a>, <a href="http://www.ghacks.net/tag/id-card-photo/" title="id card photo" rel="tag">id card photo</a>, <a href="http://www.ghacks.net/tag/id-printing/" title="id printing" rel="tag">id printing</a>, <a href="http://www.ghacks.net/tag/photo-printing/" title="photo printing" rel="tag">photo printing</a>, <a href="http://www.ghacks.net/tag/print-photos/" title="print photos" rel="tag">print photos</a>, <a href="http://www.ghacks.net/tag/printer/" title="printer" rel="tag">printer</a>, <a href="http://www.ghacks.net/tag/printing/" title="printing" rel="tag">printing</a>, <a href="http://www.ghacks.net/tag/printing-software/" title="printing software" rel="tag">printing software</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2007/11/27/send-print-jobs-over-the-internet/" title="Send Print jobs over the Internet (November 27, 2007)">Send Print jobs over the Internet</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/10/29/photo-cropping-with-jpegcrops/" title="Photo Cropping With JPEGCrops (October 29, 2008)">Photo Cropping With JPEGCrops</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/05/24/hp-smart-web-printing/" title="HP Smart Web Printing (May 24, 2008)">HP Smart Web Printing</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/08/07/eco-friendly-printer-riti-suggests-coffee-and-tea-instead-of-ink/" title="Eco-Friendly Printer RiTi Suggests Coffee And Tea Instead Of Ink (August 7, 2009)">Eco-Friendly Printer RiTi Suggests Coffee And Tea Instead Of Ink</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/07/03/cd-and-dvd-printing-software-dvd-print/" title="CD And DVD Printing Software DVD Print (July 3, 2009)">CD And DVD Printing Software DVD Print</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/03/10/id-card-photo-printing/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Another Story From The Land Where Everything Is Possible</title>
		<link>http://www.ghacks.net/2009/02/06/another-story-from-the-land-where-everything-is-possible/</link>
		<comments>http://www.ghacks.net/2009/02/06/another-story-from-the-land-where-everything-is-possible/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 14:03:13 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[biometric id]]></category>
		<category><![CDATA[biometric passport]]></category>
		<category><![CDATA[great britain]]></category>
		<category><![CDATA[id]]></category>
		<category><![CDATA[id cards]]></category>
		<category><![CDATA[identity minister]]></category>
		<category><![CDATA[meg hillier]]></category>
		<category><![CDATA[united kingdom]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2009/02/06/another-story-from-the-land-where-everything-is-possible/</guid>
		<description><![CDATA[The favorite country for funny tech stories has to be the United Kingdom. Government officials seem to lose confidential data all the time, be it in front of pubs or by selling it on eBay. Well, the next too good to be true story is that they spend 4.7 Billion British Pounds for new biometric [...]]]></description>
			<content:encoded><![CDATA[<p>The favorite country for funny tech stories has to be the United Kingdom. Government officials seem to lose confidential data all the time, be it in front of pubs or by selling it on eBay. Well, the next too good to be true story is that they spend 4.7 Billion British Pounds for new biometric identity cards that contain additional information about every citizen like fingerprints, facial scans. The funny part of the story begins now.</p>
<p>There is not a single card reader in Great Britain &#8211; with the exception of prototypes probably &#8211; that can read the new cards. This essentially means 4.7 Billion pounds well spend on a piece of plastic that does not serve any other purpose than a standard old fashioned ID. One would think that the production of card readers would be set to the highest priority. This is seemingly not the case as Identify Minister Meg Hillier mentioned that &#8220;there&#8217;s no prospect in the immediate future for the government directing anybody [...] to buy those things&#8221;.</p>
<p>Minister Hillier did point out that the British government will not direct anybody to purchase card readers in the near future. They do expect on the other hand that organizations will start buying card readers once a critical mass has been reached.</p>
<p><span id="more-10369"></span>via <a href="http://www.dailytech.com/66B+British+ID+Program+Has+No+Card+Readers/article14175.htm">Dailytech</a></p>

	Tags: <a href="http://www.ghacks.net/tag/biometric-id/" title="biometric id" rel="tag">biometric id</a>, <a href="http://www.ghacks.net/tag/biometric-passport/" title="biometric passport" rel="tag">biometric passport</a>, <a href="http://www.ghacks.net/tag/great-britain/" title="great britain" rel="tag">great britain</a>, <a href="http://www.ghacks.net/tag/id/" title="id" rel="tag">id</a>, <a href="http://www.ghacks.net/tag/id-cards/" title="id cards" rel="tag">id cards</a>, <a href="http://www.ghacks.net/tag/identity-minister/" title="identity minister" rel="tag">identity minister</a>, <a href="http://www.ghacks.net/tag/meg-hillier/" title="meg hillier" rel="tag">meg hillier</a>, <a href="http://www.ghacks.net/tag/united-kingdom/" title="united kingdom" rel="tag">united kingdom</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/11/03/another-usb-stick-with-important-data-lost-in-the-uk/" title="Another USB Stick With Important Data Lost In The UK (November 3, 2008)">Another USB Stick With Important Data Lost In The UK</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/07/28/you-are-sharing-files/" title="You Are Sharing Files (July 28, 2008)">You Are Sharing Files</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/04/12/uk-sensitive-information-need-we-say-more/" title="UK. Sensitive Information. Need We Say More? (April 12, 2009)">UK. Sensitive Information. Need We Say More?</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/09/30/the-brits-surely-know-how-to-spread-confidential-data/" title="The Brits Surely Know How To Spread Confidential Data (September 30, 2008)">The Brits Surely Know How To Spread Confidential Data</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/07/24/next-round-in-uk-filesharing-madness/" title="Next Round In UK Filesharing Madness (July 24, 2008)">Next Round In UK Filesharing Madness</a> (5)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/02/06/another-story-from-the-land-where-everything-is-possible/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
