<?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>Комментарии на сайте Tpoxa&#039;s blog</title>
	<atom:link href="http://tpoxa.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://tpoxa.com</link>
	<description></description>
	<lastBuildDate>Thu, 26 Jan 2012 04:37:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Комментарий к записи Fully ajax website with Yii – Part 2 (Arsyady)</title>
		<link>http://tpoxa.com/2011/04/19/fully-ajax-website-with-yii-%e2%80%93-part-2/comment-page-1/#comment-4329</link>
		<dc:creator>Arsyady</dc:creator>
		<pubDate>Thu, 26 Jan 2012 04:37:39 +0000</pubDate>
		<guid isPermaLink="false">http://tpoxa.com/?p=300#comment-4329</guid>
		<description>Hi! Thanks for the really great helps! I love them so much! :)

Here I find a little confusing part. I can&#039;t find the way to do about the sidebar so it can be loaded on the same way with the content. Could you show me, please?

One more thing is about the URL Address format. Could it be more user friendly without that long string? Just &quot;myweb.com/index.php&quot; or could be better even just &quot;myweb.com&quot; 

Any response would be very appreciated.
Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Hi! Thanks for the really great helps! I love them so much! <img src='http://tpoxa.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Here I find a little confusing part. I can&#8217;t find the way to do about the sidebar so it can be loaded on the same way with the content. Could you show me, please?</p>
<p>One more thing is about the URL Address format. Could it be more user friendly without that long string? Just &#171;myweb.com/index.php&#187; or could be better even just &#171;myweb.com&#187; </p>
<p>Any response would be very appreciated.<br />
Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Комментарий к записи Fully ajax website with Yii &#8212; Part 1 (kartopolo)</title>
		<link>http://tpoxa.com/2011/04/19/fully-ajax-website-with-yii/comment-page-1/#comment-4324</link>
		<dc:creator>kartopolo</dc:creator>
		<pubDate>Thu, 29 Dec 2011 07:43:41 +0000</pubDate>
		<guid isPermaLink="false">http://tpoxa.com/?p=264#comment-4324</guid>
		<description>ok soleve by dodgek 
