<?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>SANIsoft</title>
	<atom:link href="http://www.sanisoft.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sanisoft.com</link>
	<description>sharing technology, ideas, insights!</description>
	<lastBuildDate>Wed, 19 Oct 2011 11:18:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>[CakePHP] Build javascript widget for affiliate sites using CakePHP</title>
		<link>http://www.sanisoft.com/blog/2011/09/26/cakephp-build-javascript-widget-for-affiliate-sites-using-cakephp/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cakephp-build-javascript-widget-for-affiliate-sites-using-cakephp</link>
		<comments>http://www.sanisoft.com/blog/2011/09/26/cakephp-build-javascript-widget-for-affiliate-sites-using-cakephp/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 04:54:24 +0000</pubDate>
		<dc:creator>Sumit Meshram</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.sanisoft.com/?p=2575</guid>
		<description><![CDATA[Recently I had a requirement from client. Additionally, it went on, that the snippet should be very simple like PLAIN TEXT HTML: &#60;script src="http://baseurlhere/test/test"&#62;&#60;/script&#62; Simple I thought I will just document write an iframe and be done with it but quickly discovered that if you want the CSS of the parent document to get applied [...]]]></description>
		<wfw:commentRss>http://www.sanisoft.com/blog/2011/09/26/cakephp-build-javascript-widget-for-affiliate-sites-using-cakephp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[CakePHP] Code Sniff Updates</title>
		<link>http://www.sanisoft.com/blog/2011/09/12/cakephp-code-sniff-updates/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cakephp-code-sniff-updates</link>
		<comments>http://www.sanisoft.com/blog/2011/09/12/cakephp-code-sniff-updates/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 09:42:10 +0000</pubDate>
		<dc:creator>Rita Chouhan</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.sanisoft.com/?p=2548</guid>
		<description><![CDATA[In an earlier post, Dr.Sani discussed about CodeSniffer and sniffs for CakePHP Standard. In that we saw how to define a new coding standard using the existing sniffs. With the release of PHP_CodeSniffer v1.3, the way we define a new standard has changed. Please read Code sniffs for CakePHP and then some more before going [...]]]></description>
		<wfw:commentRss>http://www.sanisoft.com/blog/2011/09/12/cakephp-code-sniff-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[CakePHP] Tweak translate behavior get belongsTo translations</title>
		<link>http://www.sanisoft.com/blog/2011/08/29/cakephp-tweak-translate-behavior-get-belongsto-translations/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cakephp-tweak-translate-behavior-get-belongsto-translations</link>
		<comments>http://www.sanisoft.com/blog/2011/08/29/cakephp-tweak-translate-behavior-get-belongsto-translations/#comments</comments>
		<pubDate>Mon, 29 Aug 2011 06:49:04 +0000</pubDate>
		<dc:creator>Amit Badkas</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.sanisoft.com/?p=2542</guid>
		<description><![CDATA[In one of my earlier posts, I had written about How to fallback to default language while using Translate behavior. This is one more Translate behavior tweak (in continuation with the previous) to get belongsTo data's translations in current locale. By default, Translate behavior only gets current model's translations in current locale and you need [...]]]></description>
		<wfw:commentRss>http://www.sanisoft.com/blog/2011/08/29/cakephp-tweak-translate-behavior-get-belongsto-translations/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>[How To] Index merging in Sphinx</title>
		<link>http://www.sanisoft.com/blog/2011/08/08/how-to-index-merging-sphinx/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-index-merging-sphinx</link>
		<comments>http://www.sanisoft.com/blog/2011/08/08/how-to-index-merging-sphinx/#comments</comments>
		<pubDate>Mon, 08 Aug 2011 04:36:59 +0000</pubDate>
		<dc:creator>Abbas Ali</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Sphinx]]></category>

		<guid isPermaLink="false">http://www.sanisoft.com/?p=2485</guid>
		<description><![CDATA[In an earlier post, Live index updates in Sphinx, we saw how to use main+delta indexing scheme for almost realtime index updates. In that we created two indexes as follows: main : Which is the archive of all the documents delta : Which holds only the newer documents One minor drawback in the above scheme [...]]]></description>
		<wfw:commentRss>http://www.sanisoft.com/blog/2011/08/08/how-to-index-merging-sphinx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[How To] Use XSLT to transform XML documents into other formats, like XHTML</title>
		<link>http://www.sanisoft.com/blog/2011/08/01/how-to-use-xslt-to-transform-xml-documents-into-other-formats-like-xhtml/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-use-xslt-to-transform-xml-documents-into-other-formats-like-xhtml</link>
		<comments>http://www.sanisoft.com/blog/2011/08/01/how-to-use-xslt-to-transform-xml-documents-into-other-formats-like-xhtml/#comments</comments>
		<pubDate>Mon, 01 Aug 2011 11:05:36 +0000</pubDate>
		<dc:creator>Sumit Meshram</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.sanisoft.com/?p=2362</guid>
		<description><![CDATA[XSL stands for EXtensible Stylesheet Language and as the name suggests it is a styling language for XML documents. XSLT stands for XSL Transformations. XSLT is used to transform an XML document into another document formats,We will be transforming XML into HTML and XHTML. Usually XSLT transforms each XML element into an (X)HTML element. Lets [...]]]></description>
		<wfw:commentRss>http://www.sanisoft.com/blog/2011/08/01/how-to-use-xslt-to-transform-xml-documents-into-other-formats-like-xhtml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[CakePHP] A slightly modified QRcode Helper</title>
		<link>http://www.sanisoft.com/blog/2011/07/18/cakephp-qrcode-helper/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cakephp-qrcode-helper</link>
		<comments>http://www.sanisoft.com/blog/2011/07/18/cakephp-qrcode-helper/#comments</comments>
		<pubDate>Mon, 18 Jul 2011 11:30:37 +0000</pubDate>
		<dc:creator>Rita Chouhan</dc:creator>
				<category><![CDATA[CakePHP]]></category>

		<guid isPermaLink="false">http://www.sanisoft.com/?p=2341</guid>
		<description><![CDATA[I was working on a project where I needed a helper to create QRcode by various methods. After searching I found a good CakePHP QRcode Helper by Max Dörfler which helped me a lot but few functions were still missing in that, like generating QRcode for Wifi network. The allowed contents are: free text contacts [...]]]></description>
		<wfw:commentRss>http://www.sanisoft.com/blog/2011/07/18/cakephp-qrcode-helper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to track SQL errors in CakePHP on production site</title>
		<link>http://www.sanisoft.com/blog/2011/07/05/how-to-track-sql-errors-in-cakephp-on-production-site/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-track-sql-errors-in-cakephp-on-production-site</link>
		<comments>http://www.sanisoft.com/blog/2011/07/05/how-to-track-sql-errors-in-cakephp-on-production-site/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 04:58:25 +0000</pubDate>
		<dc:creator>Amit Badkas</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.sanisoft.com/?p=2319</guid>
		<description><![CDATA[In a CakePHP application, if there is any SQL error and debug level is set to greater than 0, then the complete error message from the database is displayed on the screen, but if the debug is set to 0 it just gives something like "unable to add" or worse a blank page. This can [...]]]></description>
		<wfw:commentRss>http://www.sanisoft.com/blog/2011/07/05/how-to-track-sql-errors-in-cakephp-on-production-site/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>[CakePHP] Sending emails more robustly</title>
		<link>http://www.sanisoft.com/blog/2011/06/20/cakephp-sending-emails-more-robustly/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cakephp-sending-emails-more-robustly</link>
		<comments>http://www.sanisoft.com/blog/2011/06/20/cakephp-sending-emails-more-robustly/#comments</comments>
		<pubDate>Mon, 20 Jun 2011 06:31:54 +0000</pubDate>
		<dc:creator>Abbas Ali</dc:creator>
				<category><![CDATA[CakePHP]]></category>

		<guid isPermaLink="false">http://www.sanisoft.com/?p=2307</guid>
		<description><![CDATA[Sending emails in CakePHP using the Email component is a straight forward job. You will find ample documentation about it in the cakephp cookbook. It is a simple and easy to use component. However, one common mistake most of us make is writing the same code to configure the email component at numerous places throughout [...]]]></description>
		<wfw:commentRss>http://www.sanisoft.com/blog/2011/06/20/cakephp-sending-emails-more-robustly/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>[How To] Implement Facebook Like button on web page</title>
		<link>http://www.sanisoft.com/blog/2011/06/13/how-to-implement-facebook-like-button-on-web-page/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-implement-facebook-like-button-on-web-page</link>
		<comments>http://www.sanisoft.com/blog/2011/06/13/how-to-implement-facebook-like-button-on-web-page/#comments</comments>
		<pubDate>Mon, 13 Jun 2011 03:30:03 +0000</pubDate>
		<dc:creator>Sumit Meshram</dc:creator>
				<category><![CDATA[HowTo]]></category>

		<guid isPermaLink="false">http://www.sanisoft.com/?p=2285</guid>
		<description><![CDATA[This post is more a note to myself than a blog post. There are two Like button implementations: XFBML and Iframe. The XFBML version is more versatile, but requires use of the JavaScript SDK We can use one of the following codes to display a Facebook Like button on our site. Iframe : PLAIN TEXT [...]]]></description>
		<wfw:commentRss>http://www.sanisoft.com/blog/2011/06/13/how-to-implement-facebook-like-button-on-web-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[CakePHP] Pagination options persistence</title>
		<link>http://www.sanisoft.com/blog/2011/06/09/cakephp-pagination-options-persistence/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cakephp-pagination-options-persistence</link>
		<comments>http://www.sanisoft.com/blog/2011/06/09/cakephp-pagination-options-persistence/#comments</comments>
		<pubDate>Thu, 09 Jun 2011 06:00:29 +0000</pubDate>
		<dc:creator>Amit Badkas</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.sanisoft.com/?p=2274</guid>
		<description><![CDATA[Editing a record and redirecting to a paginated list is a very common workflow pattern in CakePHP. However there is a small problem with this pattern if used with default pagination. after editing the user is always returned to to the first page with the default order and default limit. This is not very user [...]]]></description>
		<wfw:commentRss>http://www.sanisoft.com/blog/2011/06/09/cakephp-pagination-options-persistence/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

