Skip to content

Instantly share code, notes, and snippets.

@lalogf
lalogf / readme.md
Last active January 11, 2018 01:28
slack rules

Uso de Slack en Educación Continua

Channels

Durante el curso existirán varios channels:

  • Un channel #General
  • Un channel correspondiente a la sede y promoción de Educacion Continua, por ej: #ECLIM20171 o #ECSCL20171
  • Un channel privado correspondiente al curso, la sede y el semestre en el que estás inscrita, por ej: #UXLIM20171 - #JSLIM20171 - #E4DLIM20171
Intro:
What led us to teach UX Design?
* Willing to create better digital products
* The growing market
* Nobody is educating good UX
How are we using Cooper's About Face?
We are using Alan's book to get a more strategic perspective when we plan digital products.
First, we try to understand why Digital products fail and, thus, be prevented.
Second, we take into account the fact that to have a successful product, we must have to understand not only our User's goals but also our company's business and tech goals.
@lalogf
lalogf / scriptca.js
Created March 7, 2016 16:23
script cienciactiva
<!-- Start Visual Website Optimizer Asynchronous Code -->
<script type='text/javascript'>
var _vwo_code=(function(){
var account_id=225113,
settings_tolerance=2000,
library_tolerance=2500,
use_existing_jquery=false,
// DO NOT EDIT BELOW THIS LINE
f=false,d=document;return{use_existing_jquery:function(){return use_existing_jquery;},library_tolerance:function(){return library_tolerance;},finish:function(){if(!f){f=true;var a=d.getElementById('_vis_opt_path_hides');if(a)a.parentNode.removeChild(a);}},finished:function(){return f;},load:function(a){var b=d.createElement('script');b.src=a;b.type='text/javascript';b.innerText;b.onerror=function(){_vwo_code.finish();};d.getElementsByTagName('head')[0].appendChild(b);},init:function(){settings_timer=setTimeout('_vwo_code.finish()',settings_tolerance);var a=d.createElement('style'),b='body{opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important;}',h=d.getElementsByTagName('head')[0];a.setAttribute('id','_vis_opt_path_hides');a.setAttribute('
@lalogf
lalogf / respuesta_google_api.js
Created January 28, 2016 16:57
Google api 54744
{
"results": [
{
"address_components": [
{
"long_name": "54744",
"short_name": "54744",
"types": [
"postal_code"
]
{
"results": [
{
"address_components": [
{
"long_name": "11700",
"short_name": "11700",
"types": [
"postal_code"
]
var ready = function(){
function getTimeRemaining(endtime){
var t = Date.parse(endtime) - Date.parse(new Date());
var seconds = Math.floor( (t/1000) % 60 );
var minutes = Math.floor( (t/1000/60) % 60 );
var hours = Math.floor( (t/(1000*60*60)) % 24 );
var days = Math.floor( t/(1000*60*60*24) );
return {
'total': t,
'days': days,
<!DOCTYPE html>
<html>
<head>
<title></title>
<script type="text/javascript" src="app.js"></script>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
</head>
<body>
<h1>Countdown Clock</h1>
<div id="clockdiv">
<!-- start Mixpanel --><script type="text/javascript">(function(e,b){if(!b.__SV){var a,f,i,g;window.mixpanel=b;b._i=[];b.init=function(a,e,d){function f(b,h){var a=h.split(".");2==a.length&&(b=b[a[0]],h=a[1]);b[h]=function(){b.push([h].concat(Array.prototype.slice.call(arguments,0)))}}var c=b;"undefined"!==typeof d?c=b[d]=[]:d="mixpanel";c.people=c.people||[];c.toString=function(b){var a="mixpanel";"mixpanel"!==d&&(a+="."+d);b||(a+=" (stub)");return a};c.people.toString=function(){return c.toString(1)+".people (stub)"};i="disable time_event track track_pageview track_links track_forms register register_once alias unregister identify name_tag set_config people.set people.set_once people.increment people.append people.union people.track_charge people.clear_charges people.delete_user".split(" ");
for(g=0;g<i.length;g++)f(c,i[g]);b._i.push([a,e,d])};b.__SV=1.2;a=e.createElement("script");a.type="text/javascript";a.async=!0;a.src="undefined"!==typeof MIXPANEL_CUSTOM_LIB_URL?MIXPANEL_CUSTOM_LIB_URL:"file:"===e.loca
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="utf8">
<title>Modal</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<style type="text/css">
#license_terms {
overflow-y: scroll;