Skip to content

Instantly share code, notes, and snippets.

@ishouty
ishouty / react native
Last active March 23, 2017 14:49
react native
react redux-form
http://esbenp.github.io/2017/01/06/react-native-redux-form-immutable-styled-components/
redux
https://medium.com/@jonlebensold/getting-started-with-react-native-redux-2b01408c0053#.gynlfada9
react training
http://www.alluc.to/movies/watch-grizzly-man-2005-online/202217.html
@ishouty
ishouty / gist:fee35825beacc4fd3a1b
Last active August 29, 2015 14:23
ishouty example
<html lang="en" class=" js no-touch csstransforms csstransforms3d csstransitions video"><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no">
<meta name="description" content="ishouty - website development ,ecommerce specialist, product factory, digital marketing">
<meta name="keywords" content="HTML5,CSS3,XML,JavaScript, JSON, Freelancer, web site development, create a website, ecommerce, magento, wordpress, prestashop, shopify, woocommerce, themeforest, part time developer, front end developer, newsletters, mailchimp, AWS services, hosting">
<meta name="author" content="ishouty.com">
<meta name="robots" content="index,follow">
@ishouty
ishouty / gist:1c61accf3bca77c6b521
Created May 14, 2015 15:50
example - how it works
<style>
.how-it-works-container {
margin-top: 10px;
}
.how-it-works-container h1 {
text-align: center;
font-size: 85px;
box-shadow: 2px 5px 6px #B8B8B8;
margin-bottom: 20px;
@ishouty
ishouty / gist:a12e7dc314f899e0c855
Last active August 29, 2015 14:17
javscript examples :
//#class example of how the code should be
/**
* constructor
**/
function hello(options) {
if (typeof options !== 'object') { return false;}
this.setElements(options)
this.init();
@ishouty
ishouty / gist:600d305cde61bd01a3e7
Created November 17, 2014 14:04
output of ecommerce universal analytics
__gaTracker('require', 'ecommerce');
__gaTracker('ecommerce:addTransaction', {
'id': '18723', // Transaction ID. Required.
'affiliation': 'ScandiKitchen', // Affiliation or store name.
'revenue': '0', // Grand Total.
'shipping': '0', // Shipping.
'tax': '0', // Tax.
'currency': 'GBP' // currency
});