<?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>ANIL KUMAR PANIGRAHI &#039;s Blog &#187; Smarty</title>
	<atom:link href="http://www.anil2u.info/category/smarty/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anil2u.info</link>
	<description></description>
	<lastBuildDate>Tue, 31 Jan 2012 18:21:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Events calendar implementation in oscommerce using php code</title>
		<link>http://www.anil2u.info/2010/05/events-calender-implementation-in-oscommerce-using-php-code/</link>
		<comments>http://www.anil2u.info/2010/05/events-calender-implementation-in-oscommerce-using-php-code/#comments</comments>
		<pubDate>Sat, 08 May 2010 18:16:18 +0000</pubDate>
		<dc:creator>Anil Kumar Panigrahi</dc:creator>
				<category><![CDATA[OsCommerce]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Smarty]]></category>
		<category><![CDATA[Anil Labs]]></category>
		<category><![CDATA[events calender]]></category>
		<category><![CDATA[Php]]></category>

		<guid isPermaLink="false">http://www.anil2u.info/?p=578</guid>
		<description><![CDATA[Hi friends, In this post i want to explain how to implement events calender in oscommerce. We can schedule the products and we can display the which events/products are schedule in which date. And i have implemented demo in smarty application. Screenshot of event calendar : &#160; &#160; Call that function in any of your [...]]]></description>
		<wfw:commentRss>http://www.anil2u.info/2010/05/events-calender-implementation-in-oscommerce-using-php-code/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to implement google map in smarty?</title>
		<link>http://www.anil2u.info/2010/03/how-to-implement-google-map-in-smarty/</link>
		<comments>http://www.anil2u.info/2010/03/how-to-implement-google-map-in-smarty/#comments</comments>
		<pubDate>Sun, 28 Mar 2010 07:00:07 +0000</pubDate>
		<dc:creator>Anil Kumar Panigrahi</dc:creator>
				<category><![CDATA[Smarty]]></category>
		<category><![CDATA[Anil Labs]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[googlemap]]></category>
		<category><![CDATA[how to implement]]></category>
		<category><![CDATA[tpl file]]></category>

		<guid isPermaLink="false">http://www.anil2u.info/?p=521</guid>
		<description><![CDATA[Hi friends , the following script will discuss for how to implement google map in smarty application. 1) Sign up for API key of googlemap http://code.google.com/apis/maps/signup.html 2) Create a google map class. &#160; 3) Create a tpl file, and add below code : 1234567891011121314151617181920&#123;php&#125; $key=&#34;Your API Key&#34;; $gm = &#38; new EasyGoogleMap&#40;$key&#41;; $gm-&#62;SetMarkerIconStyle&#40;'STAR'&#41;; $gm-&#62;SetMapZoom&#40;10&#41;; $city [...]]]></description>
		<wfw:commentRss>http://www.anil2u.info/2010/03/how-to-implement-google-map-in-smarty/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to integrate fckeditor in smarty application?</title>
		<link>http://www.anil2u.info/2009/11/how-to-integrate-fckeditor-in-smarty-application/</link>
		<comments>http://www.anil2u.info/2009/11/how-to-integrate-fckeditor-in-smarty-application/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 12:09:53 +0000</pubDate>
		<dc:creator>Anil Kumar Panigrahi</dc:creator>
				<category><![CDATA[Smarty]]></category>
		<category><![CDATA[fckeditor]]></category>

		<guid isPermaLink="false">http://anil2u.wordpress.com/?p=371</guid>
		<description><![CDATA[This post explains how to integrate fckeditor in smarty application. Integration of fckeditor in smarty application &#160; 1 . in libs\plugins write the foolowing file called function.fckeditor.php 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394&#60;?php /** * Smarty plugin * @package Smarty * @subpackage plugins */ /** * Smarty function plugin * Requires PHP &#62;= 4.3.0 * ————————————————————- * Type: function * [...]]]></description>
		<wfw:commentRss>http://www.anil2u.info/2009/11/how-to-integrate-fckeditor-in-smarty-application/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to add stylesheets and javascript in smarty</title>
		<link>http://www.anil2u.info/2009/10/how-to-add-stylesheets-and-javascript-in-smarty/</link>
		<comments>http://www.anil2u.info/2009/10/how-to-add-stylesheets-and-javascript-in-smarty/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 08:48:04 +0000</pubDate>
		<dc:creator>Anil Kumar Panigrahi</dc:creator>
				<category><![CDATA[Smarty]]></category>

		<guid isPermaLink="false">http://anil2u.wordpress.com/?p=324</guid>
		<description><![CDATA[how to add styles and javascript, to smarty application, in the head section  written the styles code but when we are applying that code to the tpl file is not applied is there any separate code to written in the smarty. for that reason go to below code we can the simple code in the [...]]]></description>
		<wfw:commentRss>http://www.anil2u.info/2009/10/how-to-add-stylesheets-and-javascript-in-smarty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is smarty and uses of smarty?</title>
		<link>http://www.anil2u.info/2009/04/what-is-smarty-and-uses-of-smarty/</link>
		<comments>http://www.anil2u.info/2009/04/what-is-smarty-and-uses-of-smarty/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 12:41:42 +0000</pubDate>
		<dc:creator>Anil Kumar Panigrahi</dc:creator>
				<category><![CDATA[Smarty]]></category>

		<guid isPermaLink="false">http://anil2u.wordpress.com/?p=130</guid>
		<description><![CDATA[Friends , i would like to write short note on Smarty which is opensource package for the php. Download the files from http://www.smarty.net/ The main uses and what is smarty. 1 ) Smarty is a template engine. 2) The main uses of smarty is the all design templates is different from the coding part. 3) [...]]]></description>
		<wfw:commentRss>http://www.anil2u.info/2009/04/what-is-smarty-and-uses-of-smarty/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

