<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><description>
  
 
           
      input[type=’submit’].minimal, button.minimal {
          background: #e3e3e3 !important;
          border: 1px solid #bbb !important;
          -moz-border-radius: 3px !important;
          -webkit-border-radius: 3px !important;
          border-radius: 3px !important;
          -moz-box-shadow: inset 0 0 1px 1px #f6f6f6 !important;
          -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6 !important;
          box-shadow: inset 0 0 1px 1px #f6f6f6 !important;
          color: #333 !important;
          font-family: “helvetica neue”, helvetica, arial, sans-serif !important;
          font-size: 12px !important;
          font-weight: bold !important;
          line-height: 1 !important;
          padding: 8px 0 9px !important;
          text-align: center !important;
          text-shadow: 0 1px 0 #fff !important;
          width: 150px !important;
      }
      input[type=’submit’].minimal:hover, button.minimal:hover {
          background: #d9d9d9 !important;
          -moz-box-shadow: inset 0 0 1px 1px #eaeaea !important;
          -webkit-box-shadow: inset 0 0 1px 1px #eaeaea !important;
          box-shadow: inset 0 0 1px 1px #eaeaea !important;
          color: #222 !important;
          cursor: pointer !important;
      }
      input[type=’submit’].minimal:active, button.minimal:active {
          background: #d0d0d0 !important;
          -moz-box-shadow: inset 0 0 1px 1px #e3e3e3 !important;
          -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3 !important;
          box-shadow: inset 0 0 1px 1px #e3e3e3 !important;
          color: #000 !important;
      }
  
   
   
     Join our Mailing List
   
   Email Address
   
       
         
         
       
       
       
     Close
   
   
 
 
 var fancyboxLoaded;
    try {
        var jqueryLoaded=jQuery;
        jqueryLoaded=true;
        //Check if a fancybox plugin is already loaded
        try{
        fancyboxLoaded = $.fancybox
        }
        catch(err) {
          fancyboxLoaded=false;
        }
    } catch(err) {
        jqueryLoaded=false;
    }
               var head= document.getElementsByTagName('head')[0];
               var script= document.createElement('script');
    if (!jqueryLoaded) {
        script.type= 'text/javascript';
        script.src= 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js';
        head.appendChild(script);    
    }
    if (!fancyboxLoaded) {
      //Only load the CSS because the asynchronous JS might not load the script in time...
      //We'll load the script later with jQuery :)
      var fancystyle= document.createElement('link');
      fancystyle.setAttribute("rel", "stylesheet");
      fancystyle.setAttribute("type", "text/css");
      //TODO: Hey MC guys, you've gotta host this somewhere!
      fancystyle.setAttribute("href", "http://chimplr.heroku.com/js/fancybox/jquery.fancybox-1.3.4.css");
      head.appendChild(fancystyle);    
    }
 
 var fnames = new Array();var ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';var err_style = '';
 try{
     err_style = mc_custom_error_style;
 } catch(e){
     err_style = 'margin: 1em 0 0 0; padding: 1em 0.5em 0.5em 0.5em; background: FFEEEE none repeat scroll 0% 0%; font-weight: bold; float: left; z-index: 1; width: 80%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: FF0000;';
 }
 var head= document.getElementsByTagName('head')[0];
 var style= document.createElement('style');
 style.type= 'text/css';
 if (style.styleSheet) {
   style.styleSheet.cssText = '.mce_inline_error {' + err_style + '}';
 } else {
   style.appendChild(document.createTextNode('.mce_inline_error {' + err_style + '}'));
 }
 head.appendChild(style);
 $(document).ready( function($) {
    //Button below the Tumblr Controls
    //TODO: Hey MC guys, you've gotta host the image linked below somewhere!
     var newsletter_link = document.createElement('a');
     newsletter_link.setAttribute('href', '#mc_embed_signup');
     newsletter_link.setAttribute('id', 'mc-embedded-tumblr-signup');
     newsletter_link.setAttribute('style', 'border:none; position:absolute; top:26px;right:3px; z-index:9999;');
     var newsletter_image = document.createElement('img');
     newsletter_image.setAttribute('src', 'http://chimplr.heroku.com/images/newsletter.png');
     newsletter_image.setAttribute('style', 'border:none;');
     newsletter_link.appendChild(newsletter_image);
     //Append Link to body
     $('body:first').append(newsletter_link);
     var options = {
       errorClass: 'mce_inline_error',
       errorElement: 'div',
       onkeyup: function(){},
       onfocusout:function(){},
       onblur:function(){},
       invalidHandler: function(form, validator) {
         setTimeout("$.fancybox.resize();", 50);
       }
     };
   var mce_validator = $("#mc-embedded-subscribe-form").validate(options);
   options = { url: 'http://GrooveMediaTechnologies.us2.list-manage.com/subscribe/post-json?u=29964aef5cc9d0595c6bb2ee6&amp;id=ad41a48f12&amp;c=?', type: 'GET', dataType: 'json', contentType: "application/json; charset=utf-8",
                 beforeSubmit: function(){
                     $('#mce_tmp_error_msg').remove();
                     $('.datefield','#mc_embed_signup').each(
                         function(){
                             var txt = 'filled';
                             var fields = new Array();
                             var i = 0;
                             $(':text', this).each(
                                 function(){
                                     fields[i] = this;
                                     i++;
                                 });
                             $(':hidden', this).each(
                                 function(){
                                   if ( fields[0].value=='MM' &amp;&amp; fields[1].value=='DD' &amp;&amp; fields[2].value=='YYYY' ){
                                     this.value = '';
                   } else if ( fields[0].value=='' &amp;&amp; fields[1].value=='' &amp;&amp; fields[2].value=='' ){
                                     this.value = '';
                   } else {
                                       this.value = fields[0].value+'/'+fields[1].value+'/'+fields[2].value;
                                   }
                                 });
                         });
                     return mce_validator.form();
                 }, 
                 success: mce_success_cb
             };
   $('#mc-embedded-subscribe-form').ajaxForm(options);
 });
 function mce_success_cb(resp){
     $('#mce-success-response').hide();
     $('#mce-error-response').hide();
     if (resp.result=="success"){
         $('#mce-'+resp.result+'-response').show();
         $('#mce-'+resp.result+'-response').html(resp.msg);
         $('#mc-embedded-subscribe-form').each(function(){
             this.reset();
             });
         $('#mc-embedded-subscribe').hide();
         $('.mc-field-group').hide();
         $('#mc-embedded-lightbox-close').show().focus();
     } else {
         var index = -1;
         var msg;
         try {
             var parts = resp.msg.split(' - ',2);
             if (parts[1]==undefined){
                 msg = resp.msg;
             } else {
                 i = parseInt(parts[0]);
                 if (i.toString() == parts[0]){
                     index = parts[0];
                     msg = parts[1];
                 } else {
                     index = -1;
                     msg = resp.msg;
                 }
             }
         } catch(e){
             index = -1;
             msg = resp.msg;
         }
         try{
             if (index== -1){
                 $('#mce-'+resp.result+'-response').show();
                 $('#mce-'+resp.result+'-response').html(msg);            
             } else {
                 err_id = 'mce_tmp_error_msg';
                 html = ' '+msg+'';
                 var input_id = '#mc_embed_signup';
                 var f = $(input_id);
                 if (ftypes[index]=='address'){
                     input_id = '#mce-'+fnames[index]+'-addr1';
                     f = $(input_id).parent().parent().get(0);
                 } else if (ftypes[index]=='date'){
                     input_id = '#mce-'+fnames[index]+'-month';
                     f = $(input_id).parent().parent().get(0);
                 } else {
                     input_id = '#mce-'+fnames[index];
                     f = $().parent(input_id).get(0);
                 }
                 if (f){
                     $(f).append(html);
                     $(input_id).focus();
                 } else {
                     $('#mce-'+resp.result+'-response').show();
                     $('#mce-'+resp.result+'-response').html(msg);
                 }
             }
         } catch(e){
             $('#mce-'+resp.result+'-response').show();
             $('#mce-'+resp.result+'-response').html(msg);
         }
     }
     $.fancybox.resize();
 }
 function initFancybox(){
   $("#mc-embedded-tumblr-signup").live('click', function(){
       $.fancybox({
         'autoDimensions'  : true,
         'width'           : 'auto',
         'height'          : 'auto',
         'href'            : $(this).attr('href'),
         'scrolling'       : 'no',
         'onComplete': function(){
         $('#mce-error-response').hide();
         $('div.mce_inline_error').hide();
         $('#mce-success-response').hide();
         $('#mce_tmp_error_msg').remove();
         $(':input','#mc-embedded-subscribe-form')
         .not(':button, :submit, :reset, :hidden')
         .val('')
         .removeAttr('checked')
         .removeAttr('selected');
         //focus first input field
         $("#mc-embedded-subscribe-form:not(.filter) :input:visible:enabled:first").focus();
         $('#mc-embedded-subscribe').show();
         $('.mc-field-group').show();
         $('#mc-embedded-lightbox-close').hide();
         }
       });
       return false;
   });
 }
 //Check wether Fancybox is loaded or not, and if not, load the sucker and initialize it
 if (!fancyboxLoaded){
   //TODO: Hey MC guys, you've gotta host this somewhere!
   $.getScript("http://chimplr.heroku.com/js/fancybox/jquery.fancybox-1.3.4.pack.js", function(){
       initFancybox();
   });
 }
 if (fancyboxLoaded) {
   initFancybox();
 }
 </description><title>Blog de GMT</title><generator>Tumblr (3.0; @groovemediatech)</generator><link>http://blog.gmt.com.co/</link><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/BlogDeGmt" /><feedburner:info uri="blogdegmt" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://tumblr.superfeedr.com/" /><item><title>Love-Seekers Beware: Online Dating Fraud Rose 150% Last Year</title><description>Love-Seekers Beware: Online Dating Fraud Rose 150% Last Year: Lonely hearts seeking love this...&lt;img src="http://feeds.feedburner.com/~r/BlogDeGmt/~4/QjM2B978ye0" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/BlogDeGmt/~3/QjM2B978ye0/18503240022</link><guid isPermaLink="false">http://blog.gmt.com.co/post/18503240022</guid><pubDate>Wed, 29 Feb 2012 14:06:54 -0500</pubDate><feedburner:origLink>http://blog.gmt.com.co/post/18503240022</feedburner:origLink></item><item><title>Así es nuestro proceso de capacitación. Facil!</title><description>&lt;iframe width="400" height="300" src="http://www.youtube.com/embed/-rOCgk3Qhik?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Así es nuestro proceso de capacitación. Facil!&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/BlogDeGmt/~4/65ivqQhUCqA" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/BlogDeGmt/~3/65ivqQhUCqA/18203214526</link><guid isPermaLink="false">http://blog.gmt.com.co/post/18203214526</guid><pubDate>Fri, 24 Feb 2012 15:36:50 -0500</pubDate><feedburner:origLink>http://blog.gmt.com.co/post/18203214526</feedburner:origLink></item><item><title>Capacitación Móvil </title><description>Estamos desarrollando cursos y micro cursos para dispositivos móviles (Iphone, Andriod, Mango y BB...&lt;img src="http://feeds.feedburner.com/~r/BlogDeGmt/~4/1vUq2GPr_t8" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/BlogDeGmt/~3/1vUq2GPr_t8/11377203728</link><guid isPermaLink="false">http://blog.gmt.com.co/post/11377203728</guid><pubDate>Wed, 12 Oct 2011 21:11:56 -0400</pubDate><feedburner:origLink>http://blog.gmt.com.co/post/11377203728</feedburner:origLink></item><item><title>Gran Perdida</title><link>http://feedproxy.google.com/~r/BlogDeGmt/~3/SOCk6O-ZLcE/11082164918</link><guid isPermaLink="false">http://blog.gmt.com.co/post/11082164918</guid><pubDate>Wed, 05 Oct 2011 20:56:52 -0400</pubDate><description>&lt;img src="http://feeds.feedburner.com/~r/BlogDeGmt/~4/SOCk6O-ZLcE" height="1" width="1"/&gt;</description><feedburner:origLink>http://blog.gmt.com.co/post/11082164918</feedburner:origLink></item><item><title>Lanzamos la nueva versión Mobile m.gmt.com.co diseñada especialmente para teléfonos...</title><description>Lanzamos la nueva versión Mobile m.gmt.com.co diseñada especialmente para teléfonos...&lt;img src="http://feeds.feedburner.com/~r/BlogDeGmt/~4/W_M4FI44Hto" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/BlogDeGmt/~3/W_M4FI44Hto/11021038420</link><guid isPermaLink="false">http://blog.gmt.com.co/post/11021038420</guid><pubDate>Tue, 04 Oct 2011 10:29:25 -0400</pubDate><feedburner:origLink>http://blog.gmt.com.co/post/11021038420</feedburner:origLink></item><item><title>Entregamos la solución más segura del mercado para el manejo de dispositivos USB</title><description>&lt;a href="https://www.ironkey.com/demo-enterprise"&gt;Entregamos la solución más segura del mercado para el manejo de dispositivos USB&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/BlogDeGmt/~4/4ThQ-L5wmVk" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/BlogDeGmt/~3/4ThQ-L5wmVk/11003650776</link><guid isPermaLink="false">http://blog.gmt.com.co/post/11003650776</guid><pubDate>Mon, 03 Oct 2011 21:24:46 -0400</pubDate><feedburner:origLink>http://blog.gmt.com.co/post/11003650776</feedburner:origLink></item><item><title>Suscribase a nuestras listas de correo</title><description>&lt;a href="http://eepurl.com/fhQI-/"&gt;Suscribase a nuestras listas de correo&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/BlogDeGmt/~4/3FuOn-yR32I" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/BlogDeGmt/~3/3FuOn-yR32I/10544675135</link><guid isPermaLink="false">http://blog.gmt.com.co/post/10544675135</guid><pubDate>Thu, 22 Sep 2011 22:49:45 -0400</pubDate><feedburner:origLink>http://blog.gmt.com.co/post/10544675135</feedburner:origLink></item><item><title>Mesa de Ayuda</title><description>En 1 mes y medio hemos resuelto 461 solicitudes de nuestros clientes. Con una promesa de soporte...&lt;img src="http://feeds.feedburner.com/~r/BlogDeGmt/~4/wUit7VutJJw" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/BlogDeGmt/~3/wUit7VutJJw/10486288164</link><guid isPermaLink="false">http://blog.gmt.com.co/post/10486288164</guid><pubDate>Wed, 21 Sep 2011 14:23:57 -0400</pubDate><feedburner:origLink>http://blog.gmt.com.co/post/10486288164</feedburner:origLink></item><item><title>Conozca nuestra web</title><description>&lt;a href="http://www.gmt.com.co"&gt;Conozca nuestra web&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/BlogDeGmt/~4/ZssbUpMXD1c" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/BlogDeGmt/~3/ZssbUpMXD1c/10321302904</link><guid isPermaLink="false">http://blog.gmt.com.co/post/10321302904</guid><pubDate>Sat, 17 Sep 2011 13:22:05 -0400</pubDate><feedburner:origLink>http://blog.gmt.com.co/post/10321302904</feedburner:origLink></item><item><title>Estrenamos pagina </title><link>http://feedproxy.google.com/~r/BlogDeGmt/~3/dt4D2wqnU1c/10320936824</link><guid isPermaLink="false">http://blog.gmt.com.co/post/10320936824</guid><pubDate>Sat, 17 Sep 2011 13:12:00 -0400</pubDate><description>&lt;img src="http://feeds.feedburner.com/~r/BlogDeGmt/~4/dt4D2wqnU1c" height="1" width="1"/&gt;</description><feedburner:origLink>http://blog.gmt.com.co/post/10320936824</feedburner:origLink></item><item><title>Promocion de lanzamiento nueva pagina web!!!</title><link>http://feedproxy.google.com/~r/BlogDeGmt/~3/KKZzBHfN3SE/10298525604</link><guid isPermaLink="false">http://blog.gmt.com.co/post/10298525604</guid><pubDate>Fri, 16 Sep 2011 21:47:15 -0400</pubDate><description>&lt;img src="http://feeds.feedburner.com/~r/BlogDeGmt/~4/KKZzBHfN3SE" height="1" width="1"/&gt;</description><feedburner:origLink>http://blog.gmt.com.co/post/10298525604</feedburner:origLink></item><item><title>The Fun Theory se puede aprender divirtiendose</title><description>&lt;a href="http://www.thefuntheory.com"&gt;The Fun Theory se puede aprender divirtiendose&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/BlogDeGmt/~4/Ee-jcgcS2uU" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/BlogDeGmt/~3/Ee-jcgcS2uU/10228754979</link><guid isPermaLink="false">http://blog.gmt.com.co/post/10228754979</guid><pubDate>Wed, 14 Sep 2011 23:16:16 -0400</pubDate><feedburner:origLink>http://blog.gmt.com.co/post/10228754979</feedburner:origLink></item><item><title>"Contenido en contexto! participamos en el entrenamiento de Lexmark Image Now en Buenos Aires para..."</title><description>“Contenido en contexto! participamos en el entrenamiento de Lexmark Image Now en Buenos Aires...&lt;img src="http://feeds.feedburner.com/~r/BlogDeGmt/~4/Wad-ziYyT_4" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/BlogDeGmt/~3/Wad-ziYyT_4/9596409061</link><guid isPermaLink="false">http://blog.gmt.com.co/post/9596409061</guid><pubDate>Tue, 30 Aug 2011 16:04:30 -0400</pubDate><feedburner:origLink>http://blog.gmt.com.co/post/9596409061</feedburner:origLink></item><item><title>Datalocker DL3 ya esta en colombia</title><description>Datalocker DL3 ya esta en colombia: La ultima version de esta casa almacena y encripta la...&lt;img src="http://feeds.feedburner.com/~r/BlogDeGmt/~4/qC4vYyF_xBc" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/BlogDeGmt/~3/qC4vYyF_xBc/9404952060</link><guid isPermaLink="false">http://blog.gmt.com.co/post/9404952060</guid><pubDate>Fri, 26 Aug 2011 00:42:00 -0400</pubDate><feedburner:origLink>http://blog.gmt.com.co/post/9404952060</feedburner:origLink></item><item><title>Los macbook pueden ser hackeados desde la bateria</title><description>&lt;a href="http://digitizor.com/2011/07/23/macbook-hacked-battery/"&gt;Los macbook pueden ser hackeados desde la bateria&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/BlogDeGmt/~4/kmToz7zA58E" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/BlogDeGmt/~3/kmToz7zA58E/9404811241</link><guid isPermaLink="false">http://blog.gmt.com.co/post/9404811241</guid><pubDate>Fri, 26 Aug 2011 00:37:44 -0400</pubDate><feedburner:origLink>http://blog.gmt.com.co/post/9404811241</feedburner:origLink></item><item><title>"Mas importante que la tecnología es la metodología!"</title><description>“Mas importante que la tecnología es la metodología!”&lt;img src="http://feeds.feedburner.com/~r/BlogDeGmt/~4/E7Dxw5oKC2I" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/BlogDeGmt/~3/E7Dxw5oKC2I/9299395060</link><guid isPermaLink="false">http://blog.gmt.com.co/post/9299395060</guid><pubDate>Tue, 23 Aug 2011 14:25:25 -0400</pubDate><feedburner:origLink>http://blog.gmt.com.co/post/9299395060</feedburner:origLink></item><item><title>Empezamos a informar</title><description>Con nuestra nueva pagina aprovechamos este espacio para compartir nuestro conocimiento y nuestros...&lt;img src="http://feeds.feedburner.com/~r/BlogDeGmt/~4/PV1psuPc1iE" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/BlogDeGmt/~3/PV1psuPc1iE/9298786464</link><guid isPermaLink="false">http://blog.gmt.com.co/post/9298786464</guid><pubDate>Tue, 23 Aug 2011 14:05:38 -0400</pubDate><feedburner:origLink>http://blog.gmt.com.co/post/9298786464</feedburner:origLink></item></channel></rss>

