<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Viztech IT Solutions Limited</title>
	<link>http://www.viztech.co.in</link>
	<description>Think different...do different</description>
	<lastBuildDate>Sun, 05 Feb 2012 06:01:08 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress" -->

	<item>
		<title>activeCollab &#8211; Change default project visibility to &#8220;Normal&#8221; instead of &#8220;Private&#8221;</title>
		<description><![CDATA[You just created a new project and it is not visible to your team members and other authorized users. There are access issues in the project, you wonder how? Reason [...]]]></description>
		<link>http://www.viztech.co.in/blog/activecollab-change-default-project-visibility-to-normal-instead-of-private</link>
			</item>
	<item>
		<title>Viztech aC Cluster Package for activeCollab</title>
		<description><![CDATA[What is inside: 1. Agreements Module 2. BruteForce Login Manager Module 3. Incremental Backup Module 4. Inline File Viewer Module 5. ProUpdates Dashboard Patch 6. Quick Scroll to Top Patch [...]]]></description>
		<link>http://www.viztech.co.in/products/viztech-ac-cluster-package-for-activecollab</link>
			</item>
	<item>
		<title>Embed Objects Module for activeCollab</title>
		<description><![CDATA[Do you want to embed your youtube, vimeo video to your activeCollab objects to show your clients? Do you want to embed a mindmap in the page itself instead of [...]]]></description>
		<link>http://www.viztech.co.in/products/embed-objects-module-for-activecollab</link>
			</item>
	<item>
		<title>Videos Module</title>
		<description><![CDATA[Using this module, you can play videos as inline contents and can have a thread of discussion for them. It is very useful for individuals and companies who always prepare [...]]]></description>
		<link>http://www.viztech.co.in/products/videos-module</link>
			</item>
	<item>
		<title>Inline File Viewer Module – activeCollab</title>
		<description><![CDATA[This module is very useful for activeCollab users as you can view Audio, Video, MS-Word, MS-Powerpoint, PDF and more type of files without need of downloading them. It saves a [...]]]></description>
		<link>http://www.viztech.co.in/products/inline-file-viewer-module-activecollab</link>
			</item>
	<item>
		<title>Agreements Module</title>
		<description><![CDATA[This module is really useful to make your activeCollab installation one point service place. If you were always thinking to have everything at one place in activeCollab then it is [...]]]></description>
		<link>http://www.viztech.co.in/products/agreements-module</link>
			</item>
	<item>
		<title>Custom URL Module – activeCollab</title>
		<description><![CDATA[<script type="text/javascript">
jQuery(document).ready(function($) {
$(function() {
  $('.error').hide();
  $(".button").click(function() {
		// validate and process form
		// first hide any error messages
    $('.error').hide();
		
	  var name = $("input#name").val();
		if (name == "") {
      $("label#name_error").show();
      $("input#name").focus();
      return false;
    }
		var email = $("input#eStore_ajax_email").val();
		if (email == "") {
      $("label#email_error").show();
      $("input#eStore_ajax_email").focus();
      return false;
    }
		var prod_id = $("input#free_download_product_id").val();
		
		var dataString = 'name='+ name + '&email=' + email + '&prod_id=' + prod_id;
		//alert (dataString);return false;
        var process_script_url = 'http://www.viztech.co.in/wp-content/plugins/wp-cart-for-digital-products' + '/ajax_process_download.php';

	// Because the server might be invoking the PDF Stamper, we want the user to have a "warm fuzzy feeling" while they
	// wait for a response.  Otherwise, they might get "click happy" with the submit button.
	// -- The Assurer, 2010-09-14.
	{
		$('.free_download_form').html("<div class='message'></div>");
		$('.message').html("")
		.append("Processing Order...")
		.hide()
		.fadeIn(1000, function() {
			$('.message').append("<img id='loader1' src='http://www.viztech.co.in/wp-content/plugins/wp-cart-for-digital-products/images/ajax-loader1.gif' />");
		});
	}

		$.ajax({
      type: "POST",
      url: process_script_url,
      data: dataString,
      success: function() {
        $('.free_download_form').html("<div class='message'></div>");
        $('.message').html("")
        .append("<p style='color: green;'><strong>Email sent! Please check your inbox for the download link.</strong></p>")
        .hide()
        .fadeIn(1000, function() {
          $('.message').append("<img id='checkmark' src='http://www.viztech.co.in/wp-content/plugins/wp-cart-for-digital-products/images/check.png' />");
        });
      }
     });
    return false;
	});
});
});
</script>
Do you want to add a custom link to your top tabs in activeCollab? Does your client find it difficult to come to home page or dashboard? Here is the [...]]]></description>
		<link>http://www.viztech.co.in/products/custom-url-module</link>
			</item>
	<item>
		<title>My Projects Dashboard Patch – activeCollab</title>
		<description><![CDATA[<script type="text/javascript">
jQuery(document).ready(function($) {
$(function() {
  $('.error').hide();
  $(".button").click(function() {
		// validate and process form
		// first hide any error messages
    $('.error').hide();
		
	  var name = $("input#name").val();
		if (name == "") {
      $("label#name_error").show();
      $("input#name").focus();
      return false;
    }
		var email = $("input#eStore_ajax_email").val();
		if (email == "") {
      $("label#email_error").show();
      $("input#eStore_ajax_email").focus();
      return false;
    }
		var prod_id = $("input#free_download_product_id").val();
		
		var dataString = 'name='+ name + '&email=' + email + '&prod_id=' + prod_id;
		//alert (dataString);return false;
        var process_script_url = 'http://www.viztech.co.in/wp-content/plugins/wp-cart-for-digital-products' + '/ajax_process_download.php';

	// Because the server might be invoking the PDF Stamper, we want the user to have a "warm fuzzy feeling" while they
	// wait for a response.  Otherwise, they might get "click happy" with the submit button.
	// -- The Assurer, 2010-09-14.
	{
		$('.free_download_form').html("<div class='message'></div>");
		$('.message').html("")
		.append("Processing Order...")
		.hide()
		.fadeIn(1000, function() {
			$('.message').append("<img id='loader1' src='http://www.viztech.co.in/wp-content/plugins/wp-cart-for-digital-products/images/ajax-loader1.gif' />");
		});
	}

		$.ajax({
      type: "POST",
      url: process_script_url,
      data: dataString,
      success: function() {
        $('.free_download_form').html("<div class='message'></div>");
        $('.message').html("")
        .append("<p style='color: green;'><strong>Email sent! Please check your inbox for the download link.</strong></p>")
        .hide()
        .fadeIn(1000, function() {
          $('.message').append("<img id='checkmark' src='http://www.viztech.co.in/wp-content/plugins/wp-cart-for-digital-products/images/check.png' />");
        });
      }
     });
    return false;
	});
});
});
</script>
Do you want to see all your active projects from Dashboard? Does Favorite project box is not enough for you because you need to copy all your project there as [...]]]></description>
		<link>http://www.viztech.co.in/products/my-projects-dashboard-patch</link>
			</item>
	<item>
		<title>Project Tabs Sorter Module – activeCollab</title>
		<description><![CDATA[<script type="text/javascript">
jQuery(document).ready(function($) {
$(function() {
  $('.error').hide();
  $(".button").click(function() {
		// validate and process form
		// first hide any error messages
    $('.error').hide();
		
	  var name = $("input#name").val();
		if (name == "") {
      $("label#name_error").show();
      $("input#name").focus();
      return false;
    }
		var email = $("input#eStore_ajax_email").val();
		if (email == "") {
      $("label#email_error").show();
      $("input#eStore_ajax_email").focus();
      return false;
    }
		var prod_id = $("input#free_download_product_id").val();
		
		var dataString = 'name='+ name + '&email=' + email + '&prod_id=' + prod_id;
		//alert (dataString);return false;
        var process_script_url = 'http://www.viztech.co.in/wp-content/plugins/wp-cart-for-digital-products' + '/ajax_process_download.php';

	// Because the server might be invoking the PDF Stamper, we want the user to have a "warm fuzzy feeling" while they
	// wait for a response.  Otherwise, they might get "click happy" with the submit button.
	// -- The Assurer, 2010-09-14.
	{
		$('.free_download_form').html("<div class='message'></div>");
		$('.message').html("")
		.append("Processing Order...")
		.hide()
		.fadeIn(1000, function() {
			$('.message').append("<img id='loader1' src='http://www.viztech.co.in/wp-content/plugins/wp-cart-for-digital-products/images/ajax-loader1.gif' />");
		});
	}

		$.ajax({
      type: "POST",
      url: process_script_url,
      data: dataString,
      success: function() {
        $('.free_download_form').html("<div class='message'></div>");
        $('.message').html("")
        .append("<p style='color: green;'><strong>Email sent! Please check your inbox for the download link.</strong></p>")
        .hide()
        .fadeIn(1000, function() {
          $('.message').append("<img id='checkmark' src='http://www.viztech.co.in/wp-content/plugins/wp-cart-for-digital-products/images/check.png' />");
        });
      }
     });
    return false;
	});
});
});
</script>
Do you want your discussions tab to appear before milestone or do you want files tabs to appear as the first tab on project pages. If yes, then this module [...]]]></description>
		<link>http://www.viztech.co.in/products/project-tabs-sorter-module-activecollab</link>
			</item>
	<item>
		<title>PayPal Payment Patch – activeCollab</title>
		<description><![CDATA[This is a small patch to add PayPal Buy Now button on PDF invoice generated from activeCollab. It is very useful for your clients to make their payment process very [...]]]></description>
		<link>http://www.viztech.co.in/products/paypal-payment-patch-activecollab</link>
			</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 3/12 queries in 0.007 seconds using disk
Object Caching 355/373 objects using disk

Served from: www.viztech.co.in @ 2012-05-21 04:26:56 -->
