<?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/"
		>
<channel>
	<title>ASP.NET ile Google Api Kullanarak Hava Durumu Almak yazısına yapılan yorumlar</title>
	<atom:link href="http://www.apostylee.com/aspnet-ile-google-api-kullanarak-hava-durumu-almak/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.apostylee.com/aspnet-ile-google-api-kullanarak-hava-durumu-almak/</link>
	<description>asp.net, jquery ve diğer web teknolojileri üzerine, biraz da kişisel.</description>
	<lastBuildDate>Thu, 02 Feb 2012 07:38:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Yazar: Biber</title>
		<link>http://www.apostylee.com/aspnet-ile-google-api-kullanarak-hava-durumu-almak/comment-page-1/#comment-14357</link>
		<dc:creator>Biber</dc:creator>
		<pubDate>Thu, 19 Jan 2012 21:19:14 +0000</pubDate>
		<guid isPermaLink="false">http://aspnet-ile-google-api-kullanarak-hava-durumu-almak.html#comment-14357</guid>
		<description>Elinize sağlık.</description>
		<content:encoded><![CDATA[<p>Elinize sağlık.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Yazar: Reese</title>
		<link>http://www.apostylee.com/aspnet-ile-google-api-kullanarak-hava-durumu-almak/comment-page-1/#comment-12358</link>
		<dc:creator>Reese</dc:creator>
		<pubDate>Fri, 11 Nov 2011 20:04:03 +0000</pubDate>
		<guid isPermaLink="false">http://aspnet-ile-google-api-kullanarak-hava-durumu-almak.html#comment-12358</guid>
		<description>Thanks Bud U id made a huge help outta here . I appreciate Google Appl They solved so much stuff 4 us 2 get the .uck outta troubles .</description>
		<content:encoded><![CDATA[<p>Thanks Bud U id made a huge help outta here . I appreciate Google Appl They solved so much stuff 4 us 2 get the .uck outta troubles .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Yazar: Ramazan</title>
		<link>http://www.apostylee.com/aspnet-ile-google-api-kullanarak-hava-durumu-almak/comment-page-1/#comment-12119</link>
		<dc:creator>Ramazan</dc:creator>
		<pubDate>Wed, 02 Nov 2011 11:07:36 +0000</pubDate>
		<guid isPermaLink="false">http://aspnet-ile-google-api-kullanarak-hava-durumu-almak.html#comment-12119</guid>
		<description>kendim resim ekleme işini beceremedim yardımcı olurmusunuz yeni öğreniyorum asp yi.
bu dosyaların yanına images klasörü açtımve içine png uzantılı olarak resimleri kaydettim strLocalikondan nasıl gösterecem


string strDerece = xnlHedef.Item(0).SelectSingleNode(&quot;temp_c&quot;).Attributes[&quot;data&quot;].InnerText;
            string strDurum = xnlHedef.Item(0).SelectSingleNode(&quot;condition&quot;).Attributes[&quot;data&quot;].InnerText;
            string strNem = xnlHedef.Item(0).SelectSingleNode(&quot;humidity&quot;).Attributes[&quot;data&quot;].InnerText;
            string strGelenIkon = xnlHedef.Item(0).SelectSingleNode(&quot;icon&quot;).Attributes[&quot;data&quot;].InnerText;
            string strRuzgar = xnlHedef.Item(0).SelectSingleNode(&quot;wind_condition&quot;).Attributes[&quot;data&quot;].InnerText;
            string strLocalIkon = &quot;~/images/weather&quot; + &quot;.png&quot;;
                if (strGelenIkon.Contains(&quot;mostly_cloudy.gif&quot;))
                {
                strLocalIkon = &quot;36.png&quot;;
                }
                else if (strGelenIkon.Contains(&quot;cloudy.gif&quot;))
                {
                strLocalIkon = &quot;havakapali.png&quot;;
                }

                else if (true) // tüm ikonlar için bunu devam ettirebilirsiniz..
                {
                }
            string strGelenIkon = &quot;&quot;;
            spnGelenIkon.InnerHtml = strGelenIkon;
            spnDurum.InnerText = strDurum;
            spnDerece.InnerText = strDerece + &quot; °C&quot;;
            spnNem.InnerText = strNem;
            spnRuzgar.InnerText = strRuzgar;

            trOkuyucu.Dispose();
            rdr.Close();
            rdr = null;
            myxml = null;
            xnlHedef = null;</description>
		<content:encoded><![CDATA[<p>kendim resim ekleme işini beceremedim yardımcı olurmusunuz yeni öğreniyorum asp yi.<br />
bu dosyaların yanına images klasörü açtımve içine png uzantılı olarak resimleri kaydettim strLocalikondan nasıl gösterecem</p>
<p>string strDerece = xnlHedef.Item(0).SelectSingleNode(&#8220;temp_c&#8221;).Attributes["data"].InnerText;<br />
            string strDurum = xnlHedef.Item(0).SelectSingleNode(&#8220;condition&#8221;).Attributes["data"].InnerText;<br />
            string strNem = xnlHedef.Item(0).SelectSingleNode(&#8220;humidity&#8221;).Attributes["data"].InnerText;<br />
            string strGelenIkon = xnlHedef.Item(0).SelectSingleNode(&#8220;icon&#8221;).Attributes["data"].InnerText;<br />
            string strRuzgar = xnlHedef.Item(0).SelectSingleNode(&#8220;wind_condition&#8221;).Attributes["data"].InnerText;<br />
            string strLocalIkon = &#8220;~/images/weather&#8221; + &#8220;.png&#8221;;<br />
                if (strGelenIkon.Contains(&#8220;mostly_cloudy.gif&#8221;))<br />
                {<br />
                strLocalIkon = &#8220;36.png&#8221;;<br />
                }<br />
                else if (strGelenIkon.Contains(&#8220;cloudy.gif&#8221;))<br />
                {<br />
                strLocalIkon = &#8220;havakapali.png&#8221;;<br />
                }</p>
<p>                else if (true) // tüm ikonlar için bunu devam ettirebilirsiniz..<br />
                {<br />
                }<br />
            string strGelenIkon = &#8220;&#8221;;<br />
            spnGelenIkon.InnerHtml = strGelenIkon;<br />
            spnDurum.InnerText = strDurum;<br />
            spnDerece.InnerText = strDerece + &#8221; °C&#8221;;<br />
            spnNem.InnerText = strNem;<br />
            spnRuzgar.InnerText = strRuzgar;</p>
<p>            trOkuyucu.Dispose();<br />
            rdr.Close();<br />
            rdr = null;<br />
            myxml = null;<br />
            xnlHedef = null;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Yazar: kamil</title>
		<link>http://www.apostylee.com/aspnet-ile-google-api-kullanarak-hava-durumu-almak/comment-page-1/#comment-10774</link>
		<dc:creator>kamil</dc:creator>
		<pubDate>Mon, 10 Oct 2011 08:29:32 +0000</pubDate>
		<guid isPermaLink="false">http://aspnet-ile-google-api-kullanarak-hava-durumu-almak.html#comment-10774</guid>
		<description>Kardeş çok teşekkürler mükemmel oldu.</description>
		<content:encoded><![CDATA[<p>Kardeş çok teşekkürler mükemmel oldu.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Yazar: apoStyLEE</title>
		<link>http://www.apostylee.com/aspnet-ile-google-api-kullanarak-hava-durumu-almak/comment-page-1/#comment-9031</link>
		<dc:creator>apoStyLEE</dc:creator>
		<pubDate>Sat, 13 Aug 2011 06:27:19 +0000</pubDate>
		<guid isPermaLink="false">http://aspnet-ile-google-api-kullanarak-hava-durumu-almak.html#comment-9031</guid>
		<description>Tabiki var, kendi ikonlarınızı bir klasöre atıp if lerle birlikte gelen ikonları kendi ikonlarınıza yönlendirebilirsiniz.

örneğin;

            string strGelenIkon = xnlHedef.Item(0).SelectSingleNode(&quot;icon&quot;).Attributes[&quot;data&quot;].InnerText;
            string strLocalIkon = &quot;&quot;;

            if (strGelenIkon.Contains(&quot;mostly_cloudy.gif&quot;))
            {
                strLocalIkon = &quot;havabulutlu.png&quot;;
            }
            else if (strGelenIkon.Contains(&quot;cloudy.gif&quot;))
            {
                strLocalIkon = &quot;havakapali.png&quot;;
            }
            else if (true) // tüm ikonlar için bunu devam ettirebilirsiniz..
            {
                
            }

            string strIkon = &quot;&lt;img src=\&quot;&quot;+strLocalIkon+&quot;\&quot; alt=\&quot;&quot; + strGelenIl + &quot;\&quot; /&gt;&quot;;</description>
		<content:encoded><![CDATA[<p>Tabiki var, kendi ikonlarınızı bir klasöre atıp if lerle birlikte gelen ikonları kendi ikonlarınıza yönlendirebilirsiniz.</p>
<p>örneğin;</p>
<p>            string strGelenIkon = xnlHedef.Item(0).SelectSingleNode(&#8220;icon&#8221;).Attributes["data"].InnerText;<br />
            string strLocalIkon = &#8220;&#8221;;</p>
<p>            if (strGelenIkon.Contains(&#8220;mostly_cloudy.gif&#8221;))<br />
            {<br />
                strLocalIkon = &#8220;havabulutlu.png&#8221;;<br />
            }<br />
            else if (strGelenIkon.Contains(&#8220;cloudy.gif&#8221;))<br />
            {<br />
                strLocalIkon = &#8220;havakapali.png&#8221;;<br />
            }<br />
            else if (true) // tüm ikonlar için bunu devam ettirebilirsiniz..<br />
            {</p>
<p>            }</p>
<p>            string strIkon = &#8220;<img src=\""+strLocalIkon+"\" alt=\"" + strGelenIl + "\" />&#8220;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Yazar: hasan</title>
		<link>http://www.apostylee.com/aspnet-ile-google-api-kullanarak-hava-durumu-almak/comment-page-1/#comment-9010</link>
		<dc:creator>hasan</dc:creator>
		<pubDate>Fri, 12 Aug 2011 13:47:07 +0000</pubDate>
		<guid isPermaLink="false">http://aspnet-ile-google-api-kullanarak-hava-durumu-almak.html#comment-9010</guid>
		<description>peki bu ikonları değiştirme şansımız varmı?</description>
		<content:encoded><![CDATA[<p>peki bu ikonları değiştirme şansımız varmı?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Yazar: ömer</title>
		<link>http://www.apostylee.com/aspnet-ile-google-api-kullanarak-hava-durumu-almak/comment-page-1/#comment-3580</link>
		<dc:creator>ömer</dc:creator>
		<pubDate>Tue, 18 Jan 2011 12:53:31 +0000</pubDate>
		<guid isPermaLink="false">http://aspnet-ile-google-api-kullanarak-hava-durumu-almak.html#comment-3580</guid>
		<description>çok güzel bir çalışma teşekkürler güzel ve açıklayıcı yazmışsın eline yüreğine sağlık kardeşim.</description>
		<content:encoded><![CDATA[<p>çok güzel bir çalışma teşekkürler güzel ve açıklayıcı yazmışsın eline yüreğine sağlık kardeşim.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Yazar: İbrahim</title>
		<link>http://www.apostylee.com/aspnet-ile-google-api-kullanarak-hava-durumu-almak/comment-page-1/#comment-2167</link>
		<dc:creator>İbrahim</dc:creator>
		<pubDate>Tue, 21 Sep 2010 20:09:23 +0000</pubDate>
		<guid isPermaLink="false">http://aspnet-ile-google-api-kullanarak-hava-durumu-almak.html#comment-2167</guid>
		<description>Teşekkürler, gayet açıklayıcı olmuş :)</description>
		<content:encoded><![CDATA[<p>Teşekkürler, gayet açıklayıcı olmuş :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Yazar: arıkan</title>
		<link>http://www.apostylee.com/aspnet-ile-google-api-kullanarak-hava-durumu-almak/comment-page-1/#comment-1818</link>
		<dc:creator>arıkan</dc:creator>
		<pubDate>Tue, 20 Jul 2010 10:36:01 +0000</pubDate>
		<guid isPermaLink="false">http://aspnet-ile-google-api-kullanarak-hava-durumu-almak.html#comment-1818</guid>
		<description>Şu Türkçe karakterlerle ilgili google dan bir cevap gelmedimi daha bende php de yapdım böyle bir uygulama ,verilerin ingilizce gelmesini çözemedim.</description>
		<content:encoded><![CDATA[<p>Şu Türkçe karakterlerle ilgili google dan bir cevap gelmedimi daha bende php de yapdım böyle bir uygulama ,verilerin ingilizce gelmesini çözemedim.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Yazar: apoStyLEE</title>
		<link>http://www.apostylee.com/aspnet-ile-google-api-kullanarak-hava-durumu-almak/comment-page-1/#comment-1755</link>
		<dc:creator>apoStyLEE</dc:creator>
		<pubDate>Mon, 12 Jul 2010 05:33:45 +0000</pubDate>
		<guid isPermaLink="false">http://aspnet-ile-google-api-kullanarak-hava-durumu-almak.html#comment-1755</guid>
		<description>İndirme adresini düzenledim, şimdi indirebilirsiniz.</description>
		<content:encoded><![CDATA[<p>İndirme adresini düzenledim, şimdi indirebilirsiniz.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
