This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //#class example of how the code should be | |
| /** | |
| * constructor | |
| **/ | |
| function hello(options) { | |
| if (typeof options !== 'object') { return false;} | |
| this.setElements(options) | |
| this.init(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| __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 | |
| }); |