<?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>ADII Blog</title>
	<atom:link href="http://www.adiipl.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adiipl.com/blog</link>
	<description>Discover thoughts of technology and creative experts at ADII about latest happenings in information technology industry.</description>
	<lastBuildDate>Thu, 01 Jul 2010 14:50:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Quickpay Integration on E-Commerce Website with WordPress</title>
		<link>http://www.adiipl.com/blog/2010/07/quickpay-integration-on-e-commerce-website-with-wordpress/</link>
		<comments>http://www.adiipl.com/blog/2010/07/quickpay-integration-on-e-commerce-website-with-wordpress/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 13:24:47 +0000</pubDate>
		<dc:creator>ADII Webmaster</dc:creator>
				<category><![CDATA[Web 2.0 Solutions]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[Wordpress plugin]]></category>
		<category><![CDATA[WP e-Commerce]]></category>

		<guid isPermaLink="false">http://www.adiipl.com/blog/?p=192</guid>
		<description><![CDATA[In the previous blog post, we discussed about the steps followed to setup an e-commerce website with WordPress and plugin WP e-Commerce. In this article, we shall learn how to integrate Quickpay.

First, get the Quickpay files for WP e-commerce from the URL http://quickpay.net/modules/wordpress/?setlang=en, and copy the file quickpay.php into the folder /wp-content/plugins/wp-e-commerce/merchants/. Signin to WordPress [...]]]></description>
			<content:encoded><![CDATA[<p>In <a href="http://www.adiipl.com/blog/2010/06/create-an-e-commerce-website-with-wordpress/">the previous blog post</a>, we discussed about the steps followed to setup an e-commerce website with <a href="http://www.wordpress.org"><strong>WordPress</strong></a> and plugin <a href="http://wordpress.org/extend/plugins/wp-e-commerce/"><strong>WP e-Commerce</strong></a>. In this article, we shall learn how to integrate <a href="http://quickpay.net">Quickpay</a>.<br />
<span id="more-192"></span></p>
<p>First, get the Quickpay files for WP e-commerce from the URL <a href="http://quickpay.net/modules/wordpress/?setlang=en">http://quickpay.net/modules/wordpress/?setlang=en</a>, and copy the file <code>quickpay.php</code> into the folder <code>/wp-content/plugins/wp-e-commerce/merchants/</code>. Signin to WordPress Admin Panel and go to WP e-Commerce&#8217;s settings page, <strong>Products->Settings</strong>. Locate the <strong>Payment Options</strong> tab and <strong>QuickPay</strong> on the list of payment gateways. Click the checkbox and press the <strong>Update</strong> button to activate it.</p>
<p>After activating the Quickpay gateway, you can edit the settings by choosing Quickpay under the pulldown on the right-hand side. You can find the value of <em>Merchant ID</em> and <em>MD5 Secret Code</em> at your account with QuickPay: <a href="https://manager.quickpay.dk">https://manager.quickpay.dk</a> (<strong>Quickpay Manager</strong>).</p>
<p>You should also test the integration before putting it for production. Put your Quickpay account in <em>test</em> mode via Quickpay Manager. It forces all transactions to be test ones. After successful testing, you should bring the system back to production mode.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adiipl.com/blog/2010/07/quickpay-integration-on-e-commerce-website-with-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create An E-commerce Website with WordPress</title>
		<link>http://www.adiipl.com/blog/2010/06/create-an-e-commerce-website-with-wordpress/</link>
		<comments>http://www.adiipl.com/blog/2010/06/create-an-e-commerce-website-with-wordpress/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 11:07:50 +0000</pubDate>
		<dc:creator>ADII Webmaster</dc:creator>
				<category><![CDATA[Web 2.0 Solutions]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[Wordpress plugin]]></category>

		<guid isPermaLink="false">http://www.adiipl.com/blog/?p=184</guid>
		<description><![CDATA[Though WordPress is not suitable for a high-traffic or a multi-functional e-commerce website, you can use it for selling one or more of your products. And the cost of implementation is rather small which makes it attractive to small business owners. In this article, we shall show how to implement an e-commerce website with WordPress.

To [...]]]></description>
			<content:encoded><![CDATA[<p>Though WordPress is not suitable for a high-traffic or a multi-functional e-commerce website, you can use it for selling one or more of your products. And the cost of implementation is rather small which makes it attractive to small business owners. In this article, we shall show how to implement an e-commerce website with WordPress.<br />
<span id="more-184"></span></p>
<p>To start with, you will need to install WordPress and implement a theme of your liking. Then download WorPress e-commerce plugin from the URL <a href="http://wordpress.org/extend/plugins/wp-e-commerce/">http://wordpress.org/extend/plugins/wp-e-commerce/</a> and unzip it to <code>/wp-content/plugins/wp-e-commerce</code> directory. Login to the WordPress admin and activate the plugin as usual. After the plugin is activated, a new menu-set &#8220;Store&#8221; will appear at the leftbar of WordPress admin. Click on it to see the different sections:</p>
<p><strong>Sales &#8211; </strong>All transactions that take place on your site are recorded and are visible here.<br />
<strong>Products &#8211; </strong>The list of all products and feature to add and edit them.<br />
<strong>Categories &#8211; </strong>You can create product categories to organize product catalog.<br />
<strong>Variations &#8211; </strong>You can add different variations to products. Once you have created your variation sets you can add them to your products in the product display form.<br />
<strong>Setting &#8211; </strong>You can find all settings for the shopping cart here. We need to set the options as per requirements including payment gateway settings and administrator email, etc.</p>
<p>You can also modify the plugin theme to comply to the look-and-feel of your website. Here is how you can achieve this:</p>
<p>Duplicate the default theme and rename the folder to a desired theme name. Open the new theme folder and rename the <code>default.css</code> file to <code>newTheme.css</code>. Open the <code>newTheme.css</code> file and change the &#8220;Theme Name&#8221; and &#8220;Description&#8221; comments at the top. Login to your WordPress Admin, and browse to your <code>Store > Settings > Presentation</code> page. Click on the drop-down list, your new theme should be in the list!</p>
<p>Now you may like to customize the cart widget. In <code>wp-e-commerce/themes</code> or <code>uploads/wpsc/themes</code>, you will see a file named <code>cart_widget.php</code>, which contains the code for the widget.</p>
<p>You can also find more detailed instructions at the plugin official website <a href="http://getshopped.org/resources/docs/">http://getshopped.org/resources/docs/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adiipl.com/blog/2010/06/create-an-e-commerce-website-with-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Unique Identification Number (UID) in India</title>
		<link>http://www.adiipl.com/blog/2010/05/unique-identification-number-uid-in-india/</link>
		<comments>http://www.adiipl.com/blog/2010/05/unique-identification-number-uid-in-india/#comments</comments>
		<pubDate>Mon, 31 May 2010 07:11:02 +0000</pubDate>
		<dc:creator>ADII Webmaster</dc:creator>
				<category><![CDATA[Software Consulting]]></category>
		<category><![CDATA[biometric data]]></category>
		<category><![CDATA[UID]]></category>

		<guid isPermaLink="false">http://www.adiipl.com/blog/?p=180</guid>
		<description><![CDATA[Indian government has came up with an idea to create a multipurpose unique identity card for each of its citizen. The card will essentially be an identity proof that will use biometrics to store various data about the holder like fingerprints, photo of face and iris. The card will be a multipurpose one, and a [...]]]></description>
			<content:encoded><![CDATA[<p>Indian government has came up with an idea to create a multipurpose unique identity card for each of its citizen. The card will essentially be an identity proof that will use biometrics to store various data about the holder like fingerprints, photo of face and iris. The card will be a multipurpose one, and a person can use it as a ration card, driving license and for many other purposes.</p>
<p><a href="http://ashwinirath.com/unique-identification-number-unique-and-a-step-forward/"><strong>Read the entire blog on this by visiting here</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adiipl.com/blog/2010/05/unique-identification-number-uid-in-india/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Opendelight 1.1.2 Released with Bug Fixes to IDE</title>
		<link>http://www.adiipl.com/blog/2010/05/opendelight-1-1-2-released-with-bug-fixes-to-ide/</link>
		<comments>http://www.adiipl.com/blog/2010/05/opendelight-1-1-2-released-with-bug-fixes-to-ide/#comments</comments>
		<pubDate>Sat, 01 May 2010 11:45:11 +0000</pubDate>
		<dc:creator>ADII Webmaster</dc:creator>
				<category><![CDATA[Opendelight - PHP Application Framework]]></category>
		<category><![CDATA[Web 2.0 Solutions]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.adiipl.com/blog/?p=172</guid>
		<description><![CDATA[The new version of Opendelight, version 1.1.2, has been released today, and is available for download at http://www.adiipl.com/opendelight/download.php

This version carries bug fixes to IDE. The issues include the following:
1. $dir reference in model file reference was NULL. Fixed.
2. PHP magic quote issues have been fixed while writing code files.
3. Empty file content reading exception issue [...]]]></description>
			<content:encoded><![CDATA[<p>The new version of Opendelight, version 1.1.2, has been released today, and is available for download at <a href="http://www.adiipl.com/opendelight/download.php">http://www.adiipl.com/opendelight/download.php</a><br />
<span id="more-172"></span></p>
<p>This version carries bug fixes to IDE. The issues include the following:<br />
1. $dir reference in model file reference was NULL. Fixed.<br />
2. PHP magic quote issues have been fixed while writing code files.<br />
3. Empty file content reading exception issue has been fixed on code files.</p>
<p>For developers using version 1.0 or above, please follow the upgrade instructions at <a href="http://www.adiipl.com/opendelight/docs/upgrade.php">http://www.adiipl.com/opendelight/docs/upgrade.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adiipl.com/blog/2010/05/opendelight-1-1-2-released-with-bug-fixes-to-ide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Opendelight 1.1 Released with Minor Bug Fixes</title>
		<link>http://www.adiipl.com/blog/2010/04/opendelight-1-1-released-with-minor-bug-fixes/</link>
		<comments>http://www.adiipl.com/blog/2010/04/opendelight-1-1-released-with-minor-bug-fixes/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 16:09:39 +0000</pubDate>
		<dc:creator>ADII Webmaster</dc:creator>
				<category><![CDATA[Opendelight - PHP Application Framework]]></category>
		<category><![CDATA[Web 2.0 Solutions]]></category>

		<guid isPermaLink="false">http://www.adiipl.com/blog/?p=169</guid>
		<description><![CDATA[The new version of Opendelight, version 1.1, has been released today, and is available for download at http://www.adiipl.com/opendelight/download.php

This version carries only bug fixes since the time we released 1.0. The issues include wrong object reference in install file, and error throwing due to argument incompatibility at loader in certain PHP environments. With the change of [...]]]></description>
			<content:encoded><![CDATA[<p>The new version of Opendelight, version 1.1, has been released today, and is available for download at <a href="http://www.adiipl.com/opendelight/download.php">http://www.adiipl.com/opendelight/download.php</a><br />
<span id="more-169"></span></p>
<p>This version carries only bug fixes since the time we released 1.0. The issues include wrong object reference in install file, and error throwing due to argument incompatibility at loader in certain PHP environments. With the change of URL of the feed URL, the requisite modifications have also been done to feed URL fetch method on IDE.</p>
<p>For developers using version 1.0, please follow the upgrade instructions at <a href="http://www.adiipl.com/opendelight/docs/upgrade.php">http://www.adiipl.com/opendelight/docs/upgrade.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adiipl.com/blog/2010/04/opendelight-1-1-released-with-minor-bug-fixes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
