<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
		<title>RSS Feed</title>
		<link>http://www.mira-soft.com/feed.rss.html</link>
		<description></description>
		<generator>Ditto 1.0.2 powered by MODx CMS</generator>
		<language>en</language>
		<copyright>Mira 2006</copyright>
		<ttl>120</ttl>
		<item>
			<title>Create colorful tables in cake way</title>
			<link>http://www.mira-soft.com/colorful-tables.html</link>
			<description><![CDATA[ In your view follow the way 
<br>
 
<pre>
<table>
<?php
$row_count = count($MyFees);
  $x = 1;

  while ($x <= $row_count) {
    foreach ($MyFees as $MyFee) {
       if($x%2): $color = "#E9F9AC"; else: $color = "#FF9900"; endif;
           print     "<tr><td style=\"background-color: ".$color."\">"
                .</td></tr></table></pre> ]]></description>
			<pubDate>Thu, 27 Dec 2007 19:02:28 +0200</pubDate>
			<guid>http://www.mira-soft.com/colorful-tables.html</guid>
			<author>Built-in Administration account &lt;gokhan@mira-soft.com&gt;</author>
			</item>
		<item>
			<title>Cakephp Hints and Tips</title>
			<link>http://www.mira-soft.com/cakephp-hint-tips.html</link>
			<description><![CDATA[  ]]></description>
			<pubDate>Thu, 27 Dec 2007 18:59:20 +0200</pubDate>
			<guid>http://www.mira-soft.com/cakephp-hint-tips.html</guid>
			<author>Built-in Administration account &lt;gokhan@mira-soft.com&gt;</author>
			</item>
		<item>
			<title>xml publish stop garbage</title>
			<link>http://www.mira-soft.com/xml-publish-stop-garbage.html</link>
			<description><![CDATA[ Here i will publish Cakephp tips for bakers.
<br>
The first one comes;
<br>

<pre>
function productxml(){
       
        Configure::write('debug', 0);
       
        $this->set('products',$this->Product->findall());
        $this->RequestHandler->respondAs('xml');

        $this->viewPath .= '/xml';

        $th</pre> ]]></description>
			<pubDate>Mon, 24 Dec 2007 07:32:12 +0200</pubDate>
			<guid>http://www.mira-soft.com/xml-publish-stop-garbage.html</guid>
			<author>Built-in Administration account &lt;gokhan@mira-soft.com&gt;</author>
			</item>
		<item>
			<title>Linux Sunucu Y&ouml;netimi</title>
			<link>http://www.mira-soft.com/linux-sunucu.html</link>
			<description><![CDATA[ Linux Sunucu Y&ouml;netimi
 ]]></description>
			<pubDate>Tue, 12 Jun 2007 13:19:56 +0300</pubDate>
			<guid>http://www.mira-soft.com/linux-sunucu.html</guid>
			<author>Built-in Administration account &lt;gokhan@mira-soft.com&gt;</author>
			</item>
	</channel>
</rss>