<?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/"
	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>Da 0 ad iPhone</title>
	<atom:link href="http://iphonecodes.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://iphonecodes.wordpress.com</link>
	<description>Appunti di viaggio</description>
	<lastBuildDate>Fri, 27 Jun 2008 12:03:00 +0000</lastBuildDate>
	<language>it</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='iphonecodes.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Da 0 ad iPhone</title>
		<link>http://iphonecodes.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://iphonecodes.wordpress.com/osd.xml" title="Da 0 ad iPhone" />
	<atom:link rel='hub' href='http://iphonecodes.wordpress.com/?pushpress=hub'/>
		<item>
		<title>WAP e iPhone (ovvero internet ed MMS in Italia)</title>
		<link>http://iphonecodes.wordpress.com/2008/04/15/wap-e-iphone-ovvero-internet-ed-mms-in-italia/</link>
		<comments>http://iphonecodes.wordpress.com/2008/04/15/wap-e-iphone-ovvero-internet-ed-mms-in-italia/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 22:23:49 +0000</pubDate>
		<dc:creator>UALR</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[configurazioni]]></category>
		<category><![CDATA[mms]]></category>
		<category><![CDATA[wap]]></category>

		<guid isPermaLink="false">http://iphonecodes.wordpress.com/?p=9</guid>
		<description><![CDATA[Butto giù questi appunti per fare un piacere a Jekrom e anche ad un collega , sperando che le configurazioni funzionino a loro come a me ma non si tirino i dietro i grattacapi che TIM non mi ha ancora risolto! NB: si presuppone la presenza di un firmare 1.1.4 e i dati in rosso [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iphonecodes.wordpress.com&amp;blog=3374823&amp;post=9&amp;subd=iphonecodes&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Butto giù questi appunti per fare un piacere a Jekrom e anche ad un collega <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  , sperando che le configurazioni funzionino a loro come a me ma non si tirino i dietro i grattacapi che TIM non mi ha ancora risolto!</p>
<p><strong><span style="color:#ff0000;"><em>NB: si presuppone la presenza di un firmare 1.1.4 e i dati in rosso valgono per TIM; più sotto son presenti quelli per Vodafone</em></span></strong></p>
<p><strong>1. configurazione WAP</strong> (<em>comunque necessaria!</em>)</p>
<p>tools: <em>OpenSSH</em></p>
<p>- Creare un nuovo file  di testo chiamato <em>proxy.pac</em> con il seguente testo:</p>
<p><em> function FindProxyForURL(url, host) {<br />
if (isInNet(myIpAddress(), &#8220;10.0.0.0&#8243;, &#8220;255.0.0.0&#8243;))<br />
return &#8220;PROXY <strong><span style="color:#ff0000;">213.26.205.1:8080</span></strong>&#8220;;<br />
else<br />
return &#8220;DIRECT&#8221;;<br />
}</em></p>
<p>E salvarlo in /private/var/root nell’iPhone (es. inserendo, nella finestra del <em>Terminale</em> su Macintosh la stringa:</p>
<p><em>scp ./proxy.pac root@[%INDIRIZZO_DELL'_IPHONE%]:/private/var/root/</em></p>
<p>una volta posizionati nella cartella in cui è presente <em>proxy.pac</em> e poi con la password di root &#8211; <strong><em>alpine</em></strong>)</p>
<p>- Modificare il file <em>/private/var/preferences/SystemConfiguration/preferences.plist</em> aggiungendo la parte in grassetto e i dati in rosso sono per TIM; quelli per Vodafone seguono sotto.</p>
<p style="padding-left:30px;"><em>&lt;dict&gt;<br />
&lt;key&gt;Interface&lt;/key&gt;<br />
&lt;dict&gt;<br />
&lt;key&gt;DeviceName&lt;/key&gt;<br />
&lt;string&gt;ip1&lt;/string&gt;<br />
&lt;key&gt;Hardware&lt;/key&gt;<br />
&lt;string&gt;com.apple.CommCenter&lt;/string&gt;<br />
&lt;key&gt;Type&lt;/key&gt;<br />
&lt;string&gt;com.apple.CommCenter&lt;/string&gt;<br />
&lt;/dict&gt;</em><br />
<span style="color:#0000ff;"> <span style="color:#000000;"><strong>&lt;key&gt;Proxies&lt;/key&gt;<br />
&lt;dict&gt;<br />
&lt;key&gt;ProxyAutoConfigEnable&lt;/key&gt;<br />
&lt;integer&gt;1&lt;/integer&gt;<br />
&lt;key&gt;ProxyAutoConfigURLString&lt;/key&gt;<br />
&lt;string&gt;file:///private/var/root/proxy.pac&lt;/string&gt;<br />
&lt;/dict&gt;</strong></span><br />
</span> <em>&lt;key&gt;com.apple.CommCenter&lt;/key&gt;<br />
&lt;dict&gt;<br />
&lt;key&gt;AllowNetworkAccess&lt;/key&gt;<br />
&lt;integer&gt;1&lt;/integer&gt;<br />
&lt;key&gt;Available&lt;/key&gt;<br />
&lt;integer&gt;1&lt;/integer&gt;<br />
&lt;key&gt;Setup&lt;/key&gt;<br />
&lt;dict&gt;<br />
&lt;key&gt;apn&lt;/key&gt;<br />
&lt;string&gt;</em><span style="color:#ff0000;"><strong>wap.tim.it</strong></span><em>&lt;/string&gt;<br />
&lt;key&gt;password&lt;/key&gt;<br />
&lt;string&gt;</em><span style="color:#ff0000;"><strong>WAPTIM</strong></span><em>&lt;/string&gt;<br />
&lt;key&gt;username&lt;/key&gt;<br />
&lt;string&gt;</em><span style="color:#ff0000;"><strong>WAPTIM</strong></span><em>&lt;/string&gt;<br />
&lt;/dict&gt;<br />
&lt;key&gt;Version&lt;/key&gt;<br />
&lt;integer&gt;1&lt;/integer&gt;<br />
&lt;/dict&gt;<br />
&lt;/dict&gt;</em></p>
<p><span style="font-family:'Lucida Grande';"><em>PS: Per Vodafone invece vanno inseriti nell&#8217;ordine i seguenti dati al posto di quelli in rosso:</em></span></p>
<p><em><strong><span style="font-weight:normal;">IP PROXY: </span><span style="color:#ff0000;">10.128.201.76:80</span><br />
</strong></em><span style="font-family:'Lucida Grande';"><em>apn:<strong> <span style="color:#ff0000;">wap.omnitel.it</span><br />
<span style="font-weight:normal;">password:</span> <span style="color:#999999;">[vuoto]</span><br />
<span style="font-weight:normal;">username:</span> <span style="color:#999999;">[vuoto]</span></strong></em></span></p>
<p><strong>2. configurazione MMS</strong></p>
<p>tools: <em>SwirlyMMS</em></p>
<p>Andare in  Settings di SwirlyMMS ed inserire i seguenti dati:</p>
<p style="padding-left:30px;"><strong>MMSC:</strong><span style="font-size:x-small;"><strong> </strong></span><strong><span style="color:#ff0000;"><span style="color:#ff0000;">mms.tim.it/servlets/mms:80</span></span></strong><br />
<span style="font-style:normal;"><strong> Proxy</strong></span><strong>: </strong><span style="color:#ff0000;"><strong>213.230.130.89</strong></span><br />
<span style="color:#000000;"><strong>APN: </strong></span><strong><span style="color:#ff0000;"><span style="font-style:normal;">mms.tim.it</span><br />
<span style="color:#000000;">(lasciare il campo username e password vuoti)</span></span></strong></p>
<p>Cliccare su <strong>Save</strong> in alto a sinistra e poi su <strong>Back</strong>.<br />
Adesso è sufficiente disabilitare l’uso del wifi per spedire MMS <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><em>PS: Per Vodafone invece vanno inseriti nell&#8217;ordine i seguenti dati al posto di quelli in rosso:</em></p>
<p style="padding-left:30px;"><em>MMSC:<span style="color:#ff0000;"><span style="color:#ff0000;"><strong>mms.vodafone.it/servlets/mms:80</strong></span></span><br />
Proxy: <span style="color:#ff0000;"><strong>010.128.224.010</strong></span><br />
APN: <span style="color:#ff0000;"><strong>mms.vodafone.it</strong></span><br />
(lasciare il campo username e password vuoti)</em></p>
<p><em>(dati presi da <a title="iPhoneItalia" href="http://www.iphoneitalia.com/iphone-e-internet-le-migliori-offerte-per-navigare-a-basso-costo-440.html" target="_blank">iPhoneItalia</a> e <a title="Cellularmania" href="http://cellularmania.wordpress.com/2008/01/19/settaggi-timvodafonewind3-x-mms-con-la-nuova-applicazione-swirlymms-version-022/" target="_blank">Cellularmania</a>)</em></p>
<p><em> </em></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/iphonecodes.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/iphonecodes.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/iphonecodes.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/iphonecodes.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/iphonecodes.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/iphonecodes.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/iphonecodes.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/iphonecodes.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/iphonecodes.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/iphonecodes.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/iphonecodes.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/iphonecodes.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/iphonecodes.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/iphonecodes.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/iphonecodes.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/iphonecodes.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iphonecodes.wordpress.com&amp;blog=3374823&amp;post=9&amp;subd=iphonecodes&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://iphonecodes.wordpress.com/2008/04/15/wap-e-iphone-ovvero-internet-ed-mms-in-italia/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7392ccdc455ca2a99bcb37ad8b14554f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">UALR</media:title>
		</media:content>
	</item>
		<item>
		<title>Post-Elezioni</title>
		<link>http://iphonecodes.wordpress.com/2008/04/15/post-elezioni/</link>
		<comments>http://iphonecodes.wordpress.com/2008/04/15/post-elezioni/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 10:03:35 +0000</pubDate>
		<dc:creator>jekrom</dc:creator>
				<category><![CDATA[Generale]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://iphonecodes.wordpress.com/?p=21</guid>
		<description><![CDATA[Evito di commentare l&#8217;esito delle elezioni e vi dico solo che ho messo online l&#8217;ottavo tutorial ed ora anche il nono<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iphonecodes.wordpress.com&amp;blog=3374823&amp;post=21&amp;subd=iphonecodes&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Evito di commentare l&#8217;esito delle elezioni e vi dico solo che ho messo online l&#8217;ottavo tutorial <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  ed ora anche il nono <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/iphonecodes.wordpress.com/21/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/iphonecodes.wordpress.com/21/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/iphonecodes.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/iphonecodes.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/iphonecodes.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/iphonecodes.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/iphonecodes.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/iphonecodes.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/iphonecodes.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/iphonecodes.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/iphonecodes.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/iphonecodes.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/iphonecodes.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/iphonecodes.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/iphonecodes.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/iphonecodes.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iphonecodes.wordpress.com&amp;blog=3374823&amp;post=21&amp;subd=iphonecodes&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://iphonecodes.wordpress.com/2008/04/15/post-elezioni/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/77164e9ac410747bc7af9d62910135b0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jekrom</media:title>
		</media:content>
	</item>
		<item>
		<title>xcodeitalia apre i battenti</title>
		<link>http://iphonecodes.wordpress.com/2008/04/14/xcodeitalia-apre-i-battenti/</link>
		<comments>http://iphonecodes.wordpress.com/2008/04/14/xcodeitalia-apre-i-battenti/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 13:14:19 +0000</pubDate>
		<dc:creator>jekrom</dc:creator>
				<category><![CDATA[Generale]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://iphonecodes.wordpress.com/?p=19</guid>
		<description><![CDATA[Proprio oggi xcodeitalia apre il sito al pubblico, sicuramente una grande notizia, all&#8217;interno del sito www.xcodeitalia.com troverete tutti i miei tutorial sulla programmazione in C e molto altro. Oltre ovviamente al forum dove sarò felice di rispondere alle vostre domande, il nick Jekrom ovviamente. Altra cosa, inserito il settimo tutorial, molto interessante, da non perdere<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iphonecodes.wordpress.com&amp;blog=3374823&amp;post=19&amp;subd=iphonecodes&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Proprio oggi xcodeitalia apre il sito al pubblico, sicuramente una grande notizia, all&#8217;interno del sito www.xcodeitalia.com troverete tutti i miei tutorial sulla programmazione in C e molto altro. Oltre ovviamente al forum dove sarò felice di rispondere alle vostre domande, il nick Jekrom ovviamente.</p>
<p>Altra cosa, inserito il settimo tutorial, molto interessante, da non perdere</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/iphonecodes.wordpress.com/19/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/iphonecodes.wordpress.com/19/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/iphonecodes.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/iphonecodes.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/iphonecodes.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/iphonecodes.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/iphonecodes.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/iphonecodes.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/iphonecodes.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/iphonecodes.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/iphonecodes.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/iphonecodes.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/iphonecodes.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/iphonecodes.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/iphonecodes.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/iphonecodes.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iphonecodes.wordpress.com&amp;blog=3374823&amp;post=19&amp;subd=iphonecodes&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://iphonecodes.wordpress.com/2008/04/14/xcodeitalia-apre-i-battenti/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/77164e9ac410747bc7af9d62910135b0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jekrom</media:title>
		</media:content>
	</item>
		<item>
		<title>Tempo di elezioni</title>
		<link>http://iphonecodes.wordpress.com/2008/04/13/tempo-di-elezioni/</link>
		<comments>http://iphonecodes.wordpress.com/2008/04/13/tempo-di-elezioni/#comments</comments>
		<pubDate>Sun, 13 Apr 2008 10:11:26 +0000</pubDate>
		<dc:creator>jekrom</dc:creator>
				<category><![CDATA[Generale]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://iphonecodes.wordpress.com/?p=17</guid>
		<description><![CDATA[Ebbene si in questo tempo di elezioni, quando la gente si picchia per garantire un voto al proprio partito, io metto in rete il sesto tutorial dedicato alla programmazione in ANSI C, godetevelo perché secondo me è un buon tutorial. Attendo commenti. Domani probabilmente un altro&#8230; Nel frattempo ci stiamo organizzando per creare un podcast [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iphonecodes.wordpress.com&amp;blog=3374823&amp;post=17&amp;subd=iphonecodes&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ebbene si in questo tempo di elezioni, quando la gente si picchia per garantire un voto al proprio partito, io metto in rete il sesto tutorial dedicato alla programmazione in ANSI C, godetevelo perché secondo me è un buon tutorial. Attendo commenti. Domani probabilmente un altro&#8230; Nel frattempo ci stiamo organizzando per creare un podcast dei nostri esperimenti con l&#8217;Objective-C e l&#8217;iPhone, speriamo <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/iphonecodes.wordpress.com/17/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/iphonecodes.wordpress.com/17/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/iphonecodes.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/iphonecodes.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/iphonecodes.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/iphonecodes.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/iphonecodes.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/iphonecodes.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/iphonecodes.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/iphonecodes.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/iphonecodes.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/iphonecodes.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/iphonecodes.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/iphonecodes.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/iphonecodes.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/iphonecodes.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iphonecodes.wordpress.com&amp;blog=3374823&amp;post=17&amp;subd=iphonecodes&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://iphonecodes.wordpress.com/2008/04/13/tempo-di-elezioni/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/77164e9ac410747bc7af9d62910135b0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jekrom</media:title>
		</media:content>
	</item>
		<item>
		<title>Finalmente!!!</title>
		<link>http://iphonecodes.wordpress.com/2008/04/11/finalmente/</link>
		<comments>http://iphonecodes.wordpress.com/2008/04/11/finalmente/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 13:22:25 +0000</pubDate>
		<dc:creator>jekrom</dc:creator>
				<category><![CDATA[Generale]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[me and my Apples]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://iphonecodes.wordpress.com/?p=15</guid>
		<description><![CDATA[Allora, finalmente ho anche io il mio MacBook e ci sto giochicchiando, ho già installato la beta 3 delle SDK e dalla prossima settimana inizieremo a fare qualche cosa con Xcode Nel frattempo ho messo il quinto tutorial, che altro non è che la seconda parte del tutorial sulle variabili e sulle costanti. Nel fine [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iphonecodes.wordpress.com&amp;blog=3374823&amp;post=15&amp;subd=iphonecodes&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Allora, finalmente ho anche io il mio MacBook e ci sto giochicchiando, ho già installato la beta 3 delle SDK e dalla prossima settimana inizieremo a fare qualche cosa con Xcode <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Nel frattempo ho messo il quinto tutorial, che altro non è che la seconda parte del tutorial sulle variabili e sulle costanti. Nel fine settimana cercherò di scrivere qualche cosa sugli operatori matematici e logici in modo da dare un quadro completo prima di passare ai costrutti&#8230; buona lettura e buono studio</p>
<p>Torno dal mio Mac <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/iphonecodes.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/iphonecodes.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/iphonecodes.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/iphonecodes.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/iphonecodes.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/iphonecodes.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/iphonecodes.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/iphonecodes.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/iphonecodes.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/iphonecodes.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/iphonecodes.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/iphonecodes.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/iphonecodes.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/iphonecodes.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/iphonecodes.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/iphonecodes.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iphonecodes.wordpress.com&amp;blog=3374823&amp;post=15&amp;subd=iphonecodes&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://iphonecodes.wordpress.com/2008/04/11/finalmente/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/77164e9ac410747bc7af9d62910135b0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jekrom</media:title>
		</media:content>
	</item>
		<item>
		<title>Nuovo tutorial e appendice</title>
		<link>http://iphonecodes.wordpress.com/2008/04/10/nuovo-tutorial-e-appendice/</link>
		<comments>http://iphonecodes.wordpress.com/2008/04/10/nuovo-tutorial-e-appendice/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 12:59:18 +0000</pubDate>
		<dc:creator>jekrom</dc:creator>
				<category><![CDATA[Generale]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://iphonecodes.wordpress.com/?p=13</guid>
		<description><![CDATA[Allora come promesso ho inserito un nuovo tutorial sulla programmazione in ANSI C. Ho anche aggiunto un interessante appendice sui Codici ASCII, a presto con la seconda parte. Buono studio<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iphonecodes.wordpress.com&amp;blog=3374823&amp;post=13&amp;subd=iphonecodes&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Allora come promesso ho inserito un nuovo tutorial sulla programmazione in ANSI C. Ho anche aggiunto un interessante appendice sui Codici ASCII, a presto con la seconda parte. Buono studio</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/iphonecodes.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/iphonecodes.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/iphonecodes.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/iphonecodes.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/iphonecodes.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/iphonecodes.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/iphonecodes.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/iphonecodes.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/iphonecodes.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/iphonecodes.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/iphonecodes.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/iphonecodes.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/iphonecodes.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/iphonecodes.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/iphonecodes.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/iphonecodes.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iphonecodes.wordpress.com&amp;blog=3374823&amp;post=13&amp;subd=iphonecodes&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://iphonecodes.wordpress.com/2008/04/10/nuovo-tutorial-e-appendice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/77164e9ac410747bc7af9d62910135b0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jekrom</media:title>
		</media:content>
	</item>
		<item>
		<title>Triste assenza</title>
		<link>http://iphonecodes.wordpress.com/2008/04/09/triste-assenza/</link>
		<comments>http://iphonecodes.wordpress.com/2008/04/09/triste-assenza/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 12:12:33 +0000</pubDate>
		<dc:creator>jekrom</dc:creator>
				<category><![CDATA[Generale]]></category>

		<guid isPermaLink="false">http://iphonecodes.wordpress.com/?p=10</guid>
		<description><![CDATA[Speravo di poter continuare a mettere online tutorial sulla programmazione in C, ho visto che sono stati apprezzati, ma sfortunatamente un grave lutto ha colpito una persona a me molto molto cara. Desidero nuovamente rinnovare le mie condoglianze alla famiglia, sapendo che mai leggeranno questo post. Da domani tornerò tra voi, spero di riuscire ad [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iphonecodes.wordpress.com&amp;blog=3374823&amp;post=10&amp;subd=iphonecodes&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Speravo di poter continuare a mettere online tutorial sulla programmazione in C, ho visto che sono stati apprezzati, ma sfortunatamente un grave lutto ha colpito una persona a me molto molto cara. Desidero nuovamente rinnovare le mie condoglianze alla famiglia, sapendo che mai leggeranno questo post. Da domani tornerò tra voi, spero di riuscire ad aggiungere un nuovo tutorial, che avevo in parte iniziato a scrivere, ma credo che sarà un pochino più serio rispetto agli altri, almeno per quel che riguarda la parte che andrò a completare domani.</p>
<p>Vi lascio segnalandovi l&#8217;uscita della terza beta rilasciata dalla Apple per quel che riguarda le SDK, domani la scaricherò e la installerò sul MacBook che mi è appena arrivato.</p>
<p>A presto amici</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/iphonecodes.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/iphonecodes.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/iphonecodes.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/iphonecodes.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/iphonecodes.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/iphonecodes.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/iphonecodes.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/iphonecodes.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/iphonecodes.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/iphonecodes.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/iphonecodes.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/iphonecodes.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/iphonecodes.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/iphonecodes.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/iphonecodes.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/iphonecodes.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iphonecodes.wordpress.com&amp;blog=3374823&amp;post=10&amp;subd=iphonecodes&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://iphonecodes.wordpress.com/2008/04/09/triste-assenza/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/77164e9ac410747bc7af9d62910135b0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jekrom</media:title>
		</media:content>
	</item>
		<item>
		<title>Si comincia!!!</title>
		<link>http://iphonecodes.wordpress.com/2008/04/07/si-comincia/</link>
		<comments>http://iphonecodes.wordpress.com/2008/04/07/si-comincia/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 08:59:41 +0000</pubDate>
		<dc:creator>jekrom</dc:creator>
				<category><![CDATA[Generale]]></category>

		<guid isPermaLink="false">http://iphonecodes.wordpress.com/?p=3</guid>
		<description><![CDATA[Dopo il saluto a tutti voi da parte del mio compagno di avventure, esordisco anche io con il mio primo post. Chi sono e perchè tutto questo? La domanda del secolo&#8230; siamo due programmatori che si avvicinano alla trentina da sempre affascinati dalle nuove tecnologie. Non ho mai avuto grandi esperienze con i prodotti della [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iphonecodes.wordpress.com&amp;blog=3374823&amp;post=3&amp;subd=iphonecodes&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Dopo il saluto a tutti voi da parte del mio compagno di avventure, esordisco anche io con il mio primo post. Chi sono e perchè tutto questo? La domanda del secolo&#8230; siamo due programmatori che si avvicinano alla trentina da sempre affascinati dalle nuove tecnologie. Non ho mai avuto grandi esperienze con i prodotti della Mela, ma sono sempre stato affascinato da questo mondo così &#8220;perfetto&#8221;, perchè è proprio questo il termine che rimbomba nella testa dopo che per tanti anni si è fatto i conti con i prodotti del buon vecchio Bill.</p>
<p>Ancora non posso vantarmi di essere un utente Apple, in quanto il mio Mac è ancora nelle mani dei corrieri, ma entro un paio di giorni potrò finalmente esserlo a tutti gli effetti.</p>
<p>Perchè questo blog? Bhe semplicemente per un acronimo &#8220;SDK&#8221;, e per un apparecchio strano presente al momento sulla mia scrivania &#8220;iPhone&#8221;. Quando da Cupertino hanno annunciato l&#8217;apertura al pubblico dell&#8217;ambiente di sviluppo per iPhone la nostra &#8220;brama di canoscenza&#8221; ha preso il sopravvento e abbiamo dunque deciso di imparare a sviluppare applicazioni per questo maledetto oggetto.</p>
<p>Quindi qui su questo blog saranno segnati i passi che lentamente ci porteranno dal nulla, al tutto&#8230;</p>
<p>Come dice il titolo &#8220;Da 0 ad iPhone&#8221;, quindi si comincia&#8230;. Fletto i muscoli e sono nel vuoto (Ratman rulez)</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/iphonecodes.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/iphonecodes.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/iphonecodes.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/iphonecodes.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/iphonecodes.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/iphonecodes.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/iphonecodes.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/iphonecodes.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/iphonecodes.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/iphonecodes.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/iphonecodes.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/iphonecodes.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/iphonecodes.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/iphonecodes.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/iphonecodes.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/iphonecodes.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iphonecodes.wordpress.com&amp;blog=3374823&amp;post=3&amp;subd=iphonecodes&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://iphonecodes.wordpress.com/2008/04/07/si-comincia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/77164e9ac410747bc7af9d62910135b0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jekrom</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello!</title>
		<link>http://iphonecodes.wordpress.com/2008/04/04/hello/</link>
		<comments>http://iphonecodes.wordpress.com/2008/04/04/hello/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 08:10:50 +0000</pubDate>
		<dc:creator>UALR</dc:creator>
				<category><![CDATA[Generale]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Come le schermate di avvio di diversi prodotti Apple hanno recitato nel tempo, così recitiamo anche noi: &#8220;Hello!&#8221; Uno di noi conosce da tempo il mondo della mela e ci si è avvicinato ed allontanato a più riprese, dal Mac Plus fino alla fine del MacOS Classic, l&#8217;altro nuovo a questo pianeta ma esperto di [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iphonecodes.wordpress.com&amp;blog=3374823&amp;post=1&amp;subd=iphonecodes&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Come le schermate di avvio di diversi prodotti Apple hanno recitato nel tempo, così recitiamo anche noi: &#8220;Hello!&#8221; Uno di noi conosce da tempo il mondo della mela e ci si è avvicinato ed allontanato a più riprese, dal Mac Plus fino alla fine del MacOS Classic, l&#8217;altro nuovo a questo pianeta ma esperto di programmazione teorica e pratica, entrambi con un sacco di voglia di scoprire e &#8220;in cerca di avventura&#8221;!<br />
Appena partiti, un diario di viaggio ed un luogo di raccolta delle tracce di un percorso alla scoperta della programmazione che ruota attorno all&#8217;iPhone</p>
<p>Per cui&#8230; Hello!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/iphonecodes.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/iphonecodes.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/iphonecodes.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/iphonecodes.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/iphonecodes.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/iphonecodes.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/iphonecodes.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/iphonecodes.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/iphonecodes.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/iphonecodes.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/iphonecodes.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/iphonecodes.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/iphonecodes.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/iphonecodes.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/iphonecodes.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/iphonecodes.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iphonecodes.wordpress.com&amp;blog=3374823&amp;post=1&amp;subd=iphonecodes&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://iphonecodes.wordpress.com/2008/04/04/hello/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7392ccdc455ca2a99bcb37ad8b14554f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">UALR</media:title>
		</media:content>
	</item>
	</channel>
</rss>
