<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">
    
    <channel>
    
    <title>MacUser.ro: Forumul utilizatorilor Macintosh, iPod, iPad si iPhone din România</title>
    <link>http://www.macuser.ro/index.php/forums/</link>
    <description>MacUser.ro: Forumul utilizatorilor Macintosh, iPod, iPad si iPhone din România</description>
    <dc:language>ro</dc:language>
    <dc:rights>Copyright 2012</dc:rights>
    <dc:date>2012-02-04T22:12:41+02:00</dc:date>
    <admin:generatorAgent rdf:resource="http://www.pmachine.com/" />
    

    <item>
      <title>UITableViewCell</title>
      <link>http://www.macuser.ro/index.php/forums/viewthread/37036/</link>
      <guid>http://www.macuser.ro/index.php/forums/viewthread/37036/#When:10:30:11Z</guid>
      <description>&lt;p&gt;Adaug in cell mai multe obiecte  fiecare  obiect reprezentind o inregistrare dintr&#45;un NSMutableArray ( simulare de 4 coloane ).
&lt;/p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #007700&quot;&gt;&#45;&amp;nbsp;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;NSInteger&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;tableView&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;UITableView&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;*)&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;tableView&amp;nbsp;numberOfRowsInSection&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;NSInteger&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;section&lt;br /&gt;&#123;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;return&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;T_Produse&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;count&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;4&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;+&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;1&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&amp;nbsp;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;UITableViewCell&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;*)&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;tableView&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;UITableView&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;*)&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;tableView&amp;nbsp;cellForRowAtIndexPath&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;NSIndexPath&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;*)&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;indexPath&lt;br /&gt;&#123;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;static&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;NSString&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;*&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;CellIdentifier&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&amp;nbsp;@&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;Produsele&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;UITableViewCell&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;*&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;cell&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#91;tableView&amp;nbsp;dequeueReusableCellWithIdentifier&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;CellIdentifier&#93;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if&amp;nbsp;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;cell&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;==&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;nil&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;cell&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#91;&#91;UITableViewCell&amp;nbsp;alloc&#93;&amp;nbsp;initWithStyle&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;UITableViewCellStyleDefault&amp;nbsp;reuseIdentifier&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;CellIdentifier&#93;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;int&amp;nbsp;i&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;for&amp;nbsp;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;i&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;i&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;=&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;3&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;amp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;k&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;T_Produse&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;count&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)&amp;nbsp;;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;i&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;++&amp;nbsp;)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;NSLog&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(@&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;k&amp;nbsp;=&amp;nbsp;%d&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;k&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;getProduse&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;*&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;ProdList&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&amp;nbsp;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;getProduse&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;*)&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#91;T_Produse&amp;nbsp;objectAtIndex&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;k&#93;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;UILabel&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;*&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;nume&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#91;&#91;UILabel&amp;nbsp;alloc&#93;&amp;nbsp;initWithFrame&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;CGRectMake&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;5&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;+&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;spatiu&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;*&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;i&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;164&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;179&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;65&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#93;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#91;cell&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;contentView&amp;nbsp;addSubview&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;nume&#93;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;nume&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;text&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;ProdList&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;denumire&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;k&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;k&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;+&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;1&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #FF8000&quot;&gt;//similar&amp;nbsp;sunt&amp;nbsp;adaugate&amp;nbsp;UITextField&amp;nbsp;,&amp;nbsp;UIButton&amp;nbsp;,&amp;nbsp;UIImageView&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&#91;cell&amp;nbsp;setSelectionStyle&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;UITableViewCellSelectionStyleNone&#93;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#91;cell&amp;nbsp;setBackgroundColor&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#91;UIColor&amp;nbsp;whiteColor&#93;&#93;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;cell&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125;&amp;nbsp;&lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;Dupa de fac scroll down/ up ,&amp;nbsp; obiectele din rindurile  anterioare sunt acoperite de alte obiecte care nu au continutul corespunzator inregistrarilor aferente acelui cell  .&lt;/p&gt;

&lt;p&gt;Stie cineva care poate fi cauza ? voua vi s&#45;a intimplat ?&lt;/p&gt;

