<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Web Developers Help For Dummies - Cloud Computing,  Joomla, Prestashop and Worpress Expert</title>
	<link>http://www.virtuosomaster.com/tutorials</link>
	<description>joomla, cloud, prestashop, drupal, phpbb, IPB, wordpress, prestashop, creloaded, osc, magento,xcart,zen cart and a lot more tutorials</description>
	<lastBuildDate>Wed, 01 Feb 2012 15:59:27 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.4" -->

	<item>
		<title>How to setup Google Checkout in Ecommerce Plus PHP v5.6.6</title>
		<description><![CDATA[The tutorial explain in how to setup google checkout in your Ecommerce Plus PHP v5.6.6 powered website. 1. Login to your vsadmin 2. Go to Payment Provider and modify Google Checkout 3. In your google checkout  merchant , Settings &#8211;&#62; Integration . a.  API callback URL &#8230;enter the following URL&#8230; https://www.yourdomain.com/vsadmin/gcallback.php &#8230;changing of course yourdomain.com [...]]]></description>
		<link>http://www.virtuosomaster.com/tutorials/how-to-setup-google-checkout-in-ecommerce-plus-php-v5-6-6/</link>
			</item>
	<item>
		<title>Fixing Windows 7 boot after installing a wrong windows 7 loader</title>
		<description><![CDATA[Problem: How to Fix windows 7 boot problem after installing a wrong window 7 boot loader Software: Windows 7 Windows 7 booat loader 2.0 by Daz Solution: 1. Boot From the Windows Install Disc 2. Then click through until you see the &#8220;Repair your computer&#8221; 3. Chose your windows intallation and lick Next 4. Then [...]]]></description>
		<link>http://www.virtuosomaster.com/tutorials/fixing-windows-7-boot-after-installing-a-wrong-windows-7-loader/</link>
			</item>
	<item>
		<title>Windows 7 Boot Loader that works in Samsung N100 and other Samsung netbook series</title>
		<description><![CDATA[Problem: What Windows boot loader that works with samsung netbook or other brand of netbook? Software : Windows 7 7Loaders Release 5 Solution: Download the windows loader here: http://gnrsu.com/windows-7loader.html Run The “7Loader Release 5.exe” file Click Select Task Original: http://gnrsu.com/windows-7loader.html#ixzz1kpsWLzwi Here You Can Either Choose To Let Your PC Have The Name Of A Brand. Select [...]]]></description>
		<link>http://www.virtuosomaster.com/tutorials/windows-7-loader-that-works-in-samsung-n100-and-other-samsung-netbook-series/</link>
			</item>
	<item>
		<title>Installing Windows 7 Ultimate 64bit in Samsung N100 &#8211; MA02</title>
		<description><![CDATA[Problem: I try to install windows 7 ultimate 64bit in Samsung N100 but there is no 64bit driver offered in samsung website Software: Windows 7 ultimate 64bit Solution: 1. The VGA Driver is exist in windows update . Start &#8211;&#62; All Programs &#8211;&#62; Windows Update 2. I found the Wireless Driver 64bit here : http://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&#38;DwnldID=20433&#38;lang=eng&#38;OSVersion=Windows%207%20%2864-bit%29*&#38;DownloadType=%0ASoftware%20Applications%0A [...]]]></description>
		<link>http://www.virtuosomaster.com/tutorials/installing-windows-7-ultimate-64bit-in-samsung-n100-ma02/</link>
			</item>
	<item>
		<title>How to make WP Page Navi work in custom loop WP_query</title>
		<description><![CDATA[Problem:  Wp page navi doesnt work in custom loop in a page . Software: WordPress WP Page Navi Function: get_posts, query_posts , WP_Query, wp_pagenavi, get_query_var Solutions: 1. Add the custom $query to the wp page navi function: if(function_exists('wp_pagenavi')) wp_pagenavi(array( 'query' =&#62;$query )); 2. Add the value of page in your WP_query. $paged = get_query_var('paged') ? [...]]]></description>
		<link>http://www.virtuosomaster.com/tutorials/how-to-make-wp-page-navi-work-in-custom-loop-wp_query/</link>
			</item>
	<item>
		<title>How to remove the REDVASE popup http://redvase.bravenet.com/deliver/</title>
		<description><![CDATA[Problem:How to remove the popup redvase website to your pc. Software: Hijackthis Malwarebytes Regedit Malware:  http://redvase.bravenet.com/deliver/creative_by_id/22219/18/1327376068 Solutions: no solution yet!]]></description>
		<link>http://www.virtuosomaster.com/tutorials/how-to-remove-the-redvase-popup-httpredvase-bravenet-comdeliver/</link>
			</item>
	<item>
		<title>Override Free Shipping Google Checkout and Ecommerce Templates</title>
		<description><![CDATA[Problem:  My clients want to have a free shipping cost in Ecommerce Templates powered website and he is using google checkout. I tied to set the googledefaultshipping to zero but it gives a $999 dollar cost shipping. For example: googledefaultshipping=0; Software: Ecommerce Templates 5.3.1 Google Checkout Solution: Google checkout look like accept only above zero [...]]]></description>
		<link>http://www.virtuosomaster.com/tutorials/override-free-shipping-google-checkout-and-ecommerce-templates/</link>
			</item>
	<item>
		<title>Watermarks are gone after the contact form 7 submit</title>
		<description><![CDATA[Problem: How to display the watermark again after the forms submitted in contact Form 7 . Software: Contact form 7 WordPress 3.3.1 Solustion : Add the code below inside the $.fn.wpcf7ClearResponseOutput = function() { in scripts.js in contact form plugin folder. $(this).find(&#8216;.wpcf7-use-title-as-watermark&#8217;).each(function(i, n) { var input = $(n); input.val(input.attr(&#8216;title&#8217;)); input.addClass(&#8216;watermark&#8217;); }); If you are using [...]]]></description>
		<link>http://www.virtuosomaster.com/tutorials/watermarks-are-gone-after-the-contact-form-7-submit/</link>
			</item>
	<item>
		<title>How to popup the thank you message in contact form 7 in wordpress thickbox</title>
		<description><![CDATA[Problem:   I want the thank you message popup in the contact form 7  plugin using thickbox instead of sliding. Software: WordPress 3.3.1 Thickbox Contact Form 7 Solution: 1. Install Auto Thickbox Plus Plugin 2. Edit Scripts.js in your contact form 7 plugin Look and comment : //    ro.addClass(&#8216;wpcf7-mail-sent-ok&#8217;); And add after that line: var url [...]]]></description>
		<link>http://www.virtuosomaster.com/tutorials/how-to-popup-the-thank-you-message-in-contact-form-7-in-wordpress-thickbox/</link>
			</item>
	<item>
		<title>How to make different single post template in each category</title>
		<description><![CDATA[Problem:  How to display single post in different template or layout  under a specific category. Not like in page that you can specify the page template ( custom page template). Software: WordPress 3.3.1 Solution: 1. Create a different single post template like: single_default.php single_category1.php single_category2.php 2. Edit your single.php &#60;?php $post = $wp_query-&#62;post; wp_reset_query(); $cat [...]]]></description>
		<link>http://www.virtuosomaster.com/tutorials/how-to-make-different-single-post-template-in-each-category/</link>
			</item>
</channel>
</rss>

