<?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"
	>

<channel>
	<title>Surfscripts.com</title>
	<atom:link href="http://surfscripts.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://surfscripts.com</link>
	<description>PHP,CodeIgniter, Ajax, jQuery, Elgg, Flex Tips and Hacks - A developers diary</description>
	<pubDate>Thu, 18 Feb 2010 17:10:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
	<language>en</language>
			<item>
		<title>Add ecommerce into your social networking site</title>
		<link>http://surfscripts.com/44/tech/add-ecommerce-into-your-social-networking-site/</link>
		<comments>http://surfscripts.com/44/tech/add-ecommerce-into-your-social-networking-site/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 16:56:30 +0000</pubDate>
		<dc:creator>Johnly</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Tech]]></category>

		<category><![CDATA[elgg]]></category>

		<category><![CDATA[elgg custom plugin]]></category>

		<category><![CDATA[elgg ecommerce plugin]]></category>

		<category><![CDATA[elgg payment system]]></category>

		<category><![CDATA[elgg plugins]]></category>

		<category><![CDATA[elgg with paypal]]></category>

		<category><![CDATA[social commerce]]></category>

		<guid isPermaLink="false">http://surfscripts.com/?p=44</guid>
		<description><![CDATA[Developing a custom application with the social commerce features is a big task, which requires a lot of time and money. So, we have an easy work around. We can create quality social commerce sites with the best open source social networking platform, ELGG. We can create a variety of social applications with the elgg platform. We extend the features of elgg by developing plugins and themes for elgg. Elgg social commerce plugin is a good plugin that enhance your social networking application with ecommerce features. The elgg social commerce plugin allows members of the site to buy and sell products-both downloadable and physical.]]></description>
		<wfw:commentRss>http://surfscripts.com/44/tech/add-ecommerce-into-your-social-networking-site/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Recommended Free elgg plugins</title>
		<link>http://surfscripts.com/42/tech/recommended-free-elgg-plugins/</link>
		<comments>http://surfscripts.com/42/tech/recommended-free-elgg-plugins/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 10:38:28 +0000</pubDate>
		<dc:creator>Johnly</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Tech]]></category>

		<category><![CDATA[elgg]]></category>

		<category><![CDATA[elgg plugins]]></category>

		<category><![CDATA[elgg profile]]></category>

		<category><![CDATA[social shopping]]></category>

		<guid isPermaLink="false">http://surfscripts.com/?p=42</guid>
		<description><![CDATA[I was looking at the available plugins that the award winning open source social networking platform-elgg offers to its dynamic user base. We have about 1000 elgg plugins released under the GPL license, under which elgg is released. Many of these plugins attracted my attention and I thought of putting down a note about my [...]]]></description>
		<wfw:commentRss>http://surfscripts.com/42/tech/recommended-free-elgg-plugins/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Elgg job sites must be target oriented</title>
		<link>http://surfscripts.com/39/tech/elgg-job-sites-must-be-target-oriented/</link>
		<comments>http://surfscripts.com/39/tech/elgg-job-sites-must-be-target-oriented/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 09:45:40 +0000</pubDate>
		<dc:creator>Johnly</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Tech]]></category>

		<category><![CDATA[elgg]]></category>

		<category><![CDATA[elgg jobs]]></category>

		<category><![CDATA[elgg plugins]]></category>

		<category><![CDATA[job boards]]></category>

		<guid isPermaLink="false">http://surfscripts.com/?p=39</guid>
		<description><![CDATA[There is no dearth of job sites in the market and with the increasing popularity of elgg platform in the social networks, the number of job sites offering resource of elgg developers is increasing rapidly. But, do these job sites really solve the purpose? There have been several reports by the companies that are looking [...]]]></description>
		<wfw:commentRss>http://surfscripts.com/39/tech/elgg-job-sites-must-be-target-oriented/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Flex Using navigateToURL with dynamic URL</title>
		<link>http://surfscripts.com/25/tech/flex-using-navigatetourl-with-dynamic-url/</link>
		<comments>http://surfscripts.com/25/tech/flex-using-navigatetourl-with-dynamic-url/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 12:50:54 +0000</pubDate>
		<dc:creator>Johnly</dc:creator>
		
		<category><![CDATA[RIA]]></category>

		<category><![CDATA[Tech]]></category>

		<category><![CDATA[flex]]></category>

		<category><![CDATA[flex examples]]></category>

		<category><![CDATA[navigateToURL]]></category>

		<category><![CDATA[URLRequest]]></category>

		<guid isPermaLink="false">http://surfscripts.com/?p=25</guid>
		<description><![CDATA[The following example shows how we can navigateToURL  and redirect users into the new page.

&#60;mx:Repeater id="imageRepeater" &#62;
&#60;mx:Panel width="173" height="173" verticalAlign="middle" layout="vertical"
click="navigateToURL(
new URLRequest(event.currentTarget.getRepeaterItem().url), '_self');" &#62;
&#60;mx:Image source="{imageRepeater.currentItem.src}" /&#62;
&#60;mx:Label text="{imageRepeater.currentItem.title}"
horizontalCenter="0" top="250" styleName="paneltitle" /&#62;
&#60;/mx:Panel&#62;
&#60;/mx:Repeater&#62;

]]></description>
		<wfw:commentRss>http://surfscripts.com/25/tech/flex-using-navigatetourl-with-dynamic-url/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Social Shopping With Elgg</title>
		<link>http://surfscripts.com/21/tech/social-shopping-with-elgg/</link>
		<comments>http://surfscripts.com/21/tech/social-shopping-with-elgg/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 05:47:49 +0000</pubDate>
		<dc:creator>Johnly</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Tech]]></category>

		<category><![CDATA[elgg]]></category>

		<category><![CDATA[ecommerce]]></category>

		<category><![CDATA[elgg plugins]]></category>

		<category><![CDATA[social commerce]]></category>

		<category><![CDATA[social shopping]]></category>

		<guid isPermaLink="false">http://surfscripts.com/?p=21</guid>
		<description><![CDATA[Elgg is the best open source platform for creating social applications. Elgg can be used to develop social aware applications like e-Learning systems, social and family networks, intranet systems, closed communities etc. But, elgg was lacking one of the great features of this decade, the ecommerce factor.
The first few years of elgg lived with out [...]]]></description>
		<wfw:commentRss>http://surfscripts.com/21/tech/social-shopping-with-elgg/feed/</wfw:commentRss>
		</item>
		<item>
		<title>installing elgg on dreamhost</title>
		<link>http://surfscripts.com/12/tech/installing-elgg-on-dreamhost/</link>
		<comments>http://surfscripts.com/12/tech/installing-elgg-on-dreamhost/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 08:50:07 +0000</pubDate>
		<dc:creator>Johnly</dc:creator>
		
		<category><![CDATA[Tech]]></category>

		<category><![CDATA[elgg]]></category>

		<category><![CDATA[dreamhost]]></category>

		<category><![CDATA[installing elgg]]></category>

		<guid isPermaLink="false">http://surfscripts.com/?p=12</guid>
		<description><![CDATA[I was trying to install elgg1.1 at a dreamhost server and it exited with an error message &#8220;Elgg error: Elgg does not support PHP 4.&#8221;. I tried to add the PHP Add handler to compel the server to use PHP5 instead of PHP4. But, It did not work.
Then, I found that the issue was because [...]]]></description>
		<wfw:commentRss>http://surfscripts.com/12/tech/installing-elgg-on-dreamhost/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Elgg1.0 Widget for Group Invitations</title>
		<link>http://surfscripts.com/8/tech/programming/elgg10-widget-for-group-invitations/</link>
		<comments>http://surfscripts.com/8/tech/programming/elgg10-widget-for-group-invitations/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 08:48:05 +0000</pubDate>
		<dc:creator>Johnly</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[elgg]]></category>

		<category><![CDATA[open source]]></category>

		<category><![CDATA[social networking]]></category>

		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://surfscripts.com/?p=8</guid>
		<description><![CDATA[Group Invitations widget for &#60;a href=&#8221;http://elgg.org&#8221; title=&#8221;Elgg&#8221;&#62;elgg1.0&#60;/a&#62; is an excellent stuff for listing all the group joining invitations to a member. Group Invitation widget lists all the new invitations and members can click on them to join the groups.  We created a widget that displays all the new group invitations  a member has.  This widget [...]]]></description>
		<wfw:commentRss>http://surfscripts.com/8/tech/programming/elgg10-widget-for-group-invitations/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CodeIgniter Pagination Class</title>
		<link>http://surfscripts.com/6/tech/programming/codeigniter-pagination-class/</link>
		<comments>http://surfscripts.com/6/tech/programming/codeigniter-pagination-class/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 08:45:15 +0000</pubDate>
		<dc:creator>Johnly</dc:creator>
		
		<category><![CDATA[Frameworks]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[codeigniter]]></category>

		<category><![CDATA[pageination]]></category>

		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://surfscripts.com/?p=6</guid>
		<description><![CDATA[This is an easy Pagination class for  CodeIgniter PHP Framework.
I just wanted to implement a  pagination script with Codeigniter Framework.  I found the default pagination library file within CodeIgniter, but it returned the output as a string of links. But, I needed a different one which returns the out put as an array. I didn&#8217;t [...]]]></description>
		<wfw:commentRss>http://surfscripts.com/6/tech/programming/codeigniter-pagination-class/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wordpress RSS Feed Reader</title>
		<link>http://surfscripts.com/3/tech/programming/wordpress-rss-feed-reader/</link>
		<comments>http://surfscripts.com/3/tech/programming/wordpress-rss-feed-reader/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 08:35:44 +0000</pubDate>
		<dc:creator>Johnly</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[feed reader]]></category>

		<category><![CDATA[rss]]></category>

		<category><![CDATA[wordpress]]></category>

		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://surfscripts.com/?p=3</guid>
		<description><![CDATA[This plugin allows you to add RSS feeds into your database as regular posts. We also have the provision to choose a category as we like. It lists the added feeds names as they are added to the database. It also filters the exisiting posts from the insertion process.
&#60;strong&#62;Download&#60;/strong&#62;
You can download this plugin from &#60;strong&#62;&#60;a [...]]]></description>
		<wfw:commentRss>http://surfscripts.com/3/tech/programming/wordpress-rss-feed-reader/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
