<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Vcard Generator</title>
	<atom:link href="http://mcloide.wordpress.com/2008/09/17/vcard-generator/feed/" rel="self" type="application/rss+xml" />
	<link>http://mcloide.wordpress.com/2008/09/17/vcard-generator/</link>
	<description>All about PHP, Javascript, concepts and development</description>
	<lastBuildDate>Thu, 05 Nov 2009 14:13:53 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mcloide</title>
		<link>http://mcloide.wordpress.com/2008/09/17/vcard-generator/#comment-700</link>
		<dc:creator>mcloide</dc:creator>
		<pubDate>Sat, 31 Oct 2009 22:56:07 +0000</pubDate>
		<guid isPermaLink="false">http://mcloide.wordpress.com/?p=114#comment-700</guid>
		<description>Great work. Clean and it will create a vCard with all data necessary. :D</description>
		<content:encoded><![CDATA[<p>Great work. Clean and it will create a vCard with all data necessary. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iyad</title>
		<link>http://mcloide.wordpress.com/2008/09/17/vcard-generator/#comment-699</link>
		<dc:creator>Iyad</dc:creator>
		<pubDate>Sat, 31 Oct 2009 17:43:49 +0000</pubDate>
		<guid isPermaLink="false">http://mcloide.wordpress.com/?p=114#comment-699</guid>
		<description>Just completed developing my online vCard generator. It was a very easy job. :)

You can check it out here:
http://vcardmaker.com/

Full vCard specs here:
http://tools.ietf.org/html/rfc2426</description>
		<content:encoded><![CDATA[<p>Just completed developing my online vCard generator. It was a very easy job. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>You can check it out here:<br />
<a href="http://vcardmaker.com/" rel="nofollow">http://vcardmaker.com/</a></p>
<p>Full vCard specs here:<br />
<a href="http://tools.ietf.org/html/rfc2426" rel="nofollow">http://tools.ietf.org/html/rfc2426</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mcloide</title>
		<link>http://mcloide.wordpress.com/2008/09/17/vcard-generator/#comment-515</link>
		<dc:creator>mcloide</dc:creator>
		<pubDate>Mon, 06 Jul 2009 12:57:30 +0000</pubDate>
		<guid isPermaLink="false">http://mcloide.wordpress.com/?p=114#comment-515</guid>
		<description>Just one thing, I have forgot that you where talking about a SMS. I&#039;m not sure that you can use a SMS for that, but my suggestion would be to you send a link through a SMS where it would automatically generate a VCard for the user to read or download.</description>
		<content:encoded><![CDATA[<p>Just one thing, I have forgot that you where talking about a SMS. I&#8217;m not sure that you can use a SMS for that, but my suggestion would be to you send a link through a SMS where it would automatically generate a VCard for the user to read or download.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mcloide</title>
		<link>http://mcloide.wordpress.com/2008/09/17/vcard-generator/#comment-514</link>
		<dc:creator>mcloide</dc:creator>
		<pubDate>Mon, 06 Jul 2009 12:55:47 +0000</pubDate>
		<guid isPermaLink="false">http://mcloide.wordpress.com/?p=114#comment-514</guid>
		<description>I must admit that I have never done this before, but I have seen some stuff working. For instance if you have a website that have a Vcard, some smart phones use the Vcard fields to be able to allow a user to click and call or click and send an email, etc.

Anyway, I have checked some information and by what I have learned, looks like the construction of the VCard is just like any other one, but the phone must support VCard reading. I guess every smart phone, windows based, Blackberry or Google will be able to read that.

Anyway, check this forum post, it does have some clues: http://betalabs.nokia.com/forum/topic/1201</description>
		<content:encoded><![CDATA[<p>I must admit that I have never done this before, but I have seen some stuff working. For instance if you have a website that have a Vcard, some smart phones use the Vcard fields to be able to allow a user to click and call or click and send an email, etc.</p>
<p>Anyway, I have checked some information and by what I have learned, looks like the construction of the VCard is just like any other one, but the phone must support VCard reading. I guess every smart phone, windows based, Blackberry or Google will be able to read that.</p>
<p>Anyway, check this forum post, it does have some clues: <a href="http://betalabs.nokia.com/forum/topic/1201" rel="nofollow">http://betalabs.nokia.com/forum/topic/1201</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dewteks</title>
		<link>http://mcloide.wordpress.com/2008/09/17/vcard-generator/#comment-504</link>
		<dc:creator>dewteks</dc:creator>
		<pubDate>Sat, 04 Jul 2009 16:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://mcloide.wordpress.com/?p=114#comment-504</guid>
		<description>please what if i need to send the vcard as SMS to a phone, how do i go about it.

I can send regular text SMS from my PHP website to phone but i need to be able to send Vcards also.
Thanks in advance for your response</description>
		<content:encoded><![CDATA[<p>please what if i need to send the vcard as SMS to a phone, how do i go about it.</p>
<p>I can send regular text SMS from my PHP website to phone but i need to be able to send Vcards also.<br />
Thanks in advance for your response</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mcloide</title>
		<link>http://mcloide.wordpress.com/2008/09/17/vcard-generator/#comment-273</link>
		<dc:creator>mcloide</dc:creator>
		<pubDate>Tue, 07 Apr 2009 15:30:21 +0000</pubDate>
		<guid isPermaLink="false">http://mcloide.wordpress.com/?p=114#comment-273</guid>
		<description>When I created I haven&#039;t heard about photo, so your Vcard article is pretty good. Thanks for the info.</description>
		<content:encoded><![CDATA[<p>When I created I haven&#8217;t heard about photo, so your Vcard article is pretty good. Thanks for the info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: smartdev</title>
		<link>http://mcloide.wordpress.com/2008/09/17/vcard-generator/#comment-270</link>
		<dc:creator>smartdev</dc:creator>
		<pubDate>Mon, 06 Apr 2009 14:03:41 +0000</pubDate>
		<guid isPermaLink="false">http://mcloide.wordpress.com/?p=114#comment-270</guid>
		<description>Nice article! I found it very useful! But I also needed to add a image to my vCard file. You can find out how I did it here: http://smartdev.wordpress.com/2009/04/06/how-to-generate-a-vcard-file/</description>
		<content:encoded><![CDATA[<p>Nice article! I found it very useful! But I also needed to add a image to my vCard file. You can find out how I did it here: <a href="http://smartdev.wordpress.com/2009/04/06/how-to-generate-a-vcard-file/" rel="nofollow">http://smartdev.wordpress.com/2009/04/06/how-to-generate-a-vcard-file/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