- public function redirect($url,$terminate=true,$statusCode=302)
- public function refresh($terminate=true,$anchor=»)</description>
		<content:encoded><![CDATA[<p>ok soleve by dodgek<br />
- public function redirect($url,$terminate=true,$statusCode=302)<br />
- public function refresh($terminate=true,$anchor=»)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Комментарий к записи Fully ajax website with Yii &#8212; Part 1 (kartopolo)</title>
		<link>http://tpoxa.com/2011/04/19/fully-ajax-website-with-yii/comment-page-1/#comment-4323</link>
		<dc:creator>kartopolo</dc:creator>
		<pubDate>Thu, 29 Dec 2011 04:44:31 +0000</pubDate>
		<guid isPermaLink="false">http://tpoxa.com/?p=264#comment-4323</guid>
		<description>hi... i have error
PHP Error

Declaration of Controller::redirect() should be compatible with that of CController::redirect()

C:\xampp\htdocs\testyii\protected\components\Controller.php(7)

01 &lt;?php
02 /**
03  * Controller is the customized base controller class.
04  * All controller classes for this application should extend from this base class.
05  */
06 class Controller extends CController
07 {
08     /**
09      * @var string the default layout for the controller view. Defaults to &#039;//layouts/column1&#039;,
10      * meaning using a single column layout. See &#039;protected/views/layouts/column1.php&#039;.
11      */
12     public $layout=&#039;//layouts/column1&#039;;
13     /**
14      * @var array context menu items. This property will be assigned to {@link CMenu::items}.
15      */
16     public $menu=array();
17     /**
18      * @var array the breadcrumbs of the current page. The value of this property will
19      * be assigned to {@link CBreadcrumbs::links}. Please refer to {@link CBreadcrumbs::links}

Stack Trace
#0 	
+
 C:\xampp\htdocs\yii\framework\YiiBase.php(421): include(&quot;C:\xampp\htdocs\testyii\protected\components\Controller.php&quot;)
#1 	
 unknown(0): YiiBase::autoload(&quot;Controller&quot;) 

how i can solve this... ??</description>
		<content:encoded><![CDATA[<p>hi&#8230; i have error<br />
PHP Error</p>
<p>Declaration of Controller::redirect() should be compatible with that of CController::redirect()</p>
<p>C:\xampp\htdocs\testyii\protected\components\Controller.php(7)</p>
<p>01 &lt;?php<br />
02 /**<br />
03  * Controller is the customized base controller class.<br />
04  * All controller classes for this application should extend from this base class.<br />
05  */<br />
06 class Controller extends CController<br />
07 {<br />
08     /**<br />
09      * @var string the default layout for the controller view. Defaults to &#039;//layouts/column1&#039;,<br />
10      * meaning using a single column layout. See &#039;protected/views/layouts/column1.php&#039;.<br />
11      */<br />
12     public $layout=&#039;//layouts/column1&#039;;<br />
13     /**<br />
14      * @var array context menu items. This property will be assigned to {@link CMenu::items}.<br />
15      */<br />
16     public $menu=array();<br />
17     /**<br />
18      * @var array the breadcrumbs of the current page. The value of this property will<br />
19      * be assigned to {@link CBreadcrumbs::links}. Please refer to {@link CBreadcrumbs::links}</p>
<p>Stack Trace<br />
#0<br />
+<br />
 C:\xampp\htdocs\yii\framework\YiiBase.php(421): include(&quot;C:\xampp\htdocs\testyii\protected\components\Controller.php&quot;)<br />
#1<br />
 unknown(0): YiiBase::autoload(&quot;Controller&quot;) </p>
<p>how i can solve this&#8230; ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>Комментарий к записи Fully ajax website with Yii – Part 2 (Matteo)</title>
		<link>http://tpoxa.com/2011/04/19/fully-ajax-website-with-yii-%e2%80%93-part-2/comment-page-1/#comment-4322</link>
		<dc:creator>Matteo</dc:creator>
		<pubDate>Mon, 12 Dec 2011 14:46:59 +0000</pubDate>
		<guid isPermaLink="false">http://tpoxa.com/?p=300#comment-4322</guid>
		<description>Hi! thanks for the tutorial i have only one concern: the back button works in all pages except n the home when it&#039;s loaded directly using url domani, how can i solve that?</description>
		<content:encoded><![CDATA[<p>Hi! thanks for the tutorial i have only one concern: the back button works in all pages except n the home when it&#8217;s loaded directly using url domani, how can i solve that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Комментарий к записи Проблемы с кодировкой WordPress 2.7 (Бетке Сергей Сергеевич)</title>
		<link>http://tpoxa.com/2008/12/20/problemi_s_kodirovkoy/comment-page-1/#comment-4321</link>
		<dc:creator>Бетке Сергей Сергеевич</dc:creator>
		<pubDate>Fri, 02 Dec 2011 06:43:53 +0000</pubDate>
		<guid isPermaLink="false">http://tpoxa.com/?p=51#comment-4321</guid>
		<description>К сожалению, коллеги, подобные ошибки в коде wordpress не устранены до сих пор. Я согласен с автором, что проблему нужно решить в коде php, а не на уровне php.ini или htaccess.
Кстати - ошибок больше, чем одна. &lt;a href=&quot;http://sergey-s-betke.blogs.novgaro.ru/web/wordpress/wordpress-3-2-1-i-problema-s-utf-8-v-ajax-i-xmlrpc&quot; rel=&quot;nofollow&quot;&gt;У себя в статье&lt;/a&gt; описал 3 ошибка wordpress 3.2 с этими же корнями, и править необходимо в 3х разных файлах. Разработчикам в форум написал, реакции пока никакой (прошло две недели). Предлагаю поддержать &lt;a href=&quot;http://wordpress.org/support/topic/wordpress-and-encoding-errors-in-ajax-and-xmlrpc&quot; rel=&quot;nofollow&quot;&gt;мою просьбу к разработчикам&lt;/a&gt;, чем больше будет сообщений в этой теме, тем больше шансов, что разработчики обратят внимание на эти ошибки.</description>
		<content:encoded><![CDATA[<p>К сожалению, коллеги, подобные ошибки в коде wordpress не устранены до сих пор. Я согласен с автором, что проблему нужно решить в коде php, а не на уровне php.ini или htaccess.<br />
Кстати &#8212; ошибок больше, чем одна. <a href="http://sergey-s-betke.blogs.novgaro.ru/web/wordpress/wordpress-3-2-1-i-problema-s-utf-8-v-ajax-i-xmlrpc" rel="nofollow">У себя в статье</a> описал 3 ошибка wordpress 3.2 с этими же корнями, и править необходимо в 3х разных файлах. Разработчикам в форум написал, реакции пока никакой (прошло две недели). Предлагаю поддержать <a href="http://wordpress.org/support/topic/wordpress-and-encoding-errors-in-ajax-and-xmlrpc" rel="nofollow">мою просьбу к разработчикам</a>, чем больше будет сообщений в этой теме, тем больше шансов, что разработчики обратят внимание на эти ошибки.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Комментарий к записи Fully ajax website with Yii – Part 2 (qwerty)</title>
		<link>http://tpoxa.com/2011/04/19/fully-ajax-website-with-yii-%e2%80%93-part-2/comment-page-1/#comment-4317</link>
		<dc:creator>qwerty</dc:creator>
		<pubDate>Sat, 05 Nov 2011 12:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://tpoxa.com/?p=300#comment-4317</guid>
		<description>thanks for that</description>
		<content:encoded><![CDATA[<p>thanks for that</p>
]]></content:encoded>
	</item>
	<item>
		<title>Комментарий к записи Fully ajax website with Yii &#8212; Part 1 (Rodrigo)</title>
		<link>http://tpoxa.com/2011/04/19/fully-ajax-website-with-yii/comment-page-1/#comment-4315</link>
		<dc:creator>Rodrigo</dc:creator>
		<pubDate>Thu, 08 Sep 2011 22:18:35 +0000</pubDate>
		<guid isPermaLink="false">http://tpoxa.com/?p=264#comment-4315</guid>
		<description>Thank you, guy! Now i can see :)</description>
		<content:encoded><![CDATA[<p>Thank you, guy! Now i can see <img src='http://tpoxa.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Комментарий к записи Fully ajax website with Yii &#8212; Part 1 (Rodrigo)</title>
		<link>http://tpoxa.com/2011/04/19/fully-ajax-website-with-yii/comment-page-1/#comment-4314</link>
		<dc:creator>Rodrigo</dc:creator>
		<pubDate>Thu, 08 Sep 2011 18:21:32 +0000</pubDate>
		<guid isPermaLink="false">http://tpoxa.com/?p=264#comment-4314</guid>
		<description>Hello, nice post, but i can&#039;t see all the content from &quot;protected/components/EHttpRequest.php&quot; in this page.

And i can&#039;t see what to put above te  part of html.

Can you send me this information, please?

Thank you, very much.</description>
		<content:encoded><![CDATA[<p>Hello, nice post, but i can&#8217;t see all the content from &#171;protected/components/EHttpRequest.php&#187; in this page.</p>
<p>And i can&#8217;t see what to put above te  part of html.</p>
<p>Can you send me this information, please?</p>
<p>Thank you, very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Комментарий к записи Fully ajax website with Yii &#8212; Part 1 (ulik)</title>
		<link>http://tpoxa.com/2011/04/19/fully-ajax-website-with-yii/comment-page-1/#comment-4313</link>
		<dc:creator>ulik</dc:creator>
		<pubDate>Sun, 04 Sep 2011 19:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://tpoxa.com/?p=264#comment-4313</guid>
		<description>echo Yii::t(&#039;main&#039;,&#039;Loading&#039;);</description>
		<content:encoded><![CDATA[<p>echo Yii::t(&#8216;main&#8217;,'Loading&#8217;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Комментарий к записи Fully ajax website with Yii &#8212; Part 1 (ulik)</title>
		<link>http://tpoxa.com/2011/04/19/fully-ajax-website-with-yii/comment-page-1/#comment-4312</link>
		<dc:creator>ulik</dc:creator>
		<pubDate>Sun, 04 Sep 2011 19:01:18 +0000</pubDate>
		<guid isPermaLink="false">http://tpoxa.com/?p=264#comment-4312</guid>
		<description>&gt;
you have this part broken in your code, which is about javascript, i would really like to see it )</description>
		<content:encoded><![CDATA[<p>&gt;<br />
you have this part broken in your code, which is about javascript, i would really like to see it )</p>
]]></content:encoded>
	</item>
</channel>
</rss>

