<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Web Design - Ecommerce - SEO | Las Vegas Blog</title>
	<atom:link href="http://blog.justprofessionals.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.justprofessionals.com</link>
	<description>The Blog of Vegas Web Design Company Just Professionals</description>
	<lastBuildDate>Mon, 31 May 2010 07:26:18 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Comparing Yahoo! Web Store Development Options: Default, Template and Custom Design by philip</title>
		<link>http://blog.justprofessionals.com/e-commerce/yahoo-web-store-development-options/comment-page-1/#comment-63</link>
		<dc:creator>philip</dc:creator>
		<pubDate>Mon, 31 May 2010 07:26:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.justprofessionals.com/?p=438#comment-63</guid>
		<description>While reading this post, i have come to know that there are main pros and cons of Yahoo are available here and found it very useful as i have got myself in Yahoo Store Development since last 2 months..&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;Philip&lt;br&gt;&lt;a href=&quot;http://www.viteb.com/website-development/&quot; rel=&quot;nofollow&quot;&gt;Web Based Application Development&lt;/a&gt;&lt;br&gt;&lt;br&gt;Ref:-&lt;br&gt;&lt;br&gt;Yahoo! Default Template Pros vs. Cons&lt;br&gt;&lt;br&gt;Pros:&lt;br&gt;&lt;br&gt;    * There is no additional cost for using the Yahoo! Store default templates.&lt;br&gt;    * No delay to making your products available for purchase.&lt;br&gt;&lt;br&gt;Cons:&lt;br&gt;&lt;br&gt;    * Reduced or diminished ability to distinguish your web store from others.&lt;br&gt;    * Limited functionality</description>
		<content:encoded><![CDATA[<p>While reading this post, i have come to know that there are main pros and cons of Yahoo are available here and found it very useful as i have got myself in Yahoo Store Development since last 2 months..</p>
<p>Thanks,<br />Philip<br /><a href="http://www.viteb.com/website-development/" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.viteb.com/website-development/?referer=');">Web Based Application Development</a></p>
<p>Ref:-</p>
<p>Yahoo! Default Template Pros vs. Cons</p>
<p>Pros:</p>
<p>    * There is no additional cost for using the Yahoo! Store default templates.<br />    * No delay to making your products available for purchase.</p>
<p>Cons:</p>
<p>    * Reduced or diminished ability to distinguish your web store from others.<br />    * Limited functionality</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using JSON in Internet Explorer with jQuery by justpros</title>
		<link>http://blog.justprofessionals.com/web-design/jquery-json-internet-explorer/comment-page-1/#comment-62</link>
		<dc:creator>justpros</dc:creator>
		<pubDate>Tue, 25 May 2010 13:35:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.justprofessionals.com/?p=375#comment-62</guid>
		<description>Well, I&#039;m not familiar with C, but IE is trying to look for a .json extension regardless the of content type. I&#039;ve found adding .json to the url fixes this. Can you try adding &quot;ajaxify.aspx/abc.json&quot;?</description>
		<content:encoded><![CDATA[<p>Well, I&#39;m not familiar with C, but IE is trying to look for a .json extension regardless the of content type. I&#39;ve found adding .json to the url fixes this. Can you try adding &#8220;ajaxify.aspx/abc.json&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using JSON in Internet Explorer with jQuery by Bhoomi</title>
		<link>http://blog.justprofessionals.com/web-design/jquery-json-internet-explorer/comment-page-1/#comment-61</link>
		<dc:creator>Bhoomi</dc:creator>
		<pubDate>Mon, 24 May 2010 05:15:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.justprofessionals.com/?p=375#comment-61</guid>
		<description>My code is still not working..&lt;br&gt;&lt;br&gt;function GetMe() {&lt;br&gt;                    $.ajax({                     &lt;br&gt;                             url:  &quot;ajaxify.aspx/abc&quot;,&lt;br&gt;                             type: &quot;GET&quot;,                            &lt;br&gt;                             contentType: &quot;application/json;&quot;,       &lt;br&gt;                             data: &quot;{}&quot;,&lt;br&gt;                             dataType: &quot;json&quot;,   &lt;br&gt;                             cache: false,                                                                                                                                              &lt;br&gt;                             success: function(data)&lt;br&gt;                             {       &lt;br&gt;                                alert(&#039;here&#039;);                           &lt;br&gt;                                alert(&#039;here&#039; + data);                                                                                &lt;br&gt;                             },                    &lt;br&gt;                             error: function(xhr, data, a) &lt;br&gt;                             {&lt;br&gt;                                alert(&#039;error&#039; + data);   &lt;br&gt;                                alert(&#039;error&#039; + a);                             &lt;br&gt;                                alert(&#039;error&#039;+ xhr.status);&lt;br&gt;                             }                           &lt;br&gt;                        });&lt;br&gt;                     }&lt;br&gt;&lt;br&gt;&lt;br&gt;On Server side it is :&lt;br&gt;&lt;br&gt; [WebMethod]&lt;br&gt;    static public object abc()&lt;br&gt;    {&lt;br&gt;        //return &quot;abc&quot;;&lt;br&gt;        return @&quot; [{ &quot;&quot;Name&quot;&quot;: &quot;&quot;abc&quot;&quot;,&lt;br&gt;                        &quot;&quot;Name&quot;&quot;: &quot;&quot;pqr&quot;&quot;,&lt;br&gt;                        &quot;&quot;Name&quot;&quot;: &quot;&quot;xyz&quot;&quot; }]&quot;;&lt;br&gt;    }&lt;br&gt;It is a valid json format. Throws same parsererror, xhr is 200.  Pl help..</description>
		<content:encoded><![CDATA[<p>My code is still not working..</p>
<p>function GetMe() {<br />                    $.ajax({                     <br />                             url:  &#8220;ajaxify.aspx/abc&#8221;,<br />                             type: &#8220;GET&#8221;,                            <br />                             contentType: &#8220;application/json;&#8221;,       <br />                             data: &#8220;{}&#8221;,<br />                             dataType: &#8220;json&#8221;,   <br />                             cache: false,                                                                                                                                              <br />                             success: function(data)<br />                             {       <br />                                alert(&#39;here&#39;);                           <br />                                alert(&#39;here&#39; + data);                                                                                <br />                             },                    <br />                             error: function(xhr, data, a) <br />                             {<br />                                alert(&#39;error&#39; + data);   <br />                                alert(&#39;error&#39; + a);                             <br />                                alert(&#39;error&#39;+ xhr.status);<br />                             }                           <br />                        });<br />                     }</p>
<p>On Server side it is :</p>
<p> [WebMethod]<br />    static public object abc()<br />    {<br />        //return &#8220;abc&#8221;;<br />        return @&#8221; [{ ""Name"": ""abc"",<br />                        ""Name"": ""pqr"",<br />                        ""Name"": ""xyz"" }]&#8220;;<br />    }<br />It is a valid json format. Throws same parsererror, xhr is 200.  Pl help..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Marketing Your Business Through Google: A Free Seminar in Las Vegas by CBS Radio Advertisement For Just Professionals Free SEO Seminar for Las Vegas Businesses &#171; Web Design &#8211; Ecommerce &#8211; SEO &#124; Las Vegas Blog</title>
		<link>http://blog.justprofessionals.com/news/marketing-your-business-through-google-a-free-seminar-in-las-vegas/comment-page-1/#comment-60</link>
		<dc:creator>CBS Radio Advertisement For Just Professionals Free SEO Seminar for Las Vegas Businesses &#171; Web Design &#8211; Ecommerce &#8211; SEO &#124; Las Vegas Blog</dc:creator>
		<pubDate>Tue, 13 Apr 2010 22:20:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.justprofessionals.com/?p=602#comment-60</guid>
		<description>[...] on April 27th, we&#8217;d like to personally invite everyone to attend a free seminar on how to market your business through Google and other search engines. Learn how to take advantage of the Internet for your [...]</description>
		<content:encoded><![CDATA[<p>[...] on April 27th, we&#8217;d like to personally invite everyone to attend a free seminar on how to market your business through Google and other search engines. Learn how to take advantage of the Internet for your [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Yahoo! Stores. The Official E-Commerce Platform of Just Professionals by justpros</title>
		<link>http://blog.justprofessionals.com/e-commerce/yahoo-stores-the-official-e-commerce-platform-of-just-professionals/comment-page-1/#comment-58</link>
		<dc:creator>justpros</dc:creator>
		<pubDate>Wed, 31 Mar 2010 19:22:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.justprofessionals.com/?p=313#comment-58</guid>
		<description>Hey Robin,&lt;br&gt;&lt;br&gt;Thanks for the info. I&#039;m sure anyone reading this will really appreciate the help. I know it will help us as well. Looks like you took some time going through it. It&#039;s too bad that they work so hard to put out a great tool, and don&#039;t make the documentation along the way. A great tool does nothing if no one can figure out how to make it work.&lt;br&gt;&lt;br&gt;Thanks!</description>
		<content:encoded><![CDATA[<p>Hey Robin,</p>
<p>Thanks for the info. I&#39;m sure anyone reading this will really appreciate the help. I know it will help us as well. Looks like you took some time going through it. It&#39;s too bad that they work so hard to put out a great tool, and don&#39;t make the documentation along the way. A great tool does nothing if no one can figure out how to make it work.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Yahoo! Stores. The Official E-Commerce Platform of Just Professionals by Robin</title>
		<link>http://blog.justprofessionals.com/e-commerce/yahoo-stores-the-official-e-commerce-platform-of-just-professionals/comment-page-1/#comment-57</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Wed, 31 Mar 2010 19:11:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.justprofessionals.com/?p=313#comment-57</guid>
		<description>I read your article that included information on the new (beta) Amazon WebStore. I have a bit of news your readers can use.&lt;br&gt;&lt;br&gt;The (beta) Amazon WebStore is the best option I can find for my online store, but the documentation is extremely confusing. When I realized I was going to have to figure out everything about the Amazon WebStore by myself, I just went ahead and wrote up what I learned in a helpful organized way, so that others wouldn’t have to suffer (I&#039;m a writer). The &quot;Tutorial Guide to the (beta) Amazon WebStore&quot; is totally free. Your readers can download a 57-page pdf, or read the the Guide, at &lt;a href=&quot;http://www.webstoreguide.info&quot; rel=&quot;nofollow&quot;&gt;www.webstoreguide.info&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>I read your article that included information on the new (beta) Amazon WebStore. I have a bit of news your readers can use.</p>
<p>The (beta) Amazon WebStore is the best option I can find for my online store, but the documentation is extremely confusing. When I realized I was going to have to figure out everything about the Amazon WebStore by myself, I just went ahead and wrote up what I learned in a helpful organized way, so that others wouldn’t have to suffer (I&#39;m a writer). The &#8220;Tutorial Guide to the (beta) Amazon WebStore&#8221; is totally free. Your readers can download a 57-page pdf, or read the the Guide, at <a href="http://www.webstoreguide.info" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.webstoreguide.info?referer=');">http://www.webstoreguide.info</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Las Vegas Industry Website Review Series: Best and Worst Websites in Sin City&#8217;s Industries by seo for website</title>
		<link>http://blog.justprofessionals.com/web-design/las-vegas-website-review-series/comment-page-1/#comment-56</link>
		<dc:creator>seo for website</dc:creator>
		<pubDate>Wed, 17 Mar 2010 09:36:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.justprofessionals.com/?p=267#comment-56</guid>
		<description>To accomplish this, we decided to compose a series of blog posts we will aptly name the Las Vegas Industry Website Review Series. In this series of posts.</description>
		<content:encoded><![CDATA[<p>To accomplish this, we decided to compose a series of blog posts we will aptly name the Las Vegas Industry Website Review Series. In this series of posts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Money Back Guarantee SEO CBS Radio Spot by website seo optimization</title>
		<link>http://blog.justprofessionals.com/seo/new-money-back-guarantee-seo-cbs-radio-spot/comment-page-1/#comment-55</link>
		<dc:creator>website seo optimization</dc:creator>
		<pubDate>Mon, 15 Mar 2010 05:51:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.justprofessionals.com/?p=571#comment-55</guid>
		<description>the cost of a decent, ... With every change you make, every new SEO strategy you adopt, test the results. ....</description>
		<content:encoded><![CDATA[<p>the cost of a decent, &#8230; With every change you make, every new SEO strategy you adopt, test the results. &#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails 3.0 Beta and jQuery 1.4 released by home builder seo</title>
		<link>http://blog.justprofessionals.com/web-design/rails-3-0-beta-and-jquery-1-4-released/comment-page-1/#comment-54</link>
		<dc:creator>home builder seo</dc:creator>
		<pubDate>Wed, 10 Mar 2010 02:57:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.justprofessionals.com/?p=470#comment-54</guid>
		<description>ok  i think it is so great site i help from here from it....</description>
		<content:encoded><![CDATA[<p>ok  i think it is so great site i help from here from it&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Las Vegas Industry Website Review Series: Best and Worst Websites in Sin City&#8217;s Industries by seo for website</title>
		<link>http://blog.justprofessionals.com/web-design/las-vegas-website-review-series/comment-page-1/#comment-52</link>
		<dc:creator>seo for website</dc:creator>
		<pubDate>Sat, 06 Mar 2010 03:34:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.justprofessionals.com/?p=267#comment-52</guid>
		<description>The series centers on a seemingly normal American family who one day finds ... Greg Berlanti, who is responsible for fan favorite series such as Everwood,</description>
		<content:encoded><![CDATA[<p>The series centers on a seemingly normal American family who one day finds &#8230; Greg Berlanti, who is responsible for fan favorite series such as Everwood,</p>
]]></content:encoded>
	</item>
</channel>
</rss>