&lt;p&gt;Atasez o poza in care se poate observa ca obiectele sunt unele peste altele ( la poze ) .
&lt;/p&gt;</description>
      <dc:date>2012-02-04T10:30:11+02:00</dc:date>
    </item>

    <item>
      <title>Cum se poate plati taxa de developer&#63;&#63;&#63;</title>
      <link>http://www.macuser.ro/index.php/forums/viewthread/33469/</link>
      <guid>http://www.macuser.ro/index.php/forums/viewthread/33469/#When:11:02:00Z</guid>
      <description>&lt;p&gt;Salut,&lt;/p&gt;

&lt;p&gt;Am incercat sa ma inscriu ca developer platit (99$) la Apple pe site si dupa ce am parcurs cativa pasi am ajuns la plata si mi&#45;a spus ca in tara in care sunt nu este magazin online Apple si trebuie sa trimit un fax la ei in USA cu datele mele si ale cardului pentru inregistrare??!!&lt;/p&gt;

&lt;p&gt;A incercat cineva? Imi poate spune cineva mai multe detalii daca s&#45;a inscris??&lt;/p&gt;

&lt;p&gt;Mersi
&lt;/p&gt;</description>
      <dc:date>2011-07-04T11:02:00+02:00</dc:date>
    </item>

    <item>
      <title>Culoare UITableViewCell</title>
      <link>http://www.macuser.ro/index.php/forums/viewthread/35555/</link>
      <guid>http://www.macuser.ro/index.php/forums/viewthread/35555/#When:20:38:56Z</guid>
      <description>&lt;p&gt;Am si eu o intrebare, cum pot sa obtin culoarea alb mat precum cell&#45;ul 1?&lt;br /&gt;
 Daca folosesc [UIColor whiteColor] obtin culoarea din cell&#45;urile 2,3,4&#8230;. dar nu stiu cum pot obtine acel alb mat ca in cell&#45;ul 1, ma poate ajuta cineva? &lt;img src=&quot;http://www.macuser.ro/images/smileys/smile.gif&quot; width=&quot;19&quot; height=&quot;19&quot; alt=&quot;smile&quot; style=&quot;border:0;&quot; /&gt;
&lt;/p&gt;</description>
      <dc:date>2011-11-09T20:38:56+02:00</dc:date>
    </item>

    <item>
      <title>Popover frame color</title>
      <link>http://www.macuser.ro/index.php/forums/viewthread/36668/</link>
      <guid>http://www.macuser.ro/index.php/forums/viewthread/36668/#When:09:54:04Z</guid>
      <description>&lt;p&gt;Am un UITableViewController pe care il afisez , atunci cind apas pe un buton , cu style Popover , acorat de acel buton .&lt;br /&gt;
( relatia intre buton si UITableViewController este facuta in Storyboard (IB) ) .&lt;/p&gt;

&lt;p&gt;Pentru TableView si TableViewCell pot schimba culoarea , dar nu o pot face pentru frame&#45;ul in care este afisat  .&lt;/p&gt;

&lt;p&gt;Stie cineva daca se poate schimba acel negru , ca nu gasesc nimic care sa o poata face .&lt;/p&gt;

&lt;p&gt;Multumesc .
&lt;/p&gt;</description>
      <dc:date>2012-01-15T09:54:04+02:00</dc:date>
    </item>

    <item>
      <title>git si xcode 4</title>
      <link>http://www.macuser.ro/index.php/forums/viewthread/36872/</link>
      <guid>http://www.macuser.ro/index.php/forums/viewthread/36872/#When:23:36:08Z</guid>
      <description>&lt;p&gt;Foloseste cineva git?&lt;br /&gt;
Vreau sa stiu si eu cum pot reveni la o versiune anterioara a unui fisier?
&lt;/p&gt;</description>
      <dc:date>2012-01-25T23:36:08+02:00</dc:date>
    </item>

    <item>
      <title>Iphone developer program</title>
      <link>http://www.macuser.ro/index.php/forums/viewthread/26254/</link>
      <guid>http://www.macuser.ro/index.php/forums/viewthread/26254/#When:19:15:53Z</guid>
      <description>&lt;p&gt;Salut, &lt;br /&gt;
