<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>LRY SOFT</title>
	<atom:link href="http://lrysoft.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://lrysoft.wordpress.com</link>
	<description>A way towards open source technology</description>
	<lastBuildDate>Thu, 15 Dec 2011 05:14:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='lrysoft.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>LRY SOFT</title>
		<link>http://lrysoft.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://lrysoft.wordpress.com/osd.xml" title="LRY SOFT" />
	<atom:link rel='hub' href='http://lrysoft.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How to debug code in magento?</title>
		<link>http://lrysoft.wordpress.com/2011/12/14/how-to-debug-code-in-magento/</link>
		<comments>http://lrysoft.wordpress.com/2011/12/14/how-to-debug-code-in-magento/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 19:03:21 +0000</pubDate>
		<dc:creator>LRY SOFT</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[debug magento]]></category>
		<category><![CDATA[magento debugging]]></category>
		<category><![CDATA[magento code hint]]></category>

		<guid isPermaLink="false">http://lrysoft.wordpress.com/?p=458</guid>
		<description><![CDATA[ways to debugging magento code for errors/bugs Using magento system log. Using magento template path hints &#38; block name hints. You can also use getData() function to check data in object class, this helped me a lot. In case of database issues you can use getSelect() function, this is very useful function as this will &#8230; <a href="http://lrysoft.wordpress.com/2011/12/14/how-to-debug-code-in-magento/">Continue reading <span class="meta-nav">&#187;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lrysoft.wordpress.com&amp;blog=14503309&amp;post=458&amp;subd=lrysoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3>ways to debugging magento code for errors/bugs</h3>
<ol>
<li>Using magento system log.</li>
<li>Using magento template path hints &amp; block name hints.</li>
<li>You can also use getData() function to check data in object class, this helped me a lot.</li>
<li>In case of database issues you can use getSelect() function, this is very useful function as this will output the result sql generated after using the addFieldToFilter() on collection.</li>
<li>PHP 5 also provide try catch block, developers can try script with it for exceptions.</li>
<li>Last but not the least very useful var_dump.</li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lrysoft.wordpress.com/458/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lrysoft.wordpress.com/458/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lrysoft.wordpress.com/458/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lrysoft.wordpress.com/458/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lrysoft.wordpress.com/458/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lrysoft.wordpress.com/458/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lrysoft.wordpress.com/458/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lrysoft.wordpress.com/458/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lrysoft.wordpress.com/458/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lrysoft.wordpress.com/458/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lrysoft.wordpress.com/458/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lrysoft.wordpress.com/458/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lrysoft.wordpress.com/458/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lrysoft.wordpress.com/458/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lrysoft.wordpress.com&amp;blog=14503309&amp;post=458&amp;subd=lrysoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lrysoft.wordpress.com/2011/12/14/how-to-debug-code-in-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9032f4503fdc5091c6f80df3e8cef7f2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lrysoft</media:title>
		</media:content>
	</item>
		<item>
		<title>How to override magento controllers?</title>
		<link>http://lrysoft.wordpress.com/2011/12/09/magento-core-controller-over-ride-and-magento-route/</link>
		<comments>http://lrysoft.wordpress.com/2011/12/09/magento-core-controller-over-ride-and-magento-route/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 15:48:22 +0000</pubDate>
		<dc:creator>LRY SOFT</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[Magento Controller Overrides]]></category>
		<category><![CDATA[Magento Core Controller Override]]></category>
		<category><![CDATA[Magento Routes]]></category>

		<guid isPermaLink="false">http://lrysoft.wordpress.com/?p=436</guid>
		<description><![CDATA[Magento Multiple shipping address controller Override 1. Folder structure will be: \app\code\local\Avi\Mymodule\controllers \app\code\local\Avi\Mymodule\controllers\CartController.php \app\code\local\Avi\Mymodule\controllers\IndexController.php \app\code\local\Avi\Mymodule\controllers\MultishippingController.php \app\code\local\Avi\Mymodule\controllers\OnepageController.php \app\code\local\Avi\Mymodule\controllers\Multishipping\AddressController.php \app\code\local\Avi\Mymodule\etc\config.xml 2. Create file app\etc\modules\Avi_Mymodule.xml &#60;config&#62; &#60;modules&#62; &#60;Avi_Mymodule&#62; &#60;active&#62;true&#60;/active&#62; &#60;codePool&#62;local&#60;/codePool&#62; &#60;/Avi_Mymodule&#62; &#60;/modules&#62; &#60;/config&#62; 3. Create \app\code\local\Avi\Mymodule\etc\config.xml &#60;?xml version=&#8221;1.0&#8243; encoding=&#8221;utf-8&#8243;?&#62; &#60;config&#62; &#60;modules&#62; &#60;Avi_Mymodule&#62; &#60;version&#62;0.1.0&#60;/version&#62; &#60;/Avi_Mymodule&#62; &#60;/modules&#62; &#60;frontend&#62; &#60;routers&#62; &#60;checkout&#62; &#60;use&#62;standard&#60;/use&#62; &#60;args&#62; &#60;module before=&#8221;Mage_Checkout&#8221;&#62;Avi_Mymodule&#60;/module&#62; &#60;frontName&#62;mymodule&#60;/frontName&#62; &#60;/args&#62; &#60;/checkout&#62; &#60;/routers&#62; &#60;/frontend&#62; &#60;/config&#62; &#8230; <a href="http://lrysoft.wordpress.com/2011/12/09/magento-core-controller-over-ride-and-magento-route/">Continue reading <span class="meta-nav">&#187;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lrysoft.wordpress.com&amp;blog=14503309&amp;post=436&amp;subd=lrysoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h1>Magento Multiple shipping address controller Override</h1>
<p>1. Folder structure will be:<code><br />
\app\code\local\Avi\Mymodule\controllers<br />
\app\code\local\Avi\Mymodule\controllers\CartController.php<br />
\app\code\local\Avi\Mymodule\controllers\IndexController.php<br />
\app\code\local\Avi\Mymodule\controllers\MultishippingController.php<br />
\app\code\local\Avi\Mymodule\controllers\OnepageController.php<br />
\app\code\local\Avi\Mymodule\controllers\Multishipping\AddressController.php<br />
\app\code\local\Avi\Mymodule\etc\config.xml</code></p>
<p>2. Create file app\etc\modules\Avi_Mymodule.xml</p>
<p>&lt;config&gt;<br />
&lt;modules&gt;<br />
&lt;Avi_Mymodule&gt;<br />
&lt;active&gt;true&lt;/active&gt;<br />
&lt;codePool&gt;local&lt;/codePool&gt;<br />
&lt;/Avi_Mymodule&gt;<br />
&lt;/modules&gt;<br />
&lt;/config&gt;</p>
<p>3. Create \app\code\local\Avi\Mymodule\etc\config.xml</p>
<p>&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;utf-8&#8243;?&gt;<br />
&lt;config&gt;<br />
&lt;modules&gt;<br />
&lt;Avi_Mymodule&gt;<br />
&lt;version&gt;0.1.0&lt;/version&gt;<br />
&lt;/Avi_Mymodule&gt;<br />
&lt;/modules&gt;</p>
<p>&lt;frontend&gt;<br />
&lt;routers&gt;<br />
&lt;checkout&gt;<br />
&lt;use&gt;standard&lt;/use&gt;<br />
&lt;args&gt;<br />
&lt;module before=&#8221;Mage_Checkout&#8221;&gt;Avi_Mymodule&lt;/module&gt;<br />
&lt;frontName&gt;mymodule&lt;/frontName&gt;<br />
&lt;/args&gt;<br />
&lt;/checkout&gt;<br />
&lt;/routers&gt;<br />
&lt;/frontend&gt;<br />
&lt;/config&gt;</p>
<p>4. Rename all the \app\code\local\Avi\Mymodule\controllers to derive from the core class.Content of \app\code\local\Avi\Mymodule\controllers\MultishippingController.php Following code only override the index action.</p>
<p>include_once(&#8220;Mage/Checkout/controllers/MultishippingController.php&#8221;);<br />
class Avi_Mymodule_MultishippingController extends Mage_Checkout_MultishippingController<br />
{</p>
<p>/**<br />
* Index action of Multishipping checkout<br />
*/<br />
public function indexAction()<br />
{<br />
if (!$this-&gt;_getCheckout()-&gt;getCustomerDefaultShippingAddress()) {<br />
$multi_mag = &#8216;Multiple address checkout requires at least one address on file, please &lt;a href=&#8221;/mag151/customer/address/&#8221;&gt;click here&lt;/a&gt; to add an address to your account.&#8217;;<br />
Mage::getSingleton(&#8216;checkout/session&#8217;)-&gt;addError($this-&gt;__($multi_mag));<br />
}<br />
$this-&gt;_getCheckoutSession()-&gt;setCartWasUpdated(false);<br />
$this-&gt;_redirect(&#8216;*/*/addresses&#8217;);</p>
<p>}</p>
<p>}</p>
<p>Content of \app\code\local\Avi\Mymodule\controllers\Multishipping \AddressController.php</p>
<p>include_once(&#8220;Mage/Checkout/controllers/Multishipping/AddressController.php&#8221;);</p>
<p>class Avi_Mymodule_Multishipping_AddressController extends Mage_Checkout_Multishipping_AddressController<br />
{<br />
…<br />
…<br />
…</p>
<p>}</p>
<p>Content of \app\code\local\Avi\Mymodule\controllers\IndexController.php</p>
<p>include_once(&#8220;Mage/Checkout/controllers/IndexController.php&#8221;);<br />
class Avi_Mymodule_IndexController extends Mage_Checkout_IndexController<br />
{<br />
…<br />
…<br />
…<br />
}</p>
<p>Content of \app\code\local\Avi\Mymodule\controllers\OnepageController.php</p>
<p>include_once(&#8220;Mage/Checkout/controllers/OnepageController.php&#8221;);<br />
class Avi_Mymodule_OnepageController extends Mage_Checkout_OnepageController<br />
{<br />
…<br />
…<br />
…<br />
}</p>
<p>Content of \app\code\local\Avi\Mymodule\controllers\CartController.php</p>
<p>include_once(&#8220;Mage/Checkout/controllers/CartController.php&#8221;);<br />
class Avi_Mymodule_CartController extends Mage_Checkout_CartController<br />
{<br />
…<br />
…<br />
…<br />
}</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lrysoft.wordpress.com/436/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lrysoft.wordpress.com/436/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lrysoft.wordpress.com/436/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lrysoft.wordpress.com/436/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lrysoft.wordpress.com/436/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lrysoft.wordpress.com/436/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lrysoft.wordpress.com/436/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lrysoft.wordpress.com/436/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lrysoft.wordpress.com/436/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lrysoft.wordpress.com/436/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lrysoft.wordpress.com/436/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lrysoft.wordpress.com/436/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lrysoft.wordpress.com/436/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lrysoft.wordpress.com/436/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lrysoft.wordpress.com&amp;blog=14503309&amp;post=436&amp;subd=lrysoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lrysoft.wordpress.com/2011/12/09/magento-core-controller-over-ride-and-magento-route/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9032f4503fdc5091c6f80df3e8cef7f2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lrysoft</media:title>
		</media:content>
	</item>
		<item>
		<title>Internet explorer 7 white space issues with images</title>
		<link>http://lrysoft.wordpress.com/2011/11/13/internet-explorer-7-white-space-issues-with-images/</link>
		<comments>http://lrysoft.wordpress.com/2011/11/13/internet-explorer-7-white-space-issues-with-images/#comments</comments>
		<pubDate>Sun, 13 Nov 2011 15:24:11 +0000</pubDate>
		<dc:creator>LRY SOFT</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[internet explorer 7 issues]]></category>
		<category><![CDATA[linkedin]]></category>

		<guid isPermaLink="false">http://lrysoft.wordpress.com/?p=418</guid>
		<description><![CDATA[I have seen internet a lot for getting white space issue sort out for internet explorer 7, after much time spend with not much success. I finally found a fix &#38; feel I should add to help some others developers to save some time. When you have design elements like below &#60;table border=&#8221;0&#8243; cellspacing=&#8221;0&#8243; cellpadding=&#8221;0&#8243;&#62; &#8230; <a href="http://lrysoft.wordpress.com/2011/11/13/internet-explorer-7-white-space-issues-with-images/">Continue reading <span class="meta-nav">&#187;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lrysoft.wordpress.com&amp;blog=14503309&amp;post=418&amp;subd=lrysoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have seen internet a lot for getting white space issue sort out for internet explorer 7, after much time spend with not much success. I finally found a fix &amp; feel I should add to help some others developers to save some time.</p>
<p>When you have design elements like below</p>
<p>&lt;table border=&#8221;0&#8243; cellspacing=&#8221;0&#8243; cellpadding=&#8221;0&#8243;&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;&lt;img src=&#8221;" alt=&#8221;image981_01&#8243; /&gt;&lt;img src=&#8221;" alt=&#8221;image981_02&#8243; /&gt;&lt;img src=&#8221;" alt=&#8221;image981_03&#8243; /&gt;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/table&gt;<br />
Internet explorer 7 shows space around images even when you set margin, padding,border,white-space attributes.</p>
<p>The real trick to get rid of the space is for set hspace attribute and it should do the job for you.</p>
<p>&lt;table border=&#8221;0&#8243; cellspacing=&#8221;0&#8243; cellpadding=&#8221;0&#8243;&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;&lt;img hspace=&#8221;0&#8243; src=&#8221;" alt=&#8221;image981_01&#8243; /&gt;&lt;img src=&#8221;" alt=&#8221;image981_02&#8243; /&gt;&lt;img src=&#8221;" alt=&#8221;image981_02&#8243; /&gt;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/table&gt;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lrysoft.wordpress.com/418/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lrysoft.wordpress.com/418/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lrysoft.wordpress.com/418/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lrysoft.wordpress.com/418/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lrysoft.wordpress.com/418/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lrysoft.wordpress.com/418/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lrysoft.wordpress.com/418/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lrysoft.wordpress.com/418/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lrysoft.wordpress.com/418/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lrysoft.wordpress.com/418/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lrysoft.wordpress.com/418/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lrysoft.wordpress.com/418/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lrysoft.wordpress.com/418/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lrysoft.wordpress.com/418/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lrysoft.wordpress.com&amp;blog=14503309&amp;post=418&amp;subd=lrysoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lrysoft.wordpress.com/2011/11/13/internet-explorer-7-white-space-issues-with-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9032f4503fdc5091c6f80df3e8cef7f2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lrysoft</media:title>
		</media:content>
	</item>
		<item>
		<title>Magento extensions / features</title>
		<link>http://lrysoft.wordpress.com/2011/06/02/magento-extensions-features/</link>
		<comments>http://lrysoft.wordpress.com/2011/06/02/magento-extensions-features/#comments</comments>
		<pubDate>Thu, 02 Jun 2011 06:26:15 +0000</pubDate>
		<dc:creator>LRY SOFT</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[LRY SOFT]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[Magento addon]]></category>
		<category><![CDATA[Magento extensions]]></category>
		<category><![CDATA[Magento feature]]></category>
		<category><![CDATA[Magento plug-in]]></category>

		<guid isPermaLink="false">http://lrysoft.wordpress.com/?p=304</guid>
		<description><![CDATA[Magento extensions All following features in one template, how does it feel? DHTMLX Powered Magento Category Navigation&#8217;s (AJAX based) Following is the preview for final output: AJAX Based Magento cart products add with Upsell Products Following is the preview for final output: Magento Custom search Following is the preview for final output: Magento Custom Menu &#8230; <a href="http://lrysoft.wordpress.com/2011/06/02/magento-extensions-features/">Continue reading <span class="meta-nav">&#187;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lrysoft.wordpress.com&amp;blog=14503309&amp;post=304&amp;subd=lrysoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h1><span style="color:#99ccff;">Magento extensions</span></h1>
<p>All following features in one template, how does it feel?</p>
<ul>
</ul>
<ul>
<li style="text-align:left;"><strong>DHTMLX Powered Magento Category Navigation&#8217;s (AJAX based)</strong></li>
</ul>
<p><em>Following is the preview for final output:</em><br />
<a href="http://lrysoft.files.wordpress.com/2011/06/dhtmlx-powered-magento-category-navigation.png"><img class="aligncenter size-full wp-image-308" title="DHTMLX Powered Magento Category Navigation" src="http://lrysoft.files.wordpress.com/2011/06/dhtmlx-powered-magento-category-navigation.png?w=750" alt=""   /></a></p>
<ul>
<li style="text-align:left;"><strong>AJAX Based Magento cart products add with Upsell Products</strong></li>
</ul>
<p><em>Following is the preview for final output:</em><br />
<a href="http://lrysoft.files.wordpress.com/2011/06/lryfirst-add-to-cart-ajax2.png"><img src="http://lrysoft.files.wordpress.com/2011/06/lryfirst-add-to-cart-ajax2.png?w=750&#038;h=434" alt="" title="Magento add to cart with upsell AJAX" width="750" height="434" class="aligncenter size-full wp-image-325" /></a></p>
<ul>
<li style="text-align:left;"><strong>Magento Custom search</strong><br />
<em>Following is the preview for final output:</em></li>
<li style="text-align:left;"><strong>Magento Custom Menu</strong></li>
<li style="text-align:left;"><strong>JQuery Magento Home page tab Control</strong><br />
<em>Following is the preview for final output:<a href="http://lrysoft.files.wordpress.com/2011/06/magento-product-sell-tabs2.png"><img class="aligncenter size-full wp-image-318" title="Magento Product sell tabs" src="http://lrysoft.files.wordpress.com/2011/06/magento-product-sell-tabs2.png?w=750" alt=""   /></a><a href="http://lrysoft.files.wordpress.com/2011/06/magento-product-sell-tabs1.png"><br />
</a><a href="http://lrysoft.files.wordpress.com/2011/06/magento-product-sell-tabs.png"><br />
</a></em></li>
<li style="text-align:left;"><strong>JQuery Magento commerce front page product spot light</strong><br />
<em>Following is the preview for final output:<a href="http://lrysoft.files.wordpress.com/2011/06/magento-home-page-spot-light.png"><img class="aligncenter size-full wp-image-319" title="Magento home page spot light" src="http://lrysoft.files.wordpress.com/2011/06/magento-home-page-spot-light.png?w=750" alt=""   /></a></em></li>
<li style="text-align:left;"><strong>Home page product preview float</strong><br />
<em>Following is the preview for final output:<a href="http://lrysoft.files.wordpress.com/2011/06/magento-product-float-preview.png"><img class="aligncenter size-full wp-image-320" title="Magento product float preview" src="http://lrysoft.files.wordpress.com/2011/06/magento-product-float-preview.png?w=750" alt=""   /></a></em></li>
<li style="text-align:left;"><strong>AJAX power Login</strong></li>
<li style="text-align:left;"><strong>Shopping Cart Display AJAX based</strong></li>
<li><strong>Tag cloud in flash</strong><br />
<em>Following is the preview for final output:<a href="http://lrysoft.files.wordpress.com/2011/06/magento-flash-tag-cloud.png"><img class="aligncenter size-full wp-image-321" title="Magento flash tag cloud" src="http://lrysoft.files.wordpress.com/2011/06/magento-flash-tag-cloud.png?w=750" alt=""   /></a></em></li>
<li><strong>Magento order management Magento checkout page</strong></li>
</ul>
<p>work in progress.. View <a title="Demo Theme" href="http://lrysoft.wordpress.com/magento-theme-demo/">Magento theme demo</a> to get idea !</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lrysoft.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lrysoft.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lrysoft.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lrysoft.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lrysoft.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lrysoft.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lrysoft.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lrysoft.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lrysoft.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lrysoft.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lrysoft.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lrysoft.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lrysoft.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lrysoft.wordpress.com/304/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lrysoft.wordpress.com&amp;blog=14503309&amp;post=304&amp;subd=lrysoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lrysoft.wordpress.com/2011/06/02/magento-extensions-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9032f4503fdc5091c6f80df3e8cef7f2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lrysoft</media:title>
		</media:content>

		<media:content url="http://lrysoft.files.wordpress.com/2011/06/dhtmlx-powered-magento-category-navigation.png" medium="image">
			<media:title type="html">DHTMLX Powered Magento Category Navigation</media:title>
		</media:content>

		<media:content url="http://lrysoft.files.wordpress.com/2011/06/lryfirst-add-to-cart-ajax2.png" medium="image">
			<media:title type="html">Magento add to cart with upsell AJAX</media:title>
		</media:content>

		<media:content url="http://lrysoft.files.wordpress.com/2011/06/magento-product-sell-tabs2.png" medium="image">
			<media:title type="html">Magento Product sell tabs</media:title>
		</media:content>

		<media:content url="http://lrysoft.files.wordpress.com/2011/06/magento-home-page-spot-light.png" medium="image">
			<media:title type="html">Magento home page spot light</media:title>
		</media:content>

		<media:content url="http://lrysoft.files.wordpress.com/2011/06/magento-product-float-preview.png" medium="image">
			<media:title type="html">Magento product float preview</media:title>
		</media:content>

		<media:content url="http://lrysoft.files.wordpress.com/2011/06/magento-flash-tag-cloud.png" medium="image">
			<media:title type="html">Magento flash tag cloud</media:title>
		</media:content>
	</item>
		<item>
		<title>Magento theme templates</title>
		<link>http://lrysoft.wordpress.com/2011/06/02/magento-theme-template/</link>
		<comments>http://lrysoft.wordpress.com/2011/06/02/magento-theme-template/#comments</comments>
		<pubDate>Thu, 02 Jun 2011 06:01:37 +0000</pubDate>
		<dc:creator>LRY SOFT</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[LRY SOFT]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[Magento Design]]></category>
		<category><![CDATA[Magento layout]]></category>
		<category><![CDATA[Magento Template]]></category>
		<category><![CDATA[Magento theme]]></category>

		<guid isPermaLink="false">http://lrysoft.wordpress.com/?p=294</guid>
		<description><![CDATA[Are you thinking of making your online store, more attractive, user friendly, full of features? I have something to share with you. Following is demo design developed starting from free template to completely new look and feel. Magento 1.5.1 RC1 powered<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lrysoft.wordpress.com&amp;blog=14503309&amp;post=294&amp;subd=lrysoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<blockquote>
<h1 style="text-align:center;"><span style="color:#99ccff;">Are you thinking of making your online store, more attractive, user friendly, full of features?</span></h1>
</blockquote>
<p>I have something to share with you. Following is demo design developed starting from free template to completely new look and feel.</p>
<p><a href="http://lrysoft.files.wordpress.com/2011/06/magento-premium-theme.png"><img class="aligncenter size-full wp-image-360" title="Magento premium theme" src="http://lrysoft.files.wordpress.com/2011/06/magento-premium-theme.png?w=750&#038;h=935" alt="" width="750" height="935" /></a><a href="http://lrysoft.files.wordpress.com/2011/06/lryfirst-homepage1.png"><br />
</a><a href="http://lrysoft.files.wordpress.com/2011/06/magento-theme-ajax-add-to-cart.png"><img class="aligncenter size-full wp-image-358" title="Magento theme AJAX Add to cart" src="http://lrysoft.files.wordpress.com/2011/06/magento-theme-ajax-add-to-cart.png?w=750&#038;h=496" alt="" width="750" height="496" /></a><a href="http://lrysoft.files.wordpress.com/2011/06/magento-theme-product-listing.png"><img class="aligncenter size-full wp-image-357" title="Magento theme product listing" src="http://lrysoft.files.wordpress.com/2011/06/magento-theme-product-listing.png?w=750&#038;h=904" alt="" width="750" height="904" /></a><a href="http://lrysoft.files.wordpress.com/2011/06/lryfirst-shopping-cart-page.png"><img class="aligncenter size-full wp-image-355" title="Magento theme shopping cart" src="http://lrysoft.files.wordpress.com/2011/06/magento-theme-shopping-cart1.png?w=750&#038;h=833" alt="" width="750" height="833" /></a>Magento 1.5.1 RC1 powered</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lrysoft.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lrysoft.wordpress.com/294/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lrysoft.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lrysoft.wordpress.com/294/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lrysoft.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lrysoft.wordpress.com/294/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lrysoft.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lrysoft.wordpress.com/294/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lrysoft.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lrysoft.wordpress.com/294/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lrysoft.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lrysoft.wordpress.com/294/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lrysoft.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lrysoft.wordpress.com/294/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lrysoft.wordpress.com&amp;blog=14503309&amp;post=294&amp;subd=lrysoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lrysoft.wordpress.com/2011/06/02/magento-theme-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9032f4503fdc5091c6f80df3e8cef7f2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lrysoft</media:title>
		</media:content>

		<media:content url="http://lrysoft.files.wordpress.com/2011/06/magento-premium-theme.png" medium="image">
			<media:title type="html">Magento premium theme</media:title>
		</media:content>

		<media:content url="http://lrysoft.files.wordpress.com/2011/06/magento-theme-ajax-add-to-cart.png" medium="image">
			<media:title type="html">Magento theme AJAX Add to cart</media:title>
		</media:content>

		<media:content url="http://lrysoft.files.wordpress.com/2011/06/magento-theme-product-listing.png" medium="image">
			<media:title type="html">Magento theme product listing</media:title>
		</media:content>

		<media:content url="http://lrysoft.files.wordpress.com/2011/06/magento-theme-shopping-cart1.png" medium="image">
			<media:title type="html">Magento theme shopping cart</media:title>
		</media:content>
	</item>
		<item>
		<title>LRY SOFT Focus</title>
		<link>http://lrysoft.wordpress.com/2011/01/26/lry-soft-focus-2/</link>
		<comments>http://lrysoft.wordpress.com/2011/01/26/lry-soft-focus-2/#comments</comments>
		<pubDate>Tue, 25 Jan 2011 23:18:17 +0000</pubDate>
		<dc:creator>LRY SOFT</dc:creator>
				<category><![CDATA[LRY SOFT]]></category>

		<guid isPermaLink="false">http://lrysoft.wordpress.com/?p=110</guid>
		<description><![CDATA[Open source development is very popular and does not require any introduction as such, which helps our clients to understand the work that LRY SOFT do. LRY SOFT deal with different application development like E-commerce, Document Management applications, Content Management Systems, which includes: Linux Apache Mysql PHP<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lrysoft.wordpress.com&amp;blog=14503309&amp;post=110&amp;subd=lrysoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Open source development is very popular and does not require any introduction as such, which helps our clients to understand the work that LRY SOFT do.</p>
<p>LRY SOFT deal with different application development like E-commerce, Document Management applications, Content Management Systems, which includes:</p>
<ul>
<li>Linux</li>
<li>Apache</li>
<li>Mysql</li>
<li>PHP<strong></strong></li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lrysoft.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lrysoft.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lrysoft.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lrysoft.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lrysoft.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lrysoft.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lrysoft.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lrysoft.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lrysoft.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lrysoft.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lrysoft.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lrysoft.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lrysoft.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lrysoft.wordpress.com/110/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lrysoft.wordpress.com&amp;blog=14503309&amp;post=110&amp;subd=lrysoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lrysoft.wordpress.com/2011/01/26/lry-soft-focus-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9032f4503fdc5091c6f80df3e8cef7f2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lrysoft</media:title>
		</media:content>
	</item>
		<item>
		<title>What Is LAMP?</title>
		<link>http://lrysoft.wordpress.com/2011/01/26/what-is-lamp-2/</link>
		<comments>http://lrysoft.wordpress.com/2011/01/26/what-is-lamp-2/#comments</comments>
		<pubDate>Tue, 25 Jan 2011 23:16:10 +0000</pubDate>
		<dc:creator>LRY SOFT</dc:creator>
				<category><![CDATA[LAMP]]></category>

		<guid isPermaLink="false">http://lrysoft.wordpress.com/?p=105</guid>
		<description><![CDATA[LAMP is an acronym used to describe an increasingly popular software stack, composed of widely accepted open source projects: L = Linux operating system A = Apache web server M = Mysql database P = PHP/Python/Perl scripting languages<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lrysoft.wordpress.com&amp;blog=14503309&amp;post=105&amp;subd=lrysoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>LAMP is an acronym used to  describe an increasingly popular software stack, composed of widely accepted  open source projects:</p>
<ul type="disc">
<li>L = Linux operating system</li>
<li>A = Apache web server</li>
<li>M = Mysql database</li>
<li>P = PHP/Python/Perl scripting languages</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lrysoft.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lrysoft.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lrysoft.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lrysoft.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lrysoft.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lrysoft.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lrysoft.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lrysoft.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lrysoft.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lrysoft.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lrysoft.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lrysoft.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lrysoft.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lrysoft.wordpress.com/105/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lrysoft.wordpress.com&amp;blog=14503309&amp;post=105&amp;subd=lrysoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lrysoft.wordpress.com/2011/01/26/what-is-lamp-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9032f4503fdc5091c6f80df3e8cef7f2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lrysoft</media:title>
		</media:content>
	</item>
		<item>
		<title>LAMP Development</title>
		<link>http://lrysoft.wordpress.com/2011/01/26/lamp-development/</link>
		<comments>http://lrysoft.wordpress.com/2011/01/26/lamp-development/#comments</comments>
		<pubDate>Tue, 25 Jan 2011 23:15:01 +0000</pubDate>
		<dc:creator>LRY SOFT</dc:creator>
				<category><![CDATA[LAMP]]></category>

		<guid isPermaLink="false">http://lrysoft.wordpress.com/?p=102</guid>
		<description><![CDATA[Software development can be done using many different approaches for writing the code. So to maintain the products quality, modularity, usability &#38; maintainability LRY SOFT follows classic software development life cycle (SDLC). An extension to SDLC, LRY SOFT looks more detail into application development frameworks like: #  Model-View Controller<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lrysoft.wordpress.com&amp;blog=14503309&amp;post=102&amp;subd=lrysoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Software development can be done using many different approaches for writing the code. So to maintain the products quality, modularity, usability &amp; maintainability LRY SOFT follows classic software development life cycle (SDLC).<br />
An extension to SDLC, LRY SOFT looks more detail into application development frameworks like:</p>
<p>#  Model-View Controller</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lrysoft.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lrysoft.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lrysoft.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lrysoft.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lrysoft.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lrysoft.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lrysoft.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lrysoft.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lrysoft.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lrysoft.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lrysoft.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lrysoft.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lrysoft.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lrysoft.wordpress.com/102/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lrysoft.wordpress.com&amp;blog=14503309&amp;post=102&amp;subd=lrysoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lrysoft.wordpress.com/2011/01/26/lamp-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9032f4503fdc5091c6f80df3e8cef7f2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lrysoft</media:title>
		</media:content>
	</item>
		<item>
		<title>Free OSCommerce &#8211; web shopping cart software</title>
		<link>http://lrysoft.wordpress.com/2011/01/26/oscommerce/</link>
		<comments>http://lrysoft.wordpress.com/2011/01/26/oscommerce/#comments</comments>
		<pubDate>Tue, 25 Jan 2011 23:11:30 +0000</pubDate>
		<dc:creator>LRY SOFT</dc:creator>
				<category><![CDATA[LRY SOFT]]></category>
		<category><![CDATA[OSCommerce]]></category>

		<guid isPermaLink="false">http://lrysoft.wordpress.com/?p=97</guid>
		<description><![CDATA[E-commerce applications are now become a daily practice for every one. This is the best option of getting the marketing along with the business from a wide variety of customers. Free ecommerce site make things even better in start ups. So LRY SOFT moved itself into Free OSCommerce application development integration, customization, development of new &#8230; <a href="http://lrysoft.wordpress.com/2011/01/26/oscommerce/">Continue reading <span class="meta-nav">&#187;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lrysoft.wordpress.com&amp;blog=14503309&amp;post=97&amp;subd=lrysoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>E-commerce applications are now become a daily practice for every one. This is the best option of getting the marketing along with the business from a wide variety of customers. Free ecommerce site make things even better in start ups. </p>
<p>So LRY SOFT moved itself into  Free OSCommerce application development integration, customization, development of new features in OSCommerce &amp; working with the open source contributions and osc template.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lrysoft.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lrysoft.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lrysoft.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lrysoft.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lrysoft.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lrysoft.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lrysoft.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lrysoft.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lrysoft.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lrysoft.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lrysoft.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lrysoft.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lrysoft.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lrysoft.wordpress.com/97/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lrysoft.wordpress.com&amp;blog=14503309&amp;post=97&amp;subd=lrysoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lrysoft.wordpress.com/2011/01/26/oscommerce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9032f4503fdc5091c6f80df3e8cef7f2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lrysoft</media:title>
		</media:content>
	</item>
		<item>
		<title>Who Is Using LAMP?</title>
		<link>http://lrysoft.wordpress.com/2009/01/26/who-is-using-lamp-2/</link>
		<comments>http://lrysoft.wordpress.com/2009/01/26/who-is-using-lamp-2/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 02:23:24 +0000</pubDate>
		<dc:creator>LRY SOFT</dc:creator>
				<category><![CDATA[LRY SOFT]]></category>
		<category><![CDATA[LAMP]]></category>

		<guid isPermaLink="false">http://lrysoft.wordpress.com/?p=152</guid>
		<description><![CDATA[In the past, LAMP, whether as a whole or as mix-and-match components, was primarily used by large, massively scalable Web sites such as Amazon, Google, Yahoo. Now, LAMP is seeing increasing adoption from enterprise customers, particularly for Wiki and content management solutions. LAMP components are used more and more widely on their own, as well &#8230; <a href="http://lrysoft.wordpress.com/2009/01/26/who-is-using-lamp-2/">Continue reading <span class="meta-nav">&#187;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lrysoft.wordpress.com&amp;blog=14503309&amp;post=152&amp;subd=lrysoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In the past, LAMP, whether  as a whole or as mix-and-match components,  was primarily used by large, massively  scalable Web sites such as  Amazon, Google, Yahoo. Now, LAMP is seeing  increasing adoption from  enterprise customers, particularly for Wiki and  content management  solutions.<br />
LAMP components are used   more and more widely on their own, as well as in LAMP installations. In  resent  years, IBM and Oracle endorsed PHP, Sun announced integration of  PHP and Java,  and Microsoft included Python as a CLR language. Linux  is perhaps the biggest  success story among the LAMP components, but the  usage of PHP has also grown  dramatically over the past eight years.  This broad vendor support, growing  attention from the news media, and  the increasing number of major enterprises  running LAMP, are all clear  indicators that LAMP has emerged as a lasting  platform that is fast  becoming a peer to J2EE and .NET.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lrysoft.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lrysoft.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lrysoft.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lrysoft.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lrysoft.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lrysoft.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lrysoft.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lrysoft.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lrysoft.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lrysoft.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lrysoft.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lrysoft.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lrysoft.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lrysoft.wordpress.com/152/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lrysoft.wordpress.com&amp;blog=14503309&amp;post=152&amp;subd=lrysoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lrysoft.wordpress.com/2009/01/26/who-is-using-lamp-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9032f4503fdc5091c6f80df3e8cef7f2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lrysoft</media:title>
		</media:content>
	</item>
	</channel>
</rss>
