Physical & Digital Crafts Store Coming.

Please be informed that Vision+ has two variants-

Store (Craft) | Services (Lab).

Touch/Click the link above, for other solution service inquiries. Or lets be friends on twitter & Get our latest updates on Store launch & Service related news link.

      jQuery(function($){
        $("#ticker").tweet({
          username: "visionpluslab",
          page: 1,
          avatar_size: 32,
          count: 3,
          loading_text: "loading ..."
        }).bind("loaded", function() {
          var ul = $(this).find(".tweet_list");
          var ticker = function() {
            setTimeout(function() {
              ul.find('li:first').animate( {marginTop: '-4em'}, 500, function() {
                $(this).detach().appendTo(ul).removeAttr('style');
              });
              ticker();
            }, 5000);
          };
          ticker();
        });
      });