s&#45;a inscris cineva in programul de developeri pt iphone ? &lt;br /&gt;
exista vreo modalitate mai simpla decat cea cu trimisul faxului si asteptat raspuns de la ei ? (e.g plata online cu cardul)
&lt;/p&gt;</description>
      <dc:date>2010-05-14T19:15:53+02:00</dc:date>
    </item>

    <item>
      <title>La ce si cum se foloseste Terminal&#63;</title>
      <link>http://www.macuser.ro/index.php/forums/viewthread/36685/</link>
      <guid>http://www.macuser.ro/index.php/forums/viewthread/36685/#When:16:12:23Z</guid>
      <description>&lt;p&gt;eu am facut schimbarea de la windows la snow leopard anul trecut&#8230; Inca nu m&#45;am obisnuit cu toate aplicatiile&#8230; La ce ajuta terminal? e un fel re Run? care este echivalentul de la command prompt?
&lt;/p&gt;</description>
      <dc:date>2012-01-15T16:12:23+02:00</dc:date>
    </item>

    <item>
      <title>AJUTOR SQL Query</title>
      <link>http://www.macuser.ro/index.php/forums/viewthread/36171/</link>
      <guid>http://www.macuser.ro/index.php/forums/viewthread/36171/#When:11:33:21Z</guid>
      <description>&lt;p&gt;Am nevoie de ajutor foarte mare:D&lt;/p&gt;

&lt;p&gt;Am un table ca si in poza atasata, care are 6 coloane si 500 de randuri. &lt;br /&gt;
As vrea sa execut un sql query pe acest tabel care selecteaza prima coloana &#8220;Timestamp&#8221;, a patra coloana &#8220;Event Type&#8221;. &lt;br /&gt;
Dar as mai vrea ca acest query sa mai faca o chestie, sa faca o coloana &#8220;Result&#8221; in care sa ia datele din prima coloana &#8220;Timestamp&#8221; si sa faca diferanta dintre al doilea rand cu primul, al patrulea cu al treilea si tot asa mai departe, exact ca si in a doua poza (cea care are doar 3 coloane)...&lt;/p&gt;

&lt;p&gt;QUERY:&lt;br /&gt;
select Timestamp, &#8220;Event Type&#8221;, &#8220;Event Subject&#8221;&lt;br /&gt;
from profiling1&lt;br /&gt;
where &#8220;Event Type&#8221;&amp;lt;&amp;gt;&#8216;START&#8217; and &#8220;Event Type&#8221;&amp;lt;&amp;gt;&#8216;END&#8217; &lt;/p&gt;

&lt;p&gt;cam atat am scris pana acuma, chestia e ca sincer am cautat pe internet si nu am gasit nimic de genu ce vreau eu sa fac. E posibil ca sa se faca ceaa ce vreau eu?
&lt;/p&gt;</description>
      <dc:date>2011-12-13T11:33:21+02:00</dc:date>
    </item>

    <item>
      <title>Cum fac upload la o imagine pe un server php&#63;</title>
      <link>http://www.macuser.ro/index.php/forums/viewthread/36600/</link>
      <guid>http://www.macuser.ro/index.php/forums/viewthread/36600/#When:11:53:53Z</guid>
      <description>&lt;p&gt;Am inteles ca o varianta ar fi prin json ca string encoded base 64, am creat json&#45;ul,l&#45;am atribuit proprietatii HTTPBody a NSMutableURLRequest dar pe server nu a reusit sa salveze imaginea.&lt;br /&gt;
Exista alta optiune pentru a trimite imaginea?
&lt;/p&gt;</description>
      <dc:date>2012-01-11T11:53:53+02:00</dc:date>
    </item>

    <item>
      <title>Parser XML</title>
      <link>http://www.macuser.ro/index.php/forums/viewthread/36554/</link>
      <guid>http://www.macuser.ro/index.php/forums/viewthread/36554/#When:13:52:03Z</guid>
      <description>&lt;p&gt;Incerc de citeva zile sa populez UITableView cu informatii returnate de WebService php in format XML .&lt;br /&gt;
