<?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>Amphee Web Tech Pvt. Ltd. &#187; web development</title>
	<atom:link href="http://blog.amphee.com/index.php/tag/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.amphee.com</link>
	<description></description>
	<lastBuildDate>Wed, 04 May 2011 05:34:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		
	
	<!-- google ad injected by adsense-optimizer http://www.adsenseoptimizer.de -->
	<div  style="padding:3px; display: block; margin-left: auto; margin-right: auto; text-align: center;"><!-- Ad number: 1 --><script type="text/javascript"><!--
    	 
    	google_ad_client = "pub-0687753067406098"; google_alternate_color = "FFFFFF";
		google_ad_width = 468; google_ad_height = 60;
		google_ad_format = "468x60_as"; google_ad_type = "text_image";
		google_ad_channel =""; google_color_border = "A6C9E2";
		google_color_link = "FF3019"; google_color_bg = "FFFFFF";
		google_color_text = "000000"; google_color_url = "7EB544";
		google_ui_features = "rc:0"; //--></script>
		<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></div>	<item>
		<title>HTML5 Samples</title>
		<link>http://blog.amphee.com/index.php/2010/07/16/html5-samples/</link>
		<comments>http://blog.amphee.com/index.php/2010/07/16/html5-samples/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 07:15:45 +0000</pubDate>
		<dc:creator>kiran vadariya</dc:creator>
				<category><![CDATA[HTML 5]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[amphee]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[symfony development india]]></category>
		<category><![CDATA[symfony web devleopment india]]></category>

		<guid isPermaLink="false">http://blog.amphee.com/?p=166</guid>
		<description><![CDATA[


Step one
You can use standard object  testing to determine if the browser supports GeoLocation.
&#60;script&#62;
    /**
    * This function is the callback which is passed the result from the .getCurrentPosition()
    * function. The pos argument can contain more information than just the latitude/longitude,
    [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><div id="content">
<div id="post-357">
<div id="content_div-357">
<h4>Step one</h4>
<p>You can use standard object  testing to determine if the browser supports GeoLocation.</p>
<pre>&lt;script&gt;
    /**
    * This function is the callback which is passed the result from the .getCurrentPosition()
    * function. The pos argument can contain more information than just the latitude/longitude,
    * such as altitude, accuracy and speed information.
    *
    * @param object pos The result from the getCurrentPosition() call
    */
    function myCallback(pos)
    {
        var myLatitude  = pos.latitude;
        var myLongitude = pos.longitude;
    }

    /**
    * Test for GeoLocation support and make the call
    */
    if (navigator.geolocation) {
        navigator.geolocation.getCurrentPosition(myCallback);
    } else {
        alert("Sorry, your browser doesn't appear to support GeoLocation");
    }

&lt;/script&gt;
</pre>
<h4>Step two</h4>
<p>Once you have tested for it, we can then retrieve the position using  the getCurrentPosition() method. You pass this method     a callback  function which you define. This callback function is given an object (if  successful), with various properties:</p>
<ul>
<li>latitude</li>
<li>longitude</li>
<li>altitude (optional)</li>
<li>accuracy</li>
<li>altitudeAccuracy (optional)</li>
<li>heading (optional)</li>
<li>speed (optional)</li>
<li>timestamp</li>
</ul>
</div>
</div>
<div>more  detail go to</div>
<div><a title="click here" href="http://www.html5samples.com/2010/04/html5-geolocation-introduction/" target="_blank">http://www.html5samples.com/2010/04/html5-geolocation-introduction/</a></div>
</div>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://blog.amphee.com/index.php/2010/07/16/html5-samples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CMS With XML Based Data Storage</title>
		<link>http://blog.amphee.com/index.php/2009/12/31/cms-with-xml-based-data-storage/</link>
		<comments>http://blog.amphee.com/index.php/2009/12/31/cms-with-xml-based-data-storage/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 05:57:38 +0000</pubDate>
		<dc:creator>kiran vadariya</dc:creator>
				<category><![CDATA[php development]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://blog.devloperworld.com/?p=155</guid>
		<description><![CDATA[OPEN SOURCE 
GetSimple is The Simplest Content Management System EVER.
GetSimple has everything your client needs, and nothing a CMS doesn&#8217;t
GetSimple is an open-source project licensed under the GNU GENERAL PUBLIC LICENSE.
GetSimple don&#8217;t use mySQL to store information, but instead depend the simplicity of XML. By utilizing XML, able stay away from introducing an extra layer [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>OPEN SOURCE <img src='http://blog.amphee.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
GetSimple is The Simplest Content Management System EVER.<br />
<span>GetSimple has everything your client needs, and nothing a CMS doesn&#8217;t</span></p>
<p>GetSimple is an open-source project licensed under the GNU GENERAL PUBLIC LICENSE.</p>
<p>GetSimple don&#8217;t use mySQL to store information, but instead depend the simplicity of XML. By utilizing XML, able stay away from introducing an extra layer of slowness and complexity associated with connecting to a mySQL database. Because GetSimple was built specifically for the small-site market, feel this is the absolutely best option for data storage.</p>
<p><a href="http://get-simple.info/">GetSimple CMS Home Page</a><br />
<a href="http://get-simple.info/start">About GetSimple CMS</a><br />
<a href="http://php.opensourcecms.com/scripts/details.php?scriptid=330&amp;name=GetSimple%20CMS">Demo</a><br />
<a href="http://get-simple.info/docs">Documentation</a></p>
<p><strong>REQUIREMENTS</strong></p>
<ul>
<li>UNIX/Linux host</li>
<li>PHP 5.1.3+</li>
<li>Apache</li>
<li><strong>No</strong> Database</li>
<li>6 minutes to spare</li>
</ul>
<p><strong>FEATURE LIST</strong></p>
<ul>
<li>XML based data storage</li>
<li>Best-in-Class User Interface</li>
<li>&#8216;Undo&#8217; protection &amp; backups</li>
<li>Easy to theme</li>
<li>Great documentation</li>
<li>Growing community</li>
</ul>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://blog.amphee.com/index.php/2009/12/31/cms-with-xml-based-data-storage/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>symfony 2.0</title>
		<link>http://blog.amphee.com/index.php/2009/07/06/symfony-2-0/</link>
		<comments>http://blog.amphee.com/index.php/2009/07/06/symfony-2-0/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 10:46:24 +0000</pubDate>
		<dc:creator>kiran vadariya</dc:creator>
				<category><![CDATA[php development]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[symfony 2.0. symfony 1.0]]></category>
		<category><![CDATA[symfony web development]]></category>

		<guid isPermaLink="false">http://blog.devloperworld.com/?p=114</guid>
		<description><![CDATA[hello readers,
today i w&#8217;ll tell you about symfony 2.0  upcoming version of symfony after sucess of symfony 1.0 and 1.2,
One thing is very intersting in symfony 2.0 is it&#8217;s  more faster then old versions.
also many features updated and change in controlorrs and many more &#8230;
if you want to  know more about symfony 2.0 then  click [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>hello readers,</p>
<p>today i w&#8217;ll tell you about symfony 2.0  upcoming version of symfony after sucess of symfony 1.0 and 1.2,</p>
<p>One thing is very intersting in symfony 2.0 is it&#8217;s  more faster then old versions.</p>
<p>also many features updated and change in controlorrs and many more &#8230;</p>
<p>if you want to  know more about symfony 2.0 then  <a href="http://fabien.potencier.org/talk/22/phpquebec-2009-symfony-2" target="_blank">click here </a></p>
<p>enjoy,</p>
<p>kiran <img src='http://blog.amphee.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://blog.amphee.com/index.php/2009/07/06/symfony-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	
	
	<!-- google ad injected by adsense-optimizer http://www.adsenseoptimizer.de -->
	<div  style="padding:7px; display: block; margin-left: auto; margin-right: auto; text-align: center;"><!-- Ad number: 2 --><script type="text/javascript"><!--
    	 
    	google_ad_client = "pub-0687753067406098"; google_alternate_color = "FFFFFF";
		google_ad_width = 468; google_ad_height = 60;
		google_ad_format = "468x60_as"; google_ad_type = "text_image";
		google_ad_channel =""; google_color_border = "E3FA11";
		google_color_link = "FFFFFF"; google_color_bg = "A2AB2B";
		google_color_text = "000000"; google_color_url = "FFFFFF";
		google_ui_features = "rc:0"; //--></script>
		<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></div>	<item>
		<title>Developing Symfony with Eclipse</title>
		<link>http://blog.amphee.com/index.php/2009/06/03/developing-symfony-with-eclipse/</link>
		<comments>http://blog.amphee.com/index.php/2009/06/03/developing-symfony-with-eclipse/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 06:58:53 +0000</pubDate>
		<dc:creator>kiran vadariya</dc:creator>
				<category><![CDATA[php development]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[symfony development]]></category>

		<guid isPermaLink="false">http://blog.devloperworld.com/?p=94</guid>
		<description><![CDATA[hi i found a great link for symfony developers.
Developing Symfony with Eclipse
The Symfoclipse-Plugin: Currently in Version 1.2.1 this is the first Symfony-Plugin for Eclipse. Some glitches and rough edges but pretty usefull. It allows you to run common commands like freeze, cc and so on for a symfony project. First support for YAML is also [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>hi i found a great link for symfony developers.</p>
<h2><a title="Permanent Link to Developing Symfony with Eclipse" rel="bookmark" href="http://www.symfony-zone.com/wordpress/2007/12/19/developing-symfony-with-eclipse/">Developing Symfony with Eclipse</a></h2>
<p>The Symfoclipse-Plugin: Currently in Version 1.2.1 this is the first Symfony-Plugin for Eclipse. Some glitches and rough edges but pretty usefull. It allows you to run common commands like freeze, cc and so on for a symfony project. First support for YAML is also available. The plugin is available from: http://noy.cc/symfoclipse</p>
<p>from ,</p>
<p>hiren sejpal <img src='http://blog.amphee.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://blog.amphee.com/index.php/2009/06/03/developing-symfony-with-eclipse/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Creative Uses for PHP</title>
		<link>http://blog.amphee.com/index.php/2009/05/06/creative-uses-for-php/</link>
		<comments>http://blog.amphee.com/index.php/2009/05/06/creative-uses-for-php/#comments</comments>
		<pubDate>Wed, 06 May 2009 12:13:08 +0000</pubDate>
		<dc:creator>kiran vadariya</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[php development]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[creative use]]></category>
		<category><![CDATA[online community]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[uses]]></category>

		<guid isPermaLink="false">http://blog.devloperworld.com/?p=49</guid>
		<description><![CDATA[If you’re a familier with the word ‘PHP’ then here is some useful creative uses for it.
E-Commerce
E-commerce is one of the major uses for PHP. From a small business level to an enterprise level, businesses are always looking to create additional streams of revenue online. If you know how to integrate existing e-commerce solutions or [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p><!--[endif]--><span style="font-weight: normal;">If you’re a familier with the word ‘PHP’ then here is some useful creative uses for it.</span></p>
<h3>E-Commerce</h3>
<p>E-commerce is one of the major uses for PHP. From a small business level to an enterprise level, businesses are always looking to create additional streams of revenue online. If you know how to integrate existing e-commerce solutions or build your own from scratch, this gives you a distinct advantage with your clients.</p>
<h3><span style="font-weight: normal;">Beginners</span></h3>
<ul type="disc">
<li class="MsoNormal"><a href="http://www.magentocommerce.com/">Magento</a></li>
<li class="MsoNormal"><a href="http://www.zen-cart.com/">Zen Cart</a></li>
<li class="MsoNormal"><a href="http://www.shopify.com/">Shopify</a></li>
</ul>
<h3><span style="font-weight: normal;">Advanced Coders</span></h3>
<p style="margin-left: 0.5in; text-indent: -0.25in;"><!--[if !supportLists]--><span style="font-family: Symbol;"><span>·<span style="font-family: &quot;Times New Roman&quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]--><a href="http://codeigniter.com/">CodeIgniter</a></p>
<p style="margin-left: 0.5in; text-indent: -0.25in;"><!--[if !supportLists]--><span style="font-family: Symbol;"><span>·<span style="font-family: &quot;Times New Roman&quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]--><span> </span><a href="http://cakephp.org/">CakePHP</a>.</p>
<h3>Graphical User Interface</h3>
<p>If PHP is your favorite programming language, then you can use some of these PHP extensions to get you started creating <acronym>GUI</acronym> applications.</p>
<ul type="disc">
<li class="MsoNormal"><a href="http://gtk.php.net/">PHP      GTK</a> &#8211; This extension is a popular open source that implements the GIMP      toolkit</li>
<li class="MsoNormal"><a href="http://www.zzee.com/php-gui/">ZZEE PHP GUI</a> &#8211; A paid solution      that allows you to turn your PHP scripts into Windows applications</li>
</ul>
<h3>Image Processing and Generation</h3>
<p>Using the GD library with PHP, you can do more than just output HTML to the browser! You can output images in different file types including jpeg, png, and gif. This feature of PHP is useful because it allows you to create thumbnail pictures, add watermarks, resize and crop images, and even create a photo gallery!</p>
<h3>Mailing Lists</h3>
<p>You can write your own script to send e-mail newsletters to your client, or use a ready-made script. The PHP online documentation explains <a href="http://us3.php.net/manual/en/function.mail.php">PHP mailing functions</a> in more detail. There are also scripts you can download and install on your website:</p>
<ul type="disc">
<li class="MsoNormal"><a href="http://www.phplist.com/">PHP list</a></li>
</ul>
<p class="MsoNormal">
<h3>Developing Facebook Applications</h3>
<p>You can integrate Facebook with your website using PHP. If you have developed Facebook applications using another language or you would like to get started with PHP, the <a href="http://wiki.developers.facebook.com/index.php/PHP">Facebook developer&#8217;s wiki</a> can help you to get started.</p>
<h3>Create Graphs and Charts</h3>
<p>Do you need visual representations of numbers on your site? PHP can create graphs and charts too! Using <a href="http://pear.veggerby.dk/">Image_Graph</a>, you can create up to fourteen different types of charts including pie charts, bar graphs,.</p>
<h3>Generating PDF Files</h3>
<p>The <acronym>PDF</acronym> format is Adobe&#8217;s proprietary file type for document exchange. Using a library called PDFLib, you can generate PDF files with PHP. This library is already included with PHP5; to access it, you need to uncomment the appropriate lines in your PHP configuration file. An example of why creating PDF files might come in useful is, if you were building an online invoicing application and you wanted to output an HTML-generated invoice in PDF format.</p>
<h3>Parsing XML Files</h3>
<p>PHP allows you to parse <acronym>XML</acronym> files. Parsing XML is an important feature of PHP 5 because not all browsers can output the contents of an XML file; so you can create a parser in PHP to facilitate this process. Using XML is important for RSS feeds, and also for data storage and rendering data on different devices &#8211; for example, cell phones use an implementation of XML called WML (Wireless Markup Language). Working with XML files in PHP is similar to handling the opening, closing, and reading of a file.</p>
<p class="MsoNormal">
<p class="MsoNormal">
<h3>Content Management Systems</h3>
<p>One of the most popular uses of PHP is creating or using Content Management System. A good CMS allows your clients to update their website and add content without any in-depth knowledge of HTML and CSS. You can use one of the widely available free or commercial solutions listed below:</p>
<ul type="disc">
<li class="MsoNormal"><a href="http://www.drupal.org/">Drupal</a></li>
<li class="MsoNormal"><a href="http://www.wordpress.org/">Wordpress</a></li>
<li class="MsoNormal"><a href="http://www.joomla.org/">Joomla</a></li>
</ul>
<h3>Create Dynamic Website Templates</h3>
<p>Using PHP, you can make it easier to add pages and elements to your websites dynamically. You begin by creating the HTML page and splitting it into the header, main content, and footer sections. Add the .php extension to your subsequent pages and use server-side Includes for the header and footer for each new page. You can also have dynamic sidebars and top navigation sections. As a matter of fact, the more &#8220;templated&#8221; your site is, the easier it is to update the content.</p>
<h3>Building an Online Community</h3>
<p>You can build your own PHP-driven online community, or choose from widely available scripts that you can implement into your website. Some popular ones include:</p>
<ul type="disc">
<li class="MsoNormal"><a href="http://www.phpbb.com/">php BB</a></li>
<li class="MsoNormal"><a href="http://www.vbulletin.com/">vBulletin</a></li>
<li class="MsoNormal"><a href="http://punbb.informer.com/">Pun BB</a></li>
</ul>
<p>from kiran vadariya <img src='http://blog.amphee.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://blog.amphee.com/index.php/2009/05/06/creative-uses-for-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>some usefule symfony plugins  :)</title>
		<link>http://blog.amphee.com/index.php/2009/04/30/some-usefule-symfony-plugins/</link>
		<comments>http://blog.amphee.com/index.php/2009/04/30/some-usefule-symfony-plugins/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 08:01:51 +0000</pubDate>
		<dc:creator>kiran vadariya</dc:creator>
				<category><![CDATA[php development]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[symfony development]]></category>

		<guid isPermaLink="false">http://blog.devloperworld.com/?p=31</guid>
		<description><![CDATA[take a quick look at some useful symfony plugins . useful for your symfony project. if any query or change then post comment on it.

sfSimpleCMSPlugin
sfGuardPlugin
sfDoctrinePlugin
sfPropelActAsNestedSetBehaviorPlugin
sfMediaLibraryPlugin
sfSimpleBlogPlugin
sfSimpleForumPlugin
sfFeed2Plugin
sfgWidgetsPlugin
sfThumbnailPlugin
sfUJSPlugin
sfControlPanelPlugin
sfFormValidationPlugin
sfMogileFSPlugin
sfLightboxPlugin
sfCaptchaPlugin
sfNiftyPlugin
sfPrototypeWindowPlugin
sfPropelLoadbalancerPlugin
sfSavvyPlugin
sfYzClientSideValidationPlugin

from ,
sanjay  

]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>take a quick look at some useful symfony plugins . useful for your symfony project. if any query or change then post comment on it.</p>
<ol>
<li><a href="http://trac.symfony-project.com/trac/wiki/sfSimpleCMSPlugin">sfSimpleCMSPlugin</a></li>
<li><a href="http://trac.symfony-project.com/trac/wiki/sfGuardPlugin">sfGuardPlugin</a></li>
<li><a href="http://trac.symfony-project.com/trac/wiki/sfDoctrine">sfDoctrinePlugin</a></li>
<li><a href="http://trac.symfony-project.com/trac/wiki/sfPropelActAsNestedSetBehaviorPlugin">sfPropelActAsNestedSetBehaviorPlugin</a></li>
<li><a href="http://trac.symfony-project.com/trac/wiki/sfMediaLibraryPlugin">sfMediaLibraryPlugin</a></li>
<li><a href="http://trac.symfony-project.com/trac/wiki/sfSimpleBlogPlugin">sfSimpleBlogPlugin</a></li>
<li><a href="http://trac.symfony-project.com/trac/wiki/sfSimpleForumPlugin">sfSimpleForumPlugin</a></li>
<li><a href="http://trac.symfony-project.com/trac/wiki/sfFeed2Plugin">sfFeed2Plugin</a></li>
<li><a href="http://trac.symfony-project.com/trac/wiki/sfgWidgetsPlugin">sfgWidgetsPlugin</a></li>
<li><a href="http://trac.symfony-project.com/trac/wiki/sfThumbnailPlugin">sfThumbnailPlugin</a></li>
<li><a href="http://trac.symfony-project.com/trac/wiki/sfUJSPlugin">sfUJSPlugin</a></li>
<li><a href="http://trac.symfony-project.com/trac/wiki/sfControlPanelPlugin">sfControlPanelPlugin</a></li>
<li><a href="http://trac.symfony-project.com/trac/wiki/sfFormValidationPlugin">sfFormValidationPlugin</a></li>
<li><a href="http://trac.symfony-project.com/trac/wiki/sfMogileFSPlugin">sfMogileFSPlugin</a></li>
<li><a href="http://trac.symfony-project.com/trac/wiki/sfLightboxPlugin">sfLightboxPlugin</a></li>
<li><a href="http://trac.symfony-project.com/trac/wiki/sfCaptchaPlugin">sfCaptchaPlugin</a></li>
<li><a href="http://trac.symfony-project.com/trac/wiki/sfNiftyPlugin">sfNiftyPlugin</a></li>
<li><a href="http://trac.symfony-project.com/trac/wiki/sfPrototypeWindowPlugin">sfPrototypeWindowPlugin</a></li>
<li><a href="http://trac.symfony-project.com/trac/wiki/sfPropelLoadbalancerPlugin">sfPropelLoadbalancerPlugin</a></li>
<li><a href="http://trac.symfony-project.com/trac/wiki/sfSavvyPlugin">sfSavvyPlugin</a></li>
<li><a href="http://trac.symfony-project.com/trac/wiki/sfYzClientSideValidationPlugin">sfYzClientSideValidationPlugin</a></li>
</ol>
<p>from ,</p>
<p><strong>sanjay <img src='http://blog.amphee.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </strong></p>
<ol></ol>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://blog.amphee.com/index.php/2009/04/30/some-usefule-symfony-plugins/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

