<?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>Product Development Blog</title>
	<atom:link href="http://devblog.solidcactus.com/feed" rel="self" type="application/rss+xml" />
	<link>http://devblog.solidcactus.com</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Wed, 22 Oct 2008 20:58:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>Optimizing for loop in javascript</title>
		<link>http://devblog.solidcactus.com/2008/10/optimizing-for-loop-in-javascript/</link>
		<comments>http://devblog.solidcactus.com/2008/10/optimizing-for-loop-in-javascript/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 20:58:21 +0000</pubDate>
		<dc:creator>Sunil Lukose</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://devblog.solidcactus.com/?p=26</guid>
		<description><![CDATA[We normally don't pay much attention when it comes to writing simple loops and assigning variables.

Here I would like to show two ways of writing a simple code that alerts an array's value. 

var arr = new array("red","green","blue");
var len = arr.length;
for(var i=0; i&#60;len; i++) {
	var value = arr[i];
	alert(value);
}

You could write the same script in a [...]]]></description>
			<content:encoded><![CDATA[<pre><code class="javascript">We normally don't pay much attention when it comes to writing simple loops and assigning variables.

Here I would like to show two ways of writing a simple code that alerts an array's value. 

</code><code class="javascript">var arr = new array("red","green","blue");
var len = arr.length;
for(var i=0<span class="special">; </span>i&lt;len; i++) {
</code><code class="javascript">	var value = arr[i];
	alert(value);</code>
<code class="javascript">}</code>

You could write the same script in a more optimized way
<code class="javascript">
</code><code class="javascript">var arr = new array("red","green","blue");</code>
<code class="javascript">for(var i=0,<span class="special">len=arr.length; value=arr[i]</span>, i&lt;len; i++) {
	alert(value);
}</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://devblog.solidcactus.com/2008/10/optimizing-for-loop-in-javascript/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New Products to Improve the Customer Experience!</title>
		<link>http://devblog.solidcactus.com/2008/10/new-products-to-improve-the-customer-experience/</link>
		<comments>http://devblog.solidcactus.com/2008/10/new-products-to-improve-the-customer-experience/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 20:10:01 +0000</pubDate>
		<dc:creator>gregory.davis</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://devblog.solidcactus.com/?p=23</guid>
		<description><![CDATA[This afternoon, Solid Cactus introduced three new products from the Product Development team.  We&#8217;re looking forward to seeing the success of these latest products as our clients take advantage of the new or enhanced functionality they bring to e-commerce.
 - The Interactive Site Content and Item Page:
Enhance your ability to provide frequently asked questions. [...]]]></description>
			<content:encoded><![CDATA[<p>This afternoon, Solid Cactus introduced three new products from the Product Development team.  We&#8217;re looking forward to seeing the success of these latest products as our clients take advantage of the new or enhanced functionality they bring to e-commerce.</p>
<p><strong> - The Interactive Site Content and Item Page:</strong></p>
<p><span style="font-size: x-small;">Enhance your ability to provide frequently asked questions. You can  customize your answers and expand or contract them as needed. It&#8217;s easy to  populate and SEO friendly. </span></p>
<p><strong> - Click to Enlarge v3.5:</strong></p>
<p><span style="font-size: x-small;">This updated application features improved functionality to enhance  the shopping experience. We&#8217;ve expanded capabilities making it easier than ever  for customers to get a closer look at your products. Click to Enlarge v3.5 is  easy to upgrade or install.</span></p>
<p><strong> - Send to Friend v2.0:</strong></p>
<p><span style="font-size: x-small;">Hosted by Solid Cactus, Send to Friend v2.0 features greatly  expanded capabilities which can directly affect your bottom line. You can now  include cross sell items where applicable, and they can be set locally or  globally depending on your target market. Additionally, a recipient&#8217;s email  preferences are automatically detected, ensuring the proper email format is  received.</span></p>
<p><img src="http://marketing.solidcactus.com/emailcontent/2008-10-14/newproducts-header.png" alt="Get Started Now!" width="694" height="175" /></p>
]]></content:encoded>
			<wfw:commentRss>http://devblog.solidcactus.com/2008/10/new-products-to-improve-the-customer-experience/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Boot Camp Gets First Dibs</title>
		<link>http://devblog.solidcactus.com/2008/10/boot-camp-gets-first-dibs/</link>
		<comments>http://devblog.solidcactus.com/2008/10/boot-camp-gets-first-dibs/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 19:59:55 +0000</pubDate>
		<dc:creator>gregory.davis</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://devblog.solidcactus.com/?p=18</guid>
		<description><![CDATA[This morning the Marketing and Product Development team unveiled new products for the Yahoo! Store.  There were several great questions in the session and even some new ideas for products, which we greatly appreciated.  It&#8217;s important to hear from our customers on what will make their lives easier and more importantly, make their [...]]]></description>
			<content:encoded><![CDATA[<p>This morning the Marketing and Product Development team unveiled new products for the Yahoo! Store.  There were several great questions in the session and even some new ideas for products, which we greatly appreciated.  It&#8217;s important to hear from our customers on what will make their lives easier and more importantly, make their business more profitable.</p>
<p>We&#8217;ll be releasing these great new products next week to the public and we were happy to offer our Boot Camp attendees a first glance.</p>
<p>We realize not everyone can attend Boot Camp and are appreciative of those that do.  It&#8217;s nice to offer a little extra bonus for making the trip.</p>
]]></content:encoded>
			<wfw:commentRss>http://devblog.solidcactus.com/2008/10/boot-camp-gets-first-dibs/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Cool Javascript based site</title>
		<link>http://devblog.solidcactus.com/2008/10/cool-javascript-based-site/</link>
		<comments>http://devblog.solidcactus.com/2008/10/cool-javascript-based-site/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 14:56:06 +0000</pubDate>
		<dc:creator>Sunil Lukose</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://devblog.solidcactus.com/?p=15</guid>
		<description><![CDATA[Recently I came across a site that was programmed fully using JavaScript. The whole site is single page and with the help of JavaScript you scroll around the site. It&#8217;s pretty well done and you should check it out.
Link to the site
]]></description>
			<content:encoded><![CDATA[<p>Recently I came across a site that was programmed fully using JavaScript. The whole site is single page and with the help of JavaScript you scroll around the site. It&#8217;s pretty well done and you should check it out.</p>
<p><a href="http://www.nofrks.com/" target="_blank">Link to the site</a></p>
]]></content:encoded>
			<wfw:commentRss>http://devblog.solidcactus.com/2008/10/cool-javascript-based-site/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Product Development</title>
		<link>http://devblog.solidcactus.com/2008/10/product-development/</link>
		<comments>http://devblog.solidcactus.com/2008/10/product-development/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 21:08:29 +0000</pubDate>
		<dc:creator>John Dawe</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://devblog.solidcactus.com/?p=3</guid>
		<description><![CDATA[Product Development is the newest department at Solid Cactus.  Since the company was founded, Solid Cactus has been the number one developer of new features for the Yahoo! Merchant Solutions/Store platform.  This blog will take a look inside the process and minds of those responsible for the latest and greatest products from Solid Cactus.
]]></description>
			<content:encoded><![CDATA[<p>Product Development is the newest department at Solid Cactus.  Since the company was founded, Solid Cactus has been the number one developer of new features for the Yahoo! Merchant Solutions/Store platform.  This blog will take a look inside the process and minds of those responsible for the latest and greatest products from Solid Cactus.</p>
]]></content:encoded>
			<wfw:commentRss>http://devblog.solidcactus.com/2008/10/product-development/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