Nu stiu din ce cauza , &lt;/p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;&#91;attributeDict&amp;nbsp;valueForKey&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:@&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;xxx&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#93;&amp;nbsp;&lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;&lt;p&gt; returneaza nil ( unde xxx este egal cu cod , cod_categorie si denumire ).&lt;/p&gt;

&lt;p&gt;XML&#45;ul are forma si continutul de mai jos . &lt;/p&gt;

&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;posts&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;post&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;cod&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;407&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;cod&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;cod_categorie&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;cod_categorie&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;denumire&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Reduceri&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Stocuri&amp;nbsp;limitate&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;denumire&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;post&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;post&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;cod&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;200&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;cod&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;cod_categorie&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;cod_categorie&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;denumire&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Produse&amp;nbsp;pentru&amp;nbsp;copii&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;denumire&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;post&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;post&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;cod&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;398&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;cod&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;cod_categorie&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;cod_categorie&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;denumire&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Produse&amp;nbsp;tutun&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;denumire&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;post&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;posts&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;codul cu buba este acesta :
&lt;/p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #007700&quot;&gt;&#45;&amp;nbsp;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;void&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;parser&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;NSXMLParser&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;*)&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;parser&amp;nbsp;didStartElement&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;NSString&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;*)&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;elementName&amp;nbsp;namespaceURI&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;NSString&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;*)&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;namespaceURI&amp;nbsp;qualifiedName&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;NSString&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;*)&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;qName&amp;nbsp;attributes&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;NSDictionary&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;*)&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;attributeDict&lt;br /&gt;&#123;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;if(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#91;operationName&amp;nbsp;isEqualToString&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:@&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;categ&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#93;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)&lt;br /&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;if(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#91;elementName&amp;nbsp;isEqualToString&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:@&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;cod&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#93;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;getCat&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;*&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;tempEntity&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#91;&#91;getCat&amp;nbsp;alloc&#93;&amp;nbsp;init&#93;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;tempEntity&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;cod&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#91;attributeDict&amp;nbsp;valueForKey&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:@&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;cod&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#93;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;tempEntity&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;cod_categorie&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#91;attributeDict&amp;nbsp;valueForKey&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:@&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;cod_categorie&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#93;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;tempEntity&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;denumire&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#91;attributeDict&amp;nbsp;valueForKey&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:@&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;denumire&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#93;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#91;tempArray&amp;nbsp;addObject&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;tempEntity&#93;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&#125;&lt;br /&gt;&#125;&amp;nbsp;&lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;tempArray are numarul de rinduri corect ( semn ca if([elementName isEqualToString:@&#8220;cod&#8221;]) = True , de unde trag concluzia ca elementName isi face treaba )&amp;nbsp; &lt;/p&gt;

&lt;p&gt;tempEntity
&lt;/p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #FF8000&quot;&gt;#import&amp;nbsp;&quot;getCat.h&quot;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;@&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;implementation&amp;nbsp;getCat&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;@&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;synthesize&amp;nbsp;cod&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;cod_categorie&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;denumire&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;@&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;end&amp;nbsp;&lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;&lt;p&gt; 
&lt;/p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #FF8000&quot;&gt;#import&amp;nbsp;&amp;lt;Foundation/Foundation.h&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;@interface&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;getCat&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;NSObject&amp;nbsp;&#123;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;NSString&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;*&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;cod&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;NSString&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;*&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;cod_categorie&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;NSString&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;*&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;denumire&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;@&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;property&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;nonatomic&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;copy&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;NSString&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;*&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;cod&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,*&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;cod_categorie&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,*&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;denumire&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;;&lt;br /&gt;&lt;br /&gt;@&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;end&amp;nbsp;&lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;&lt;p&gt;
 &lt;/p&gt;

&lt;p&gt;Stie cineva unde gresesc ? Este formatul XML  corect ?&lt;/p&gt;

&lt;p&gt;Multumesc
&lt;/p&gt;</description>
      <dc:date>2012-01-09T13:52:03+02:00</dc:date>
    </item>

    
    </channel>
</rss>
