<?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>Priti Gala.com &#187; Web Designing</title>
	<atom:link href="http://www.pritigala.com/category/web-designing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pritigala.com</link>
	<description></description>
	<lastBuildDate>Fri, 28 Dec 2012 12:42:24 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>How to change product section misalignment in Magento?</title>
		<link>http://www.pritigala.com/how-to-change-product-section-misalignment-in-magento/</link>
		<comments>http://www.pritigala.com/how-to-change-product-section-misalignment-in-magento/#comments</comments>
		<pubDate>Fri, 28 Dec 2012 12:41:50 +0000</pubDate>
		<dc:creator>bhagyashree</dc:creator>
				<category><![CDATA[Web Designing]]></category>

		<guid isPermaLink="false">http://www.pritigala.com/?p=3282</guid>
		<description><![CDATA[Solution : If you are using Hello wired theme and facing the problem of misalignment in Shopping Cart (Product) Section. Make the following change in cart.phtml provide by &#160; public_html/app/design/frontend/default/hellowired/template/checkout/cart.phtml (line 47) Change : &#60;table id=&#8221;shopping-cart-table&#8221;&#62; &#60;col width=&#8221;1&#8243; /&#62; &#60;col width=&#8221;1&#8243; /&#62; &#60;col /&#62; to &#60;table id=&#8221;shopping-cart-table&#8221;&#62; &#60;col width=&#8221;1&#8243; /&#62;  &#60;col /&#62; &#60;col width=&#8221;1&#8243; /&#62;&#8230;]]></description>
		<wfw:commentRss>http://www.pritigala.com/how-to-change-product-section-misalignment-in-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento Tips, Tricks and Bugs</title>
		<link>http://www.pritigala.com/magento-tips-tricks-and-bugs-2/</link>
		<comments>http://www.pritigala.com/magento-tips-tricks-and-bugs-2/#comments</comments>
		<pubDate>Fri, 28 Dec 2012 11:57:45 +0000</pubDate>
		<dc:creator>bhagyashree</dc:creator>
				<category><![CDATA[Web Designing]]></category>

		<guid isPermaLink="false">http://www.pritigala.com/?p=3276</guid>
		<description><![CDATA[1. How to remove estimated shipping cost pop up on chekout in Magento ? Solution : If you are using Hello wired theme and facing the problem of shipping cost pop up on chekout. This is a solution for it. which works remove this row &#60;block type=&#8221;checkout/cart_shipping&#8221; name=&#8221;checkout.cart.shipping&#8221; as=&#8221;shipping&#8221; template=&#8221;checkout/cart/shipping.phtml&#8221;/&#62; from this file /app/design/frontend/yoursite/default/layout/checkout.xml This&#8230;]]></description>
		<wfw:commentRss>http://www.pritigala.com/magento-tips-tricks-and-bugs-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to send Newsletter in Magento ?</title>
		<link>http://www.pritigala.com/magento-tips-tricks-and-bugs/</link>
		<comments>http://www.pritigala.com/magento-tips-tricks-and-bugs/#comments</comments>
		<pubDate>Fri, 28 Dec 2012 10:06:02 +0000</pubDate>
		<dc:creator>bhagyashree</dc:creator>
				<category><![CDATA[Web Designing]]></category>

		<guid isPermaLink="false">http://www.pritigala.com/?p=3262</guid>
		<description><![CDATA[Solutions : First set the newsletter template through the Magento Admin Area-&#62; Newsletter-&#62; Newsletter Templates-&#62; Add New Template. Enter the template name, the subject of the newsletter which will be sent, the sender&#8217;s name and e-mail and the newsletter template&#8217;s text. Once you are ready, preview the template using the Preview Template button and save&#8230;]]></description>
		<wfw:commentRss>http://www.pritigala.com/magento-tips-tricks-and-bugs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fatal error: Call to a member function setItems() on a non-object in /home/public_html/app/design/frontend/base/default/template/wishlist/view.phtml on line 43</title>
		<link>http://www.pritigala.com/fatal-error-call-to-a-member-function-setitems-on-a-non-object-in-homepublic_htmlappdesignfrontendbasedefaulttemplatewishlistview-phtml-on-line-43/</link>
		<comments>http://www.pritigala.com/fatal-error-call-to-a-member-function-setitems-on-a-non-object-in-homepublic_htmlappdesignfrontendbasedefaulttemplatewishlistview-phtml-on-line-43/#comments</comments>
		<pubDate>Fri, 21 Dec 2012 12:58:34 +0000</pubDate>
		<dc:creator>Priti Gala</dc:creator>
				<category><![CDATA[Web Designing]]></category>
		<category><![CDATA[Fata Error 43]]></category>
		<category><![CDATA[Hello Wired Wishlist Error]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[Magento Wishlist]]></category>

		<guid isPermaLink="false">http://www.pritigala.com/?p=3256</guid>
		<description><![CDATA[If you are facing the problem of getting FATAL ERROR line using Hello Wired theme in Magento. Try this &#160; This is a proper solution for the problem Just rename the file /app/design/frontend/custom_theme/custom_theme/layout/wishlist.xml or /app/design/frontend/default/custom_theme/layout/wishlist.xml depending on where you have installed your theme. &#8221; Rename it to “wishlist.xml.bk” for example. &#8220; Also Do not forget&#8230;]]></description>
		<wfw:commentRss>http://www.pritigala.com/fatal-error-call-to-a-member-function-setitems-on-a-non-object-in-homepublic_htmlappdesignfrontendbasedefaulttemplatewishlistview-phtml-on-line-43/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento Place Order Button Missing</title>
		<link>http://www.pritigala.com/magento-place-order-button-missing/</link>
		<comments>http://www.pritigala.com/magento-place-order-button-missing/#comments</comments>
		<pubDate>Fri, 21 Dec 2012 12:36:07 +0000</pubDate>
		<dc:creator>Priti Gala</dc:creator>
				<category><![CDATA[Web Designing]]></category>
		<category><![CDATA[hello wired place order button missing]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[magento place order button missng]]></category>

		<guid isPermaLink="false">http://www.pritigala.com/?p=3252</guid>
		<description><![CDATA[If you are using Hello wired theme and facing the problem of lost button after the 5th point after order review. This is a solution for it. which works &#160; replace the following in app/design/frontend/default/mytheme/layout/checkout.xml: &#60;checkout_onepage_review&#62; Mage_Checkout &#60;remove name="right"/&#62; &#60;remove name="left"/&#62;&#60;block type=&#8221;checkout/onepage_review_info&#8221; name=&#8221;root&#8221; output=&#8221;toHtml&#8221; template=&#8221;checkout/onepage/review/info.phtml&#8221;&#62; &#60;action method=&#8221;addItemRender&#8221;&#62;&#60;type&#62;default&#60;/type&#62;&#60;block&#62;checkout/cart_item_renderer&#60;/block&#62;&#60;template&#62;checkout/onepage/review/item.phtml&#60;/template&#62;&#60;/action&#62; &#60;action method=&#8221;addItemRender&#8221;&#62;&#60;type&#62;grouped&#60;/type&#62;&#60;block&#62;checkout/cart_item_renderer_grouped&#60;/block&#62;&#60;template&#62;checkout/onepage/review/item.phtml&#60;/template&#62;&#60;/action&#62; &#60;action method=&#8221;addItemRender&#8221;&#62;&#60;type&#62;configurable&#60;/type&#62;&#60;block&#62;checkout/cart_item_renderer_configurable&#60;/block&#62;&#60;template&#62;checkout/onepage/review/item.phtml&#60;/template&#62;&#60;/action&#62; &#60;block type=&#8221;checkout/cart_totals&#8221; name=&#8221;checkout.onepage.review.info.totals&#8221; as=&#8221;totals&#8221; template=&#8221;checkout/onepage/review/totals.phtml&#8221;/&#62; &#60;block type=&#8221;core/text_list&#8221; name=&#8221;checkout.onepage.review.info.items.before&#8221; as=&#8221;items_before&#8221;/&#62; &#60;/block&#62; &#60;/checkout_onepage_review&#62; - with this from the app/design/frontend/base/default/layout/checkout.xml file: &#160; &#60;checkout_onepage_review translate="label"&#62;&#8230;]]></description>
		<wfw:commentRss>http://www.pritigala.com/magento-place-order-button-missing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>H1 Tags in SEO</title>
		<link>http://www.pritigala.com/h1-tags-in-seo-2/</link>
		<comments>http://www.pritigala.com/h1-tags-in-seo-2/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 10:22:46 +0000</pubDate>
		<dc:creator>Priti Gala</dc:creator>
				<category><![CDATA[Web Designing]]></category>
		<category><![CDATA[H1 tags in SEO]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.pritigala.com/?p=3227</guid>
		<description><![CDATA[H1 tags are one of the most important part of SEO which is the header tag situated in body of a website. It can be termed as the most simple form of header found on a web page. Through h1 tags search engines come to know about the site content details. If its used in&#8230;]]></description>
		<wfw:commentRss>http://www.pritigala.com/h1-tags-in-seo-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Best RSS Tips</title>
		<link>http://www.pritigala.com/10-best-rss-tips-2/</link>
		<comments>http://www.pritigala.com/10-best-rss-tips-2/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 10:19:19 +0000</pubDate>
		<dc:creator>Priti Gala</dc:creator>
				<category><![CDATA[Web Designing]]></category>
		<category><![CDATA[10 Best RSS Tips]]></category>
		<category><![CDATA[RSS]]></category>

		<guid isPermaLink="false">http://www.pritigala.com/?p=3223</guid>
		<description><![CDATA[RSS is not for everybody in the same way as all other mediums of technology are. However by far, RSS is considered the most reliable content delivery channel there is. It is also believed to be able to increase search engine rankings, enhance e-mail marketing and builds on that relationship, generates media coverage through content&#8230;]]></description>
		<wfw:commentRss>http://www.pritigala.com/10-best-rss-tips-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Domain Name Transfer</title>
		<link>http://www.pritigala.com/domain-name-transfer/</link>
		<comments>http://www.pritigala.com/domain-name-transfer/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 10:16:25 +0000</pubDate>
		<dc:creator>Priti Gala</dc:creator>
				<category><![CDATA[Web Designing]]></category>
		<category><![CDATA[Domain Name]]></category>
		<category><![CDATA[Domain Name Transfer]]></category>

		<guid isPermaLink="false">http://www.pritigala.com/?p=3220</guid>
		<description><![CDATA[Transferring a domain name can be as easy as signing up for a forum or as difficult as recreating the Mona Lisa. Here are some ways to make a transfer go smoother and some key points to remember on the domain name transfer process. Before you go to your registrar&#8217;s home page or call any&#8230;]]></description>
		<wfw:commentRss>http://www.pritigala.com/domain-name-transfer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Vs Windows Hosting</title>
		<link>http://www.pritigala.com/linux-vs-windows-hosting/</link>
		<comments>http://www.pritigala.com/linux-vs-windows-hosting/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 11:47:25 +0000</pubDate>
		<dc:creator>Priti Gala</dc:creator>
				<category><![CDATA[Web Designing]]></category>
		<category><![CDATA[Linux Hosting]]></category>
		<category><![CDATA[Linux Vs Windows Hosting]]></category>
		<category><![CDATA[Windows Hosting]]></category>

		<guid isPermaLink="false">http://www.pritigala.com/?p=3188</guid>
		<description><![CDATA[One of the first choices which must be made when deciding upon a web hosting provider is what operating system the server will run on, and choice here is generally between Linux and Windows. Neither system is better than the other. It is up to the client to determine based upon his or her own&#8230;]]></description>
		<wfw:commentRss>http://www.pritigala.com/linux-vs-windows-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Hosting</title>
		<link>http://www.pritigala.com/linux-hosting/</link>
		<comments>http://www.pritigala.com/linux-hosting/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 11:15:11 +0000</pubDate>
		<dc:creator>Priti Gala</dc:creator>
				<category><![CDATA[Web Designing]]></category>
		<category><![CDATA[Linux Hosting]]></category>

		<guid isPermaLink="false">http://www.pritigala.com/?p=3179</guid>
		<description><![CDATA[A Linux hosting choice often comes down to cost, stability, and security. The open source Linux hosting alternative allows websites to be built on the Linux operating system. By taking advantage of this particular platform for your website development, you have access to the effective and efficient open-source technologies, which include PHP, MySQL, Python, and&#8230;]]></description>
		<wfw:commentRss>http://www.pritigala.com/linux-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
