<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Najboljši blog: moja razmišljanja &#187; PHP</title>
	<atom:link href="http://imedi.si/blog/jeanmark/cat/strokovno/php-strokovno/feed/" rel="self" type="application/rss+xml" />
	<link>http://imedi.si/blog/jeanmark</link>
	<description>Vaje iz razmišljanja, pisanja in besedičenja. (by jeanmark)</description>
	<lastBuildDate>Sun, 05 Feb 2012 10:15:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Posting to application wall from application</title>
		<link>http://imedi.si/blog/jeanmark/2010/09/16/posting-to-application-wall-from-application/</link>
		<comments>http://imedi.si/blog/jeanmark/2010/09/16/posting-to-application-wall-from-application/#comments</comments>
		<pubDate>Thu, 16 Sep 2010 16:31:31 +0000</pubDate>
		<dc:creator>jeanmark</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Spletne tehnologije]]></category>
		<category><![CDATA[Strokovno]]></category>

		<guid isPermaLink="false">http://imedi.si/blog/jeanmark/?p=4962</guid>
		<description><![CDATA[There are a lot of examples how to get user permission to write on his wall, and how to obtain access token for writing to wall of pages owned by some user. But how about writeing to application wall, from that application? Access token for this wall is not between access tokens you get with geting &#8220;manage_pages&#8221; rights. But it is simple. [...]]]></description>
		<wfw:commentRss>http://imedi.si/blog/jeanmark/2010/09/16/posting-to-application-wall-from-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ena PHPjasta</title>
		<link>http://imedi.si/blog/jeanmark/2009/11/10/ena-phpjasta/</link>
		<comments>http://imedi.si/blog/jeanmark/2009/11/10/ena-phpjasta/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 17:29:36 +0000</pubDate>
		<dc:creator>jeanmark</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://imedi.si/blog/jeanmark/?p=2582</guid>
		<description><![CDATA[1. Ali je dodajanje na konec stringa hitrejše kot dodajanje na začetek? $out .= $str; vs $out = $str.$out; 2. Ali je $out .= $str; različno od $out = $out . $str; 3. Ali se bolj splača $out .= $str; ali $out[] = $str? (in na koncu implode) Si upa kdo ugibati?]]></description>
		<wfw:commentRss>http://imedi.si/blog/jeanmark/2009/11/10/ena-phpjasta/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>WordPress image resize</title>
		<link>http://imedi.si/blog/jeanmark/2009/08/29/wordpress-image-resize/</link>
		<comments>http://imedi.si/blog/jeanmark/2009/08/29/wordpress-image-resize/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 19:19:59 +0000</pubDate>
		<dc:creator>jeanmark</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Strokovno]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plug-in]]></category>

		<guid isPermaLink="false">http://imedi.si/blog/jeanmark/?p=2292</guid>
		<description><![CDATA[Pred dnevi me je presenetil klic mojega server providerja, ki je opazil da mu kurim daleč največ bandwidtha naokoli. Šlo je za okoli 150GB mesečno, pri čemer imam promet neomejen. Saj, če to preračunamo na enakomeren prenost, to sploh ni tako veliko, ampak očitno precej odstopa od ostalih in mu je padlo v oči. Šel [...]]]></description>
		<wfw:commentRss>http://imedi.si/blog/jeanmark/2009/08/29/wordpress-image-resize/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>WordPress media uploader freezes at &#8220;crunching&#8221;</title>
		<link>http://imedi.si/blog/jeanmark/2009/07/15/wordpress-media-uploader-freezes-at-crunching/</link>
		<comments>http://imedi.si/blog/jeanmark/2009/07/15/wordpress-media-uploader-freezes-at-crunching/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 10:16:16 +0000</pubDate>
		<dc:creator>jeanmark</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Računalništvo]]></category>
		<category><![CDATA[Spletne tehnologije]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://imedi.si/blog/jeanmark/?p=2118</guid>
		<description><![CDATA[After transfering sites to another server (TUS hosting does not offer rent-a-host anymore, they still have offer on web page, but via email they request to release server) image upload become unusable. Image was uplaoded, then wordpress stops. Nothing. Images was uploaded but cannot continue with inserting them into post. Just like in this thread. [...]]]></description>
		<wfw:commentRss>http://imedi.si/blog/jeanmark/2009/07/15/wordpress-media-uploader-freezes-at-crunching/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

