onlab
Subversivos, experimentales e innovadores, los suizos onlab no son un estudio corriente. Está especializado en “diseño gráfico con una historia irresistible que contar”, y sus proyectos (diseño editorial y comunicación visual, principalmente) se mueven desde una filosofía: “el diseño es una narrativa que puede cambiar el enfoque del mundo por parte de la gente”.
Subversive, experimental and innovative, Swiss onlab is not an ordinary studio. It specializes in “graphic design with a compelling story to tell”, and its projects (mainly editorial design and visual communication) are based on a philosophy: “design is a narrative that can change how people approach the world”.






















[...] Link Added Feb 20, 2011 at 10:49 pm. — Category Logotype,Poster,Publication,Typography Tags Print Permalink → There are no comments yet. Would you like to write one? $(document).ready(function() { /* * Excellent ajax comment posting script by Satbir Singh * URL: http://webdeveloperplus.com/wordpress/how-to-ajaxify-wordpress-comment-posting/ */ var commentform=$('form[action$=wp-comments-post.php]'); commentform.prepend(''); var infodiv=$('#wdpajax-info'); commentform.validate({ submitHandler: function(form){ //serialize and store form data in a variable var formdata=commentform.serialize(); //Add a status message infodiv.html('Processing…'); //Extract action URL from commentform var formurl=commentform.attr('action'); //Post Form with data $.ajax({ type: 'post', url: formurl, data: formdata, error: function(XMLHttpRequest, textStatus, errorThrown){ infodiv.html('You might have left one of the fields blank.'); }, success: function(data, textStatus){ if(data=="success") infodiv.html('Thanks for your comment. We appreciate your response.'); else infodiv.html('Error in processing your form.'); commentform.find('textarea[name=comment]').val(''); } }); } }); /* End */ $("input[type='text'], textarea").mouseenter(function() { if($(this).val()=="Add response") $(this).val(""); if($(this).val()=="Name (required)") $(this).val(""); if($(this).val()=="E-mail (required)") $(this).val(""); if($(this).val()=="Website") $(this).val(""); $(this).focus(); }) $("input[type='text'], textarea").mouseleave(function() { if( ($(this).attr('id')=="comment") && ($(this).val()=="")) { $(this).val("Add response"); $(this).blur(); } if( ($(this).attr('id')=="author") && ($(this).val()=="")) { $(this).val("Name (required)"); $(this).blur(); } if( ($(this).attr('id')=="email") && ($(this).val()=="")) { $(this).val("E-mail (required)"); $(this).blur(); } if( ($(this).attr('id')=="url") && ($(this).val()=="")) { $(this).val("Website"); $(this).blur(); } }) }); [...]